×

对于在 AWS 上的 Red Hat OpenShift 服务 (ROSA) 上安装和与集群交互,建议使用 AWS 安全令牌服务 (STS) 作为凭据模式,因为它提供了增强的安全性。

命令快速参考列表

如果您已创建第一个集群和用户,则此列表可在创建其他集群和用户时用作命令快速参考列表。

## 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>