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: asciidoc/product/atip-management-cluster.adoc
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,16 @@ eib
100
100
├── mgmt-cluster.yaml
101
101
├── network
102
102
│ └── mgmt-cluster-node1.yaml
103
+
├── os-files
104
+
│ └── var
105
+
│ └── lib
106
+
│ └── rancher
107
+
│ └── rke2
108
+
│ └── server
109
+
│ └── manifests
110
+
│ └── rke2-ingress-config.yaml
103
111
├── kubernetes
104
112
│ ├── manifests
105
-
│ │ ├── rke2-ingress-config.yaml
106
113
│ │ ├── neuvector-namespace.yaml
107
114
│ │ ├── ingress-l2-adv.yaml
108
115
│ │ └── ingress-ippool.yaml
@@ -725,7 +732,7 @@ cni:
725
732
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].
726
733
====
727
734
728
-
The `kubernetes/manifests` folder contains the following files:
735
+
The `os-files/var/lib/rancher/rke2/server/manifests` folder contains the following file:
729
736
730
737
- `rke2-ingress-config.yaml`: contains the configuration to create the `Ingress` service for the management cluster (no modifications needed).
731
738
+
@@ -750,6 +757,13 @@ spec:
750
757
externalTrafficPolicy: Local
751
758
----
752
759
760
+
[NOTE]
761
+
====
762
+
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.
763
+
====
764
+
765
+
The `kubernetes/manifests` folder contains the following files:
766
+
753
767
- `neuvector-namespace.yaml`: contains the configuration to create the `NeuVector` namespace (no modifications needed).
0 commit comments