Skip to content

Commit

Permalink
correct kubectl command to show deployment in envoy-gateway-system na…
Browse files Browse the repository at this point in the history
…mespace - v latest

Signed-off-by: Eitan Suez <[email protected]>
  • Loading branch information
Eitan Suez committed Apr 4, 2024
1 parent 3e44c21 commit 09448f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ After you apply the config, you should see the replicas of envoyproxy changes to
And also you can dynamically change the value.

``` shell
kubectl get deployment -l gateway.envoyproxy.io/owning-gateway-name=eg
kubectl get deployment -l gateway.envoyproxy.io/owning-gateway-name=eg -n envoy-gateway-system
```

## Customize EnvoyProxy Image
Expand Down

0 comments on commit 09448f8

Please sign in to comment.