Bug 1982491 - Incorrect description about moving the OpenShift Logging Operator pod to different nodes
Summary: Incorrect description about moving the OpenShift Logging Operator pod to diff...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 4.7
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: landerso
QA Contact: Anping Li
Preeti Chandrashekar
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-07-15 02:52 UTC by yhe
Modified: 2022-04-29 16:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-04-29 16:48:40 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHDEVDOCS-4010 0 None None None 2022-04-25 12:47:06 UTC

Description yhe 2021-07-15 02:52:16 UTC
Document URL: 
https://docs.openshift.com/container-platform/4.7/logging/config/cluster-logging-moving-nodes.html#infrastructure-moving-logging_cluster-logging-moving

Section Number and Name: 
Moving OpenShift Logging resources

--> You cannot move the Red Hat OpenShift Logging Operator pod from its installed location.

Describe the issue: 
OpenShift Logging Operator pod (and Elasticsearch Operator pod) can be moved to different nodes by adding the following annotation to the namespaces and recreate the pods:

apiVersion: v1
kind: Namespace
metadata:
  name: openshift-logging
  annotations:
    openshift.io/node-selector: node-role.kubernetes.io/infra=
  labels:
    openshift.io/cluster-monitoring: "true"

apiVersion: v1
kind: Namespace
metadata:
  name: openshift-operators-redhat 
  annotations:
    openshift.io/node-selector: node-role.kubernetes.io/infra=
  labels:
    openshift.io/cluster-monitoring: "true"

Suggestions for improvement: 
Modify the incorrect description and explain the method to move the OpenShift Logging Operator pod and Elasticsearch Operator pod.

Additional information:


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