Skip to content

Commit 0427131

Browse files
committed
Add: documentation
Signed-off-by: Nicolas Lamirault <[email protected]>
1 parent 3f30079 commit 0427131

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

helm/oauth2-proxy/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,17 @@ Version 5.0.0 introduces support for custom labels and refactor [Kubernetes reco
6767
In order to upgrade, delete the Deployment before upgrading:
6868

6969
```bash
70-
kubectl delete deployment --cascade=false my-release-oauth2-proxy
70+
kubectl delete deployment my-release-oauth2-proxy
7171
```
7272

73+
This will introduce a slight downtime.
74+
75+
For users who don't want downtime, you can perform these actions:
76+
77+
- Perform a non-cascading removal of the deployment that keeps the pods running
78+
- Add new labels to pods
79+
- Perform `helm upgrade`
80+
7381
## Configuration
7482

7583
The following table lists the configurable parameters of the oauth2-proxy chart and their default values.

0 commit comments

Comments
 (0)