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.
1 parent 8c4fac3 commit b414059Copy full SHA for b414059
docs/1-the-manual-menace/1-the-basics.md
@@ -37,10 +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">
- ⛷️ <b>TIP</b> ⛷️ - Before you hit enter, make sure you change the username and password to match your team's login details!
43
-</p>
+ ⛷️ <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