Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add force flag to Helm upgrade #675

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployment/network-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Known limitations:
These limitations will be addressed in future releases.

> __NOTE__: changes which were made directly in NicClusterPolicy CR (e.g. with `kubectl edit`)
> will be overwritten by Helm upgrade
> will be overwritten by Helm upgrade due to the `force` flag.

### Temporary disable network-operator

Expand All @@ -285,7 +285,7 @@ You have to wait for network-operator POD to remove before proceeding.
### Apply Helm chart update

```
helm upgrade -n network-operator network-operator mellanox/network-operator --version=<VERSION> -f values-<VERSION>.yaml
helm upgrade -n network-operator network-operator mellanox/network-operator --version=<VERSION> -f values-<VERSION>.yaml --force
adrianchiris marked this conversation as resolved.
Show resolved Hide resolved
```

> __NOTE__: `--devel` option required if you want to use the beta release
Expand Down
Loading