Skip to content

Commit af38e35

Browse files
authored
Update README.md
1 parent 5e3785c commit af38e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lab-2/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ As part of Istio deployment in [Lab 1](../lab-1/README.md), you have deployed th
3939
Istio, deployed as part of this workshop, will also deploy the sidecar injector. Let us now verify sidecar injector deployment.
4040

4141
```sh
42-
kubectl -n istio-system get deployment -l istio=sidecar-injector
42+
kubectl -n istio-system get configmaps istio-sidecar-injector
4343
```
4444

4545
Output:
4646

4747
```sh
48-
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
49-
istio-sidecar-injector 1 1 1 1 1d
48+
NAME DATA AGE
49+
istio-sidecar-injector 2 9h
5050
```
5151

5252
NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the [selector](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors).

0 commit comments

Comments
 (0)