Skip to content

Commit

Permalink
Merge pull request #288 from ckavili/main
Browse files Browse the repository at this point in the history
✨minor update on the doc✨
  • Loading branch information
springdo authored Jun 15, 2024
2 parents d7cb831 + f5bc3a3 commit 3f7c566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/99-the-rise-of-the-cluster/1-tooling-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ IPA_NAMESPACE="${1:-ipa}"
oc project ${IPA_NAMESPACE}
export IPA_ADMIN_PASSWD=$(oc get secret ipa-password --template='{{ range .data }}{{.}}{{end}}' -n ipa | base64 -D)
echo ${IPA_ADMIN_PASSWD}
oc rsh `oc get po -l deploymentconfig=ipa -o name -n ${IPA_NAMESPACE}`
oc rsh `oc get po -l app=ipa -o name -n ${IPA_NAMESPACE}`

# 2. on the container running IPA Server, create `student` group and add users to it.
echo ${IPA_ADMIN_PASSWD} | kinit admin
Expand Down

0 comments on commit 3f7c566

Please sign in to comment.