Fix selector check for windows (#5974)
This commit is contained in:
parent
27a268df33
commit
8618a3119b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
command: >-
|
command: >-
|
||||||
{{ bin_dir }}/kubectl --kubeconfig {{ kube_config_dir }}/admin.conf
|
{{ bin_dir }}/kubectl --kubeconfig {{ kube_config_dir }}/admin.conf
|
||||||
get ds kube-proxy --namespace=kube-system
|
get ds kube-proxy --namespace=kube-system
|
||||||
-o jsonpath='{.spec.template.spec.nodeSelector.beta\.kubernetes\.io/os}'
|
-o jsonpath='{.spec.template.spec.nodeSelector.kubernetes\.io/os}'
|
||||||
register: current_kube_proxy_state
|
register: current_kube_proxy_state
|
||||||
retries: 60
|
retries: 60
|
||||||
delay: 5
|
delay: 5
|
||||||
|
|
Loading…
Reference in a new issue