kubeadm-installer icon indicating copy to clipboard operation
kubeadm-installer copied to clipboard

A kubeadm installer container for CoreOS, Ubuntu, Debian, CentOS and Fedora

Results 6 kubeadm-installer issues
Sort by recently updated
recently updated
newest added

i am trying to run it on CoreOS DISTRIB_ID="Container Linux by CoreOS" DISTRIB_RELEASE=1967.6.0 docker run -it -v /etc/cni:/rootfs/etc/cni -v /etc/systemd:/rootfs/etc/systemd -v /opt:/rootfs/opt -v /usr/bin:/rootfs/usr/bin luxas/kubeadm-installer coreos Installed kubectl in /opt/bin/kubectl...

Trying to bootstrap a Container Linux (CoreOS) cluster with kubeadm-installer, thanks for all the good work! My node's kubelet is failing to start looking for a kubelet.conf file that does...

https://github.com/xakraz/kubeadm-installer/blob/master/files/entrypoint.sh#L168 ``` $ docker run --rm -it \ > --env="http_proxy=http://XXXX:3128" \ > --env="https_proxy=http://XXXX:3128" \ > --env="KUBEADM_RELEASE=v1.6.1" \ > --volume=/etc/cni:/rootfs/etc/cni \ > --volume=/etc/systemd:/rootfs/etc/systemd \ > --volume=/opt:/rootfs/opt \ > --volume=/usr/bin:/rootfs/usr/bin \ >...

Hello @luxas Thanks for having given me the opportunity to maintain this tool. Would you [transfer](https://help.github.com/articles/about-repository-transfers/) me the repo so that every other forks refer to the me now ?...

Do I have to create an etcd cluster for the bare metal machines I plan on using first for CoreOS? Or does Kubernetes(By that I mean kubeadm) configure that for...