- Notifications
You must be signed in to change notification settings - Fork756
Make CLO install channel change resilient#13920
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Make CLO install channel change resilient#13920
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Cluster Logging Operator keeps changing the list of available channels.On OCP version 4.19 stable-6.1 is not available anymore, while on 4.16stable-6.3 is not available.This patch probes the operator manifest to grab the latest availablechannel and use that to install CLO.
4cbb736 to3b38ab2Compare@yuumasato: The following testsfailed, say
Full PR test history.Your PR dashboard. Instructions for interacting with me using PR comments are availablehere. If you have questions or suggestions related to my behavior, please file an issue against thekubernetes-sigs/prow repository. I understand the commands that are listedhere. |
Description:
Rationale:
On OCP version 4.19 stable-6.1 is not available anymore, while on 4.16 stable-6.3 is not available.
Review Hints: