Skip to content

Commit 23a8800

Browse files
committed
Fix gadget
1 parent 8e55141 commit 23a8800

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

scenarios/DeployIGonAKS/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,7 @@ IG_ARCH=amd64
118118
mkdir -p $HOME/.local/bin
119119
export PATH=$PATH:$HOME/.local/bin
120120
curl -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
126122
kubectl gadget version
127123
```
128124

@@ -143,11 +139,6 @@ The following command will deploy the DaemonSet:
143139
144140
```bash
145141
kubectl gadget deploy
146-
```
147-
148-
Now, let’s verify the installation by running the `version` command again:
149-
150-
```bash
151142
kubectl gadget version
152143
```
153144

@@ -159,12 +150,6 @@ Client version: vX.Y.Z
159150
Server 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

0 commit comments

Comments
 (0)