This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.14.2. system:admin ユーザーの権限の借用
クラスター管理者のパーミッションを付与する system:admin
の権限を借用するユーザーパーミッションを付与することができます。
手順
system:admin
の権限を借用するためにユーザーパーミッションを付与するには、以下のコマンドを実行します。Copy to Clipboard Copied! Toggle word wrap Toggle overflow oc create clusterrolebinding <any_valid_name> --clusterrole=sudoer --user=<username>
$ oc create clusterrolebinding <any_valid_name> --clusterrole=sudoer --user=<username>