kubernaut icon indicating copy to clipboard operation
kubernaut copied to clipboard

Instant ephemeral Kubernetes clusters for development and testing

Results 25 kubernaut issues
Sort by recently updated
recently updated
newest added

Bumps [py](https://github.com/pytest-dev/py) from 1.7.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.24.2. Changelog *Sourced from [urllib3's changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst).* > 1.24.2 (2019-04-17) > ------------------- > > * Don't load system certificates by default when any other ``ca_certs``, ``ca_certs_dir``...

dependencies

❱ kubernaut config backend create --url="https://next.kubernaut.io" --name="v2" --activate $TOKEN Traceback (most recent call last): File "kubernaut/cli.py", line 47, in File "site-packages/click/core.py", line 764, in __call__ File "site-packages/click/core.py", line 717, in...

Kubernaut is rather painful to develop on, not because it is a complex technical project, but because there are several moving parts that need to be developed. 1. The API...

Help (large)

Kubernaut curl API: ``` Claim a cluster: GET /claims/?expires= -> kubeconfig file Renew a claim: GET /claims/?expires= -> kubeconfig file Release a cluster GET /claims/?expires= -> kubeconfig file List claims:...

Documentation

- ability to specify up front that a claim should automatically expire after a specified time would be handy for CI - ability to "group" claims somehow and delete the...

The first time I tried to migrate from Kubernaut v1 to v2 I got this: ``` kubernaut config backend create --url="https://next.kubernaut.io" --name="v2" --activate $token Traceback (most recent call last): File...

The v1 CLI had examples. They need to be updated for v2.

Help (small)