|
|
@ -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 |
|
|
|