kubectl get nodes -v=9

Jmnote (토론 | 기여)님의 2022년 1월 10일 (월) 19:57 판 (새 문서: ==개요== {{소문자}} ;kubectl get nodes -v=9 <syntaxhighlight lang='console'> $ kubectl get nodes -v=9 I0110 10:57:43.080536 5563 loader.go:375] Config loaded from file: /roo...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

kubectl get nodes -v=9
$ kubectl get nodes -v=9
I0110 10:57:43.080536    5563 loader.go:375] Config loaded from file:  /root/.kube/config
I0110 10:57:43.117219    5563 round_trippers.go:423] curl -k -v -XGET  -H "Accept: application/json;as=Table;v=v1beta1;g=meta.k8s.io, application/json" -H "User-Agent: kubectl/v1.17.3 (linux/amd64) kubernetes/06ad960" 'https://172.17.0.13:8443/api/v1/nodes?limit=500'
I0110 10:57:43.179671    5563 round_trippers.go:443] GET https://172.17.0.13:8443/api/v1/nodes?limit=500 200 OK in 62 milliseconds
I0110 10:57:43.179720    5563 round_trippers.go:449] Response Headers:
I0110 10:57:43.179729    5563 round_trippers.go:452]     Date: Mon, 10 Jan 2022 10:57:43 GMT
I0110 10:57:43.179735    5563 round_trippers.go:452]     Content-Type: application/json
I0110 10:57:43.179740    5563 round_trippers.go:452]     Content-Length: 3805
I0110 10:57:43.180048    5563 request.go:1017] Response Body: {"kind":"Table","apiVersion":"meta.k8s.io/v1beta1","metadata":{"selfLink":"/api/v1/nodes","resourceVersion":"668"},"columnDefinitions":[{"name":"Name","type":"string","format":"name","description":"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names","priority":0},{"name":"Status","type":"string","format":"","description":"The status of the node","priority":0},{"name":"Roles","type":"string","format":"","description":"The roles of the node","priority":0},{"name":"Age","type":"string","format":"","description":"CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata","priority":0},{"name":"Version","type":"string","format":"","description":"Kubelet Version reported by the node.","priority":0},{"name":"Internal-IP","type":"string","format":"","description":"List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.","priority":1},{"name":"External-IP","type":"string","format":"","description":"List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.","priority":1},{"name":"OS-Image","type":"string","format":"","description":"OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).","priority":1},{"name":"Kernel-Version","type":"string","format":"","description":"Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).","priority":1},{"name":"Container-Runtime","type":"string","format":"","description":"ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).","priority":1}],"rows":[{"cells":["minikube","Ready","master","2m20s","v1.17.3","172.17.0.13","\u003cnone\u003e","Ubuntu 18.04.4 LTS","4.15.0-88-generic","docker://19.3.6"],"object":{"kind":"PartialObjectMetadata","apiVersion":"meta.k8s.io/v1beta1","metadata":{"name":"minikube","selfLink":"/api/v1/nodes/minikube","uid":"c6cbb1c5-c038-42aa-a80d-775620c47e8f","resourceVersion":"337","creationTimestamp":"2022-01-10T10:55:23Z","labels":{"beta.kubernetes.io/arch":"amd64","beta.kubernetes.io/os":"linux","kubernetes.io/arch":"amd64","kubernetes.io/hostname":"minikube","kubernetes.io/os":"linux","minikube.k8s.io/commit":"cbda04cf6bbe65e987ae52bb393c10099ab62014","minikube.k8s.io/name":"minikube","minikube.k8s.io/updated_at":"2022_01_10T10_55_32_0700","minikube.k8s.io/version":"v1.8.1","node-role.kubernetes.io/master":""},"annotations":{"kubeadm.alpha.kubernetes.io/cri-socket":"/var/run/dockershim.sock","node.alpha.kubernetes.io/ttl":"0","volumes.kubernetes.io/controller-managed-attach-detach":"true"}}}}]}
NAME       STATUS   ROLES    AGE     VERSION
minikube   Ready    master   2m20s   v1.17.3

2 같이 보기[ | ]

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