Skip to content

Commit 23c527d

Browse files
liubink8s-ci-robot
authored andcommitted
Minor format: add ending double quota to avoid generated code block to be in red color (kubernetes#7073)
1 parent 65e360f commit 23c527d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tasks/debug-application-cluster/debug-application-introspection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Namespace: default
4141
Node: kubernetes-node-wul5/10.240.0.9
4242
Start Time: Thu, 24 Mar 2016 01:39:49 +0000
4343
Labels: app=nginx,pod-template-hash=1006230814
44-
Annotations: kubernetes.io/created-by={"kind":"SerializedReference","apiVersion":"v1","reference":{"kind" :"ReplicaSet","namespace":"default","name":"nginx-deployment-1956810328","uid":"14e607e7-8ba1-11e7-b5cb-fa16 ...
44+
Annotations: kubernetes.io/created-by={"kind":"SerializedReference","apiVersion":"v1","reference":{"kind" :"ReplicaSet","namespace":"default","name":"nginx-deployment-1956810328","uid":"14e607e7-8ba1-11e7-b5cb-fa16" ...
4545
Status: Running
4646
IP: 10.244.0.6
4747
Controllers: ReplicaSet/nginx-deployment-1006230814
@@ -174,7 +174,7 @@ To see events from all namespaces, you can use the `--all-namespaces` argument.
174174
In addition to `kubectl describe pod`, another way to get extra information about a pod (beyond what is provided by `kubectl get pod`) is to pass the `-o yaml` output format flag to `kubectl get pod`. This will give you, in YAML format, even more information than `kubectl describe pod`--essentially all of the information the system has about the Pod. Here you will see things like annotations (which are key-value metadata without the label restrictions, that is used internally by Kubernetes system components), restart policy, ports, and volumes.
175175

176176
```yaml
177-
$kubectl get pod nginx-deployment-1006230814-6winp -o yaml
177+
$ kubectl get pod nginx-deployment-1006230814-6winp -o yaml
178178
apiVersion: v1
179179
kind: Pod
180180
metadata:

0 commit comments

Comments
 (0)