Skip to content

Commit

Permalink
doc: Add warning for manual dataplane restart on helm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rg0now committed Aug 29, 2024
1 parent 18aa9c1 commit 81f018d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ helm install stunner-gateway-operator stunner/stunner-gateway-operator-dev --cre
--namespace=stunner-system
```

After upgrading the operator from the dev channel you may need to manually restart the dataplane
for each of your Gateways:

```console
kubectl -n <gateway-namespace> rollout restart deployment <gateway-name>
```

### Legacy mode

In the default *managed dataplane mode*, the STUNner gateway operator automatically provisions the dataplane, which substantially simplifies operations and removes lot of manual and repetitive work. For compatibility reasons the traditional operational model, called the *legacy mode*, is still available. In this mode the user is responsible for provisioning both the control plane, by installing the `stunner-gateway-operator` Helm chart, and the dataplane(s), by helm-installing the `stunner` chart possibly multiple times.
Expand Down

0 comments on commit 81f018d

Please sign in to comment.