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
Looks like the issue is that coredns gets a permission denied error when trying to bind to port 53 (if I reproduced the problem correctly). Might also come from docker or centos7
Can we upgrade docker to 23.0.7+ to see if it can be fixed?
In moby/moby#46222, docker maintainer provided a simple steps to check if it is fixed.
Use the below as Dockerfile
FROM alpine
RUN apk add --update libcap
RUN ls -la /usr/sbin/capsh
RUN setcap 'cap_sys_admin=ep' /usr/sbin/capsh
docker run --security-opt=no-new-privileges --user=100 --cap-add sys_admin <tag of the build Dockerfile> capsh --print
You should see Current: = cap_sys_admin+ep rather than Current:
Which jobs are failing ?
packet_centos7-calico-ha-once-localhost
Which tests are failing ?
020_check-pods-running
Since when has it been failing ?
Yesterday (February 1st 2024) (first failure : https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/jobs/6073443810 )
Reason for failure
Unknown, but I suspect #10719
Anything else we need to know
No response
The text was updated successfully, but these errors were encountered: