Skip to content

shijunLee/kubernetes-config-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubernetes-config-merge-tool

  • this is a tool to merge kubernetes config files

  • use this tool method,please use kubernetes-config-tool to see the cmd params

    # use `-h` to see the tool help info
    kubernetes-config-tool -h

    # merge to config file ,if the source file not in <system user home>/.kube/config please set -s command
    kubernetes-config-tool m -i ./test.config -o ./use.config -n test

    # use l or list to see the config file context list
    kubernetes-config-tool l <-s "the config file">

    # use d or delete to delete a cluster form the config file,like: 
    kubernetes-config-tool d --sourcefile ./use.config  --cluster-name=kubernetes

    # use change to change current-context for config file
    kubernetes-config-tool change --sourcefile ./use.config  --context-name=dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published