File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ operator:
1111 pgBranching : true
1212 mongodbBranching : true
1313 awsRoleArn : arn:aws:iam::000000000000:role/dummy
14- metrics : true
14+ metrics : true
1515 jsonLog : true
1616 logLevel : " debug"
1717 # Note: hostNetwork is patched via kubectl after helm install (not in chart)
@@ -20,6 +20,8 @@ operator:
2020 AWS_ACCESS_KEY_ID : " test"
2121 AWS_SECRET_ACCESS_KEY : " test"
2222 AWS_REGION : " us-east-1"
23+ # Mark as a remote cluster member — creates ClusterRole + bindings
24+ multiClusterMember : true
2325 # multiCluster is NOT enabled on remote clusters - they're just regular operators
2426agent :
2527 image : mirrord-agent:custom
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -189,8 +189,6 @@ tasks:
189189 - |
190190 echo "Setting up {{.CLUSTER}}..."
191191 kubectl --context {{.CLUSTER}} create namespace mirrord --dry-run=client -o yaml | kubectl --context {{.CLUSTER}} apply -f -
192- kubectl --context {{.CLUSTER}} apply -f {{.MC_CONFIG_DIR}}/remote-cluster-setup.yaml
193- echo " ✓ ServiceAccount and RBAC created in {{.CLUSTER}}"
194192
195193 secrets:create :
196194 desc : Create cluster credential Secrets on the primary cluster
You can’t perform that action at this time.
0 commit comments