Skip to content

[docs] fixed cilium cni exclusive topic placement #17410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/networking/cilium.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

@rifelpet rifelpet May 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should also not be within ### Enabling Cilium ENI IPAM (IPv4 only)

Suggested change
#### Resources in Cilium
### 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
Expand Down
Loading