이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 5. Upgrade Quay Bridge Operator
To upgrade the Quay Bridge Operator (QBO), change the Channel Subscription update channel in the Subscription tab to the desired channel.
When upgrading QBO from version 3.5 to 3.7, a number of extra steps are required:
You need to create a new
QuayIntegrationcustom resource. This can be completed in the Web Console or from the command line.upgrade-quay-integration.yaml
- apiVersion: quay.redhat.com/v1 kind: QuayIntegration metadata: name: example-quayintegration-new spec: clusterID: openshift1 credentialsSecret: name: quay-integration namespace: openshift-operators insecureRegistry: false quayHostname: https://registry-quay-quay35.router-default.apps.cluster.openshift.com- 1
- Make sure that the
clusterIDmatches the value for the existingQuayIntegrationresource.
Create the new
QuayIntegrationcustom resource:$ oc create -f upgrade-quay-integration.yaml-
Delete the old
QuayIntegrationcustom resource. Delete the old
mutatingwebhookconfigurations:$ oc delete mutatingwebhookconfigurations.admissionregistration.k8s.io quay-bridge-operator