Skip to content

Commit

Permalink
Fixing the broken links. (#489) (#493)
Browse files Browse the repository at this point in the history
Edited the hyperlinks in the following sections:
1. Air-gapped deployments with Edge Image Builder -  sub section: Setting up the management cluster
2. Setting up the management cluster  - sub section: Custom folder

(cherry picked from commit b80c32a)

Co-authored-by: ranjinimn <[email protected]>
  • Loading branch information
hardys and ranjinimn authored Nov 15, 2024
1 parent e9b6c6b commit c83f4ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asciidoc/guides/air-gapped-eib-deployments.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ kube-system job.batch/helm-install-rke2-snapshot-controller-crd 1/1
kube-system job.batch/helm-install-rke2-snapshot-validation-webhook 1/1 60s 8m14s
----

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:
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:

image::air-gapped-rancher.png[]

Expand Down
2 changes: 1 addition & 1 deletion asciidoc/product/atip-management-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ spec:

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`.
- `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`.
+
[,yaml]
----
Expand Down

0 comments on commit c83f4ec

Please sign in to comment.