Merge pull request #2971 from elementyang/calico-pr

change create to apply
This commit is contained in:
Rong Zhang 2018-07-07 09:13:57 +08:00 committed by GitHub
commit f1e348ab95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@
"apiVersion": "v1",
"metadata": {"cidr": "{{ kube_pods_subnet }}"}
}'
| {{ bin_dir }}/calicoctl create -f -
| {{ bin_dir }}/calicoctl apply -f -
environment:
NO_DEFAULT_POOLS: true
run_once: true