Bug 2117353
| Summary: | kola dhcp.propagation test out of memory | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Michael Nguyen <mnguyen> | |
| Component: | RHCOS | Assignee: | Michael Nguyen <mnguyen> | |
| Status: | CLOSED ERRATA | QA Contact: | Aashish Radhakrishnan <aaradhak> | |
| Severity: | low | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 4.11 | CC: | dornelas, jligon, mrussell, nstielau | |
| Target Milestone: | --- | |||
| Target Release: | 4.11.z | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2117354 (view as bug list) | Environment: | ||
| Last Closed: | 2022-08-23 15:11:19 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: | ||||
| Bug Depends On: | 2117354 | |||
| Bug Blocks: | ||||
|
Description
Michael Nguyen
2022-08-10 17:58:33 UTC
To verify, ensure the kola dhcp.propagation test passes CI. Verified: aaradhak@fedora ~/fcos/builds $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.11.0-0.nightly-2022-08-15-074436 True False 4m30s Cluster version is 4.11.0-0.nightly-2022-08-15-074436 aaradhak@fedora ~/fcos/builds $ oc debug node/ci-ln-8libr42-72292-p5jbf-master-0 Warning: would violate PodSecurity "restricted:latest": host namespaces (hostNetwork=true, hostPID=true), privileged (container "container-00" must not set securityContext.privileged=true), allowPrivilegeEscalation != false (container "container-00" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "container-00" must set securityContext.capabilities.drop=["ALL"]), restricted volume types (volume "host" uses restricted volume type "hostPath"), runAsNonRoot != true (pod or container "container-00" must set securityContext.runAsNonRoot=true), runAsUser=0 (container "container-00" must not set runAsUser=0), seccompProfile (pod or container "container-00" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost") Starting pod/ci-ln-8libr42-72292-p5jbf-master-0-debug ... To use host binaries, run `chroot /host` Pod IP: 10.0.0.4 If you don't see a command prompt, try pressing enter. sh-4.4# chroot /host sh-4.4# cat /etc/redhat-release Red Hat Enterprise Linux CoreOS release 4.11 sh-4.4# cat /etc/os-release NAME="Red Hat Enterprise Linux CoreOS" ID="rhcos" ID_LIKE="rhel fedora" VERSION="411.86.202208112011-0" VERSION_ID="4.11" PLATFORM_ID="platform:el8" PRETTY_NAME="Red Hat Enterprise Linux CoreOS 411.86.202208112011-0 (Ootpa)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:redhat:enterprise_linux:8::coreos" HOME_URL="https://www.redhat.com/" DOCUMENTATION_URL="https://docs.openshift.com/container-platform/4.11/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="OpenShift Container Platform" REDHAT_BUGZILLA_PRODUCT_VERSION="4.11" REDHAT_SUPPORT_PRODUCT="OpenShift Container Platform" REDHAT_SUPPORT_PRODUCT_VERSION="4.11" OPENSHIFT_VERSION="4.11" RHEL_VERSION="8.6" OSTREE_VERSION="411.86.202208112011-0" Checked the build logs in build version "411.86.202208112011-0" , dhcp-propagation test has passed in its test result. --- PASS: ext.config.shared.chrony.dhcp-propagation (103.68s) checked with 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.11.1 bug fix and security 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-2022:6103 |