Jussi Nummelin

Results 269 comments of Jussi Nummelin

Well, having a declarative way to describe your cluster and bootstrap/manage it has been proven to work with many k8s distros. And as a pattern it's very familiar for people...

Well, I _had_ a working proto for this but that's long gone in trash. :D So others are free to take over if this is of interest for folks. Originally...

Instead of using `--all-platforms` you can also "pull" only specific platform with `--platform linux/arm64` if you only care for single platform of exported image. For clarity, we ended up using...

Need to sync & test which needed images actually support ARM(v7)

> Option to put Master Nodes(cluster control-planes) inside K8s cluster that they control I'm not really sure if I understand this correctly. :/ Do you mean there would be one...

@NicolasRouquette Thanks for raising this. There's actually couple different things so I'll address them separately. ### bcrypt This sounds like a bug in the packaging, the pre-compiled package should container...

> is it possible to use LXD to create a kubernetes cluster on localhost Theoretically yes. If you can configure the base LXD containers to mimic the environment to a...

@iahmad-khan I believe this was case of addresses being mistakenly shared between hosts in cluster.yml? We've opened another issue to track that: #1256

``` Client.Timeout exceeded while awaiting headers ``` This kinda looks like controller manager has hard time talking to api-server. Are all the other system pods up-and-running?

@ImmaBird I _think_ you should be able to do this, at least partially, already now. IF, and only if, your masters public IPs are such that they are real addresses...