Skip to content

Commit

Permalink
Use "--dry-run=client" (#1835)
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]>
Co-authored-by: simonhammes <[email protected]>
Co-authored-by: Flynn <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2024
1 parent b56215b commit b7c9278
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 b7c9278

Please sign in to comment.