kubernetes-retired/kubeadm-dind-cluster

New kubeadm.conf templates are not in the stable image

combor opened this issue · 4 comments

After #237 was merged the stable container was not updated so it doesn't contain new templates. This results in startup failures:

sed: can't read /etc/kubeadm.conf.1.10.tmpl: No such file or directory

To use stable image you should also use stable branch https://github.com/kubernetes-sigs/kubeadm-dind-cluster/tree/stable

Does it fail on stable branch?

Just checked - it works OK from the stable branch. Should this be documented somewhere that dind-cluster-stable.sh is stable only on stable branch?

Yeah, good idea. I will create a PR

Thanks! I'll close this issue.