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 d69b7c7 commit 8c4fac3Copy full SHA for 8c4fac3
docs/1-the-manual-menace/1-the-basics.md
@@ -38,7 +38,9 @@ echo ${GIT_SERVER}
38
```
39
40
8. Check if you can connect to OpenShift. Run the command below.
41
- Tip: Before you hit enter, make sure you change the username and password to match your team's login details!
+<p class="tip">
42
+ ⛷️ <b>TIP</b> ⛷️ - Before you hit enter, make sure you change the username and password to match your team's login details!
43
+</p>
44
```bash
45
oc login --server=https://api.${CLUSTER_DOMAIN##apps.}:6443 -u <USERNAME> -p <PASSWORD>
46
0 commit comments