Bug 2105399
| Summary: | [SSO] secondary scheduler CR instance does not get updated when SSO is upgraded from 1.0.1 to 1.1.0 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | RamaKasturi <knarra> |
| Component: | kube-scheduler | Assignee: | Jan Chaloupka <jchaloup> |
| Status: | CLOSED ERRATA | QA Contact: | RamaKasturi <knarra> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.11 | CC: | jchaloup, mfojtik |
| 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:51:48 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
RamaKasturi
2022-07-08 17:22:49 UTC
cannot verify bug until https://bugzilla.redhat.com/show_bug.cgi?id=2107513 is fixed. Moving the bug to verified state as i see that CR instance is beind updated when SSO is being upgraded from 1.0.1 to 1.1.0
[knarra@knarra ~]$ oc get pods -n openshift-secondary-scheduler-operator
NAME READY STATUS RESTARTS AGE
secondary-scheduler-5c67b4949f-x5dbt 1/1 Terminating 0 5m7s
secondary-scheduler-85d784d8ff-mtfff 1/1 Running 0 8s
secondary-scheduler-operator-65b6964bb-c55hr 1/1 Running 0 17s
[knarra@knarra ~]$ oc get csv -n openshift-secondary-scheduler-operator
NAME DISPLAY VERSION REPLACES PHASE
elasticsearch-operator.5.4.3 OpenShift Elasticsearch Operator 5.4.3 Succeeded
secondaryscheduleroperator.v1.1.0 Secondary Scheduler Operator for Red Hat OpenShift 1.1.0 secondaryscheduleroperator.v1.0.1 Succeeded
Also see that securitycontext is present after upgrade to 1.1.0 is done.
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
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 |