From f5bc3a3110aa133871cf42faad661c26f4514b9e Mon Sep 17 00:00:00 2001 From: Cansu Kavili Date: Sat, 15 Jun 2024 14:03:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8minor=20update=20on=20the=20doc?= =?UTF-8?q?=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/99-the-rise-of-the-cluster/1-tooling-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/99-the-rise-of-the-cluster/1-tooling-installation.md b/docs/99-the-rise-of-the-cluster/1-tooling-installation.md index d89809c4..469265ec 100644 --- a/docs/99-the-rise-of-the-cluster/1-tooling-installation.md +++ b/docs/99-the-rise-of-the-cluster/1-tooling-installation.md @@ -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