1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

TELCODOCS-521 MGMT-8186 / MGMT-7968 Remove NFD hard dependency in SRO

This commit is contained in:
Shane Lovern
2022-06-20 19:13:51 +01:00
committed by openshift-cherrypick-robot
parent 9945c42bb7
commit 0c3125c510
2 changed files with 0 additions and 11 deletions

View File

@@ -13,7 +13,6 @@ As a cluster administrator, you can install the Special Resource Operator (SRO)
* You have a running {product-title} cluster.
* You installed the OpenShift CLI (`oc`).
* You are logged into the OpenShift CLI as a user with `cluster-admin` privileges.
* You installed the Node Feature Discovery (NFD) Operator.
.Procedure

View File

@@ -8,10 +8,6 @@
As a cluster administrator, you can install the Special Resource Operator (SRO) by using the {product-title} web console.
.Prerequisites
* You installed the Node Feature Discovery (NFD) Operator.
.Procedure
. Log in to the {product-title} web console.
@@ -38,9 +34,3 @@ During installation, an Operator might display a *Failed* status. If the install
+
.. Navigate to the *Operators* -> *Installed Operators* page and inspect the *Operator Subscriptions* and *Install Plans* tabs for any failure or errors under *Status*.
.. Navigate to the *Workloads* -> *Pods* page and check the logs for pods in the `openshift-operators` project.
+
[NOTE]
====
The Node Feature Discovery (NFD) Operator is a dependency of the Special Resource Operator (SRO). If the NFD Operator is not installed before installing the SRO, the Operator Lifecycle Manager will automatically install the NFD Operator. However, the required Node Feature Discovery operand will not be deployed automatically. The Node Feature Discovery Operator documentation provides details about how to deploy NFD by using the NFD Operator.
====