I'm seeing microK8s 1.25 and 1.26 fail consisently...
# 💻|contributing
b
I'm seeing microK8s 1.25 and 1.26 fail consisently (or a few times in a row) with the following error:
Copy code
Error: Failed to create Pod api-test-98zjenxv: Got error from Kubernetes API (createNamespacedPod) - pods "api-test-98zjenxv" is forbidden: error looking up service account container-default/default: serviceaccount "default" not found
See e.g. here: https://github.com/garden-io/garden/pull/4575/checks Does this look like a flaky test error or like a legit error? It looks pretty "legit" to me and older versions of microK8s are passing. In case it is legit, I wouldn't think it's related to this PR since it shouldn't affect this test.