capsule icon indicating copy to clipboard operation
capsule copied to clipboard

Multi-tenancy and policy-based framework for Kubernetes.

Results 107 capsule issues
Sort by recently updated
recently updated
newest added

I added a Makefile command to create a reference.md file into docs starting from CRDs from config/crd/base. The tool chosen is a result of several trials since: - standard kubernetes...

# Bug description There is an issue in the documentation on the following link: [https://capsule.clastix.io/docs/general/tutorial/#assign-resources-quota](https://capsule.clastix.io/docs/general/tutorial/#assign-resources-quota ) Check the **Pods and containers limits** paragraph: ``` apiVersion: capsule.clastix.io/v1beta1 kind: Tenant metadata: name:...

documentation

PR #423 closing #407 addressed the issue for the `v1beta1` API version. The changes must be reversed on `v1beta2` to avoid the use of annotations.

enhancement

PR #417 closing #219 addressed the feature using annotations, however, these changes must be addressed for the new API version, such as `v1beta2`.

enhancement

### Describe the feature This issue tracks the work to document how to use Capsule in a GCP environment with GKE and GCP IAM. ### What would the new user...

documentation
Stale

> ### This is a draft of the proposal. ### Describe the feature It would be useful to let Capsule set all the needed RBAC and identities for a machine...

blocked-needs-validation
Stale

# Describe the feature Generally it's a default value for `priorityClasses`, `storageClasses` and `allowedClasses` (Ingress). Adding a default value would simplify working in the tenant for the customer, since they...

enhancement

As #596 is completed, the new metrics exported by the Capsule Proxy must be exposed in a Grafana dashboard in order to provide more visibility on this component. Let's evaluate...

enhancement
good first issue
help wanted
Stale

closes #451 This commit adds pkg/stats that defines prometheus counters for active and cordoned tenants. These metrics are exposed to controller-runtime. So they are visible on the controller metrics endpoint....

This attempts to address #525 which is related to #416. problem this commit is trying to solve ---- ``` Alice would like to create several resources on each of their...