-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cherry-pick v3.26] calico-kube-controllers: Run as non-root by default for the s390x image #7956
[cherry-pick v3.26] calico-kube-controllers: Run as non-root by default for the s390x image #7956
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/sem-approve |
@mgleung thanks for take a look on this PR. I want to check the failed job but it hang on loading page https://tigera.semaphoreci.com/jobs/282e4f5e-3a16-42d5-accc-3aa6702a517e |
I run the
So maybe the apiserver doesn't be stopped in given time.
|
Tail end of the CI log from https://tigera.semaphoreci.com/jobs/282e4f5e-3a16-42d5-accc-3aa6702a517e
|
- create status and profiles folder - create related files and chown to 999 Signed-off-by: Da Li Liu <[email protected]>
de635eb
to
f0dcbb9
Compare
Thanks @lwr20 for helping to provide the details error:
this issue should be fixed by update the Dockerfile.s390x, which is same as the one for apiserver https://github.com/projectcalico/calico/blob/master/apiserver/docker-image/Dockerfile.s390x#L7
|
/sem-approve |
@lwr20 thanks for trigger the pr build again, the build is passed, can you help to merge it? |
Description
Run as non-root by default for the s390x image
Related issues/PRs
fixes Fixes: #7957
Todos
Release Note
Reminder for the reviewer
Make sure that this PR has the correct labels and milestone set.
Every PR needs one
docs-*
label.docs-pr-required
: This change requires a change to the documentation that has not been completed yet.docs-completed
: This change has all necessary documentation completed.docs-not-required
: This change has no user-facing impact and requires no docs.Every PR needs one
release-note-*
label.release-note-required
: This PR has user-facing changes. Most PRs should have this label.release-note-not-required
: This PR has no user-facing changes.Other optional labels:
cherry-pick-candidate
: This PR should be cherry-picked to an earlier release. For bug fixes only.needs-operator-pr
: This PR is related to install and requires a corresponding change to the operator.