Skip to content

Commit 309a2b7

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 (cherry picked from commit 368cff4)
1 parent fea57ad commit 309a2b7

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
@@ -725,7 +732,7 @@ cni:
725732
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].
726733
====
727734

728-
The `kubernetes/manifests` folder contains the following files:
735+
The `os-files/var/lib/rancher/rke2/server/manifests` folder contains the following file:
729736

730737
- `rke2-ingress-config.yaml`: contains the configuration to create the `Ingress` service for the management cluster (no modifications needed).
731738
+
@@ -750,6 +757,13 @@ spec:
750757
externalTrafficPolicy: Local
751758
----
752759

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

0 commit comments

Comments
 (0)