Rafael Schloming

Results 18 issues of Rafael Schloming

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 kubernaut claims describe documentation seems to be for the delete subcommand. ``` (venv) [rhs@venture ambassador]$ kubernaut claims describe --help Usage: kubernaut claims describe [OPTIONS] NAME Delete one or more...

1. ability to control the lifespan of the cluster (hard limit of 1 hour no good for demo) 2. ability to have multiple clusters (I don't want my long lived...

kubernaut claim You attempted to `kubernaut claim` a cluster but you are already at your maximum claim limit (1). Please release your existing claim `kubernaut discard` or wait until the...

The how-it-works documentation suggests that the image name has to be based on the filename. This used to be true, but now it is customizable. There may well be other...

pkim-auro @pkim-auro 16:57 greetings again - ran into a behavior that was interesting. finally refactored one of my projects to use forge. It uses a custom base image. I made...

When you edit something in the k8s directory (or possibly another directory that isn't used by your container), forge still rebuilds the container. This can be a bit surprising because...

If you want your resources to be created in a namespace, you need to put that namespace at the top of all your yaml files. This is not only awkward,...