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
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ eib
108
108
│ │ └── values
109
109
│ │ ├── rancher.yaml
110
110
│ │ ├── neuvector.yaml
111
+
│ │ ├── longhorn.yaml
111
112
│ │ ├── metal3.yaml
112
113
│ │ └── certmanager.yaml
113
114
│ └── config
@@ -182,6 +183,7 @@ kubernetes:
182
183
targetNamespace: longhorn-system
183
184
createNamespace: true
184
185
installationNamespace: kube-system
186
+
valuesFile: longhorn.yaml
185
187
- name: metal3
186
188
version: {version-metal3-chart}
187
189
repositoryName: suse-edge-charts
@@ -311,6 +313,7 @@ kubernetes:
311
313
targetNamespace: longhorn-system
312
314
createNamespace: true
313
315
installationNamespace: kube-system
316
+
valuesFile: longhorn.yaml
314
317
- name: metal3
315
318
version: {version-metal3-chart}
316
319
repositoryName: suse-edge-charts
@@ -716,6 +719,9 @@ The `kubernetes/config` folder contains the following files:
716
719
cni:
717
720
- multus
718
721
- cilium
722
+
write-kubeconfig-mode: '0644'
723
+
selinux: true
724
+
system-default-registry: registry.rancher.com
719
725
----
720
726
721
727
[NOTE]
@@ -802,7 +808,9 @@ The `kubernetes/helm/values` folder contains the following files:
802
808
hostname: rancher-${INGRESS_VIP}.sslip.io
803
809
bootstrapPassword: "foobar"
804
810
replicas: 1
805
-
global.cattle.psp.enabled: "false"
811
+
global:
812
+
cattle:
813
+
systemDefaultRegistry: "registry.rancher.com"
806
814
----
807
815
808
816
- `neuvector.yaml`: contains the configuration to create the `NeuVector` component (no modifications needed).
@@ -823,6 +831,19 @@ k3s:
823
831
enabled: true
824
832
crdwebhook:
825
833
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"
826
847
----
827
848
828
849
- `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.
0 commit comments