Skip to content
Snippets Groups Projects
Unverified Commit a512f686 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub
Browse files

Merge pull request #3236 from luisyonaldo/fix-configure-calico-network-pool

Fix configure calico network pool for ipipMode = CrossSubnet
parents 769f99b3 65691806
Branches
Tags
No related merge requests found
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
}, },
"spec": { "spec": {
"cidr": "{{ kube_pods_subnet }}", "cidr": "{{ kube_pods_subnet }}",
"ipipMode": "{{ ipip_mode|capitalize }}", "ipipMode": "{{ ipip_mode }}",
"natOutgoing": {{ nat_outgoing|default(false) and not peer_with_router|default(false) }} }} " | {{ bin_dir }}/calicoctl create -f - "natOutgoing": {{ nat_outgoing|default(false) and not peer_with_router|default(false) }} }} " | {{ bin_dir }}/calicoctl create -f -
run_once: true run_once: true
delegate_to: "{{ groups['kube-master'][0] }}" delegate_to: "{{ groups['kube-master'][0] }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment