You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the component variable RADIX_ACTIVE_CLUSTER_EGRESS_IPS that Radix Operator always adds. Its not in use, or correct.
Should be removed after 16th october.
Old comment
Dev: "104.45.84.0/30" is correct 104.45.84.0,104.45.84.1
C2: <empty>, should be 20.61.119.40/29,20.61.122.0/28
Playground: 104.45.86.106,104.45.86.107, should be 104.45.86.104/30,40.127.110.8/29
Platform: 20.223.122.1,52.178.214.194,52.178.214.195,52.178.214.196,52.178.214.197,52.178.214.198,52.178.214.199 should be 52.178.214.192/29,137.135.191.80/28
➜ projects/radix/radix-flux k:eu-18: git:(json-logging) k get cm --context eu-18 -n flux-system radix-flux-config -o json | jq .data.activeClusterIPs
"20.223.122.1,52.178.214.194,52.178.214.195,52.178.214.196,52.178.214.197,52.178.214.198,52.178.214.199"
➜ projects/radix/radix-flux k:eu-18: git:(json-logging) k get cm --context c2-11 -n flux-system radix-flux-config -o json | jq .data.activeClusterIPs
""
➜ projects/radix/radix-flux k:eu-18: git:(json-logging) k get cm --context playground-29 -n flux-system radix-flux-config -o json | jq .data.activeClusterIPs
"104.45.86.106,104.45.86.107"
➜ projects/radix/radix-flux k:eu-18: git:(json-logging) k get cm --context weekly-40 -n flux-system radix-flux-config -o json | jq .data.activeClusterIPs
"104.45.84.0,104.45.84.1"
➜ projects/radix/radix-flux k:eu-18: git:(json-logging)