This message was deleted.
# general
a
This message was deleted.
c
not sure about kops but it works fine on k3s and rke2, both of which use containerd…
m
I'll keep chasing down error messages then. Apparently RBAC is not on by default <_<
c
there are clusters that come without RBAC!?
what version of Kubernetes is it?
m
1.24.9
c
that should work fine. I didn’t know any distros were shipping without rbac still.
m
there were 2 authorization options "alwaysallow" and "rbac" and it defaulted to not-RBAC. 😕 flipped that switch on and applying the change, will try another reinstall after that finishes
c
lol alwaysallow
m
FWIW it seems like all you really need to do is ensure that RBAC is enabled in your kops config, and install an ingress controller.