-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
2,363 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kubecm.cloud |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# KubeCM | ||
|
||
![Go](https://github.com/sunny0826/kubecm/workflows/Go/badge.svg?branch=master) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/sunny0826/kubecm)](https://goreportcard.com/report/github.com/sunny0826/kubecm) | ||
![GitHub](https://img.shields.io/github/license/sunny0826/kubecm.svg) | ||
[![GitHub release](https://img.shields.io/github/release/sunny0826/kubecm)](https://github.com/sunny0826/kubecm/releases) | ||
[![codecov](https://codecov.io/gh/sunny0826/kubecm/branch/master/graph/badge.svg?token=KGTLBQ8HYZ)](undefined) | ||
|
||
```text | ||
KubeConfig Manager | ||
_ _ | ||
| | ___ _| |__ ___ ___ _ __ ___ | ||
| |/ / | | | '_ \ / _ \/ __| '_ \ _ \ | ||
| <| |_| | |_) | __/ (__| | | | | | | ||
|_|\_\\__,_|_.__/ \___|\___|_| |_| |_| | ||
Find more information at: https://github.com/sunny0826/kubecm | ||
Usage: | ||
kubecm [flags] | ||
kubecm [command] | ||
Available Commands: | ||
add Merge configuration file with $HOME/.kube/config | ||
alias Generate alias for all contexts | ||
completion Generates bash/zsh completion scripts | ||
delete Delete the specified context from the kubeconfig | ||
help Help about any command | ||
ls List kubeconfig | ||
merge Merge the kubeconfig files in the specified directory | ||
namespace Switch or change namespace interactively | ||
rename Rename the contexts of kubeconfig | ||
switch Switch Kube Context interactively | ||
version Print version info | ||
Flags: | ||
--config string path of kubeconfig (default "$HOME/.kube/config") | ||
-h, --help help for kubecm | ||
Use "kubecm [command] --help" for more information about a command. | ||
``` | ||
|
||
## Documentation | ||
|
||
For full documentation, please visit the KubeVela website: [https://kubecm.cloud](https://kubecm.cloud) | ||
|
||
## Video | ||
|
||
[![](https://tva3.sinaimg.cn/large/ad5fbf65gy1gij1pl0pn5j218o0p81kx.jpg)](https://www.bilibili.com/video/av88259938/) | ||
|
||
## Contribute | ||
|
||
Feel free to open issues and pull requests. Any feedback is highly appreciated! | ||
|
||
## Thanks | ||
|
||
- [JetBrains IDEs](https://www.jetbrains.com/?from=kubecm) | ||
|
||
<p align="center"> | ||
<a href="https://www.jetbrains.com/?from=kubecm" title="前往官网了解JetBrains出品的IDEs"> | ||
<img src="docs/static/jetbrains.svg" width="128" alt="JetBrains logo"> | ||
</a> | ||
</p> |
Oops, something went wrong.