Craig Hooper
Craig Hooper
Still happening with 1.40.7.
While they're here though it would be good to have confidence that they all work as expected. And presumably the tests could move with the library when it finds its...
I put the code and sample into a repo to make it easy to reproduce - https://github.com/teq0/ajv-duplicate-demo
I've been happily running K8s on a cluster of RPi 2s and 3s for years. But as of (roughly) 1.17 it seems that Kubernetes just can't run on these machines...
I was about to try that option myself. Given that microk8s is multi-master (if I'm reading the docs correctly) I don't think it will work with a mix of 3s...
I was having this problem, and it was caused by clusterAPI::spec::providerConfig being empty. The panic is caused by ProviderConfig().SSH being nil here - https://github.com/kubicorn/kubicorn/blob/master/pkg/initapi/ssh.go#L29. If you fix the code to...
I've now played with this a bit more and traced through it many times, and I must be missing something because I can't see how it ever worked. Has anyone...
> Yet another might be to allow loading from Config Maps and provide tooling around that. Can't use ConfigMaps as in future we want to support targets that aren't K8s.
I'm happy to have a go at fixing this if someone can point me in the right direction. I've scanned the code and it's not clear what needs to be...