kubectldescribe命令详解
输出指定的⼀个/多个资源的详细信息。
摘要
走成语输出指定的⼀个/多个资源的详细信息。
此命令组合调⽤多条API,输出指定的⼀个或者⼀组资源的详细描述。
娃哈哈
$ kubectl describe TYPE NAME_PREFIX
⾸先检查是否有精确匹配TYPE和NAME_PREFIX的资源,如果没有,将会输出所有名称以NAME_PREFIX开头的资源详细信息。
⽀持的资源包括但不限于(⼤⼩写不限):pods (po)、rvices (svc)、 replicationcontrollers (rc)、nodes (no)、events (ev)、componentstatus (cs)、 limitranges (limits)、persistentvolumes (pv)、persistentvolumeclaims (pvc)、 resourcequotas (quota)和crets。
kubectl describe (-f FILENAME | TYPE [NAME_PREFIX | -l label] | TYPE/NAME)
⽰例
# 描述⼀个node江西省博物馆
$ kubectl describe project.internal
# 描述⼀个pod
$ kubectl describe pods/nginx
# 描述pod.json中的资源类型和名称指定的pod
$ kubectl describe -f pod.json
# 描述所有的pod绿萝资料
$ kubectl describe pods
# 描述所有包含label name=myLabel的pod
$ kubectl describe po -l name=myLabel
影视村# 描述所有被replication controller “frontend”管理的pod(rc创建的pod都以rc的名字作为前缀)
$ kubectl describe pods frontend
选项
-f, --filename=[]: ⽤来指定待描述资源的⽂件名,⽬录名或者URL。 -l, --lector="": ⽤于过滤资源的Label。
七年级下册语文书人教版电子书
手机usb调试开关在哪继承⾃⽗命令的选项
--alsologtostderr[=fal]: 同时输出⽇志到标准错误控制台和⽂件。护发素推荐
--api-version="": 和服务端交互使⽤的API版本。
--certificate-authority="": ⽤以进⾏认证授权的.cert⽂件路径。
--client-certificate="": TLS使⽤的客户端证书路径。
--client-key="": TLS使⽤的客户端密钥路径。
--cluster="": 指定使⽤的kubeconfig配置⽂件中的集群名。
--context="": 指定使⽤的kubeconfig配置⽂件中的环境名。
--incure-skip-tls-verify[=fal]: 如果为true,将不会检查服务器凭证的有效性,这会导致你的HTTPS链接变得不安全。 --kubeconfig="": 命令⾏请求使⽤的配置⽂件路径。
--log-backtrace-at=:0: 当⽇志长度超过定义的⾏数时,忽略堆栈信息。
--log-dir="": 如果不为空,将⽇志⽂件写⼊此⽬录。
--log-flush-frequency=5s: 刷新⽇志的最⼤时间间隔。
--logtostderr[=true]: 输出⽇志到标准错误控制台,不输出到⽂件。
--match-rver-version[=fal]: 要求服务端和客户端版本匹配。
--namespace="": 如果不为空,命令将使⽤此namespace。
--password="": API Server进⾏简单认证使⽤的密码。
-s, --rver="": Kubernetes API Server的地址和端⼝号。
--stderrthreshold=2: ⾼于此级别的⽇志将被输出到错误控制台。
--token="": 认证到API Server使⽤的令牌。
--ur="": 指定使⽤的kubeconfig配置⽂件中的⽤户名。
--urname="": API Server进⾏简单认证使⽤的⽤户名。
--v=0: 指定输出⽇志的级别。
--vmodule=: 指定输出⽇志的模块,格式如下:pattern=N,使⽤逗号分隔。