MusicDin / kubitect

Kubitect provides a simple way to set up a highly available Kubernetes cluster across multiple hosts.
https://kubitect.io
Apache License 2.0
144 stars 35 forks source link

Add option to merge kubeconfig when cluster is created #196

Closed MusicDin closed 6 months ago

MusicDin commented 6 months ago

Adds option to merge kubeconfig of a new cluster with existing kubeconfig on path ~/.kube/config.

This replaces the previous option copyKubeconfig which overwrote the file.

kubernetes:
  other:
    mergeKubeconfig: true