-
Sometimes pods take a long time to get created immediately after cluster bootstrap. During these times, running e.g. `kubectl get deployment` can result in the following:
```
NAME READY UP-…
-
## General
Lokomotive doesn't currently have an official way for handling secrets. Secrets are specified as either environment variables or in the config file, and it's up to the user to figure out…
-
i.e. the component doesn't work out of the box on many systems (for example when running on AWS with a smaller instance type like `t3.micro`). As far as I see there's no documentation for it, volume s…
-
See if the contour can act as an ingress for the applications load balanced by linkerd.
-
Each Kubernetes release happens every ~3 months and features are added at a very high speed. From the [1.18 release blog post](https://kubernetes.io/blog/2020/03/25/kubernetes-1-18-release-announcemen…
-
Looking at the website docs. https://kinvolk.io/docs/lokomotive/latest/configuration-reference/platforms/baremetal/
I don't see a option in baremetalcluster.lokocfg reference for creating a single …
-
When I setup dynamic auto completion of positional arguments in my code like this:
```
var createCmd = &cobra.Command{
Use: "create",
Short: "create creates the whole…
-
**What steps did you take and what happened:**
This issue is a follow-up to #217, so reproduction steps should be taken from there.
After that, I tried removing created resources using `kubectl …
-
Up to now we've generated a significant amount of code for lokoctl. A lot of our codebase isn't currently covered by tests. In order to keep the codebase maintainable and allow worry-free refactoring,…
-
Right now receiving SIGINT in lokoctl (Ctrl-C) is not handled so if, say, this happens while terraform is running we might end up in a bad state.
We should handle SIGINT and exit gracefully.