-
Notifications
You must be signed in to change notification settings - Fork 330
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
CI script to install hypershift from pre-release MCE catalog source #1648
Conversation
@@ -0,0 +1,169 @@ | |||
#!/usr/bin/env bash | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we doc what it does?
Installs MCE from a custom catalog source, makes the OCP cluster a "local-cluster", and enables the hypershift operator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated. I also added some details about prerequisites
thanks @davidvossel! |
b8f9725
to
33ac9a0
Compare
✅ Deploy Preview for hypershift-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: David Vossel <davidvossel@gmail.com>
33ac9a0
to
37bae11
Compare
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, davidvossel, enxebre The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@davidvossel: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
This script allows us to take a MCE downstream dev preview build found in the quay repo here, and install MCE + enable the hypershift operator.
This script lets us do two things.
Example: Installing the latest MCE 2.1 downstream release candidate
That installs MCE from a custom catalog source, makes the OCP cluster a "local-cluster", and enables the hypershift operator. From there the standard hypershift cli tools work for managing clusters and the hypershift e2e test suite can be executed.
Related to: https://issues.redhat.com/browse/CNV-20282