Dev
Dev
Application instance creation status is stored in the status field of the CRD instance. If for some reason the status field remains empty after the creation, KubePlus denies the request...
We should add a GitHub Action that will build the image for each component and push it to GCR (where the official images are stored). This GH Action will be...
Google Container Registry going away (March 2025). Need to start using Google Artifact Registry for KubePlus images. See https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr After March 18, 2025, Container Registry will be shut down. It...
Application charts are stored on local file system (on the path /) of helmer and kubeconfiggenerator. See below for a reference: https://github.com/cloud-ark/kubeplus/blob/master/plugins/kubectl-upload-chart#L14-#L15 The corresponding volumes of helmer and kubeconfiggenerator are...
When application instances are created with Service type as "LoadBalancer" or "NodePort", the 'kubectl app url' outputs URLs like the following: `http://192.168.49.2:-1`
In odoo helm chart, there is the following section in values.yaml `updateStrategy:` ` type: RollingUpdate` ` rollingUpdate: null` When Odoo CRD is created with this helm chart, the rollingUpdate field...
Following requirement came up recently in one of our client interactions. They want to create separate application instances - dev, test, prod - and give access to these instances to...
There can be setups where Prometheus is running on the same cluster where KubePlus is installed. For such setups, it will be good to have a monitoring container be part...
It will be good to have an example showcasing how KubePlus and a GitOps system like ArgoCD work together.
When upgrading KubePlus chart, encountered the following error: Warning FailedAttachVolume 79s attachdetach-controller Multi-Attach error for volume "pvc-81a9746b-5bbb-46f2-80f6-70de3f7589f2" Volume is already used by pod(s) kubeplus-deployment-68bc784565-gvrj2 This error shows up in the...