-
Notifications
You must be signed in to change notification settings - Fork 716
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
Create a kubeadm installer container for CoreOS #300
Comments
CoreOS is the most appealing option to me for Kubernetes due to it's simplified security/update model. Previously a viable option may have been the setup scripts provided by CoreOS, but it doesn't look like they have any desire to maintain these outside of Tectonic. kubeadm seems like a good, de facto home for this alongside the other distros. Is there a way to make this work unofficially right now? |
@lucasyvas yes, maybe something like this? https://github.com/xakraz/kubeadm-installer cc @xakraz |
@luxas I'm using that one! Thanks for kicking it off. I ran into other CoreOS install issues but was able to get kubeadm on the box with this no problem. |
Maybe we can close that issue then ? |
I'm confused on the state of this issue... sounds like it almost works but no one is actively working on making it fully supported? |
@pswenson This is a packaging effort that someone might want to do. |
Is this covered by #503? More specifically, what is required here beyond just getting the kubeadm binary on disk? |
FWIW, the following script configure "everything" (I think so) that is needed to use
Save it on disk and run with I tested
|
Thanks @klausenbusk! Personally I'd be okay with having these install instructions under a CoreOS tab in https://kubernetes.io/docs/setup/independent/install-kubeadm/... |
@klausenbusk thanks! it does set up the cluster, but my master can't seem to communicate with a node. I can't curl the node's ip ("no route to host"), but curling a service's clusterIP which route to that node does work. So I think there's something missing. |
That sounds more like a network issue than a k8s/CoreOS issue. Is it correctly understood that "basically" you can't ping the node from the master node? If that the case, I'm not sure it related to k8s/CoreOS. |
I can ping the node's private network ip address (that I got from the cloud provider, digital ocean), but not the cluster InternalIP assigned to the node. |
I have opened a PR: kubernetes/website#6768
After a bit of digging, it sounds like this issue: #203 |
@klausenbusk That did it, thanks! |
Can we close this issue now that kubernetes/website#6768 has been merged? |
Yes, thank you @klausenbusk for taking care of this 🎉! |
Choose one: BUG REPORT or FEATURE REQUEST
FEATURE REQUEST
And other platforms that may not have deb/rpm installation support
Moved from: kubernetes/kubernetes#34134
The text was updated successfully, but these errors were encountered: