You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jason Fowler 6a6b9bbed8 cli cmd for merging one or more kubeconfig files in to ~/.kube/config 3 months ago
Makefile cli cmd for merging one or more kubeconfig files in to ~/.kube/config 3 months ago
README.md cli cmd for merging one or more kubeconfig files in to ~/.kube/config 3 months ago
go.mod cli cmd for merging one or more kubeconfig files in to ~/.kube/config 3 months ago
go.sum cli cmd for merging one or more kubeconfig files in to ~/.kube/config 3 months ago
main.go cli cmd for merging one or more kubeconfig files in to ~/.kube/config 3 months ago

README.md

combine-kube-config - ckc

Build and Install

make && make install

Usage

ckc <file1>...<fileN>

ckc ~/Downloads/staging ~/Downloads/loadtest will add both staging and loadtest to the ~/.kube/config file