++cilium nodes

This commit is contained in:
Nico Schottelius 2021-04-07 19:30:00 +02:00
parent 2aed5d7568
commit 48d1e42b37
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
## Files
* cilium-quick-install.yaml: imported from https://raw.githubusercontent.com/cilium/cilium/v1.9/install/kubernetes/quick-install.yaml

View File

@ -43,11 +43,11 @@ data:
# Enable IPv4 addressing. If enabled, all endpoints are allocated an IPv4
# address.
enable-ipv4: "true"
enable-ipv4: "false"
# Enable IPv6 addressing. If enabled, all endpoints are allocated an IPv6
# address.
enable-ipv6: "false"
enable-ipv6: "true"
# Users who wish to specify their own custom CNI configuration file must set
# custom-cni-conf to "true", otherwise Cilium may overwrite the configuration.
custom-cni-conf: "false"