ibm-avocados / ibmcloud-kubernetes-admin

Other
4 stars 4 forks source link

Add option to start cluster numbering at specific number #61

Open odrodrig opened 3 years ago

odrodrig commented 3 years ago

We should be able to create clusters at a specific number. For example:

moficodes commented 3 years ago

technically this is already possible. since cluster creation is idempotent. if a cluster with a given name exists we dont recreate it.

On Wed, Mar 31, 2021 at 2:22 PM Oliver Rodriguez @.***> wrote:

We should be able to create clusters at a specific number. For example:

  • Request comes in for 25 clusters
  • Create clusters 1-25
  • Original request is modified to ask for 50 clusters instead
  • Create clusters 26-50

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/moficodes/ibmcloud-kubernetes-admin/issues/61, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADRERVCFJ67YGOCVNO4NNX3TGNR6BANCNFSM42FHY6VA .

jjasghar commented 3 years ago

hmmm, that's not how it's worked when I've run multiple runs with the same numbers/names after the initial run. Maybe during the awx run/workflow?

I'll explain it better soon, I swear.