There was an error while loading. Please reload this page.
1 parent 81096f2 commit 490c5b0Copy full SHA for 490c5b0
.pipelines/cni/load-test-templates/restart-node-template.yaml
@@ -39,7 +39,7 @@ steps:
39
- ${{ if contains(parameters.os, 'windows') }}: # Why do we have to restart kubeproxy on windows?
40
- script: |
41
kubectl apply -f test/integration/manifests/load/privileged-daemonset-windows.yaml
42
- kubectl rollout status ds privileged-daemonset
+ kubectl rollout status -n kube-system ds privileged-daemonset
43
44
kubectl get pod -n kube-system -l app=privileged-daemonset,os=windows -n kube-system
45
pods=`kubectl get pod -n kube-system -l app=privileged-daemonset,os=windows -n kube-system --no-headers | awk '{print $1}'`
0 commit comments