ccloudexporter icon indicating copy to clipboard operation
ccloudexporter copied to clipboard

kubernetes deployment for all clusters in same account

Open carlessanagustin opened this issue 4 years ago • 3 comments

It allows to add multiple clusters at once just by using "CCLOUD_CLUSTERS=<cluster_id1> <cluster_id2> ...<cluster_idX>". It creates X deployments, services and secrets but 1 CD ServiceMonitor with all X clusters.

carlessanagustin avatar Oct 05 '20 11:10 carlessanagustin

Hi @carlessanagustin !

What's the difference between this PR and #43? If there are new commits, you probably need to rebase on master ^^

Dabz avatar Oct 06 '20 08:10 Dabz

PR 43 is for 1 cluster only, this PR is for N clusters plus some other improvements.

carlessanagustin avatar Oct 06 '20 12:10 carlessanagustin

Looking at the commits, they are completely identical: https://github.com/Dabz/ccloudexporter/pull/43/commits and https://github.com/Dabz/ccloudexporter/pull/50/commits :thinking:

Dabz avatar Oct 06 '20 12:10 Dabz