kops 클러스터1 [Kubernetes] kops로 클러스터 생성 s3 설정 ```shell ## 리눅스 export KOPS_STATE_STORE=s3:kustudy ``` ## 클러스터 생성 윈도우에서 KOPS_STATE_STORE 설정이 잘 안되 명령어를 추가했다. --state s3://[버킷 이름] ```shell kops create cluster --state s3://kustudy --zones ap-northeast-1a --networking calico --ssh-public-key ./id_rsa.pub kustudy.effectmall.com ``` ## 클러스터 옵션 변경 ### 노드 ```shell kops edit ig nodes --name kustudy.effectmall.com --state s3://kustudy ``` ### 마스터.. 2020. 3. 21. 이전 1 다음