Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 420 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 420 Bytes

kubemerge

Script to merge mutltiple Kubeconfig file into one

Usage

In order to merge kubeconfig files

You'll need to run command as :

    kubemerge <full-path-of-config1> [ <full-path-of-config2> ......]

Install

curl -O https://raw.githubusercontent.com/datagenx/kubemerge/main/kubemerge \
    && sudo mv kubemerge /usr/local/bin \
    && sudo chmod +x /usr/local/bin/kubemerge