Skip to content

Commit 830d6d0

Browse files
authored
Merge pull request #131 from kattekrab/patch-3
Add change uname/pass tip to step8 in the basics LGTM
2 parents 57bf9f6 + b414059 commit 830d6d0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ echo ${CLUSTER_DOMAIN}
3737
echo ${GIT_SERVER}
3838
```
3939

40-
8. Check if you can connect to OpenShift. Run the command below.
40+
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+
4145
```bash
4246
oc login --server=https://api.${CLUSTER_DOMAIN##apps.}:6443 -u <USERNAME> -p <PASSWORD>
4347
```

0 commit comments

Comments
 (0)