MongoDB Kubernetes Operator 专属设置
注意
对于此页面上提到的所有 Ops Manager,您都可以将其替换为 Cloud Manager。
Kubernetes 操作符 会覆盖某些 Ops Manager 设置
使用 Kubernetes Operator 配置的某些设置无法在 Ops Manager 应用程序中设置或覆盖。 接受 Kubernetes 操作符 未托管的设置。
以下设置列表是 Kubernetes 独有的。 此列表日后可能会发生变化。
这些设置可以在自动化配置页面上找到:
auth.autoAuthMechanisms
auth.authoritativeSet
auth.autoPwd
auth.autoUser
auth.deploymentAuthMechanisms
auth.disabled
auth.key
auth.keyfile
auth.keyfileWindows
auth.usersWanted
auth.usersWanted[n].mechanisms
auth.usersWanted[n].roles
auth.usersWanted[n].roles[m].role
auth.usersWanted[n].roles[m].db
auth.usersWanted[n].user
auth.usersWanted[n].authenticationRestrictions
processes.authSchemaVersion
processes.cluster
(Mongo 进程)processes.featureCompatibilityVersion
processes.hostname
processes.name
processes.version
replicaSets._id
replicaSets.members._id
replicaSets.members.host
replicaSets.members
replicaSets.version
sharding.clusterRole
(配置服务器)sharding.configServerReplica
sharding.name
sharding.shards._id
sharding.shards.rs
ssl.CAFilePath
ssl.autoPEMKeyFilePath
ssl.clientCertificateMode
除了自动化设置列表之外,Kubernetes 操作符还使用来自监控和备份代理配置的部署之外的属性。
backupAgentTemplate.username
backupAgentTemplate.sslPEMKeyFile
monitoringAgentTemplate.username
monitoringAgentTemplate.sslPEMKeyFile
例子
Kubernetes Operator 创建一个包含 3 个节点的副本集。
您将
storage.wiredTiger.engineConfig.cacheSizeGB
更改为40
。注意
此设置不在 Kubernetes Operator 独占设置列表中。
然后,您可以使用 Kubernetes 操作符将副本集扩展到 5 个成员。
新成员上的
storage.wiredTiger.engineConfig.cacheSizeGB
应仍为40
。