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 c277df4 commit 095b4b9Copy full SHA for 095b4b9
addons/upgrade.jps
@@ -84,6 +84,7 @@ actions:
84
upgrade-configuration:
85
- cmd[${nodes.k8sm.master.id}]: |-
86
systemctl daemon-reload > /dev/null 2>&1
87
+ kubectl config set-context --current --namespace=default
88
kubectl get daemonset weave-net -n kube-system && {
89
kubectl apply -f ${baseUrl}/addons/weave-pack.yaml;
90
kubectl -n kube-system wait --for=condition=Ready pod -l name=weave-net --timeout=-1s; } ||:
0 commit comments