From f1a77abe75e9b1b131a2887e164a5d8fe600b89a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:56:54 +0000 Subject: [PATCH] deploy: b80c32adf525bdfb7c2acdd8397a493ecd244352 --- atip-management-cluster.html | 2 +- id-air-gapped-deployments-with-edge-image-builder.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atip-management-cluster.html b/atip-management-cluster.html index ad044afa..a48f3cfa 100644 --- a/atip-management-cluster.html +++ b/atip-management-cluster.html @@ -581,7 +581,7 @@ priority: 100 serviceSelectors: - matchExpressions: - - {key: app.kubernetes.io/name, operator: In, values: [rke2-ingress-nginx]}
The kubernetes/helm/values
folder contains the following files:
rancher.yaml
: contains the configuration to create the Rancher
component. The ${INGRESS_VIP}
must be set properly to define the IP address to be consumed by the Rancher
component. The URL to access the Rancher
component will be https://rancher-${INGRESS_VIP}.sslip.io
.
hostname: rancher-${INGRESS_VIP}.sslip.io
+ - {key: app.kubernetes.io/name, operator: In, values: [rke2-ingress-nginx]}
The kubernetes/helm/values
folder contains the following files:
rancher.yaml
: contains the configuration to create the Rancher
component. The ${INGRESS_VIP}
must be set properly to define the IP address to be consumed by the Rancher
component. The URL to access the Rancher
component will be https://rancher-${INGRESS_VIP}.sslip.io
.
hostname: rancher-${INGRESS_VIP}.sslip.io
bootstrapPassword: "foobar"
replicas: 1
global.cattle.psp.enabled: "false"
neuvector.yaml
: contains the configuration to create the NeuVector
component (no modifications needed).
controller:
diff --git a/id-air-gapped-deployments-with-edge-image-builder.html b/id-air-gapped-deployments-with-edge-image-builder.html
index 14145331..ab48da53 100644
--- a/id-air-gapped-deployments-with-edge-image-builder.html
+++ b/id-air-gapped-deployments-with-edge-image-builder.html
@@ -293,7 +293,7 @@
NAME DESIRED CURRENT READY AGE
replicaset.apps/rancher-844dc7f5f6 1 1 1 3m14s
-replicaset.apps/rancher-webhook-5c87686d68 1 1 1 97s
And when we go to https://192.168.100.50.sslip.io
and log in with the adminadminadmin
password that we set earlier, we are greeted with the Rancher dashboard:
Unlike the Rancher installation, the NeuVector installation does not require any special handling in EIB. EIB will automatically air-gap every image required by NeuVector.
We will create the definition file:
apiVersion: 1.0 +replicaset.apps/rancher-webhook-5c87686d68 1 1 1 97s
And when we go to https://192.168.100.50.sslip.io
and log in with the adminadminadmin
password that we set earlier, we are greeted with the Rancher dashboard:
Unlike the Rancher installation, the NeuVector installation does not require any special handling in EIB. EIB will automatically air-gap every image required by NeuVector.
We will create the definition file:
apiVersion: 1.0 image: imageType: iso arch: x86_64