++cilium nodes
This commit is contained in:
parent
2aed5d7568
commit
48d1e42b37
2 changed files with 5 additions and 2 deletions
|
@ -0,0 +1,3 @@
|
|||
## Files
|
||||
|
||||
* cilium-quick-install.yaml: imported from https://raw.githubusercontent.com/cilium/cilium/v1.9/install/kubernetes/quick-install.yaml
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue