16.2. 환경 설정
-
cluster-admin
권한이 있는 계정을 사용하여 클러스터에 로그인합니다. 클러스터 이름에 대한 환경 변수를 구성합니다.
$ export CLUSTER_NAME=$(oc get infrastructure cluster -o=jsonpath="{.status.infrastructureName}" | sed 's/-[a-z0-9]\{5\}$//')
다음 섹션으로 이동하기 전에 모든 필드가 올바르게 출력되는지 확인합니다.
$ echo "Cluster: ${CLUSTER_NAME}"
출력 예
Cluster: my-rosa-cluster