Skip to main content

kube_merge

Project description

kube-merge allows merging other Kubernetes configurations into the current configuration.

Installation

pip install kube-merge

Usage

In order to merge other configs first dump the configuration to a file. For example if using the microk8s snap from Ubuntu, just dump the configuration to a file:

microk8s.kubectl config view --raw > microk8s.yml

then simply add it:

kube-merge microk8s.yml

This will change the default configuration, adding the clusters and users.

From there you’ll just switch the context using the regular:

kubectl config use-context ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kube_merge-1.0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page