Advertisement
sandervanvugt

OpenShift Jul20 Minishift installation

Jul 28th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. [student@localhost ~]$ history
  2. 1 sudo yum install -y vim bash-completion git
  3. 2 sudo dnf install libvirt qemu-kvm
  4. 3 sudo usermod -aG libvirt student
  5. 4 git clone https://github.com/sandervanvugt/openshift
  6. 5 cd openshift/
  7. 6 ls
  8. 7 cd ..
  9. 8 sudo curl -L https://github.com/dhiltgen/docker-machine-kvm/releases/download/v0.10.0/docker-machine-driver-kvm-centos7 -o /usr/local/bin/docker-machine-driver-kvm
  10. 9 sudo chmod +x /usr/local/bin/docker-machine-driver-kvm
  11. 10 wget https://github.com/minishift/minishift/releases/download/v1.34.1/minishift-1.34.1-linux-amd64.tgz
  12. 11 tar zxvf minishift-1.34.1-linux-amd64.tgz
  13. 12 cd minishift-1.34.1-linux-amd64/
  14. 13 chmod +x minishift
  15. 14 ls
  16. 15 sudo mv minishift /usr/local/bin/
  17. 16 cd
  18. 17 cd Downloads/
  19. 18 ls
  20. 19 tar zxvf openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz
  21. 20 cd openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit/
  22. 21 ls
  23. 22 sudo cp kubectl /usr/local/bin/
  24. 23 sudo cp oc /usr/local/bin/
  25. 24 minishift start
  26. 25 sudo -i
  27. 26 history
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement