kubectl get nodes -o json

Jmnote (토론 | 기여)님의 2024년 2월 14일 (수) 18:03 판 (→‎같이 보기)

1 개요

kubectl get no -ojson
kubectl get nodes -o json
$ kubectl get no node1 -ojson | jq '.items[].status.capacity'
{
  "attachable-volumes-aws-ebs": "39",
  "cpu": "4",
  "ephemeral-storage": "130045936Ki",
  "hugepages-1Gi": "0",
  "hugepages-2Mi": "0",
  "memory": "16095312Ki",
  "nvidia.com/gpu": "1",
  "pods": "110"
}

2 같이 보기

3 참고

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