-
We should support Lokomotive on managed platforms like AKS, EKS, and GKE.
This would include:
- [ ] Having lokoctl spin up a managed cluster and install components on it
- [x] AKS (https:/…
-
Getting this error when installing the contour component with the latest master [6db87a2](https://github.com/kinvolk/lokomotive/commit/6db87a2bef11d4a9bc770cde1e44455a0c572ce0)
Contour component co…
-
To have users authenticate to the cluster using Dex+Gangway we [ask them to configure the API server with some OIDC flags](https://github.com/kinvolk/lokomotive/blob/2f92fbe8789dcb49d707a233fe703f017b…
-
Piping the output of `lokoctl render-manifest ` to `kubectl delete -f `or using helm to manage the components after installation is not the recommend way of managing components.
-
The goal of a quickstart guide is **let the user have something working ASAP**.
Non-goals of a quickstart guide:
- Explain things which aren't required to get a minimal setup working.
- Provide…
-
## Description
We can reach the etcd cluster from within the cluster. But to monitor etcd we need certificates to authenticate with the etcd cluster. We can use the certificates(etcd-client-ca.crt,…
-
lokoctl version `v0.1.0-169-gef479dc9` (HEAD of master today).
Following the quickstart guide for AWS doesn't lead to a working cluster; the apiserver is not running:
```
[...]
Flag --insecure…
-
There is a variable in [Packet configuration](https://github.com/kinvolk/lokomotive/blob/master/docs/configuration-reference/platforms/packet.md#attribute-reference) called `aws_creds_path` which al…
-
Use the following config for worker pool
```bash
worker_pool "pool-1" {
count = var.workers_count
instance_type = var.workers_type
ssh_pubkeys = var.ssh_public_keys
l…
-
Hi,
Great project!
I will try to dig through the code & understand how it all fits together and the general lifecycle - particularly changes after initial boot, but in general I have a question …