博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
RancherOS install
阅读量:5815 次
发布时间:2019-06-18

本文共 1049 字,大约阅读时间需要 3 分钟。

管理端IP:192.168.3.210

1、管理端生成ssh-key
ssh-keygen -t rsa

2、将ssh-key写入cloud-config.yml

#cloud-config

rancher:    network:        interfaces:            eth0:                address: 192.168.3.212/24                gateway: 192.168.3.1                mtu: 1500                dhcp: falsessh_authorized_keys:    - ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0rUXXb3mIX1Zt0U6GMGchehCp7nIo75jENxYWgg0hQCQ9+BMOmN1Dtl/UsewNRRO3X4OajJ0M4fU0B8bWXsG1nv9cSESzoozh6AXo0ZxbZtp7Kg3aD41ncF1IW4pa3kAVEmgjxFc3VvYLhnF27zWxEmbqqulbBD7n6ARSJijbW/v0sNVncd14K/B5eYdIZIbzdAWpvbYI5Eug42G+CJlZo4q/Qa9XBeGDQAU+aHIZj+fkj4U8t5DFAI6ApUa5h4P5/ddBTNDj7f/iyXTOgJQrtnITSdd565+11S6ERZSWt88C7/OfspDZZx9gFy2lIxI46TTdMkfnlqbEpQbC1KzFw== rsa 2048-041018

3、以rancheros.iso启动

RancherOS install
RancherOS install
4、进入rancherOS,拷贝管理端cloud-config.yml到本地,执行
sudo scp root@192.168.3.210:/root/cloud-config.yml /root

5、rancheros安装到本地磁盘

sudo ros install -c cloud-config.yml -d /dev/sda
安装成功,自动重启
RancherOS install

6、在管理终端登陆rancheros

[root@k8sMaster ~]# ssh -i /root/.ssh/id_rsa rancher@192.168.3.212
[rancher@rancher ~]$

转载于:https://blog.51cto.com/jonauil/2106515

你可能感兴趣的文章
xutils3的使用
查看>>
setTimeout 传参
查看>>
我是怎么自学python到找到工作
查看>>
Exception from container-launch: org.apache.hadoop.util.Shell$ExitCodeException
查看>>
运行edX Devstack
查看>>
JS 10位、13位时间戳转日期
查看>>
实验四
查看>>
Hibernate HQL语句
查看>>
ios极光推送通知
查看>>
id类型 万能指针 oc
查看>>
nodejs守护进程forever
查看>>
参加研究生供需见面会有感
查看>>
CQ18阶梯赛第二场
查看>>
Ad Hoc Distributed Queries / xp_cmdshell 的启用与关闭
查看>>
How to set spring boot active profiles with maven profiles
查看>>
Velocity缓存与穿透(转)
查看>>
JUnit + Mockito 单元测试(二)(good)
查看>>
Git for windows 中文乱码解决方案
查看>>
[日常] nginx反代websocket
查看>>
Python相对路径转绝对路径,绝对路径转相对路径
查看>>