Skip to content

Commit

Permalink
Clarify getting started doc for upgrade (#5708)
Browse files Browse the repository at this point in the history
The same `kubectl apply` command that is used for first-time
installation can also be used for upgrading to a more recent version.

Fixes #5695

Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas authored Nov 30, 2023
1 parent d151fbf commit 296370a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ encountered when running Antrea on specific OSes are documented
There are also a few network prerequisites which need to be satisfied, and they depend
on the tunnel mode you choose, please check [network requirements](./network-requirements.md).

## Installation
## Installation / Upgrade

To deploy a released version of Antrea, pick a deployment manifest from the
[list of releases](https://github.com/antrea-io/antrea/releases). For any
Expand All @@ -86,6 +86,9 @@ checked-in [deployment yaml](../build/yamls/antrea.yml):
kubectl apply -f https://raw.githubusercontent.com/antrea-io/antrea/main/build/yamls/antrea.yml
```

You can use the same `kubectl apply` command to upgrade to a more recent version
of Antrea.

Antrea supports some experimental features that can be enabled or disabled,
please refer to the [Feature Gates documentation](feature-gates.md) for more
information.
Expand Down

0 comments on commit 296370a

Please sign in to comment.