Dev
Dev
> I have actually been able to test it on a cloud K8s a few months ago. Got it. > But currently, I have a home lab cluster complete with...
@enyachoke I have pushed a fairly big change just now. It fixes several issues. In your setup, can you download the latest KubePlus chart (3.0.16) and see how it is...
@enyachoke Yay! Glad to know you were able to deploy your application. What does the application do? Just to understand what you are asking.. You are saying, rather than do...
Btw, I haven't had a chance to go through the build changes yet. I am in middle of working on https://github.com/cloud-ark/kubeplus/issues/1091 As soon as that is done, I will go...
> No pressure I will keep it up to date with the new changes. I will be testing more complex deployments over the weekend and report any issues I find....
@eminalparslan Can you take a look at this issue?
@eminalparslan Kubernetes finalizers will be an appropriate mechanism to handle this situation: https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/ The general idea will be like this: When KubePlus Pod is about to be deleted, we add...
Pre-requisites: - Understanding of KubePlus architecture - Understanding of Kubernetes finalizers - Golang
This is no longer an issuer after moving resourcecomposition crd registration in the KubePlus helm chart's crd folder. See: https://github.com/cloud-ark/kubeplus/commit/34f6dcef47dd00b7fd3c2a42c3e046fab33c6f42
Specifically, we should modify step 3 to the following: ` 3. Get Provider and consumer kubeconfigs: - Extract provider kubeconfig: $ KUBEPLUS_NS=default $ python ../../../provider-kubeconfig.py create $KUBEPLUS_NS - If your...