Skip to content

Commit

Permalink
Use 1.8.11 as newer versions still don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Apr 15, 2018
1 parent ca99f3c commit 645f073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY ./kubernetes.repo /etc/yum.repos.d/



RUN yum install -y kubelet kubeadm \
RUN yum install -y kubectl-1.8.11-0 kubeadm-1.8.11-0 \
&& mv -f /etc/systemd/system/kubelet.service.d/10-kubeadm.conf /etc/systemd/system/kubelet.service \
&& yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo \
&& yum install -y docker-ce \
Expand Down

0 comments on commit 645f073

Please sign in to comment.