elotl / kip

Virtual-kubelet provider running pods in cloud instances
Apache License 2.0
223 stars 14 forks source link

Fix kip smoke test: use docker-ce instead of docker.io in node.sh #236

Closed hidalgopl closed 3 years ago

hidalgopl commented 3 years ago

Our /terraform-aws setup start failing due to the docker bug. To fix it, I switched docker.io (which is no longer recommened package AFAIC) to docker-ce based on install instruction from official docker docs. Also fixed deprecation warning about api version ofInitConfiguration in kubeadm init.