File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,7 @@ IG_ARCH=amd64
118118mkdir -p $HOME /.local/bin
119119export PATH=$PATH :$HOME /.local/bin
120120curl -sL https://github.com/inspektor-gadget/inspektor-gadget/releases/download/${IG_VERSION} /kubectl-gadget-linux-${IG_ARCH} -${IG_VERSION} .tar.gz | tar -C $HOME /.local/bin -xzf - kubectl-gadget
121- ```
122-
123- Now, let’s verify the installation by running the ` version ` command:
124121
125- ``` bash
126122kubectl gadget version
127123```
128124
@@ -143,11 +139,6 @@ The following command will deploy the DaemonSet:
143139
144140``` bash
145141kubectl gadget deploy
146- ```
147-
148- Now, let’s verify the installation by running the ` version ` command again:
149-
150- ``` bash
151142kubectl gadget version
152143```
153144
@@ -159,12 +150,6 @@ Client version: vX.Y.Z
159150Server version: vX.Y.Z
160151```
161152
162- You can now start running the gadgets:
163-
164- ``` bash
165- kubectl gadget help
166- ```
167-
168153<!--
169154## Clean Up
170155
You can’t perform that action at this time.
0 commit comments