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: Remove scale down in upgrade #684

Merged
merged 1 commit into from
Nov 23, 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
14 changes: 0 additions & 14 deletions deployment/network-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,20 +268,6 @@ 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

### Temporary disable network-operator

This step is required to prevent the old network-operator version to handle the updated NicClusterPolicy CR. This
limitation will be removed in future network-operator releases.

```
kubectl scale deployment --replicas=0 -n network-operator network-operator
```

You have to wait for network-operator POD to remove before proceeding.

> __NOTE__: network-operator will be automatically enabled by helm upgrade command,
> you don't need to enable it manually

### Apply Helm chart update

```
Expand Down
Loading