Skip to content

Commit c3bfbbe

Browse files
committed
🏡cluster console url added
1 parent d6d2c0c commit c3bfbbe

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/1-the-manual-menace/1-the-basics.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
echo ${GIT_SERVER}
2727
```
2828
29-
6. Copy your TEAM_NAME (`labX`) and CLUSTER_DOMAIN (something like `apps.cluster-abcd.abcd.sandbox1324.opentlc.com`) to the top of this page, and hit `Save`.
29+
6. Copy your TEAM_NAME (`labX`) and CLUSTER_DOMAIN (something like `apps.cluster-abcd.abcd.sandbox1324.opentlc.com`) to the top of this page, and hit `Save`.
3030
3131
![clusterdomain](./images/clusterdomain.png)
3232
3333
![customizeinstructions](./images/customizeinstructions.png)
3434
35-
6. Check if you can connect to OpenShift. Run the command below by replacing `<USERNAME>` and `<PASSWORD>` with the ones provided. You might have to say yes to accept `The server uses a certificate signed by an unknown authority.` message
35+
6. Check if you can connect to OpenShift. Run the command below by replacing `<USERNAME>` and `<PASSWORD>` with the ones provided. You might have to say yes to accept `The server uses a certificate signed by an unknown authority.` message.
3636
3737
<p class="tip">
3838
⛷️ <b>TIP</b> ⛷️ - Before you hit enter, make sure you change the username and password to match your team's login details. If your password includes special characters, put it in single quotes. ie: <strong>'A8y?Rpm!9+A3B/KG'</strong>
@@ -50,4 +50,10 @@
5050
5151
![new-project](./images/new-project.png)
5252
53+
8. You can login OpenShift UI from this URL to view your project:
54+
55+
```bash
56+
https://console-openshift-console.<CLUSTER_DOMAIN>
57+
```
58+
5359
🪄🪄 Now, let's continue with even more exciting tools... !🪄🪄

0 commit comments

Comments
 (0)