Fix selector check for windows (#5974)

This commit is contained in:
Florian Ruynat 2020-04-18 09:41:35 +02:00 committed by GitHub
parent 27a268df33
commit 8618a3119b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
command: >-
{{ bin_dir }}/kubectl --kubeconfig {{ kube_config_dir }}/admin.conf
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
retries: 60
delay: 5