Skip to content

Commit e1b2cbe

Browse files
authored
Merge branch 'master' into master
2 parents acf1d06 + a5bcb91 commit e1b2cbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,20 @@ sys 0m2.008s
9090
> oc login --token=$TOKEN --server=https://api.sample-cluster.sandbox930.opentlc.com:6443
9191
```
9292

93-
=======
93+
9494
### Step 7: Upload non admin user on htpasswd
9595
```bash
9696
> htpasswd -nb admin mypassword
9797
```
9898
Copy output on .txt file and upload on OpenShift web console (user management)
9999

100+
100101
### Optional: Set cluster admin to ocpadmin user
101102
```bash
102103
oc adm policy add-cluster-role-to-user cluster-admin ocpadmin
103104
```
104105

106+
105107
### Step 8: Etc
106108
In case of you forgot your OCP's Kubeadmin password, we can check our installation log files which can be found on `.openshift_install.log`, and located in `$HOME/cluster-${GUID}`.
107109

0 commit comments

Comments
 (0)