Questo contenuto non è disponibile nella lingua selezionata.
Chapter 6. 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 - Copy to Clipboard Copied! - Toggle word wrap Toggle overflow - 1
- Make sure that theclusterIDmatches the value for the existingQuayIntegrationresource.
 
- Create the new - QuayIntegrationcustom resource:- oc create -f upgrade-quay-integration.yaml - $ oc create -f upgrade-quay-integration.yaml- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow 
- 
					Delete the old QuayIntegrationcustom resource.
- Delete the old - mutatingwebhookconfigurations:- oc delete mutatingwebhookconfigurations.admissionregistration.k8s.io quay-bridge-operator - $ oc delete mutatingwebhookconfigurations.admissionregistration.k8s.io quay-bridge-operator- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow