Bug 1508781
| Summary: | [CRI-O] should support sysctls feature | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | DeShuai Ma <dma> |
| Component: | Containers | Assignee: | Antonio Murdaca <amurdaca> |
| Status: | CLOSED ERRATA | QA Contact: | DeShuai Ma <dma> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.7.0 | CC: | amurdaca, aos-bugs, dma, jeder, jhonce, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | 3.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-03-28 14:09:47 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
DeShuai Ma
2017-11-02 08:40:18 UTC
That doesn't mean the containers aren't actually created with sysctls. We should be using sysctl annotations in Openshift 3.7 so could you perhaps please sh in a container and verify? Patch being back ported to 3.7 here: https://github.com/openshift/origin/pull/17274 Patch merged in origin Verify on ocp3.9 # openshift version openshift v3.9.0-0.16.0 kubernetes v1.9.0-beta1 etcd 3.2.8 # ./rootfs/usr/bin/crio --version crio version 1.8.2 # oc adm new-project dma Created project dma # oc create -f https://raw.githubusercontent.com/mdshuai/testfile-openshift/master/sysctls/pod-sysctl-safe.yaml -n dma pod "hello-pod" created # oc get po -n dma NAME READY STATUS RESTARTS AGE hello-pod 1/1 Running 0 34s 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, 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/RHBA-2018:0489 |