Bug 1808986 - No nodeSelector=kubernetes.io/os: linux in CLO and EO
Summary: No nodeSelector=kubernetes.io/os: linux in CLO and EO
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Logging
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.5.0
Assignee: ewolinet
QA Contact: Anping Li
URL:
Whiteboard:
Depends On:
Blocks: 1812920
TreeView+ depends on / blocked
 
Reported: 2020-03-02 08:14 UTC by Anping Li
Modified: 2020-08-04 18:02 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1812920 (view as bug list)
Environment:
Last Closed: 2020-08-04 18:02:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-logging-operator pull 392 0 None closed Bug 1808986: Adding nodeSelector to operator deployment 2020-09-11 19:30:24 UTC
Github openshift elasticsearch-operator pull 254 0 None closed Bug 1808986: Adding nodeSelector to operator deployment 2020-09-11 19:30:24 UTC
Red Hat Product Errata RHBA-2020:2409 0 None None None 2020-08-04 18:02:51 UTC

Description Anping Li 2020-03-02 08:14:28 UTC
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:

Comment 3 Anping Li 2020-03-26 13:04:32 UTC
Verified in upstream.

Comment 5 errata-xmlrpc 2020-08-04 18:02:48 UTC
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


Note You need to log in before you can comment on or make changes to this bug.