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

private address is not unique (regression between 0.15.0 and 0.15.1) #484

Closed
twz123 opened this issue Jun 6, 2023 · 0 comments · Fixed by #485
Closed

private address is not unique (regression between 0.15.0 and 0.15.1) #484

twz123 opened this issue Jun 6, 2023 · 0 comments · Fixed by #485

Comments

@twz123
Copy link
Member

twz123 commented Jun 6, 2023

Applying the following config works with v0.15.0, but fails with v0.15.1:

apiVersion: k0sctl.k0sproject.io/v1beta1
kind: Cluster
metadata:
  name: k0s-cluster
spec:
  hosts:
    - installFlags: []
      role: controller
      ssh:
        address: 10.217.196.71
        keyPath: profiles/k0s/ssh-private-key.pem
        port: 22
        user: k0s
      uploadBinary: true
    - installFlags: []
      role: worker
      ssh:
        address: 10.217.196.174
        keyPath: profiles/k0s/ssh-private-key.pem
        port: 22
        user: k0s
      uploadBinary: true
  k0s:
    config:
      spec:
        telemetry:
          enabled: false
    dynamicConfig: false

Relevant k0sctl output:

│ level=fatal msg="failed on 2 hosts:\n - [ssh] 10.217.196.71:22: privateAddress  is not unique: k0s-controller-0\n - [ssh] 10.217.196.174:22: privateAddress  is not unique: k0s-worker-0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant