mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Fix md generation for kubectl docs
Display usage string, not long help, as code, remove angle brackets from output (.md interprets as tags and hides).
This commit is contained in:
@@ -4,14 +4,15 @@ Show details of a specific resource
|
||||
|
||||
### Synopsis
|
||||
|
||||
```
|
||||
|
||||
Show details of a specific resource.
|
||||
|
||||
This command joins many API calls together to form a detailed description of a
|
||||
given resource.
|
||||
```
|
||||
|
||||
kubectl describe <resource> <id>
|
||||
```
|
||||
kubectl describe RESOURCE ID
|
||||
```
|
||||
|
||||
### Options inherrited from parent commands
|
||||
|
||||
|
Reference in New Issue
Block a user