mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Generate new docs with the new changes
This commit is contained in:
@@ -4,16 +4,22 @@ displays merged .kubeconfig settings or a specified .kubeconfig file.
|
||||
|
||||
### Synopsis
|
||||
|
||||
```
|
||||
displays merged .kubeconfig settings or a specified .kubeconfig file.
|
||||
Examples:
|
||||
// Show merged .kubeconfig settings.
|
||||
$ kubectl config view
|
||||
|
||||
// Show only local ./.kubeconfig settings
|
||||
$ kubectl config view --local
|
||||
```
|
||||
|
||||
kubectl config view
|
||||
|
||||
### Examples
|
||||
|
||||
```
|
||||
// Show merged .kubeconfig settings.
|
||||
$ kubectl config view
|
||||
|
||||
// Show only local ./.kubeconfig settings
|
||||
$ kubectl config view --local
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user