7.2. ROSA CLI コマンドリファレンス
このリファレンスは、ROSA CLI (rosa)コマンドの説明とコマンド例を示しています。
rosa -h を実行してすべてのコマンドを表示するか、rosa <command> --help を実行して、特定のコマンドに関する追加情報を取得します。
7.2.1. ROSA CLI コマンド リンクのコピーリンクがクリップボードにコピーされました!
7.2.1.1. rosa create account-roles リンクのコピーリンクがクリップボードにコピーされました!
クラスターを作成する前に、アカウント全体の IAM ロールを作成します。
使用例
Create default account roles for ROSA clusters using STS
# Create default account roles for ROSA clusters using STS
rosa create account-roles
# Create account roles with a specific permissions boundary
rosa create account-roles --permissions-boundary arn:aws:iam::123456789012:policy/perm-boundary
7.2.1.2. ROSA 作成管理者 リンクのコピーリンクがクリップボードにコピーされました!
クラスターにログインするための管理者ユーザーを作成します。
使用例
Create an admin user to login to the cluster
# Create an admin user to login to the cluster
rosa create admin -c mycluster -p MasterKey123
7.2.1.3. ROSA 作成オートスケーラー リンクのコピーリンクがクリップボードにコピーされました!
クラスターの Autoscaler の作成
使用例
7.2.1.4. rosa create break-glass-credential リンクのコピーリンクがクリップボードにコピーされました!
クラスターの破損したグラス認証情報を作成します。
使用例
Interactively create a break glass credential to a cluster named "mycluster"
# Interactively create a break glass credential to a cluster named "mycluster"
rosa create break-glass-credential --cluster=mycluster --interactive
7.2.1.5. rosa create cluster リンクのコピーリンクがクリップボードにコピーされました!
クラスターの作成
使用例
Create a cluster named "mycluster"
# Create a cluster named "mycluster"
rosa create cluster --cluster-name=mycluster
# Create a cluster in the us-east-2 region
rosa create cluster --cluster-name=mycluster --region=us-east-2
7.2.1.6. rosa create decision リンクのコピーリンクがクリップボードにコピーされました!
アクセス要求の意思決定を作成する
使用例
Create a decision for an Access Request to approve it
# Create a decision for an Access Request to approve it
rosa create decision --access-request <access_request_id> --decision Approved
7.2.1.7. rosa create dns-domain リンクのコピーリンクがクリップボードにコピーされました!
DNS ドメインの作成
使用例
Create DNS Domain
# Create DNS Domain
rosa create dns-domain
7.2.1.8. rosa create external-auth-provider リンクのコピーリンクがクリップボードにコピーされました!
クラスターの外部認証プロバイダーを作成します。
使用例
Interactively create an external authentication provider to a cluster named "mycluster"
# Interactively create an external authentication provider to a cluster named "mycluster"
rosa create external-auth-provider --cluster=mycluster --interactive
7.2.1.9. rosa create iamserviceaccount リンクのコピーリンクがクリップボードにコピーされました!
Kubernetes サービスアカウントの IAM ロールを作成します。
使用例
Create an IAM role for a service account
# Create an IAM role for a service account
rosa create iamserviceaccount --cluster my-cluster --name my-app --namespace default
7.2.1.10. rosa create idp リンクのコピーリンクがクリップボードにコピーされました!
クラスターの IDP の追加
使用例
Add a GitHub identity provider to a cluster named "mycluster"
# Add a GitHub identity provider to a cluster named "mycluster"
rosa create idp --type=github --cluster=mycluster
# Add an identity provider following interactive prompts
rosa create idp --cluster=mycluster --interactive
7.2.1.11. rosa create image-mirror リンクのコピーリンクがクリップボードにコピーされました!
クラスターのイメージミラーの作成
使用例
7.2.1.12. rosa create kubeletconfig リンクのコピーリンクがクリップボードにコピーされました!
クラスターのカスタム kubeletconfig の作成
使用例
Create a custom kubeletconfig with a pod-pids-limit of 5000
# Create a custom kubeletconfig with a pod-pids-limit of 5000
rosa create kubeletconfig --cluster=mycluster --pod-pids-limit=5000
7.2.1.13. rosa create machinepool リンクのコピーリンクがクリップボードにコピーされました!
クラスターへのマシンプールの追加
使用例
7.2.1.14. ROSA ネットワークの作成 リンクのコピーリンクがクリップボードにコピーされました!
ネットワーク AWS クラウド形式スタック
使用例
7.2.1.15. rosa create ocm-role リンクのコピーリンクがクリップボードにコピーされました!
OCM によって使用されるロールの作成
使用例
Create default ocm role for ROSA clusters using STS
# Create default ocm role for ROSA clusters using STS
rosa create ocm-role
# Create ocm role with a specific permissions boundary
rosa create ocm-role --permissions-boundary arn:aws:iam::123456789012:policy/perm-boundary
7.2.1.16. ROSA create oidc-config リンクのコピーリンクがクリップボードにコピーされました!
OIDC プロトコルに準拠する OIDC 設定を作成します。
使用例
Create OIDC config
# Create OIDC config
rosa create oidc-config
7.2.1.17. ROSA create oidc-provider リンクのコピーリンクがクリップボードにコピーされました!
STS クラスターの OIDC プロバイダーを作成します。
使用例
Create OIDC provider for cluster named "mycluster"
# Create OIDC provider for cluster named "mycluster"
rosa create oidc-provider --cluster=mycluster
7.2.1.18. rosa による operator-roles の作成 リンクのコピーリンクがクリップボードにコピーされました!
クラスターの Operator IAM ロールを作成します。
使用例
Create default operator roles for cluster named "mycluster"
# Create default operator roles for cluster named "mycluster"
rosa create operator-roles --cluster=mycluster
# Create operator roles with a specific permissions boundary
rosa create operator-roles -c mycluster --permissions-boundary arn:aws:iam::123456789012:policy/perm-boundary
7.2.1.19. rosa create tuning-configs リンクのコピーリンクがクリップボードにコピーされました!
チューニング設定の追加
使用例
Add a tuning config with name "tuned1" and spec from a file "file1" to a cluster named "mycluster"
# Add a tuning config with name "tuned1" and spec from a file "file1" to a cluster named "mycluster"
rosa create tuning-config --name=tuned1 --spec-path=file1 --cluster=mycluster"
7.2.1.20. rosa の user-role の作成 リンクのコピーリンクがクリップボードにコピーされました!
ユーザーロールを作成して、アカウントの関連付けを確認します。
使用例
Create user roles
# Create user roles
rosa create user-role
# Create user role with a specific permissions boundary
rosa create user-role --permissions-boundary arn:aws:iam::123456789012:policy/perm-boundary
7.2.1.21. rosa delete account-roles リンクのコピーリンクがクリップボードにコピーされました!
アカウントロールの削除
使用例
Delete Account roles"
# Delete Account roles"
rosa delete account-roles -p prefix
7.2.1.22. ROSA 削除管理者 リンクのコピーリンクがクリップボードにコピーされました!
admin ユーザーを削除します。
使用例
Delete the admin user
# Delete the admin user
rosa delete admin --cluster=mycluster
7.2.1.23. ROSA 削除オートスケーラー リンクのコピーリンクがクリップボードにコピーされました!
クラスターの Autoscaler の削除
使用例
Delete the autoscaler config for cluster named "mycluster"
# Delete the autoscaler config for cluster named "mycluster"
rosa delete autoscaler --cluster=mycluster
7.2.1.24. ROSA 削除クラスター リンクのコピーリンクがクリップボードにコピーされました!
Delete cluster
使用例
Delete a cluster named "mycluster"
# Delete a cluster named "mycluster"
rosa delete cluster --cluster=mycluster
7.2.1.25. rosa delete dns-domain リンクのコピーリンクがクリップボードにコピーされました!
DNS ドメインの削除
使用例
Delete a DNS domain with ID github-1
# Delete a DNS domain with ID github-1
rosa delete dns-domain github-1
7.2.1.26. rosa delete external-auth-provider リンクのコピーリンクがクリップボードにコピーされました!
外部認証プロバイダーの削除
使用例
Delete an external authentication provider named exauth-1
# Delete an external authentication provider named exauth-1
rosa delete external-auth-provider exauth-1 --cluster=mycluster
7.2.1.27. rosa delete iamserviceaccount リンクのコピーリンクがクリップボードにコピーされました!
Kubernetes サービスアカウントの IAM ロールを削除します。
使用例
Delete IAM role for service account
# Delete IAM role for service account
rosa delete iamserviceaccount --cluster my-cluster \
--name my-app \
--namespace default
7.2.1.28. ROSA 削除 idp リンクのコピーリンクがクリップボードにコピーされました!
クラスター IDP の削除
使用例
Delete an identity provider named github-1
# Delete an identity provider named github-1
rosa delete idp github-1 --cluster=mycluster
7.2.1.29. rosa delete image-mirror リンクのコピーリンクがクリップボードにコピーされました!
クラスターからイメージミラーを削除します。
使用例
7.2.1.30. ROSA 削除イングレス リンクのコピーリンクがクリップボードにコピーされました!
クラスター Ingress の削除
使用例
Delete ingress with ID a1b2 from a cluster named 'mycluster'
# Delete ingress with ID a1b2 from a cluster named 'mycluster'
rosa delete ingress --cluster=mycluster a1b2
# Delete secondary ingress using the sub-domain name
rosa delete ingress --cluster=mycluster apps2
7.2.1.31. rosa delete kubeletconfig リンクのコピーリンクがクリップボードにコピーされました!
クラスターから kubeletconfig を削除する
使用例
Delete the KubeletConfig for ROSA Classic cluster 'foo'
# Delete the KubeletConfig for ROSA Classic cluster 'foo'
rosa delete kubeletconfig --cluster foo
# Delete the KubeletConfig named 'bar' from cluster 'foo'
rosa delete kubeletconfig --cluster foo --name bar
7.2.1.32. rosa delete machinepool リンクのコピーリンクがクリップボードにコピーされました!
マシンプールの削除
使用例
Delete machine pool with ID mp-1 from a cluster named 'mycluster'
# Delete machine pool with ID mp-1 from a cluster named 'mycluster'
rosa delete machinepool --cluster=mycluster mp-1
7.2.1.33. rosa delete ocm-role リンクのコピーリンクがクリップボードにコピーされました!
OCM ロールの削除
使用例
Delete OCM role
# Delete OCM role
rosa delete ocm-role --role-arn arn:aws:iam::123456789012:role/xxx-OCM-Role-1223456778
7.2.1.34. rosa delete oidc-config リンクのコピーリンクがクリップボードにコピーされました!
OIDC 設定の削除
使用例
Delete OIDC config based on registered OIDC Config ID that has been supplied
# Delete OIDC config based on registered OIDC Config ID that has been supplied
rosa delete oidc-config --oidc-config-id <oidc_config_id>
7.2.1.35. rosa delete oidc-provider リンクのコピーリンクがクリップボードにコピーされました!
OIDC プロバイダーの削除
使用例
Delete OIDC provider for cluster named "mycluster"
# Delete OIDC provider for cluster named "mycluster"
rosa delete oidc-provider --cluster=mycluster
7.2.1.36. rosa delete operator-roles リンクのコピーリンクがクリップボードにコピーされました!
Operator ロールの削除
使用例
Delete Operator roles for cluster named "mycluster"
# Delete Operator roles for cluster named "mycluster"
rosa delete operator-roles --cluster=mycluster
7.2.1.37. rosa delete tuning-configs リンクのコピーリンクがクリップボードにコピーされました!
削除チューニング設定
使用例
Delete tuning config with name tuned1 from a cluster named 'mycluster'
# Delete tuning config with name tuned1 from a cluster named 'mycluster'
rosa delete tuning-config --cluster=mycluster tuned1
7.2.1.38. rosa delete user-role リンクのコピーリンクがクリップボードにコピーされました!
ユーザーロールの削除
使用例
Delete user role
# Delete user role
rosa delete user-role --role-arn {prefix}-User-{username}-Role
7.2.1.39. rosa describe access-request リンクのコピーリンクがクリップボードにコピーされました!
アクセス要求の詳細を表示します。
使用例
Describe an Access Request wit id <access_request_id>
# Describe an Access Request wit id <access_request_id>
rosa describe access-request --id <access_request_id>
7.2.1.40. rosa describe addon リンクのコピーリンクがクリップボードにコピーされました!
アドオンの詳細を表示します。
使用例
Describe an add-on named "codeready-workspaces"
# Describe an add-on named "codeready-workspaces"
rosa describe addon codeready-workspaces
7.2.1.41. rosa describe addon-installation リンクのコピーリンクがクリップボードにコピーされました!
アドオンインストールの詳細の表示
使用例
Describe the 'bar' add-on installation on cluster 'foo'
# Describe the 'bar' add-on installation on cluster 'foo'
rosa describe addon-installation --cluster foo --addon bar
7.2.1.42. rosa describe admin リンクのコピーリンクがクリップボードにコピーされました!
cluster-admin ユーザーの詳細を表示します。
使用例
Describe cluster-admin user of a cluster named mycluster
# Describe cluster-admin user of a cluster named mycluster
rosa describe admin -c mycluster
7.2.1.43. ROSA describe autoscaler リンクのコピーリンクがクリップボードにコピーされました!
クラスターの Autoscaler の詳細を表示します。
使用例
Describe the autoscaler for cluster 'foo'
# Describe the autoscaler for cluster 'foo'
rosa describe autoscaler --cluster foo
7.2.1.44. rosa describe break-glass-credential リンクのコピーリンクがクリップボードにコピーされました!
クラスターでの破損したグラス認証情報の詳細を表示する
使用例
Show details of a break glass credential with ID "12345" on a cluster named "mycluster"
# Show details of a break glass credential with ID "12345" on a cluster named "mycluster"
rosa describe break-glass-credential 12345 --cluster=mycluster
7.2.1.45. rosa describe cluster リンクのコピーリンクがクリップボードにコピーされました!
クラスターの詳細を表示します。
使用例
Describe a cluster named "mycluster"
# Describe a cluster named "mycluster"
rosa describe cluster --cluster=mycluster
7.2.1.46. rosa describe external-auth-provider リンクのコピーリンクがクリップボードにコピーされました!
クラスターの外部認証プロバイダーの詳細を表示します。
使用例
Show details of an external authentication provider named "exauth" on a cluster named "mycluster"
# Show details of an external authentication provider named "exauth" on a cluster named "mycluster"
rosa describe external-auth-provider exauth --cluster=mycluster
7.2.1.47. rosa describe iamserviceaccount リンクのコピーリンクがクリップボードにコピーされました!
Kubernetes サービスアカウントの IAM ロールを記述します。
使用例
Describe IAM role for service account
# Describe IAM role for service account
rosa describe iamserviceaccount --cluster my-cluster \
--name my-app \
--namespace default
7.2.1.48. rosa describe ingress リンクのコピーリンクがクリップボードにコピーされました!
クラスター内の指定された Ingress の詳細を表示します。
使用例
rosa describe ingress <ingress_id> -c mycluster
rosa describe ingress <ingress_id> -c mycluster
7.2.1.49. rosa describe kubeletconfig リンクのコピーリンクがクリップボードにコピーされました!
クラスターの kubeletconfig の詳細を表示します。
使用例
Describe the custom kubeletconfig for ROSA Classic cluster 'foo'
# Describe the custom kubeletconfig for ROSA Classic cluster 'foo'
rosa describe kubeletconfig --cluster foo
# Describe the custom kubeletconfig named 'bar' for cluster 'foo'
rosa describe kubeletconfig --cluster foo --name bar
7.2.1.50. rosa describe machinepool リンクのコピーリンクがクリップボードにコピーされました!
クラスター上のマシンプールの詳細を表示します。
使用例
Show details of a machine pool named "mymachinepool" on a cluster named "mycluster"
# Show details of a machine pool named "mymachinepool" on a cluster named "mycluster"
rosa describe machinepool --cluster=mycluster --machinepool=mymachinepool
7.2.1.51. rosa describe tuning-configs リンクのコピーリンクがクリップボードにコピーされました!
チューニング設定の詳細を表示します。
使用例
Describe the 'tuned1' tuned config on cluster 'foo'
# Describe the 'tuned1' tuned config on cluster 'foo'
rosa describe tuning-config --cluster foo tuned1
7.2.1.52. ROSA describe upgrade リンクのコピーリンクがクリップボードにコピーされました!
アップグレードの詳細を表示します。
使用例
Describe an upgrade-policy"
# Describe an upgrade-policy"
rosa describe upgrade
7.2.1.53. ROSA で openshift-client のダウンロード リンクのコピーリンクがクリップボードにコピーされました!
OpenShift クライアントツールをダウンロードする
使用例
Download oc client tools
# Download oc client tools
rosa download oc
7.2.1.54. rosa のダウンロード rosa-client リンクのコピーリンクがクリップボードにコピーされました!
ROSA クライアントツールをダウンロードする
使用例
Download rosa client tools
# Download rosa client tools
rosa download rosa
7.2.1.55. rosa 編集アドオン リンクのコピーリンクがクリップボードにコピーされました!
クラスターのアドオンインストールパラメーターの編集
使用例
Edit the parameters of the Red Hat OpenShift logging operator add-on installation
# Edit the parameters of the Red Hat OpenShift logging operator add-on installation
rosa edit addon --cluster=mycluster cluster-logging-operator
7.2.1.56. ROSA 編集オートスケーラー リンクのコピーリンクがクリップボードにコピーされました!
クラスターの Autoscaler の編集
使用例
7.2.1.57. ROSA 編集クラスター リンクのコピーリンクがクリップボードにコピーされました!
edit cluster
使用例
7.2.1.58. rosa edit image-mirror リンクのコピーリンクがクリップボードにコピーされました!
クラスターのイメージミラーの編集
使用例
7.2.1.59. ROSA 編集イングレス リンクのコピーリンクがクリップボードにコピーされました!
クラスター入力(ロードバランサー)の編集
使用例
7.2.1.60. rosa edit kubeletconfig リンクのコピーリンクがクリップボードにコピーされました!
クラスターの kubeletconfig の編集
使用例
Edit a KubeletConfig to have a pod-pids-limit of 10000
# Edit a KubeletConfig to have a pod-pids-limit of 10000
rosa edit kubeletconfig --cluster=mycluster --pod-pids-limit=10000
# Edit a KubeletConfig named 'bar' to have a pod-pids-limit of 10000
rosa edit kubeletconfig --cluster=mycluster --name=bar --pod-pids-limit=10000
7.2.1.61. rosa edit machinepool リンクのコピーリンクがクリップボードにコピーされました!
Edit machine pool
使用例
7.2.1.62. rosa edit tuning-configs リンクのコピーリンクがクリップボードにコピーされました!
編集チューニング設定
使用例
Update the tuning config with name 'tuning-1' with the spec defined in file1
# Update the tuning config with name 'tuning-1' with the spec defined in file1
rosa edit tuning-config --cluster=mycluster tuning-1 --spec-path file1
7.2.1.63. ROSA 付与ユーザー リンクのコピーリンクがクリップボードにコピーされました!
クラスターへのユーザーアクセスの付与
使用例
Add cluster-admin role to a user
# Add cluster-admin role to a user
rosa grant user cluster-admin --user=myusername --cluster=mycluster
# Grant dedicated-admins role to a user
rosa grant user dedicated-admin --user=myusername --cluster=mycluster
7.2.1.64. ROSA init リンクのコピーリンクがクリップボードにコピーされました!
Red Hat OpenShift Service on AWS をサポートするテンプレートの適用
使用例
Configure your AWS account to allow IAM (non-STS) ROSA clusters
# Configure your AWS account to allow IAM (non-STS) ROSA clusters
rosa init
# Configure a new AWS account using pre-existing OCM credentials
rosa init --token=$OFFLINE_ACCESS_TOKEN
7.2.1.65. ROSA インストールアドオン リンクのコピーリンクがクリップボードにコピーされました!
クラスターへのアドオンのインストール
使用例
Add the CodeReady Workspaces add-on installation to the cluster
# Add the CodeReady Workspaces add-on installation to the cluster
rosa install addon --cluster=mycluster codeready-workspaces
7.2.1.66. ROSA リンク ocm-role リンクのコピーリンクがクリップボードにコピーされました!
OCM ロールを特定の OCM 組織にリンクします。
使用例
Link OCM role
# Link OCM role
rosa link ocm-role --role-arn arn:aws:iam::123456789012:role/ManagedOpenshift-OCM-Role
7.2.1.67. ROSA リンクユーザーロール リンクのコピーリンクがクリップボードにコピーされました!
ユーザーロールを特定の OCM アカウントにリンクします。
使用例
Link user roles
# Link user roles
rosa link user-role --role-arn arn:aws:iam::{accountid}:role/{prefix}-User-{username}-Role
7.2.1.68. rosa list access-request リンクのコピーリンクがクリップボードにコピーされました!
アクセスリクエストの一覧表示
使用例
List all Access Requests for cluster 'foo'
# List all Access Requests for cluster 'foo'
rosa list access-request --cluster foo
7.2.1.69. rosa list account-roles リンクのコピーリンクがクリップボードにコピーされました!
アカウントロールおよびポリシーを一覧表示します。
使用例
List all account roles
# List all account roles
rosa list account-roles
7.2.1.70. ROSA リストアドオン リンクのコピーリンクがクリップボードにコピーされました!
アドオンインストールの一覧表示
使用例
List all add-on installations on a cluster named "mycluster"
# List all add-on installations on a cluster named "mycluster"
rosa list addons --cluster=mycluster
7.2.1.71. ROSA list break-glass-credentials リンクのコピーリンクがクリップボードにコピーされました!
list break glass credential
使用例
List all break glass credentials for a cluster named 'mycluster'"
# List all break glass credentials for a cluster named 'mycluster'"
rosa list break-glass-credentials -c mycluster
7.2.1.72. ROSA リストクラスター リンクのコピーリンクがクリップボードにコピーされました!
クラスターをリスト表示します。
使用例
List all clusters
# List all clusters
rosa list clusters
7.2.1.73. rosa list dns-domain リンクのコピーリンクがクリップボードにコピーされました!
DNS ドメインの一覧表示
使用例
List all DNS Domains tied to your organization ID"
# List all DNS Domains tied to your organization ID"
rosa list dns-domain
7.2.1.74. rosa list external-auth-providers リンクのコピーリンクがクリップボードにコピーされました!
外部認証プロバイダーの一覧を表示します。
使用例
List all external authentication providers for a cluster named 'mycluster'"
# List all external authentication providers for a cluster named 'mycluster'"
rosa list external-auth-provider -c mycluster
7.2.1.75. ROSA リストゲート リンクのコピーリンクがクリップボードにコピーされました!
利用可能な OCP Gates の一覧
使用例
7.2.1.76. ROSA リスト iamserviceaccounts リンクのコピーリンクがクリップボードにコピーされました!
Kubernetes サービスアカウントの IAM ロールを一覧表示します。
使用例
List IAM roles for service accounts
# List IAM roles for service accounts
rosa list iamserviceaccounts --cluster my-cluster
7.2.1.77. rosa list idps リンクのコピーリンクがクリップボードにコピーされました!
クラスター IDP の一覧表示
使用例
List all identity providers on a cluster named "mycluster"
# List all identity providers on a cluster named "mycluster"
rosa list idps --cluster=mycluster
7.2.1.78. rosa list image-mirrors リンクのコピーリンクがクリップボードにコピーされました!
クラスターイメージミラーの一覧表示
使用例
List all image mirrors on a cluster named "mycluster"
# List all image mirrors on a cluster named "mycluster"
rosa list image-mirrors --cluster=mycluster
7.2.1.79. ROSA リストイングレス リンクのコピーリンクがクリップボードにコピーされました!
クラスター Ingress の一覧表示
使用例
List all routes on a cluster named "mycluster"
# List all routes on a cluster named "mycluster"
rosa list ingresses --cluster=mycluster
7.2.1.80. ROSA list instance-types リンクのコピーリンクがクリップボードにコピーされました!
インスタンスタイプの一覧表示
使用例
List all instance types
# List all instance types
rosa list instance-types
7.2.1.81. ROSA list kubeletconfigs リンクのコピーリンクがクリップボードにコピーされました!
kubeletconfigs を一覧表示します。
使用例
List the kubeletconfigs for cluster 'foo'
# List the kubeletconfigs for cluster 'foo'
rosa list kubeletconfig --cluster foo
7.2.1.82. ROSA 一覧マシンプール リンクのコピーリンクがクリップボードにコピーされました!
クラスターマシンプールの一覧表示
使用例
List all machine pools on a cluster named "mycluster"
# List all machine pools on a cluster named "mycluster"
rosa list machinepools --cluster=mycluster
# List machine pools showing all information
rosa list machinepools --cluster=mycluster --all
7.2.1.83. rosa list ocm-roles リンクのコピーリンクがクリップボードにコピーされました!
ocm ロールを一覧表示します。
使用例
List all ocm roles
# List all ocm roles
rosa list ocm-roles
7.2.1.84. ROSA リスト oidc-config リンクのコピーリンクがクリップボードにコピーされました!
OIDC 設定リソースの一覧表示
使用例
List all OIDC Configurations tied to your organization ID"
# List all OIDC Configurations tied to your organization ID"
rosa list oidc-config
7.2.1.85. ROSA リスト oidc-providers リンクのコピーリンクがクリップボードにコピーされました!
OIDC プロバイダーの一覧を表示します。
使用例
List all oidc providers
# List all oidc providers
rosa list oidc-providers
7.2.1.86. ROSA リスト operator-roles リンクのコピーリンクがクリップボードにコピーされました!
オペレーターのロールとポリシーの一覧表示
使用例
List all operator roles
# List all operator roles
rosa list operator-roles
7.2.1.87. ROSA リストリージョン リンクのコピーリンクがクリップボードにコピーされました!
利用可能なリージョンの一覧を表示します。
使用例
List all available regions
# List all available regions
rosa list regions
7.2.1.88. rosa list tuning-configs リンクのコピーリンクがクリップボードにコピーされました!
チューニング設定の一覧表示
使用例
List all tuning configuration for a cluster named 'mycluster'"
# List all tuning configuration for a cluster named 'mycluster'"
rosa list tuning-configs -c mycluster
7.2.1.89. ROSA list user-roles リンクのコピーリンクがクリップボードにコピーされました!
ユーザーロールの一覧を表示します。
使用例
List all user roles
# List all user roles
rosa list user-roles
7.2.1.90. ROSA リストユーザー リンクのコピーリンクがクリップボードにコピーされました!
クラスターユーザーの一覧を表示します。
使用例
List all users on a cluster named "mycluster"
# List all users on a cluster named "mycluster"
rosa list users --cluster=mycluster
7.2.1.91. ROSA リストのバージョン リンクのコピーリンクがクリップボードにコピーされました!
利用可能なバージョンを一覧表示します。
使用例
List all OpenShift versions
# List all OpenShift versions
rosa list versions
7.2.1.92. ROSA ログイン リンクのコピーリンクがクリップボードにコピーされました!
Red Hat アカウントにログインします。
使用例
Login to the OpenShift API with an existing token generated from https://console.redhat.com/openshift/token/rosa
# Login to the OpenShift API with an existing token generated from https://console.redhat.com/openshift/token/rosa
rosa login --token=$OFFLINE_ACCESS_TOKEN
7.2.1.93. ROSA ログ リンクのコピーリンクがクリップボードにコピーされました!
クラスターのインストールまたはアンインストールログの表示
使用例
Show install logs for a cluster named 'mycluster'
# Show install logs for a cluster named 'mycluster'
rosa logs install --cluster=mycluster
# Show uninstall logs for a cluster named 'mycluster'
rosa logs uninstall --cluster=mycluster
7.2.1.94. ROSA ログのインストール リンクのコピーリンクがクリップボードにコピーされました!
クラスターのインストールログの表示
使用例
Show last 100 install log lines for a cluster named "mycluster"
# Show last 100 install log lines for a cluster named "mycluster"
rosa logs install mycluster --tail=100
# Show install logs for a cluster using the --cluster flag
rosa logs install --cluster=mycluster
7.2.1.95. ROSA ログのアンインストール リンクのコピーリンクがクリップボードにコピーされました!
クラスターのアンインストールログを表示します。
使用例
Show last 100 uninstall log lines for a cluster named "mycluster"
# Show last 100 uninstall log lines for a cluster named "mycluster"
rosa logs uninstall mycluster --tail=100
# Show uninstall logs for a cluster using the --cluster flag
rosa logs uninstall --cluster=mycluster
7.2.1.96. ROSA register oidc-config リンクのコピーリンクがクリップボードにコピーされました!
管理対象外の OIDC 設定を Openshift Clusters Manager に登録します。
使用例
Register OIDC config
# Register OIDC config
rosa register oidc-config
7.2.1.97. ROSA revoke break-glass-credentials リンクのコピーリンクがクリップボードにコピーされました!
glass 認証情報の取り消し
使用例
Revoke all break glass credentials
# Revoke all break glass credentials
rosa revoke break-glass-credentials --cluster=mycluster
7.2.1.98. ROSA 取り消しユーザー リンクのコピーリンクがクリップボードにコピーされました!
ユーザーからのロールを取り消します。
使用例
Revoke cluster-admin role from a user
# Revoke cluster-admin role from a user
rosa revoke user cluster-admins --user=myusername --cluster=mycluster
# Revoke dedicated-admin role from a user
rosa revoke user dedicated-admins --user=myusername --cluster=mycluster
7.2.1.99. ROSA uninstall addon リンクのコピーリンクがクリップボードにコピーされました!
クラスターからアドオンをアンインストール
使用例
Remove the CodeReady Workspaces add-on installation from the cluster
# Remove the CodeReady Workspaces add-on installation from the cluster
rosa uninstall addon --cluster=mycluster codeready-workspaces
7.2.1.100. ROSA unlink ocm-role リンクのコピーリンクがクリップボードにコピーされました!
特定の OCM 組織からのリンク解除 ocm ロール
使用例
#Unlink ocm role rosa unlink ocm-role --role-arn arn:aws:iam::123456789012:role/ManagedOpenshift-OCM-Role
#Unlink ocm role
rosa unlink ocm-role --role-arn arn:aws:iam::123456789012:role/ManagedOpenshift-OCM-Role
7.2.1.101. ROSA のリンク解除ユーザーロール リンクのコピーリンクがクリップボードにコピーされました!
特定の OCM アカウントからユーザーロールのリンクを解除します
使用例
Unlink user role
# Unlink user role
rosa unlink user-role --role-arn arn:aws:iam::{accountid}:role/{prefix}-User-{username}-Role
7.2.1.102. ROSA アップグレード account-roles リンクのコピーリンクがクリップボードにコピーされました!
アカウント全体の IAM ロールを最新バージョンにアップグレードします。
使用例
Upgrade account roles for ROSA STS clusters
# Upgrade account roles for ROSA STS clusters
rosa upgrade account-roles
7.2.1.103. ROSA アップグレードクラスター リンクのコピーリンクがクリップボードにコピーされました!
upgrade cluster
使用例
7.2.1.104. ROSA アップグレードマシンプール リンクのコピーリンクがクリップボードにコピーされました!
アップグレードマシンプール
使用例
Interactively schedule an upgrade on the cluster named "mycluster"" for a machinepool named "np1"
# Interactively schedule an upgrade on the cluster named "mycluster"" for a machinepool named "np1"
rosa upgrade machinepool np1 --cluster=mycluster --interactive
# Schedule a machinepool upgrade within the hour
rosa upgrade machinepool np1 -c mycluster --version 4.12.20
7.2.1.105. ROSA アップグレード operator-roles リンクのコピーリンクがクリップボードにコピーされました!
クラスターのアップグレード Operator IAM ロール。
使用例
Upgrade cluster-specific operator IAM roles
# Upgrade cluster-specific operator IAM roles
rosa upgrade operators-roles
7.2.1.106. ROSA アップグレードロール リンクのコピーリンクがクリップボードにコピーされました!
クラスター固有の IAM ロールを最新バージョンにアップグレードします。
使用例
Upgrade cluster roles for ROSA STS clusters
# Upgrade cluster roles for ROSA STS clusters
rosa upgrade roles -c <cluster_key>
7.2.1.107. ROSA 検証ネットワーク リンクのコピーリンクがクリップボードにコピーされました!
VPC サブネットが正しく設定されていることを確認します。
使用例
Verify two subnets
# Verify two subnets
rosa verify network --subnet-ids subnet-03046a9b92b5014fb,subnet-03046a9c92b5014fb
7.2.1.108. ROSA で openshift-client を確認する リンクのコピーリンクがクリップボードにコピーされました!
OpenShift クライアントツールを確認する
使用例
Verify oc client tools
# Verify oc client tools
rosa verify oc
7.2.1.109. ROSA 検証パーミッション リンクのコピーリンクがクリップボードにコピーされました!
AWS アクセス許可が STS クラスターインストールに対して ok になっていることを確認する
使用例
Verify AWS permissions are configured correctly
# Verify AWS permissions are configured correctly
rosa verify permissions
# Verify AWS permissions in a different region
rosa verify permissions --region=us-west-2
7.2.1.110. ROSA 検証クォータ リンクのコピーリンクがクリップボードにコピーされました!
AWS クォータがクラスターのインストールに問題がないことを確認します。
使用例
Verify AWS quotas are configured correctly
# Verify AWS quotas are configured correctly
rosa verify quota
# Verify AWS quotas in a different region
rosa verify quota --region=us-west-2
7.2.1.111. ROSA による rosa-client の確認 リンクのコピーリンクがクリップボードにコピーされました!
ROSA クライアントツールを確認する
使用例
Verify rosa client tools
# Verify rosa client tools
rosa verify rosa
7.2.1.112. ROSA whoami リンクのコピーリンクがクリップボードにコピーされました!
ユーザーアカウント情報を表示します
使用例
Displays user information
# Displays user information
rosa whoami