You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/addons/cni.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ spec:
36
36
strategy: HelmAddon
37
37
```
38
38
39
-
## Cilium Example with custom values
39
+
## Cilium Example With Custom Values
40
40
41
41
To enable deployment of Cilium on a cluster with custom helm values, specify the following:
42
42
@@ -79,8 +79,13 @@ metadata:
79
79
namespace: <CLUSTER_NAMESPACE>
80
80
```
81
81
82
-
NOTE: ConfigMap should contain complete helm values for Cilium as same will be applied
83
-
to Cilium helm chart as it is.
82
+
NOTE: ConfigMap should contain complete helm values for Cilium as same will be applied to Cilium helm chart as it is.
83
+
84
+
### Default Cilium Specification
85
+
86
+
To refer default Cilium specification that is shipped with NKP releases, please check [here](../../../charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml).
87
+
88
+
## Select Deployment Strategy
84
89
85
90
To deploy the addon via `ClusterResourceSet` replace the value of `strategy` with `ClusterResourceSet`.
0 commit comments