Bug 2112146
Summary: | [CI watcher] Create pod sample fail because of a restricted pod security admission policy | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Christoph Jerolimov <cjerolim> | ||||
Component: | Management Console | Assignee: | Samuel Padgett <spadgett> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 4.12 | CC: | jhadvig, yapei | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.12.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | No Doc Update | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2023-01-17 19:53:39 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: | |||||||
Bug Blocks: | 2113019 | ||||||
Attachments: |
|
Description
Christoph Jerolimov
2022-07-29 00:01:00 UTC
Created attachment 1903201 [details]
Screenshot of Creat Pod YAML on 4.12
The bug is verified on: 4.12.0-0.nightly-2022-08-01-151317, the version the screenshot is taken on. The PR is mergerd `5` days ago, and the search link restricts the search for log `ConsoleExternalLogLink CRD` to `2` days, finding ``` 76 runs, 61% failed, 4% of failures match = 3% impact ``` and two failures. Among the two failures, there only one ``` https://search.ci.openshift.org/?search=ConsoleExternalLogLink+CRD&maxAge=48h&context=1&type=junit&name=pull-ci-openshift-console-master-e2e-gcp-console&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job#:~:text=%231554236630359871488 ``` concerned with error: ``` # CRD extensions.ConsoleExternalLogLink CRD.displays YAML editor for creating a new ConsoleExternalLogLink instance and creates it Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. ``` which is the same cause as the bug. By contrast, the job failures roughly 100 times in the last `7` days: ``` https://search.ci.openshift.org/?search=ConsoleExternalLogLink+CRD&maxAge=168h&context=1&type=junit&name=pull-ci-openshift-console-master-e2e-gcp-console&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job ``` Also, I manually tested as the screenshot shows. There is no warnings when creating pods any more. Correction: After further investigation on logs https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/batch/pull-ci-openshift-console-master-e2e-gcp-console/1554236630359871488#1:build-log.txt%3A418 From line 418 to line 429 ``` 33) ConsoleExternalLogLink CRD A Jasmine spec timed out. Resetting the WebDriver Control Flow. A Jasmine spec timed out. Resetting the WebDriver Control Flow. A Jasmine spec timed out. Resetting the WebDriver Control Flow. ✖ displays YAML editor for creating a new ConsoleExternalLogLink instance and creates it (3 failures) • displays detail view for ConsoleExternalLogLink instance • creates a new test pod to display the ConsoleExternalLogLink instance • displays the ConsoleExternalLogLink instance on the test pod • displays YAML editor for adding namespaceFilter to the ConsoleExternalLogLink instance • does not display the ConsoleExternalLogLink instance on the test pod • deletes the test pod • deletes the ConsoleExternalLogLink instance ``` The failure of `displays YAML editor for creating a new ConsoleExternalLogLink instance and creates it` precedes `displays the ConsoleExternalLogLink instance on the test pod`. Thus this is a different cause from the bug. This means the job has no failure in the past two days. 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.12.0 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:7399 |