Skip to content

Commit 4d8d290

Browse files
authored
Merge pull request okkyhtf#10 from erfinfeluzy/master
update to ocp 4.7.7
2 parents a5bcb91 + e1b2cbe commit 4d8d290

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -90,13 +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+
101+
### Optional: Set cluster admin to ocpadmin user
102+
```bash
103+
oc adm policy add-cluster-role-to-user cluster-admin ocpadmin
104+
```
105+
106+
100107
### Step 8: Etc
101108
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}`.
102109

ocp-user-htpasswd.txt

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
erfin:$apr1$0jwOO0gY$nVFBydq6b9InLL5eo5liW.
2+
ocpadmin:$apr1$9sc0yZET$0QlQIQcdunFktejVaIjCr0
3+
user1:$apr1$OvHucfzm$j6SfkEjsVHjTTwnZIJkzQ0
4+
user2:$apr1$4Zk1KISF$8hZ4xOR/u/35r6bYcnxQU0
5+
user3:$apr1$mhcbIguV$6.VwosvSvdi.O5d2b/b85.
6+
user4:$apr1$rcMO3FOD$YfZ7An3DApwYcUXW2uRa10
7+
user5:$apr1$KMsRlDK7$n1FTP9wQDpL4F1vVm6Klu.
8+
user6:$apr1$6uzPR/At$BJ8OgN8Ikyk./1eW5lfNF0
9+
user7:$apr1$KbstEU7l$7Ydtg9qsztwMtfr927snU0
10+
user8:$apr1$bQ9Do/6l$MG37k9yw4grFtQqaYVX.x.
11+
user9:$apr1$eYVnIuug$X2Futaw48AEyQs6YzjcfP/
12+
user10:$apr1$RarsvC1g$aFOlj/4Lh1Q433YSTVqTX1
13+
user11:$apr1$DRaOxCt/$EoKsQp3hhURzAljqhSQK11
14+
user12:$apr1$l5E0fpxe$BR9mjgSPXG57tsBbe9zwb1
15+
user13:$apr1$zq7v2Yyj$t5DXpK6yUI.QlkqhhrRXA1
16+
user14:$apr1$bgNOYN05$MHmlWVixe6P0wK/9ls.uu.
17+
user15:$apr1$VHLrYt8i$lHxnI55ZHARlCnwGl3Ur5.

0 commit comments

Comments
 (0)