LoginSignup
1
1

More than 5 years have passed since last update.

RancherOS 0.8-rc2をインストール

Last updated at Posted at 2016-08-16

参考

cloud-config.ymlの準備

Githubに登録している公開鍵を取得

wget https://github.com/tukiyo.keys
rancher.yml
ssh_authorized_keys:
  - ssh-rsa AAA... (tukiyo.keysの中身を貼り付け)

他の例だと

rancher.yml
ssh_authorized_keys:        
- ssh-rsa AAAA...

state:
fstype: auto
dev: LABEL=RANCHER_STATE
autoformat:
- /dev/sda

インストール

インストール
ros install -d /dev/sda -c rancher.yml
  • OS再起動。

ros config export

  • ros config exportでcloud-config.ymlを確認できる。

もしくは

  • /var/lib/rancher/conf/cloud-config.yml 参考

os upgrade

sudo ros os upgrade
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1