7.1.19

Minikube w/ a specific docker version (cents), no VM

yum install --setopt=obsoletes=0 \\n   docker-ce-17.03.2.ce-1.el7.centos.x86_64 \\n   docker-ce-selinux-17.03.2.ce-1.el7.centos.noarch
  
systemctl start docker
   
yum install -y wget 


chmod 777 kubectl
kubectl get pods
mv kubectl /bin/

./kubectl get pods

No comments:

Post a Comment