Kops get instancegroups

Jmnote (토론 | 기여)님의 2019년 3월 29일 (금) 16:17 판

1 개요

kops get instancegroups
kops get instancegroup
kops get ig
# kops get instancegroups
NAME                    ROLE    MACHINETYPE     MIN     MAX     ZONES
master-ap-northeast-2c  Master  t3.micro        1       1       ap-northeast-2c
nodes                   Node    t3.micro        1       1       ap-northeast-2c
# kops get ig nodes -oyaml
apiVersion: kops/v1alpha2
kind: InstanceGroup
metadata:
  creationTimestamp: 2019-03-25T06:13:33Z
  labels:
    kops.k8s.io/cluster: k8s.example.com
  name: nodes
spec:
  image: kope.io/k8s-1.11-debian-stretch-amd64-hvm-ebs-2018-08-17
  machineType: t3.micro
  maxSize: 1
  minSize: 1
  nodeLabels:
    kops.k8s.io/instancegroup: nodes
  role: Node
  subnets:
  - ap-northeast-2c

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}