MongoDB Kubernetes Operator 排他設定
注意
このページのMongoDB Ops Managerが表示されている場所では、 Cloud Managerを置き換えることができます。
Kubernetes Operator による一部のMongoDB Ops Manager設定の上書き
Kubernetes Operator を使用して構成する一部の設定は、 MongoDB Ops Managerアプリケーションでは設定または上書きできません。 Kubernetes Operator が管理しない設定は受け入れられます。
次の設定リストは 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
(mongos プロセス)processes.featureCompatibilityVersion
processes.hostname
processes.name
processes.version
replicaSets._id
replicaSets.members._id
replicaSets.members.host
replicaSets.members
replicaSets.version
sharding.clusterRole
(config server)sharding.configServerReplica
sharding.name
sharding.shards._id
sharding.shards.rs
ssl.CAFilePath
ssl.autoPEMKeyFilePath
ssl.clientCertificateMode
オートメーション設定のリストに加えて、Kubernetes Operator はモニタリングエージェントとバックアップエージェント構成の配置外の属性を使用します。
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
である必要があります。