diff --git a/docs/networking/cilium.md b/docs/networking/cilium.md index 284a22c139348..91c531fee45fe 100644 --- a/docs/networking/cilium.md +++ b/docs/networking/cilium.md @@ -168,26 +168,26 @@ Cilium can make use of the [wireguard protocol for transparent encryption](https encryptionType: wireguard ``` -#### CNI Exclusive -{{ kops_feature_table(kops_added_default='1.32') }} - -If you want to use additional CNI plugins, for example when using service meshes like Istio or Linkerd, It is required to disable the `cni-exclusive` option so that Cilium does not remove the other CNI configuration files. +#### Resources in Cilium +{{ kops_feature_table(kops_added_default='1.21', k8s_min='1.20') }} +As of kOps 1.20, it is possible to choose your own values for Cilium Agents + Operator. Example: ```yaml networking: cilium: - cniExclusive: false + cpuRequest: "25m" + memoryRequest: "128Mi" ``` -#### Resources in Cilium -{{ kops_feature_table(kops_added_default='1.21', k8s_min='1.20') }} +### CNI Exclusive +{{ kops_feature_table(kops_added_default='1.32') }} + +If you want to use additional CNI plugins, for example when using service meshes like Istio or Linkerd, It is required to disable the `cni-exclusive` option so that Cilium does not remove the other CNI configuration files. -As of kOps 1.20, it is possible to choose your own values for Cilium Agents + Operator. Example: ```yaml networking: cilium: - cpuRequest: "25m" - memoryRequest: "128Mi" + cniExclusive: false ``` ## Hubble