Adriano Pezzuto
Adriano Pezzuto
Add a new section in the [official guide](https://kamaji.clastix.io) documenting how to use supported [CAPI providers](https://github.com/clastix/cluster-api-control-plane-provider-kamaji/tree/master) with Kamaji.
Currently, the kamaji Helm Chart is optionally installing its own datastore based on `etcd`. At same time, we developed the [kamaji-etcd](https://github.com/clastix/kamaji-etcd) Helm Chart to provide a multi-tenant datastore for Kamaji...
Investigate if the capsule-proxy can enforce the tenant label in a given PromQL query, in Prometheus API responses, and in Alert Manager API requests as [prom-label-proxy](https://github.com/prometheus-community/prom-label-proxy) does.
Currently, the Capsule menu on the left side of Lens is displayed for all the users. It would be nice to hide/show the menu according to the user's permissions. For...
Currently, the "Resource Budget" menu shows the list of Resource Quota objects. Initially, the aim of this menu was to give users a way to check the resource consumption at...
In the Tenant detail window, we need to expose the metrics in a graphical format.
Introduce the support of **Capsule Tenant CRD** `v1beta1` APIs version: ```yaml apiVersion: capsule.clastix.io/v1beta1 kind: Tenant metadata: name: gas spec: owners: - kind: User name: bob ```
Introduce support of **CapsuleConfiguration** CRD APIs: ```yaml apiVersion: capsule.clastix.io/v1alpha1 kind: CapsuleConfiguration metadata: name: default spec: userGroups: ["capsule.clastix.io"] forceTenantPrefix: false protectedNamespaceRegex: "" ```
close #69
Guide to how to enable and use External Cluster Reference with Cluster API Kamaji control plane provider.