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

External worker doesn't work #99

Open
vpm-bradleyhession opened this issue Apr 13, 2018 · 6 comments
Open

External worker doesn't work #99

vpm-bradleyhession opened this issue Apr 13, 2018 · 6 comments
Labels
bug Something isn't working
Projects

Comments

@vpm-bradleyhession
Copy link

Adding an external worker fails on every step. Kubelet doesn't start up because of no certs etc.

Provisioning stalls on
kubernetes-master-01 : wireguard configured 10.0% [--------------]
kubernetes-worker-01 : wireguard configured 18.2% [>-------------]

FWIW - I am adding an external hetzner Dedicated server.

@eliasp
Copy link
Contributor

eliasp commented Apr 13, 2018

Same happens for me when adding a regular worker - seems to be a general issue with adding workers.

@vpm-bradleyhession
Copy link
Author

Any updates to this? Really starting to need this now

@JohnnyQQQQ
Copy link
Collaborator

JohnnyQQQQ commented May 29, 2018

I'm investigating right now as we need it at work. It seems like the hcloud api is broken. The request that gets the ssh-key returns nil but no error.

sshKey, _, err := provider.client.SSHKey.Get(provider.context, template.SSHKeyName)

The command don't check for nil on the ssh-key and panics when referencing nil.

@xetys
Copy link
Owner

xetys commented Jun 1, 2018

will be closed when the progress bars render correctly, but should basically work now

@xetys xetys added this to To do in 1.0 Aug 23, 2018
@sebzimmermann
Copy link

I tried to add an external worker, but the progress is stuck for several minutes on all nodes. It doesn't seem to do anything on the external worker.

kube-master-01 : starting 0.0% [--------------] kube-master-02 : starting 0.0% [--------------] kube-master-03 : starting 0.0% [--------------] kube-worker-02 : starting 0.0% [--------------] kube-worker-04 : starting 0.0% [--------------] kube-worker-05 : starting 0.0% [--------------] kube-worker-06 : starting 0.0% [--------------] kube-worker-07 : starting 0.0% [--------------] kube-worker-08 : starting 0.0% [--------------]

How can I debug the situation?

I used the cmd hetzner-kube cluster add-external-worker -i ip --name "cluster" -d

@max-software-net
Copy link

max-software-net commented May 30, 2020

It's waiting 10 minutes for cloud-init to finish, which is not used on my external worker...

to skip waiting I did this:

mkdir -p /var/lib/cloud/instance ; touch /var/lib/cloud/instance/boot-finished

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
1.0
  
To do
Development

No branches or pull requests

6 participants