GitHub actions macOS 12 runner network issue (presumably) with plain Kubernetes #1983
Unanswered
saschagrunert
asked this question in
Q&A
Replies: 1 comment
-
If I remember correctly, this is using the "bridge" CNI configuration that is bundled with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hey folks, I'm planning to switch from Vagrant (VirtualBox) to lima within our GitHub actions based e2e tests of the Security Profiles Operator: kubernetes-sigs/security-profiles-operator#1953
It works seamlessly on Linux, but the macOS 12 runner seems to block basic network connections like simple health checks to
http://10.85.0.11:8085/healthz
: https://github.com/kubernetes-sigs/security-profiles-operator/actions/runs/6734913889/job/18307021832?pr=1953Is there anything additional I have to configure to make the pod network work on mac OS?
Configuration YAML: https://github.com/kubernetes-sigs/security-profiles-operator/blob/d0b1d80333f7a678c04700cbcad8853a9e1d2cc5/hack/ci/lima-ubuntu.yaml
cc @afbjorklund
Beta Was this translation helpful? Give feedback.
All reactions