Erik Wilson

Results 17 comments of Erik Wilson

FWIW this is an abandoned refactor: https://github.com/rancher/spur/

`insecure_skip_verify` was added two days ago to CRI and is not yet available in k3s. Using the skip TLS verification option is probably a very bad idea, you would be...

Sorry, it used to be documented that a default route is needed for air-gap. The docs were something like this: ___ If networking is completely disabled k3s may not be...

k3s is using Sonobuoy for running the conformance tests on every PR, and we try to minimize the runtime as much as possible. To achieve this we create two virtual...

Since the default ping setup for AWS ELBs is http://instance:80/index.html it seems like it might be a port configuration issue with the Rancher install. Are you able to verify that...

Not sure if this is fixed with https://github.com/rancher/k3s/pull/750 or some other network related issue. If it is an easy fix tho PRs are welcome! ;)

If I knew where to point you I would likely just fix it myself. Looking through the logs of your setup might help. From that linked PR there may be...

If you have some more info on what is happening that might help @majkrzak, such as steps to reproduce and host system information. It isn't clear to me if this...

Please see https://kubernetes.io/docs/concepts/architecture/nodes/, from that link: > In versions of Kubernetes prior to 1.5, the node controller would force delete these unreachable pods from the apiserver. However, in 1.5 and...

It looks like the expected behavior, also see from that docs link: > The corner case is when all zones are completely unhealthy (i.e. there are no healthy nodes in...