Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robot servers cannot be initialised #790

Open
vladimirtiukhtin opened this issue Nov 12, 2024 · 0 comments
Open

Robot servers cannot be initialised #790

vladimirtiukhtin opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vladimirtiukhtin
Copy link

TL;DR

E1112 22:16:14.736364       1 node_controller.go:240] error syncing 'XXX': failed to get node modifiers from cloud provider: provided node ip for node "XXX" is not valid: failed to get node address from cloud provider that matches ip: 10.103.1.103, requeuing

Expected behavior

Robot servers with no taints

Observed behavior

As described above

Minimal working example

No response

Log output

No response

Additional information

        env:
        - name: NODE_NAME
          valueFrom:
            fieldRef:
              apiVersion: v1
              fieldPath: spec.nodeName
        - name: HCLOUD_LOAD_BALANCERS_LOCATION
          value: hel1
        - name: HCLOUD_LOAD_BALANCERS_USE_PRIVATE_IP
          value: "true"
        - name: HCLOUD_LOAD_BALANCERS_DISABLE_PRIVATE_INGRESS
          value: "true"
        - name: HCLOUD_TOKEN
          valueFrom:
            secretKeyRef:
              key: token
              name: hcloud
        - name: HCLOUD_NETWORK
          valueFrom:
            secretKeyRef:
              key: network
              name: hcloud
        - name: HCLOUD_NETWORK_ROUTES_ENABLED
          value: "false"
        - name: ROBOT_ENABLED
          value: "true"
        - name: ROBOT_USER
          valueFrom:
            secretKeyRef:
              key: robot_username
              name: hcloud
        - name: ROBOT_PASSWORD
          valueFrom:
            secretKeyRef:
              key: robot_password
              name: hcloud
@vladimirtiukhtin vladimirtiukhtin added the bug Something isn't working label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant