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.12.7. インフラストラクチャーサービスアカウント
一部のインフラストラクチャーコントローラーは、サービスアカウント認証情報を使用して実行されます。以下のサービスアカウントは、サーバーの起動時に OpenShift Container Platform インフラストラクチャープロジェクト (openshift-infra) に作成され、クラスター全体で以下のロールが付与されます。
| サービスアカウント | 説明 | 
|---|---|
|   replication-controller  |   system:replication-controller ロールの割り当て  | 
|   deployment-controller  |   system:deployment-controller ロールの割り当て  | 
|   build-controller  |   system:build-controller ロールの割り当て。さらに、build-controller サービスアカウントは、特権付きの ビルド Pod を作成するために特権付きセキュリティーコンテキストに組み込まれます。  | 
				これらのサービスアカウントが作成されるプロジェクトを設定するには、マスターで /etc/origin/master/master-config.yml ファイルの openshiftInfrastructureNamespace フィールドを設定します。
			
policyConfig: ... openshiftInfrastructureNamespace: openshift-infra
policyConfig:
  ...
  openshiftInfrastructureNamespace: openshift-infra