We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57bf9f6 + b414059 commit 830d6d0Copy full SHA for 830d6d0
docs/1-the-manual-menace/1-the-basics.md
@@ -37,7 +37,11 @@ echo ${CLUSTER_DOMAIN}
37
echo ${GIT_SERVER}
38
```
39
40
-8. Check if you can connect to OpenShift. Run the command below.
+8. Check if you can connect to OpenShift. Run the command below.
41
+
42
+<p class="tip">
43
+ ⛷️ <b>TIP</b> ⛷️ - Before you hit enter, make sure you change the username and password to match your team's login details </p>
44
45
```bash
46
oc login --server=https://api.${CLUSTER_DOMAIN##apps.}:6443 -u <USERNAME> -p <PASSWORD>
47
0 commit comments