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
This is an optional file to define certain Kubernetes customization, like the CNI plug-ins to be used or many options you can check in the https://docs.rke2.io/install/configuration[official documentation].
732
739
====
733
740
734
-
The `kubernetes/manifests` folder contains the following files:
741
+
The `os-files/var/lib/rancher/rke2/server/manifests` folder contains the following file:
735
742
736
743
- `rke2-ingress-config.yaml`: contains the configuration to create the `Ingress` service for the management cluster (no modifications needed).
737
744
+
@@ -756,6 +763,13 @@ spec:
756
763
externalTrafficPolicy: Local
757
764
----
758
765
766
+
[NOTE]
767
+
====
768
+
The `HelmChartConfig` must be included via `os-files` to the `/var/lib/rancher/rke2/server/manifests` directory, not via `kubernetes/manifests` as described in previous releases.
769
+
====
770
+
771
+
The `kubernetes/manifests` folder contains the following files:
772
+
759
773
- `neuvector-namespace.yaml`: contains the configuration to create the `NeuVector` namespace (no modifications needed).
0 commit comments