Skip to content

Commit

Permalink
docs:use server side apply when installing EG using kubectl (envoypro…
Browse files Browse the repository at this point in the history
…xy#3451)

docs/install:use server side applywhen using kubectl

Fixes: envoyproxy#3257

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored May 22, 2024
1 parent b4a0086 commit 101aa48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/en/latest/install/install-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Refer to the [Developer Guide](../../contributions/develop) to learn more.
1. In your terminal, run the following command:

```shell
kubectl apply -f https://github.com/envoyproxy/gateway/releases/download/latest/install.yaml
kubectl apply --server-side -f https://github.com/envoyproxy/gateway/releases/download/latest/install.yaml
```

2. Next Steps
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/v1.0.1/install/install-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Refer to the [Developer Guide](../../contributions/develop) to learn more.
1. In your terminal, run the following command:

```shell
kubectl apply -f https://github.com/envoyproxy/gateway/releases/download/latest/install.yaml
kubectl apply --server-side -f https://github.com/envoyproxy/gateway/releases/download/v1.0.1/install.yaml
```

2. Next Steps
Expand Down

0 comments on commit 101aa48

Please sign in to comment.