Skip to content
Discussion options

You must be logged in to vote

It seems as if I managed to solve it. For future reference:

  • Do NOT patch the provided ccm, but instead install it preferably from the getgo with helm. My kube.tf:
  hetzner_ccm_use_helm = true
  hetzner_ccm_values = <<EOT
args:
  cloud-provider: hcloud
  webhook-secure-port: "0"

kind: Deployment

replicaCount: 1

env:
  HCLOUD_TOKEN:
    valueFrom:
      secretKeyRef:
        name: hcloud
        key: token
  ROBOT_USER:
    valueFrom:
      secretKeyRef:
        name: robot-secret
        key: robot-username
        optional: true
  ROBOT_PASSWORD:
    valueFrom:
      secretKeyRef:
        name: robot-secret
        key: robot-password
        optional: true
  HCLOUD_LOAD_BALANCERS_E…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AndrinGautschi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant