X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=deploy%2Fcluster%2Fvalues.yaml;h=a24b4ba4c6ab72c8ae343aa9c607aabd52503c66;hb=7a6bf66cfeaeaff0bea0bf2da6ffd3467e998492;hp=499b6677b8e9c6c1a82d2ee0ced29e811a1f3b97;hpb=88d3e292a2c12513244dc534726387c6d76145e2;p=icn.git diff --git a/deploy/cluster/values.yaml b/deploy/cluster/values.yaml index 499b667..a24b4ba 100644 --- a/deploy/cluster/values.yaml +++ b/deploy/cluster/values.yaml @@ -74,6 +74,11 @@ flux: # path is the repository to the resources to be applied to the # cluster. path: ./deploy/site/cluster-icn + # decryptionSecret is the SOPS secret key used by Flux to decrypt + # any SOPS-encrypted data stored in the resources at path. + #decryptionSecret: | + # -----BEGIN PGP PRIVATE KEY BLOCK----- + # ... # containerRuntime may be containerd or docker. containerRuntime: containerd @@ -81,9 +86,8 @@ containerRuntime: containerd # podCidr is the POD CIDR. podCidr: 10.244.64.0/18 -# cni is the cluster CNI. The only currently supported CNI is -# flannel. -cni: flannel +# 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