skip-exists is an flag for create command, not for calicoctl (#3401)

This commit is contained in:
Erwan Miran 2018-09-27 13:57:02 +02:00 committed by k8s-ci-robot
parent a22d74b165
commit 232020ef96

View file

@ -140,7 +140,7 @@
"spec": {
"logSeverityScreen": "Info",
"nodeToNodeMeshEnabled": {{ nodeToNodeMeshEnabled|default('true') }} ,
"asNumber": {{ global_as_num }} }} ' | {{ bin_dir }}/calicoctl --skip-exists create -f -
"asNumber": {{ global_as_num }} }} ' | {{ bin_dir }}/calicoctl create --skip-exists -f -
run_once: true
delegate_to: "{{ groups['kube-master'][0] }}"
when: