stefanprodan / k8s-scw-baremetal

Kubernetes installer for Scaleway bare-metal AMD64 and ARMv7
MIT License
177 stars 58 forks source link

Prevent kubeadm version mismatches #23

Closed stephenmoloney closed 6 years ago

stephenmoloney commented 6 years ago

Issue:

Kubeadm can be installed at higher versions than kubernetes. Rather than allowing different versions, it may be better to use similar level versions to avoid cluster malfunction.

Potential solution:

Pin kubeadm at versions at the same Major.Minor level as kubernetes

PR to follow.

24

stefanprodan commented 6 years ago

I also notice this. A PR would be great, thanks @stephenmoloney

stephenmoloney commented 6 years ago

Closed with #24