Rancher 핸즈온 #03 on CloudGarage
3723 단어 rancheroscloudgaragerancher
소개
안녕하세요~
@FoxBoxsnet입니다. 전날 심야가되고 있지만 내일
Rancher 핸즈온 #03 & 목목공부회 #07 - connpass
핸즈온 자료를 작성하고 있습니다.
참고
이번 환경
인스턴스 추가
RancherOS Config
이름
value
hostname:
호스트 이름 설정 이번에는
host001
, host002
, host003
environment:
TimeZone 설정
TZ: 'JST-9'
ssh_authorized_keys:
SSH Key 추가
스니펫을 그대로 붙여넣고
y
로 설치합니다.Host001 cloud-config.yml
bash
cat > cloud-config.yml <<EOF
#cloud-config
hostname: host001
rancher:
services:
console:
environment:
TZ: 'JST-9'
syslog:
environment:
TZ: 'JST-9'
ssh_authorized_keys:
- ssh-rsa AAAAB.........
EOF
sudo ros install -c cloud-config.yml -d /dev/vda
Host002 cloud-config.yml
bash
cat > cloud-config.yml <<EOF
#cloud-config
hostname: host002
rancher:
services:
console:
environment:
TZ: 'JST-9'
syslog:
environment:
TZ: 'JST-9'
ssh_authorized_keys:
- ssh-rsa AAAAB.........
EOF
sudo ros install -c cloud-config.yml -d /dev/vda
Host003 cloud-config.yml
bash
cat > cloud-config.yml <<EOF
#cloud-config
hostname: host003
rancher:
services:
console:
environment:
TZ: 'JST-9'
syslog:
environment:
TZ: 'JST-9'
ssh_authorized_keys:
- ssh-rsa AAAAB.........
EOF
sudo ros install -c cloud-config.yml -d /dev/vda
Rancher Server Setup
WordPress deploy
Prometheus
Reference
이 문제에 관하여(Rancher 핸즈온 #03 on CloudGarage), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/naa0yama/items/6a712fd79c6d17d14334텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)