From fc3238628755511ef143e3aad477fb6cba076415 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Tue, 25 Jan 2022 18:27:15 +0200 Subject: [PATCH] docs: re-fix operator deployment instructions Back to how it was - the 'stable' channel went away in the latest NFD update on community-opetors (operatorhub.io). --- docs/get-started/deployment-and-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/deployment-and-usage.md b/docs/get-started/deployment-and-usage.md index 7f5768347..4728bc508 100644 --- a/docs/get-started/deployment-and-usage.md +++ b/docs/get-started/deployment-and-usage.md @@ -54,7 +54,7 @@ is recommended to be done via 1. Install the operator: ```bash - kubectl create -f https://operatorhub.io/install/stable/nfd-operator.yaml + kubectl create -f https://operatorhub.io/install/nfd-operator.yaml ``` 1. Create `NodeFeatureDiscovery` object (in `nfd` namespace here):