Skip to content

Commit

Permalink
deploy: b80c32a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent 5b2f79c commit f1a77ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atip-management-cluster.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
priority: 100
serviceSelectors:
- matchExpressions:
- {key: app.kubernetes.io/name, operator: In, values: [rke2-ingress-nginx]}</pre></div></li></ul></div><p>The <code class="literal">kubernetes/helm/values</code> folder contains the following files:</p><div class="itemizedlist"><ul class="itemizedlist"><li class="listitem"><p><code class="literal">rancher.yaml</code>: contains the configuration to create the <code class="literal">Rancher</code> component. The <code class="literal">${INGRESS_VIP}</code> must be set properly to define the IP address to be consumed by the <code class="literal">Rancher</code> component. The URL to access the <code class="literal">Rancher</code> component will be <code class="literal"><a class="link" href="https://rancher-${INGRESS_VIP}.sslip.io" target="_blank">https://rancher-${INGRESS_VIP}.sslip.io</a></code>.</p><div class="verbatim-wrap highlight yaml"><pre class="screen">hostname: rancher-${INGRESS_VIP}.sslip.io
- {key: app.kubernetes.io/name, operator: In, values: [rke2-ingress-nginx]}</pre></div></li></ul></div><p>The <code class="literal">kubernetes/helm/values</code> folder contains the following files:</p><div class="itemizedlist"><ul class="itemizedlist"><li class="listitem"><p><code class="literal">rancher.yaml</code>: contains the configuration to create the <code class="literal">Rancher</code> component. The <code class="literal">${INGRESS_VIP}</code> must be set properly to define the IP address to be consumed by the <code class="literal">Rancher</code> component. The URL to access the <code class="literal">Rancher</code> component will be <code class="literal">https://rancher-${INGRESS_VIP}.sslip.io</code>.</p><div class="verbatim-wrap highlight yaml"><pre class="screen">hostname: rancher-${INGRESS_VIP}.sslip.io
bootstrapPassword: "foobar"
replicas: 1
global.cattle.psp.enabled: "false"</pre></div></li><li class="listitem"><p><code class="literal">neuvector.yaml</code>: contains the configuration to create the <code class="literal">NeuVector</code> component (no modifications needed).</p><div class="verbatim-wrap highlight yaml"><pre class="screen">controller:
Expand Down
2 changes: 1 addition & 1 deletion id-air-gapped-deployments-with-edge-image-builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -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</pre></div><p>And when we go to <code class="literal"><a class="link" href="https://192.168.100.50.sslip.io" target="_blank">https://192.168.100.50.sslip.io</a></code> and log in with the <code class="literal">adminadminadmin</code> password that we set earlier, we are greeted with the Rancher dashboard:</p><div class="informalfigure"><div class="mediaobject"><a href="images/air-gapped-rancher.png"><img src="images/air-gapped-rancher.png" width="NaN" alt="air gapped rancher" title="air gapped rancher"/></a></div></div></section><section class="sect1" id="neuvector-install" data-id-title="NeuVector Installation"><div class="titlepage"><div><div><div class="title-container"><h2 class="title"><span class="title-number-name"><span class="title-number">23.7 </span><span class="title-name">NeuVector Installation</span></span> <a title="Permalink" class="permalink" href="id-air-gapped-deployments-with-edge-image-builder.html#neuvector-install">#</a></h2><div class="icons"><a target="_blank" class="icon-reportbug" title="Report an issue"> </a></div></div></div></div></div><p>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.</p><p>We will create the definition file:</p><div class="verbatim-wrap"><pre class="screen">apiVersion: 1.0
replicaset.apps/rancher-webhook-5c87686d68 1 1 1 97s</pre></div><p>And when we go to <code class="literal">https://192.168.100.50.sslip.io</code> and log in with the <code class="literal">adminadminadmin</code> password that we set earlier, we are greeted with the Rancher dashboard:</p><div class="informalfigure"><div class="mediaobject"><a href="images/air-gapped-rancher.png"><img src="images/air-gapped-rancher.png" width="NaN" alt="air gapped rancher" title="air gapped rancher"/></a></div></div></section><section class="sect1" id="neuvector-install" data-id-title="NeuVector Installation"><div class="titlepage"><div><div><div class="title-container"><h2 class="title"><span class="title-number-name"><span class="title-number">23.7 </span><span class="title-name">NeuVector Installation</span></span> <a title="Permalink" class="permalink" href="id-air-gapped-deployments-with-edge-image-builder.html#neuvector-install">#</a></h2><div class="icons"><a target="_blank" class="icon-reportbug" title="Report an issue"> </a></div></div></div></div></div><p>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.</p><p>We will create the definition file:</p><div class="verbatim-wrap"><pre class="screen">apiVersion: 1.0
image:
imageType: iso
arch: x86_64
Expand Down

0 comments on commit f1a77ab

Please sign in to comment.