We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6013570 commit 0103043Copy full SHA for 0103043
README.md
@@ -9,9 +9,11 @@ A `kubectl` plugin to detect if active Kubernetes workloads are mounting the doc
9
Install the plugin with
10
11
```
12
-krew install dds
+kubectl krew install dds
13
14
15
+You can install the krew plugin manager from [their installation documentation](https://krew.sigs.k8s.io/docs/user-guide/quickstart/)
16
+
17
## How it works
18
19
`dds` looks for every pod in your Kubernetes cluster.
0 commit comments