첫 번째 클러스터 및 사용자를 이미 생성한 경우 이 목록은 추가 클러스터 및 사용자를 생성할 때 명령 빠른 참조 목록 역할을 할 수 있습니다.
## Configures your AWS account and ensures everything is setup correctly
rosa init
## Starts the cluster creation process (~30-40minutes)
rosa create cluster --cluster-name=<cluster_name>
## Connect your IDP to your cluster
rosa create idp --cluster=<cluster_name> --interactive
## Promotes a user from your IDP to dedicated-admin level
rosa grant user dedicated-admin --user=<idp_user_name> --cluster=<cluster_name>
## Checks if your install is ready (look for State: Ready),
## and provides your Console URL to login to the web console.
rosa describe cluster --cluster=<cluster_name>
## Configures your AWS account and ensures everything is setup correctly
$rosa init## Starts the cluster creation process (~30-40minutes)
$rosa create cluster --cluster-name=<cluster_name>## Connect your IDP to your cluster
$rosa create idp --cluster=<cluster_name>--interactive## Promotes a user from your IDP to dedicated-admin level
$rosa grant user dedicated-admin --user=<idp_user_name>--cluster=<cluster_name>## Checks if your install is ready (look for State: Ready),
## and provides your Console URL to login to the web console.
$rosa describe cluster --cluster=<cluster_name>
Copy to ClipboardCopied!Toggle word wrapToggle overflow