Skip to content
Snippets Groups Projects
Commit 232020ef authored by Erwan Miran's avatar Erwan Miran Committed by k8s-ci-robot
Browse files

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

parent a22d74b1
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment