hetzner-cloud-controller-manager icon indicating copy to clipboard operation
hetzner-cloud-controller-manager copied to clipboard

🐛 fix hrobotGetServerByName and hrobotGetServerByID server-type parsing

Open privatecoder opened this issue 2 years ago • 0 comments

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 updated apiVersion for ClusterRoleBinding (as v1beta1 is unavailable with k3s v1.24), removed PodSecurityPolicy (as it is deprecated), changed secret references for the hcloud token (secret hcloud might already exist if Hetzners csi is installed) and increased reconciliation-period (#403)

Which issue(s) this PR fixes:: Fixes #11

privatecoder avatar Mar 21 '23 16:03 privatecoder