Skip to content

Commit 490c5b0

Browse files
committed
Fixup
Signed-off-by: John Payne <89417863+jpayne3506@users.noreply.github.com>
1 parent 81096f2 commit 490c5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/cni/load-test-templates/restart-node-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ steps:
3939
- ${{ if contains(parameters.os, 'windows') }}: # Why do we have to restart kubeproxy on windows?
4040
- script: |
4141
kubectl apply -f test/integration/manifests/load/privileged-daemonset-windows.yaml
42-
kubectl rollout status ds privileged-daemonset
42+
kubectl rollout status -n kube-system ds privileged-daemonset
4343
4444
kubectl get pod -n kube-system -l app=privileged-daemonset,os=windows -n kube-system
4545
pods=`kubectl get pod -n kube-system -l app=privileged-daemonset,os=windows -n kube-system --no-headers | awk '{print $1}'`

0 commit comments

Comments
 (0)