X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fcluster%2Fvalues.yaml;h=7c9359c2d53d9a508ddb8b1473ae3742f562a2b7;hb=HEAD;hp=98d941507f62f840c3e0528f2e3e5d7fd0fad801;hpb=adbd076f40c348b04e52321c3c5cdaa528915f1a;p=icn.git diff --git a/deploy/cluster/values.yaml b/deploy/cluster/values.yaml index 98d9415..7c9359c 100644 --- a/deploy/cluster/values.yaml +++ b/deploy/cluster/values.yaml @@ -109,9 +109,14 @@ flux: # -----BEGIN PGP PRIVATE KEY BLOCK----- # ... -# containerRuntime may be containerd or docker. +# containerRuntime may be containerd. containerRuntime: containerd +# ipam may be ipv4, dualstack, or ipv6. This configures IP address +# allocation in the cluster to use IPv4 only, dual stack, or IPv6 +# only. +ipam: ipv4 + # podCidr is the Pod CIDR. podCidrBlocks: - 10.244.64.0/18 @@ -123,9 +128,9 @@ serviceCidrBlocks: # cni is the cluster CNI. Supported CNIs include calico and flannel. cni: calico -# All the version info is captured in one block here. Care must -# be taken to ensure that the OS, Kubernetes, and CRI (containerd -# or docker) versions are all compatible. +# All the version info is captured in one block here. Care must be +# taken to ensure that the OS, Kubernetes, and CRI versions are all +# compatible. # # Refer to the below for further information: # - https://github.com/kubernetes/kubernetes/blob/master/build/dependencies.yaml @@ -140,8 +145,6 @@ k8sVersion: v1.21.6 kubeVersion: 1.21.6-00 # containerd is the version of containerd installed. containerdVersion: 1.4.11-1 -# dockerVersion is the version of docker installed. -dockerVersion: 5:20.10.10~3-0~ubuntu-focal # dockerRegistryMirrors are optional mirrors for docker.io, in priority order #dockerRegistryMirrors: ["https://myregistry.com:5000"] # preKubeadmCommands execute on the provisioned machine before the