cluster-api-control-plane-provider-kamaji
cluster-api-control-plane-provider-kamaji copied to clipboard
The Kamaji Control Plane provider implementation of the Cluster Management API
I tested the controller with azure and it worked out of the box. There are only some additional network components for the control plane which are not needed but also...
The main role of Kamaji Control Plane is just for linking with CAPI. So, we need to check TCP(tenant Control Plane) if we want to check the status of control...
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...
At the current stage, we're missing any e2e coverage, Furthermore, we have to run an e2e test for each supported infrastructure provider.
Getting ready for ionos-cloud/cluster-api-provider-proxmox#106 once it's been merged.
This provider generates a kubeconfig secret with the name `-admin-kubeconfig`, with the data keys `super-admin.conf` etc. However, other providers create an admin level `kubeconfig` secret with the name: `-kubeconfig` with...