Skip to content

Commit

Permalink
Revert example user in docs to guoxudong
Browse files Browse the repository at this point in the history
  • Loading branch information
dennislapchenko committed Nov 1, 2023
1 parent ffbf49d commit 7cc761d
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ KubeConfig Manager.
### Options

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-h, --help help for kubecm
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cat /etc/kubernetes/admin.conf | kubecm add -f -
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ kubecm alias -o bash
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
4 changes: 2 additions & 2 deletions docs/en-us/cli/kubecm_clear.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kubecm clear

```
# Clear lapsed context, cluster and user (default is /Users/user/.kube/config)
# Clear lapsed context, cluster and user (default is /Users/guoxudong/.kube/config)
kubecm clear
# Customised clear lapsed files
kubecm clear config.yaml test.yaml
Expand All @@ -30,7 +30,7 @@ kubecm clear config.yaml test.yaml
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Manage kubeconfig from cloud
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_cloud_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ kubecm cloud add --provider alibabacloud --cluster_id=xxxxxx

```
--cluster_id string kubernetes cluster id
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
--provider string public cloud
--region_id string cloud region id
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_cloud_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kubecm cloud list --provider alibabacloud --cluster_id=xxxxxx

```
--cluster_id string kubernetes cluster id
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
--provider string public cloud
--region_id string cloud region id
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ kubecm completion [bash|zsh|fish|powershell] [flags]
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kubecm create
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kubecm delete my-context1 my-context2
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kubecm export -f myconfig.yaml my-context1 my-context2
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kubecm ls kind k3s
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kubecm merge -f dir --config kubecm.config
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kubecm ns kube-system
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_rename.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kubecm rename
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kubecm switch dev
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down
2 changes: 1 addition & 1 deletion docs/en-us/cli/kubecm_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kubecm version [flags]
### Options inherited from parent commands

```
--config string path of kubeconfig (default "/Users/user/.kube/config")
--config string path of kubeconfig (default "/Users/guoxudong/.kube/config")
-m, --mac-notify enable to display Mac notification banner
-s, --silence-table enable/disable output of context table on successful config update
--ui-size int number of list items to show in menu at once (default 4)
Expand Down

0 comments on commit 7cc761d

Please sign in to comment.