Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasa9084/kubectl-add_config
https://github.com/nasa9084/kubectl-add_config
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nasa9084/kubectl-add_config
- Owner: nasa9084
- License: mit
- Created: 2019-08-22T06:01:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T10:01:51.000Z (over 1 year ago)
- Last Synced: 2024-10-05T00:40:52.958Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubectl-add_config
`kubectl-add_config` is a [kubectl plugin](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/), which adds a new kubeconfig file into your local kubeconfig. This plugin is useful when the configuration for your cluster is provided as full kubeconfig file from your kubernetes cluster provider.
## Requirement
This plugin is a binary built with Golang, so you can use just a cli tool, not kubectl plugin. However, this plugin is using `kubectl` in the code and you need to install `kubectl` in your machine before using this tool.
## Development
Go 1.11 or later is required because this application using go mod for dependency management.
### Build
``` shell
$ make build
```