Flake KVM_Linux_crio multinode tests? #10822
Labels
kind/failing-test
Categorizes issue or PR as related to a consistently or frequently failing test.
kind/flake
Categorizes issue or PR as related to a flaky test.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
example: https://storage.googleapis.com/minikube-builds/logs/10683/41f77af/KVM_Linux_crio.html
all TestMultiNode tests on KVM_Linux_crio (jenkins) fail with the error:
and that's because
minikube/pkg/minikube/cni/cni.go
Lines 112 to 126 in ff0e25a
will recommend bridge:
but bc of
minikube/pkg/minikube/cni/bridge.go
Lines 81 to 85 in ff0e25a
it will err
blocking bridge cni with multinode cluster was introduced in pr #8545, probably bc of #8055 (only?)
i've tried locally with unblocking bridge cni for multinode - could successfully bring up the cluster and test dns w/o crashing anything, but the issue described in #8055 seems to remain, ie dns works for pods on master nodes but not on minion nodes
example of KVM_Linux_crio passing all multinode tests with unblocked bridge cni:
https://storage.googleapis.com/minikube-builds/logs/10683/a578121/KVM_Linux_crio.html
do we want to unblock bridge cni for multinode clusters and let people try to solve the issue with dns (eg, #8055 (comment)), or shall we disable respective tests that are set to fail (for reasons described above)?
The text was updated successfully, but these errors were encountered: