Dario Tranchitella

Results 236 comments of Dario Tranchitella

> @prometherion even if it is a good and smart design, I’m having some concerns about this approach. Who’s in charge of creating the `TenantResource` object? The idea is to...

After a chat with the maintainer, we decided to go in a direction where two new CRDs are introduced, a cluster-scoped one named `GlobalTenantResource`, and a Namespaced one, `TenantResources`. ```yaml...

@krugerm-4c no, the ownerReference is done by the Capsule mutating webhook that intercepts the Namespace creation calls. These calls are filtered if the user issuing those is part of the...

There's a typo in the `CapsuleConfiguration`, please, notice the difference. ```diff apiVersion: capsule.clastix.io/v1alpha1 kind: CapsuleConfiguration metadata: annotations: capsule.clastix.io/enable-tls-configuration: 'true' capsule.clastix.io/mutating-webhook-configuration-name: capsule-mutating-webhook-configuration capsule.clastix.io/tls-secret-name: capsule-tls capsule.clastix.io/validating-webhook-configuration-name: capsule-validating-webhook-configuration meta.helm.sh/release-name: capsule meta.helm.sh/release-namespace: capsule-system name:...

We can work on this, once #644 is merged.

I'm having the same issue but seems not resolved to me. The CloudFormation got a dynamic parameter (`SecurityGroups`) letting end-users specify their Security Groups by ID. ```go template.Resources = map[string]cloudformation.Resource{...

I guess you can achieve what you're trying to do but using separated _Service_ resources, or rather using the built-in [Kubernetes probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-readiness-probes). The `check-http` feature is working at Service annotation...

Hey Oliver, is the code still valid? v1beta2 has been released upstream, wondering if we can reuse your logic here, otherwise, I'll build from scratch.

Stale feature request, considering reopening this if the community demands it.

Closing in favour of https://github.com/projectcapsule/capsule/issues/451#issuecomment-1774537482.