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.8. 服务帐户和 Secrets
将 master 上的 /etc/origin/master/master-config.yml 文件中的 limitSecretReferences
字段设置为 true
,要求其服务帐户将 pod secret 引用列入白名单。将它的值设为 false
,以允许容器集引用项目中的任何机密。
serviceAccountConfig: ... limitSecretReferences: false
serviceAccountConfig:
...
limitSecretReferences: false