Skip to content

Commit 32a563f

Browse files
committed
atip-management-cluster: Configure HelmChartConfig via os-files
This aligns with suse-edge/edge-image-builder#764 which was the resolution for the issues discussed in rancher/rke2#8357 Also related to suse-edge#792
1 parent 4375f54 commit 32a563f

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

asciidoc/product/atip-management-cluster.adoc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,16 @@ eib
100100
├── mgmt-cluster.yaml
101101
├── network
102102
│ └── mgmt-cluster-node1.yaml
103+
├── os-files
104+
│ └── var
105+
│ └── lib
106+
│ └── rancher
107+
│ └── rke2
108+
│ └── server
109+
│ └── manifests
110+
│ └── rke2-ingress-config.yaml
103111
├── kubernetes
104112
│ ├── manifests
105-
│ │ ├── rke2-ingress-config.yaml
106113
│ │ ├── neuvector-namespace.yaml
107114
│ │ ├── ingress-l2-adv.yaml
108115
│ │ └── ingress-ippool.yaml
@@ -731,7 +738,7 @@ system-default-registry: registry.rancher.com
731738
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].
732739
====
733740

734-
The `kubernetes/manifests` folder contains the following files:
741+
The `os-files/var/lib/rancher/rke2/server/manifests` folder contains the following file:
735742

736743
- `rke2-ingress-config.yaml`: contains the configuration to create the `Ingress` service for the management cluster (no modifications needed).
737744
+
@@ -756,6 +763,13 @@ spec:
756763
externalTrafficPolicy: Local
757764
----
758765

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+
759773
- `neuvector-namespace.yaml`: contains the configuration to create the `NeuVector` namespace (no modifications needed).
760774
+
761775
[,yaml]

0 commit comments

Comments
 (0)