From 67c2dd581be896da06c45b04a47bb4d5ce5ef855 Mon Sep 17 00:00:00 2001 From: chandan kumar Date: Sat, 19 Oct 2019 00:55:07 +0530 Subject: [PATCH] Mount plugin volume to weave-scope-cluster-agent resource --- examples/k8s/probe-deploy.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/k8s/probe-deploy.yaml b/examples/k8s/probe-deploy.yaml index 2c954e5c3..9494da461 100644 --- a/examples/k8s/probe-deploy.yaml +++ b/examples/k8s/probe-deploy.yaml @@ -41,4 +41,11 @@ spec: requests: cpu: 100m memory: 100Mi + volumeMounts: + - name: scope-plugins + mountPath: /var/run/scope/plugins serviceAccountName: weave-scope + volumes: + - name: scope-plugins + hostPath: + path: /var/run/scope/plugins