Skip to content

Commit 7cca939

Browse files
docs: updates cilium doc with link to its default spec (#1036)
**What problem does this PR solve?**: Updates cilium doc with link to its default Cilium specification that is shipped with NKP releases so users can refer this to build their config on top of it. **Which issue(s) this PR fixes**: Fixes # NCN-105227 **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> visually inspected **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent ef53b6e commit 7cca939

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/content/addons/cni.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
strategy: HelmAddon
3737
```
3838
39-
## Cilium Example with custom values
39+
## Cilium Example With Custom Values
4040
4141
To enable deployment of Cilium on a cluster with custom helm values, specify the following:
4242
@@ -79,8 +79,13 @@ metadata:
7979
namespace: <CLUSTER_NAMESPACE>
8080
```
8181
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+
Please check default Cilium configuration [here](../../../charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml).
87+
88+
## Select Deployment Strategy
8489
8590
To deploy the addon via `ClusterResourceSet` replace the value of `strategy` with `ClusterResourceSet`.
8691

0 commit comments

Comments
 (0)