Dario Tranchitella
Dario Tranchitella
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.
PR #417 closing #219 addressed the feature using annotations, however, these changes must be addressed for the new API version, such as `v1beta2`.
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...
Capsule is leveraging Kubernetes multi-tenancy using a combination of custom controllers and webhooks, used to intercept requests issued by tenant owners and allow or deny those. Capsule supports ownership from...
# Current design Alice would like to create several resources on each of their Namespaces. Upon the creation of each Namespace, they have to create the desired resources on each...
Since it works, why not share it with the community?
Not properly a bug/issue but this package is not going to work with projects where dependencies are managed via non-vendored Go Modules. Tl;dr; I had to issue `go mod vendor`....
Closes #1866.
# Feature request Would be cool if we could create a predicate to watch a specific resource, starting from a `NamespacedName` type.