Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
huanying liu committed Sep 18, 2024
1 parent 97f8290 commit ebe92dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/DOCS/Kubernetes/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ icon: file
```bash
kubectl config get-contexts
```

4. 合并两个k8s集群的配置

```bash
export KUBECONFIG=/path/to/first/kubeconfig:/path/to/second/kubeconfig
```

0 comments on commit ebe92dd

Please sign in to comment.