Bug 1808986
| Summary: | No nodeSelector=kubernetes.io/os: linux in CLO and EO | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Anping Li <anli> | |
| Component: | Logging | Assignee: | ewolinet | |
| Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.4 | CC: | aos-bugs, ewolinet | |
| Target Milestone: | --- | |||
| Target Release: | 4.5.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1812920 (view as bug list) | Environment: | ||
| Last Closed: | 2020-08-04 18:02: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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1812920 | |||
Verified in upstream. 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 (OpenShift Container Platform 4.5 image release 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-2020:2409 |
Description of problem: No nodeSelector=kubernetes.io/os: linux for ClusterLogging Operator and Elasticsearch Operator. Version-Release number of selected component (if applicable): elasticsearch-operator.4.4.0-202003011731 clusterlogging.4.4.0-202003011731 How reproducible: always Steps to Reproduce: 1. oc get deployment elasticsearch-operator -o json |jq '.spec.template.spec.nodeSelector' null 2. oc get deployment cluster-logging-operator -o json |jq '.spec.template.spec.nodeSelector' null Actual results: No nodeSelector kubernetes.io/os: linux Expected results: nodeSelector: { "kubernetes.io/os": "linux" } Additional info: