Bug 2076614
Summary: | Missing Events component from the SDK API | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Gilad Lekner <glekner> | ||||
Component: | Management Console | Assignee: | Yadan Pei <yapei> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.11 | ||||||
Target Milestone: | --- | ||||||
Target Release: | 4.11.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: | 2022-08-10 11:07:40 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: | |||||||
Attachments: |
|
Description
Gilad Lekner
2022-04-19 13:49:49 UTC
Created attachment 1874988 [details]
events
1. build latest dynamic plugin image with the changes in fix PR
2. deploy console-demo-plugin and enable
~/go/src/github.com/openshift/console/ [master] oc apply -f dynamic-demo-plugin/oc-manifest.yaml
namespace/console-demo-plugin created
W0426 10:02:33.849754 74923 warnings.go:70] would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (container "console-demo-plugin" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (container "console-demo-plugin" must set securityContext.capabilities.drop=["ALL"]), runAsNonRoot != true (pod or container "console-demo-plugin" must set securityContext.runAsNonRoot=true), seccompProfile (pod or container "console-demo-plugin" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
deployment.apps/console-demo-plugin created
service/console-demo-plugin created
consoleplugin.console.openshift.io/console-demo-plugin created
~/go/src/github.com/openshift/console/ [master] oc patch console.operator cluster --type='json' -p='[{"op": "add", "path": "/spec/plugins", "value": ["console-demo-plugin"]}]'
console.operator.openshift.io/cluster patched
3. browse /test-events and we can see deployment/apiserver events on the page
verified on 4.11.0-0.nightly-2022-04-25-171513
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 (Important: OpenShift Container Platform 4.11.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:5069 |