Add accesibility options

This commit is contained in:
Marcos Lilljedahl
2020-12-27 17:03:18 -03:00
parent a1deea0d37
commit 9b82e0bb7a
3 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ COPY ./kubernetes.repo /etc/yum.repos.d/
RUN yum install -y kubectl-1.19.0 kubeadm-1.19.0 kubelet-1.19.0 \
RUN yum install -y kubectl-1.20.1 kubeadm-1.20.1 kubelet-1.20.1 \
#&& 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 git bash-completion \