Skip to content

Commit c88ac42

Browse files
alknopflerhardys
authored andcommitted
add prime overrides configs
1 parent 54f1c76 commit c88ac42

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

asciidoc/product/atip-management-cluster.adoc

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ eib
108108
│ │ └── values
109109
│ │ ├── rancher.yaml
110110
│ │ ├── neuvector.yaml
111+
│ │ ├── longhorn.yaml
111112
│ │ ├── metal3.yaml
112113
│ │ └── certmanager.yaml
113114
│ └── config
@@ -182,6 +183,7 @@ kubernetes:
182183
targetNamespace: longhorn-system
183184
createNamespace: true
184185
installationNamespace: kube-system
186+
valuesFile: longhorn.yaml
185187
- name: metal3
186188
version: {version-metal3-chart}
187189
repositoryName: suse-edge-charts
@@ -311,6 +313,7 @@ kubernetes:
311313
targetNamespace: longhorn-system
312314
createNamespace: true
313315
installationNamespace: kube-system
316+
valuesFile: longhorn.yaml
314317
- name: metal3
315318
version: {version-metal3-chart}
316319
repositoryName: suse-edge-charts
@@ -716,6 +719,9 @@ The `kubernetes/config` folder contains the following files:
716719
cni:
717720
- multus
718721
- cilium
722+
write-kubeconfig-mode: '0644'
723+
selinux: true
724+
system-default-registry: registry.rancher.com
719725
----
720726

721727
[NOTE]
@@ -802,7 +808,9 @@ The `kubernetes/helm/values` folder contains the following files:
802808
hostname: rancher-${INGRESS_VIP}.sslip.io
803809
bootstrapPassword: "foobar"
804810
replicas: 1
805-
global.cattle.psp.enabled: "false"
811+
global:
812+
cattle:
813+
systemDefaultRegistry: "registry.rancher.com"
806814
----
807815

808816
- `neuvector.yaml`: contains the configuration to create the `NeuVector` component (no modifications needed).
@@ -823,6 +831,19 @@ k3s:
823831
enabled: true
824832
crdwebhook:
825833
enabled: false
834+
registry: "registry.rancher.com"
835+
global:
836+
cattle:
837+
systemDefaultRegistry: "registry.rancher.com"
838+
----
839+
840+
- `longhorn.yaml`: contains the configuration to create the `Longhorn` component (no modifications needed).
841+
+
842+
[,yaml]
843+
----
844+
global:
845+
cattle:
846+
systemDefaultRegistry: "registry.rancher.com"
826847
----
827848

828849
- `metal3.yaml`: contains the configuration to create the `Metal^3^` component. The `$\{METAL3_VIP\}` must be set properly to define the IP address to be consumed by the `Metal^3^` component.
@@ -1051,6 +1072,7 @@ kubernetes:
10511072
targetNamespace: longhorn-system
10521073
createNamespace: true
10531074
installationNamespace: kube-system
1075+
valuesFile: longhorn.yaml
10541076
- name: metal3
10551077
version: {version-metal3-chart}
10561078
repositoryName: suse-edge-charts
@@ -1156,6 +1178,7 @@ embeddedArtifactRegistry:
11561178
- name: registry.suse.com/rancher/hardened-sriov-network-operator:v1.5.0-build20250425
11571179
- name: registry.suse.com/rancher/ip-address-manager:v1.9.4
11581180
- name: registry.rancher.com/rancher/kubectl:v1.32.2
1181+
- name: registry.rancher.com/rancher/mirrored-cluster-api-controller:v1.9.5
11591182
----
11601183

11611184
[#mgmt-cluster-custom-folder-airgap]

0 commit comments

Comments
 (0)