Robert Gutschale

Results 27 issues of Robert Gutschale

It would be **very** nice to have the option to add a port forwarding to an existing cluster.

enhancement

I deleted a cluster/context/user from my kubeconfig, but still had it as the current context. `beibootctl version` yielded following output: ``` Traceback (most recent call last): File "cli.__main__", line 29,...

`beibootctl version` currently only prints the version of the cli. It would be nice, if it would also print the version of the installed operator (of the current K8s context,...

enhancement

It seems to be a leftover from a try to reduce the amount of actions that are run. Maybe it messes with the Codecov reports, see PR https://github.com/Getdeck/beiboot/pull/75, where the...

It might be nice to use the actual cluster name in the kubeconfig. Currently we just use "default" for all clusters, which gives no indication if somebody is unsure about...

enhancement

The generated kubeconfig is group- and world-readable, which is deemed insecure. We should restrict the permissions.

It might be beneficial to investigate the different datastore options for K3s, to see if they yield in performance optimization: https://docs.k3s.io/datastore Maybe it improves performance, if the server-pod doesn't have...

enhancement

When trying to `connect` when beiboot is already connected, an error occurs. This could be improved to show a more specific message, so that the user knows which other cluster...

When running `app switch` I get following error: ``` [INFO] Please wait while unikube prepares the switch. [INFO] Building docker image for /home/gutschi/Projects/blog/java-spring-example/Dockerfile with context /home/gutschi/Projects/blog/java-spring-example [SUCCESS] Docker image successfully...

When I'm not logged in but run `project up`, the chooser list behaves buggy when navigating. It seems like one line is somehow missing, e.g. when moving down the list,...

bug