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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file kube_merge-1.0.2.tar.gz
.
File metadata
- Download URL: kube_merge-1.0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5896305848c92989dac96003466d5a6943ec3c29894d8eedad06c88746201a10 |
|
MD5 | 4fa74e565bd0a38ceeefba19db4697c8 |
|
BLAKE2b-256 | 66224480af61ee2e1771b551c5752e4143c2fbdf22ed93f73025aff8364184d4 |