Skip to content

Commit

Permalink
docs: fix the daemonset name in the installation guide
Browse files Browse the repository at this point in the history
Signed-off-by: Feruzjon Muyassarov <[email protected]>
  • Loading branch information
fmuyassarov authored and jukkar committed Jun 22, 2023
1 parent 1f1377a commit f3f5ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/resource-policy/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f3f5ef2

Please sign in to comment.