Fix patch type in kubectl patch for hostnameOverride (#3725)

This commit is contained in:
Erwan Miran 2018-11-16 11:35:02 +01:00 committed by k8s-ci-robot
parent 618ab93b42
commit 1540bc9759

View file

@ -19,7 +19,7 @@
register: current_kube_proxy_command
- name: Apply hostnameOverride patch for kube-proxy daemonset
shell: "{{bin_dir}}/kubectl patch ds kube-proxy --namespace=kube-system --type=strategic -p \"$(cat hostnameOverride-patch.json)\""
shell: "{{bin_dir}}/kubectl patch ds kube-proxy --namespace=kube-system --type=json -p \"$(cat hostnameOverride-patch.json)\""
args:
chdir: "{{ kubernetes_user_manifests_path }}"
register: patch_kube_proxy_command