Microk8s-configure
Tool for setting microk8s on Ubuntu VPS over SSH
Features
- install microk8s
- enabled registry microk8s
- configure for external push in docker registry
- enable custom plugins in command line
- configure local kubectl for connect to microk8s on VPS
- support for other users (now only can install with root user)
run
$ python -m mk8sconfig -p rootServerPassword -i 165.2.1.146 -d my-domain.co
for push into docker registry
edit your docker-daemon.json adding:
{
"debug" : true,
"insecure-registries" : [
"my-domain.co:5000"
]
}
Authors:
- Fabio Moreno fabiomoreno@outlook.com
Release files for microk8s-configure 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| microk8s-configure-0.0.7.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| microk8s_configure-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:10.2 kB
Release files / microk8s-configure-0.0.7.tar.gz
| Download URL | microk8s-configure-0.0.7.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
566a5476cc54d58c42b3cfce45083ac67ac6b89f01e92a62b1020eeb5c2a479a
|
|
BLAKE2b-256 checksum How to use checksums |
4d8d243eaf6aab72e26649760722d3d695b99878db77c9320ec70c3d385529b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
|
Release files / microk8s_configure-0.0.7-py3-none-any.whl
| Download URL | microk8s_configure-0.0.7-py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a21eb52df13f58fc36f3a2d1ec74785c81a01ec02fd1e02379b1f6f91cfb10d9
|
|
BLAKE2b-256 checksum How to use checksums |
b39fd546c1ec424d7b3256861e9c7a7958529bed5f9313a115ecd31b1cc40a70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
|