We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e9ffc commit 2515935Copy full SHA for 2515935
kube/full/deploy.sh
@@ -15,7 +15,7 @@ envsubst < prometheus.yaml > _prometheus.yaml.tmp
15
envsubst < node-exporter.yaml > _node-exporter.yaml.tmp
16
envsubst < kube-state-metrics.yaml > _kube-state-metrics.yaml.tmp
17
18
-kubectl apply -f _prometheus.yaml.tmp
+kubectl apply -f _prometheus.yaml.tmp --as=admin --as-group=system:masters
19
kubectl apply -f _node-exporter.yaml.tmp
20
kubectl apply -f _kube-state-metrics.yaml.tmp --as=admin --as-group=system:masters
21
0 commit comments