k8s-cluster-api-provider
k8s-cluster-api-provider copied to clipboard
Automation to use the OpenStack Kubernetes API Provider on SCS
The metrics endpoints of `kube-controller-manager`, `kube-proxy` and `kube-scheduler` cannot be reached from prometheus (running on the worker nodes within the same cluster) as they only bind to localhost by default....
We use k8s capi images from https://github.com/osism/k8s-capi-images, where kubelet, kubeadm and other necessary tools are already pre-baked. Why install it again? Also, some other stuff can be removed from there...
``` ╷ │ Warning: Argument is deprecated │ │ with provider["registry.opentofu.org/terraform-provider-openstack/openstack"], │ on main.tf line 2, in provider "openstack": │ 2: provider "openstack" { │ │ Users not using loadbalancer...
This enables the feature flags for capi, adds the `GIT_` environment for CSO/CSPO and creates an `install_cspo.sh [cspo [cluster]]` script that deploys the cluster classes. This follows the instructions at...
> Note: I am relatively new to the project and this proposal is based on my observations while working with the k8s-cluster-api-provider repo. But this only reflects my view on...
Now that we have a CI that can automatically _vote_ on PRs and tell whether they are executing successfully or not we can setup a bot that will _create_ PRs...
As a cluster administrator, I want to be able to identify all IaaS resources that belong to a cluster, so I know what to save and what I can possibly...
This issue was originally described here https://github.com/SovereignCloudStack/k8s-cluster-api-provider/issues/179. We are currently using openstack capo controller version 0.7.3 with the regiocloud openstack infrastructure and this seems to happen again. The theory that...
As a KaaS administrator, I want smooth KaaS upgrades based on the docs guides. Consider the latest CAPO API changes and whether they could affect our upgrade guides in docs.
Related to the https://github.com/SovereignCloudStack/k8s-cluster-api-provider/issues/744#issuecomment-2210622772. I successfully upgraded the SCS monitoring cluster with this guide - https://github.com/SovereignCloudStack/k8s-observability/issues/73