Browse Source

++cilium nodes

master
Nico Schottelius 2 years ago
parent
commit
48d1e42b37
  1. 3
      v2/README.md
  2. 4
      v2/cilium-quick-install.yaml

3
v2/README.md

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

4
v2/cilium-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…
Cancel
Save