Skip to content

Commit 8d2b943

Browse files
committed
big
1 parent 98fa7d8 commit 8d2b943

3 files changed

Lines changed: 3 additions & 81 deletions

File tree

multicluster/operator-values-remote.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2426
agent:
2527
image: mirrord-agent:custom

multicluster/remote-cluster-setup.yaml

Lines changed: 0 additions & 78 deletions
This file was deleted.

tasks/Taskfile.multicluster.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)