Roman Hros
Roman Hros
### Long story short I want to run the subprocess during handler. Everything works fine (Ctrl+C during subprocess and kopf ends with `Creation is processed: 0 succeeded; 1 failed.` due...
**Expected behavior and actual behavior:** I followed this [tutorial](https://github.com/goharbor/harbor-operator/blob/master/docs/installation/by-helm-chart.md) to generate harbor-operator helm chart. So I ran the following commands: ```bash git clone https://github.com/goharbor/harbor-operator.git && \ cd harbor-operator && \...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: This issue follows a discussion in https://github.com/kubernetes-sigs/cluster-api-provider-openstack/issues/1605, as a request to automatically label nodes with underlying hostId information,...
Also, add a deprecation notice to README. Fixes SovereignCloudStack/issues#544
It was removed from OCCM [v1.26.0](https://github.com/kubernetes/cloud-provider-openstack/releases/tag/v1.26.0) and is no longer needed. See https://github.com/kubernetes/cloud-provider-openstack/pull/1882. Also, it defaulted to `true` so older versions (e.g. v1.25) should not be affected. See https://github.com/SovereignCloudStack/k8s-cluster-api-provider/blob/main/terraform/files/template/cloud.conf.tmpl#L9
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...
Namespace defaulting missing for MachineHealtcheck's RemediationTemplate reference in ClusterClass
### What steps did you take and what happened? This is similar to #4943 but for MHC in ClusterClass. E.g. see Hetzner provider ClusterClass https://github.com/syself/cluster-api-provider-hetzner/blob/main/templates/cluster-templates/cluster-class.yaml#L70-L74. When I omit namespace for...
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