Adriano Pezzuto

Results 40 issues of 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.

documentation
good first issue

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...

helm
needs-discussion

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.

enhancement

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...

enhancement
help wanted

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...

enhancement
help wanted

In the Tenant detail window, we need to expose the metrics in a graphical format.

enhancement
help wanted

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 ```

help wanted

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: "" ```

help wanted

Guide to how to enable and use External Cluster Reference with Cluster API Kamaji control plane provider.

documentation