이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 4. Upgrading the Red Hat Service Interconnect Operator and sites
You can now choose from the following channels:
-
stable-1.9
- Limit updates to 1.9.x. -
stable-1
- Limit updates to 1.x. -
stable
- All releases.
If you are using stable
or stable-1
, you can upgrade automatically.
If you install the Operator again as described in Installing the Operator, existing sites are not removed.
If you chose automatic updates when installing the Red Hat Service Interconnect Operator, sites are upgraded to future releases whenever a new version of Service Interconnect is available for the channel you chose. If you chose manual updates, complete this procedure to upgrade your sites.
Procedure
- Log into the OpenShift console.
- Navigate to the Installed Operators page.
- If Upgrade available is displayed as the Status for the Red Hat Service Interconnect Operator, click that text.
- On the InstallPlan details page, click Preview InstallPlan.
- Click Approve to upgrade sites.
Upgrading sites by upgrading the Operator can affect related images provisioned using other methods. By default, sites created using the CLI are not affected by Operator upgrades.
To prevent issues with sites not managed by the Operator, make sure the skupper-site
ConfigMap specifies internal.skupper.io/site-controller-ignore
as true
, for example:
metadata: labels: internal.skupper.io/site-controller-ignore: "true"
metadata:
labels:
internal.skupper.io/site-controller-ignore: "true"