Andrew Low
Andrew Low
Hmm I'm sorry I haven't really looked into the networking traffic and verified that the api servers are communicating through the private network. It might actually be the case that...
Thanks for the feedback! Multiple masters is possible by tainting a worker node with a master taint (see https://github.com/kubernetes-incubator/bootkube/issues/311). There are still some problems that need to be addressed in...
1. The self-hosting of etcd is no longer in active development (see https://github.com/kubernetes-incubator/bootkube/issues/738), but other parts of the k8s stack (except the kubelet service) is self hosted. I believe installing...
I've thought more about this and this HA setup is indeed possible, but we need some modifications: 1. The K8S manifests/certificates should be generated outside of the cluster, then scp'ed...
It's currently possible to scale up the cluster by simply changing the NO_OF_WORKERS variable in settings.env, and running `./kube-linode.sh create` again. This issue is more of speeding up the process...
Hi @cboothe, thanks for raising this issue! Unfortunately Linode backups will not work on coreos images because of their unique partitioning scheme (see https://linode.com/docs/tools-reference/custom-kernels-distros/install-coreos-on-your-linode/). For etcd backups, you can follow...
Hi @tasker204, unfortunately this was intended by design, since I wanted to prevent unwanted bash expansion from breaking the shell script when reading the string to a variable. I don't...