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
go.{mod,sum}: relax selinux requirement to v1.9.1.
Requiring v1.10.0 break CRI-O OpenShift CI e2e tests.
While the exact details are not fully understood, this
dependency was identified as the culprit for breakage,
by manually bisecting commits and rerunning CI tests.
The problem manifests itself by failing to bootstrap
the cluster with multus-related timeouts or errors.
While this is a PITA, current CRI-O codebase depends
on opencontainers/selinux v1.9.1, and Kubernetes on
v1.8.2. We presumably can safely update the dependency
once those move forward.
Signed-off-by: Krisztian Litkey <[email protected]>
0 commit comments