From f3f5ef2f900c7c0a3c18ceb8a350de2ab11288ca Mon Sep 17 00:00:00 2001 From: Feruzjon Muyassarov Date: Thu, 22 Jun 2023 11:02:02 +0300 Subject: [PATCH] docs: fix the daemonset name in the installation guide Signed-off-by: Feruzjon Muyassarov --- docs/resource-policy/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/resource-policy/installation.md b/docs/resource-policy/installation.md index ea8eb6ced..84b9cdcca 100644 --- a/docs/resource-policy/installation.md +++ b/docs/resource-policy/installation.md @@ -56,10 +56,10 @@ following components: DaemonSet, ConfigMap, CustomResourceDefinition, and RBAC-r 1. Verify the status of the daemonset to ensure that the plugin is running successfully ```bash - kubectl get daemonset -n kube-system nri-resource-policy + kubectl get daemonset -n kube-system nri-resource-policy-topology-aware - NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE - nri-resource-policy 1 1 0 1 0 kubernetes.io/os=linux 4m33s + NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE + nri-resource-policy-topology-aware 1 1 0 1 0 kubernetes.io/os=linux 4m33s ``` That's it! You have now installed the topology-aware NRI resource policy plugin using Helm.