当前位置:网站首页>One command to run rancher
One command to run rancher
2022-06-30 04:51:00 【Xuanyuan longer】
1、rancher install
Console rke Execute under the user docker command :
docker run --name=rancher -d --privileged --restart=unless-stopped -p 30040:80 -p 30050:443 rancher/rancher:latest
2、 Check whether it starts normally
The following two commands can be used to view :
docker ps | grep rancher ## View running docker Containers
3、 Browser access
Input https://IP:PORT
Click Advanced , Then click continue to
4、 password
According to the prompt , Enter and change password
After the browser enters the password , Select the... In the red box , And enter the password you want to set below
After entering, there is a default k3s
5、 Join other existing clusters
Click on Import Existing
choice Generic
Enter the cluster name at will , As long as you can remember
Execute the command to register according to the operation in the red box
Carry out orders
kubectl apply -f https://172.17.8.51:30050/v3/import/2llq4b95zbspwqlcjrb898dtwqmqgtcxtfxjdlkgp8c79jpzf8tfn6_c-m-5ffgdfz6.yaml
Reported the problem of certification , Execute the second command
curl --insecure -sfL https://172.17.8.51:30050/v3/import/2llq4b95zbspwqlcjrb898dtwqmqgtcxtfxjdlkgp8c79jpzf8tfn6_c-m-5ffgdfz6.yaml | kubectl apply -f -
My side is running successfully
边栏推荐
- Spring Festival Tourism Strategy: welcome the new year in Bangkok, Thailand
- 圆心科技,很焦虑?
- Brew install NVM command not found solution
- Introduction to some representations, neighbors and degrees of Graphs
- Unreal 4 unavigationsystemv1 compilation error
- Universal Studios Singapore: a good place for a one-day parent-child tour in Singapore
- Deep learning ----- different methods to realize inception-10
- Dual domain SSL certificate
- The subsystem implementing transaction persistence in DBMS is ()
- Interprocess communication
猜你喜欢
Unreal 4 unavigationsystemv1 compilation error
Unity lens making
Dual domain SSL certificate
Connect to the database and run node JS running database shows that the database is missing
Why does the computer have no network after win10 is turned on?
Efficiency test of adding and querying ArrayList and LinkedList
Create a simple battle game with photon pun
Lambda&Stream
HTC vive cosmos development - handle button event
How to renew an SSL certificate
随机推荐
HTC vive cosmos development - handle button event
Connect to the database and run node JS running database shows that the database is missing
Deep learning ----- different methods to realize inception-10
C # Foundation
【Paper】2017_ Research on coordinated control method of underwater vehicle formation marine survey
The golden deer, a scenic spot in London -- a sailing museum that tells vivid sailing stories
IIS request SSL certificate
Circle center technology, very anxious?
Network high concurrency
BeanFactory创建流程
Learning about signals
Moore Manor diary I: realize the reclamation, sowing, watering and harvest in Moore Manor
On mask culling of unity
Serializable and Deserialize
Issue SSL certificate with IP address
SCM learning notes: interrupt learning
Interprocess communication
The subsystem implementing transaction persistence in DBMS is ()
力扣589:N 叉树的前序遍历
Yolov5 torch installation