"Kubectl get nodes -o yaml"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
3번째 줄: 3번째 줄:
;kubectl get nodes -o yaml
;kubectl get nodes -o yaml


<source lang='console'>
<syntaxhighlight lang='console'>
root@localhost:~# kubectl get nodes
root@localhost:~# kubectl get nodes
NAME                    STATUS      ROLES    AGE    VERSION
NAME                    STATUS      ROLES    AGE    VERSION
10번째 줄: 10번째 줄:
kubernetes-node-st6x    Ready        <none>    1h      v1.13.0
kubernetes-node-st6x    Ready        <none>    1h      v1.13.0
kubernetes-node-unaj    Ready        <none>    1h      v1.13.0
kubernetes-node-unaj    Ready        <none>    1h      v1.13.0
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
root@localhost:~# kubectl get node kubernetes-node-861h -o yaml
root@localhost:~# kubectl get node kubernetes-node-861h -o yaml
apiVersion: v1
apiVersion: v1
52번째 줄: 52번째 줄:
     osImage: Debian GNU/Linux 7 (wheezy)
     osImage: Debian GNU/Linux 7 (wheezy)
     systemUUID: ABE5F6B4-D44B-108B-C46A-24CCE16C8B6E
     systemUUID: ABE5F6B4-D44B-108B-C46A-24CCE16C8B6E
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2024년 2월 14일 (수) 17:58 기준 최신판

1 개요[ | ]

kubectl get nodes -o yaml
root@localhost:~# kubectl get nodes
NAME                     STATUS       ROLES     AGE     VERSION
kubernetes-node-861h     NotReady     <none>    1h      v1.13.0
kubernetes-node-bols     Ready        <none>    1h      v1.13.0
kubernetes-node-st6x     Ready        <none>    1h      v1.13.0
kubernetes-node-unaj     Ready        <none>    1h      v1.13.0
root@localhost:~# kubectl get node kubernetes-node-861h -o yaml
apiVersion: v1
kind: Node
metadata:
  creationTimestamp: 2015-07-10T21:32:29Z
  labels:
    kubernetes.io/hostname: kubernetes-node-861h
  name: kubernetes-node-861h
  resourceVersion: "757"
  selfLink: /api/v1/nodes/kubernetes-node-861h
  uid: 2a69374e-274b-11e5-a234-42010af0d969
spec:
  externalID: "15233045891481496305"
  podCIDR: 10.244.0.0/24
  providerID: gce://striped-torus-760/us-central1-b/kubernetes-node-861h
status:
  addresses:
  - address: 10.240.115.55
    type: InternalIP
  - address: 104.197.0.26
    type: ExternalIP
  capacity:
    cpu: "1"
    memory: 3800808Ki
    pods: "100"
  conditions:
  - lastHeartbeatTime: 2015-07-10T21:34:32Z
    lastTransitionTime: 2015-07-10T21:35:15Z
    reason: Kubelet stopped posting node status.
    status: Unknown
    type: Ready
  nodeInfo:
    bootID: 4e316776-b40d-4f78-a4ea-ab0d73390897
    containerRuntimeVersion: docker://Unknown
    kernelVersion: 3.16.0-0.bpo.4-amd64
    kubeProxyVersion: v0.21.1-185-gffc5a86098dc01
    kubeletVersion: v0.21.1-185-gffc5a86098dc01
    machineID: ""
    osImage: Debian GNU/Linux 7 (wheezy)
    systemUUID: ABE5F6B4-D44B-108B-C46A-24CCE16C8B6E

2 같이 보기[ | ]

3 참고[ | ]

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