Skip to content

Commit

Permalink
Use "--dry-run=client"
Browse files Browse the repository at this point in the history
--dry-run is deprecated

These were the only missing instances in the repository.

Signed-off-by: simonhammes <[email protected]>
  • Loading branch information
simonhammes committed Sep 1, 2024
1 parent 042d9cd commit 9bc60ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ First we create the `test` namespace, annotated by linkerd so all pods that get
created there get injected with the linkerd proxy:

``` bash
kubectl create ns test --dry-run -o yaml \
kubectl create ns test --dry-run=client -o yaml \
| linkerd inject - \
| kubectl apply -f -
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ First we create the `test` namespace, annotated by linkerd so all pods that get
created there get injected with the linkerd proxy:

``` bash
kubectl create ns test --dry-run -o yaml \
kubectl create ns test --dry-run=client -o yaml \
| linkerd inject - \
| kubectl apply -f -
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ First we create the `test` namespace, annotated by linkerd so all pods that get
created there get injected with the linkerd proxy:

``` bash
kubectl create ns test --dry-run -o yaml \
kubectl create ns test --dry-run=client -o yaml \
| linkerd inject - \
| kubectl apply -f -
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ First we create the `test` namespace, annotated by linkerd so all pods that get
created there get injected with the linkerd proxy:

``` bash
kubectl create ns test --dry-run -o yaml \
kubectl create ns test --dry-run=client -o yaml \
| linkerd inject - \
| kubectl apply -f -
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ First we create the `test` namespace, annotated by linkerd so all pods that get
created there get injected with the linkerd proxy:

``` bash
kubectl create ns test --dry-run -o yaml \
kubectl create ns test --dry-run=client -o yaml \
| linkerd inject - \
| kubectl apply -f -
```
Expand Down

0 comments on commit 9bc60ff

Please sign in to comment.