Bug 1888227
Summary: | Failed to deploy some of container image on the recent OCP 4.6 nightly build | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jeeva Kandasamy <jkandasa> |
Component: | Node | Assignee: | Peter Hunt <pehunt> |
Node sub component: | Kubelet | QA Contact: | Sunil Choudhary <schoudha> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | unspecified | CC: | afield, aos-bugs, dwalsh, jokerman, mburke, nagrawal, tsweeney |
Version: | 4.6 | ||
Target Milestone: | --- | ||
Target Release: | 4.7.0 | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-24 15:26:11 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jeeva Kandasamy
2020-10-14 12:54:39 UTC
we recently dropped the linux capability SYS_CHROOT by default (whereas before we were giving all pods it). I am preparing a PR to add that capability (after I test my change is indeed the required one). fixed in attached PR (In reply to Peter Hunt from comment #2) > fixed in attached PR Thanks, Peter! The fix works as expected and thank you for the PR. Quick note for the easy reference, if some one looking into this issue. spec: containers: securityContext: capabilities: add: ["SYS_CHROOT"] Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:5633 |