New kubeadm.conf templates are not in the stable image
combor opened this issue · 4 comments
combor commented
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
lukaszo commented
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?
combor commented
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?
lukaszo commented
Yeah, good idea. I will create a PR
combor commented
Thanks! I'll close this issue.