You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that in our CI runs, the k3s/minikube deployment steps are randomly failing as the 3rd pod in the mongostatefulset is randomly crash looping.
On the k3s E2E test here's 4 examples on the master branch
All I can see is the error is NamespaceNotFound - but I know very little about Mongo, and those locals are pretty obtuse so I've no-idea what is happening here - my only guess is some kind of race condition where the "Namespace" isn't being created in time before st2 is trying to push entries to it...
The text was updated successfully, but these errors were encountered:
I've noticed that in our CI runs, the
k3s
/minikube
deployment steps are randomly failing as the 3rdpod
in themongo
statefulset
is randomly crash looping.On the
k3s
E2E test here's 4 examples on themaster
branchThey're all on the RBAC upgrade
It's also happening on the CircleCI
minikube
test:They are also all on the RBAC upgrade.
I manage to replicate it locally, so I could get the logs from Mongo (note this failed on the default deploy, no RBAC):
All I can see is the error is
NamespaceNotFound
- but I know very little about Mongo, and those locals are pretty obtuse so I've no-idea what is happening here - my only guess is some kind of race condition where the "Namespace" isn't being created in time beforest2
is trying to push entries to it...The text was updated successfully, but these errors were encountered: