Dev
Dev
We could create consumer-kubeconfig.py, which performs actions similar to provider-kubeconfig.py. Another option is to change the name of provider-kubeconfig.py to more generic name and include the consumer kubeconfig generation/permission update...
Note that currently the kubeplus-saas-consumer ServiceAccount is being created in the KubePlus Deployment Helm chart. https://github.com/cloud-ark/kubeplus/blob/master/deploy/kubeplus-chart/templates/kubeplus-components-6.yaml#L222 We will have to change that to create this service account in the new...
I will go through the changes later today. Based on a quick scan of the included files, I suggest not to include deploy/kubeplus-chart/kubeplus-components-6.yaml in the PR. We want to maintain...
@enyachoke Hello. I hope things are going well for you. I would like to get this PR merged. Any chance, you might have some bandwidth to take a fresh look...
@enyachoke Thanks for updating the PR. I went through it and have added couple of questions/comments. Right now the CI is failing. Need to look into it. Separately, it will...
> > @enyachoke Thanks for updating the PR. I went through it and have added couple of questions/comments. > > Right now the CI is failing. Need to look into...
Thanks! One way to fix this is to handle such exceptions gracefully and continue deletion of other application artifacts. Another approach is to periodically sync the state of environment and...
Changed Issue title. Currently cld will gracefully handle exceptions and continue deleting the application. In the long term we should consider adding periodic sync of CloudARK's internal state with that...
A related question is that when we do cld gcloud setup, we allow any gcloud region to be set. How does the location of registry affects the region that the...
@vikomall ^^