-
In Lokomotive we use Helm charts to deploy the Kubernetes control plane and Lokomotive Components.
In https://github.com/kinvolk/lokomotive/issues/1366 we wanted to do a PoC to install Lokomotive C…
-
I installed a cluster with version `v0.6.1` and Kubernetes version being `v1.19.4`.
```console
$ helm history kubernetes -n kube-system
WARNING: Kubernetes configuration file is group-readable. T…
-
Of late, we are noticing a lot more CI failures. Failures including etcd and bootkube servce failures, certification rotation tests not passing. Re-running the CI usually makes the CI passes but its …
-
The "Ensuring controlplane component ..." step installs the kube-proxy and some other control plane component every time you run `lokoctl cluster apply --skip-components`. For a large enough cluster t…
-
Until we fix https://github.com/kinvolk/lokomotive/issues/45 we should document how to recover from terraform keeping the lock when interrupting lokoctl.
It could be something like this:
1. move…
-
lokoctl backend documentation can use some improvements:
- [ ] We should give some hints to the user on how to create the resources needed to use the s3 backend, for example with the aws CLI tool:
…
-
**Current situation**
`lokoctl` does not fully work on `arm64` architectures.
Output of `lokoctl cluster apply` on Raspberry Pi 4B
```bash
$ lokoctl cluster apply
INFO[0005] Executing step "i…
-
The binaries we release in official releases print a different version string than binaries built from the same Git tag using `make`. Building a binary from a certain Git revision should have a determ…
-
**Description**
Not able to create an AWS cluster with multiple worker pools. It fails with error as follows:
```
Unique ports required; 'worker_pool.wp2.lb_http_port' collides with 'worker_poo…
-
**Description**
When deploying the prometheus-operator on a new Lokomotive cluster, the grafana pod is stuck in crashloop. It won't start because it's unable to retrieve the grafana-piechart-panel …