Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install minikube in centos7

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "centos7 how to install minikube", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "centos7 how to install minikube" this article.

Step one:

Curl-Lo kubectl http://storage.googleapis.com/kubernetes-release/release/v1.5.1/bin/linux/amd64/kubectl & & chmod + x kubectl & & sudo mv kubectl / usr/local/bin/

Step 2:

Curl-Lo minikube https://storage.googleapis.com/minikube/releases/v0.15.0/minikube-linux-amd64 & & chmod + x minikube & & sudo mv minikube / usr/local/bin/

Step 3: install VirtualBox

1. Configure the yum source as follows

[virtualbox]

Name=Oracle Linux / RHEL / CentOS-$releasever / $basearch-VirtualBox

Baseurl= http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch

Enabled=1

Gpgcheck=1

Repo_gpgcheck=1

Gpgkey= https://www.virtualbox.org/download/oracle_vbox.asc

two。 Execute the yum install VirtualBox-5.1.x86_64 command

Step 4 (optional): I use the vmware workstation virtual machine and say that vt is not enabled

The solution is to find the .vmx file for the virtual machine and add a line at the end:

Vhv.enable = "TRUE"

(there is a space before and after the = sign. It is easy to cause problems with an ordinary text editor, resulting in the virtual machine not being able to start. It is recommended to use Ultraedit)

Step 5:

Execute the minikube start command

The above is all the contents of the article "how to install minikube in centos7". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report