Skip to content

Commit

Permalink
Fixing the broken links. (#489) (#492)
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 ab16b65 commit cbe0446
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 @@ -393,7 +393,7 @@ 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:
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 @@ -796,7 +796,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 cbe0446

Please sign in to comment.