From 296370a7d9209877d07887889d8d6abbb2c748e3 Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Thu, 30 Nov 2023 09:28:48 -0800 Subject: [PATCH] Clarify getting started doc for upgrade (#5708) 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 --- docs/getting-started.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 1d03169f437..53dc50cc91a 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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 @@ -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.