hetzner-cloud-controller-manager
hetzner-cloud-controller-manager copied to clipboard
🐛 fix hrobotGetServerByName and hrobotGetServerByID server-type parsing
What type of PR is this? /kind bug
What this PR does / why we need it:
- Fixed a bug where a dedicated server could not be initialized if its type included a space, i.e.
Server Auction - Added another deployment sample (
deploy-k3s-sample.yml) with updatedapiVersionforClusterRoleBinding(asv1beta1is unavailable with k3s v1.24), removedPodSecurityPolicy(as it is deprecated), changed secret references for the hcloud token (secrethcloudmight already exist if Hetzners csi is installed) and increased reconciliation-period (#403)
Which issue(s) this PR fixes:: Fixes #11