k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.56k stars 233 forks source link

K3s does not work with nats 2.8.3 #122

Closed brandond closed 2 years ago

brandond commented 2 years ago

Unsure what the issue is, but K3s fails to come up when using docker.io/library/nats:2.8.3; docker.io/library/nats:2.7.4 seems to work fine as does docker.io/library/nats:2.8.2

The terminal error is:

FATA[0064] failed to start controllers: failed to create new server context: failed to register CRDs: the server was unable to return a response in the time allotted, but may still be processing the request (get customresourcedefinitions.apiextensions.k8s.io)

I am just using the nats docker image: docker run --rm -it docker.io/library/nats:2.8.3 -js

brandond commented 2 years ago

cc @boxboatmatt @jnmoyne @caleblloyd

caleblloyd commented 2 years ago

NATS 2.8.3 had an issue where KV Watchers would hang

I would recommend using 2.8.2 for now, and it will be fixed in the upcoming 2.8.4. PR for the fix has already been merged:

https://github.com/nats-io/nats-server/pull/3148

brandond commented 2 years ago

Glad to hear it! cc @VestigeJ