Dev

Results 76 issues of Dev

``` kubeconfig error:stat /root/.kube/config: no such file or directory Trying inClusterConfig..Server started 2022/02/28 18:11:37 http: TLS handshake error from 10.0.2.15:59316: remote error: tls: bad certificate 2022/02/28 18:11:37 http: TLS handshake...

As of 1.22 version of Kubernetes [1][2], following API related changes need to be made to KubePlus Mutating Webhook Helper 1. Change the admissionregistrationclient to v1 from v1beta1 https://github.com/cloud-ark/kubeplus/blob/master/mutating-webhook-helper/webhook-helper.go#L16 2....

KubePlus's multi-instance multi-tenancy architecture has the following use cases: - application hosting - platform engineering - managed service delivery The following features will enhance KubePlus further for all these use...

roadmap

KubePlus creates a NS to deploy a service instance (Helm release). If the underlying Helm chart contains Namespace definition then that Namespace will be created just as any other object...

The Helm chart should not take Namespace field as input through values.yaml. This is because the Namespace name so entered will be overridden by the NS that KubePlus creates.

## Is this a BUG REPORT or FEATURE REQUEST? BUG REPORT ## Versions **MySQL Operator Version**: Latest SHA c98210b2c7b176befa00aa0751db184088adfc39 **Environment**: - **Kubernetes version** (use `kubectl version`): 1.10.0 - **Cloud provider...

DO NOT MERGE We analyzed types.go to check its adherence to OpenAPI format. We found that it is violating OpenAPI Spec rules at certain places. This patch fixes those violations...

oracle-cla: no

Are there any guidelines on how to use metering with our Operators? I have a Postgres Operator that works with Postgres custom resource. It generates Deployments, Service, Pod objects. How...

### Tenant relationship A tenant is anyone who needs a complete instance of an application. These could be different groups needing, say, separate instances of Jenkins within the same org....

survey
multitenancy

This seems like a cool project. With regards to Wordpress example, I had some questions. 1. In the README for the wordpress example, I did not find where the Custom...