You are viewing documentation for a release that is no longer maintainedSee documentation for the latest supported version 3 or the latest supported version 4. 9.2.10. 異なるサービスアカウントでの Pod の実行 デフォルト以外のサービスアカウントで Pod を実行できます。 デプロイメント設定を編集します。 $ oc edit dc/<deployment_config> serviceAccount と serviceAccountName パラメーターを spec フィールドに追加し、使用するサービスアカウントを指定します。 spec: securityContext: {} serviceAccount: <service_account> serviceAccountName: <service_account> 戻る次へ