Dario Tranchitella
Dario Tranchitella
Starting the discussion from https://github.com/clastix/capsule-proxy/issues/266#issuecomment-1456226221 thanks to @MaxFedotov: > I remember why I added this feature. The idea was the following: > - `Tenant admin` create a `role` and `rolebinding`...
One key point of `capsule-proxy` is that we're just leveraging the Kubernetes API labels filtering capabilities to serve the expected resources a Tenant Owner (TO) is eager to get. 1....
First, awesome project! 👏🏻 I saw from the configuration file that `k-bench` can define the actions for the benchmark. In most of the examples out there, `CREATE`, `LIST`, `GET`, `DELETE`,...
I'd like to provide some contributions and the first thing I noticed is that the package is still relying on `dep` rather than Go `mod` that is provided since [1.11](https://github.com/golang/go/wiki/Modules)....
Since the role that handle the CA uses variables there should be at least a documentation listing these ones.
Trying to install using `make install`: ``` [root@HIDDEN nagios-plugins-openshift]# make install mkdir -p /usr/lib/nagios-plugins-openshift cp new-app-and-wait "/usr/lib/nagios-plugins-openshift/new-app-and-wait" sed -r \ -e 's#\b(OPENSHIFT_CLIENT_BINARY=)/usr/bin/oc\b#\1usr/lib/openshift-origin-client-tools/oc#' \ < utils \ > "/usr/lib/nagios-plugins-openshift/utils" sed -r...
*Issue #95* *Description of changes:* Supporting empty Control Plane endpoint when `ProxmoxCluster` is used by an externally managed Control Plane. The `ProxmoxCluster` controller will wait for a valid IP before...
**Describe the solution you'd like** Cluster API supports referencing a third-party Control Plane Provider, such as [Kamaji](https://github.com/clastix/cluster-api-control-plane-provider-kamaji). The Control Plane provider will be responsible for provisioning a Control Plane backed...
This PR aims to use the Cluster API patch helper to decrease the cognitive load in patching unstructured objects. Since a patch requires first getting objects, the cache of unstructured...
Blocked by #15, we would need to run the e2e test suite for each Pull Request. The challenge is to cover each supported Infrastructure provider: we're looking for partners and...