konfig icon indicating copy to clipboard operation
konfig copied to clipboard

konfig helps to merge, split or import kubeconfig files

Results 8 konfig issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this tool, I made some patches. If you're interested merge/cherry-pick if not... well, then not :shrug:

Hi, it would be nice to be offered a flag like `--force|-f` to make sure an input config's content _will overwrite_ any existing entries.

I am using "kubectl get rs myapp-replicaset -o yaml > new-replicaset.yaml" command to copy code into new file getting error "error: write /dev/stdout: permission denied" in VSCode editor terminal but...

When merging two contexts which reference the same user name (though different users) the resulting kubecfg drops one of those users and the corresponding context can not authenticate. Suggestion: Detect...

Krew tests need a plugin with a small tarball, like `konfig`. However, the krew install currently uses the manually created tarballs for installation, which is bad because the krew tests...

Thanks for the handy plugin. Please enable the option to delete/remove configs too In other words, something similar to the below commands ```bash kubectl config delete-cluster my-cluster kubectl config delete-context...

This should support the various options and understand the positional context. Where applicable, it should also suggest context names from the kubeconfig files. Goal: at the very least support bash...

enhancement

Currently, "split" is an alias for "export". However, the connotation of split is more that the two outcomes have disjoint contexts instead of one being a subset of the other....

design-discussion