-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adapt the operator CI install script to work on non OCP-clusters #487
Open
rm3l
wants to merge
8
commits into
redhat-developer:main
Choose a base branch
from
rm3l:RHIDP-4994--adapt-operator-ci-script-to-work-on-non-ocp-clusters
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Adapt the operator CI install script to work on non OCP-clusters #487
rm3l
wants to merge
8
commits into
redhat-developer:main
from
rm3l:RHIDP-4994--adapt-operator-ci-script-to-work-on-non-ocp-clusters
Commits on Nov 30, 2024
-
Add dedicated function that installs the CatalogSource and Subscripti…
…on on a standard Kubernetes cluster Just like with OCP clusters with hosted control planes (where we cannot use ICSP/IDMS resources), we are doing the following here: 1. Deploy an authenticated registry (there may not be any internal registry available, unlike OCP) 2. Expose this registry via port-forwarding and using a NodePort (to be able to pull it from within the cluster) 3. Replacing all references to the internal RH registry with quay.io in the bundles, repack and push the bundles to the registry above 4. Regenerate the IIB and build it in the cluster (using Kaniko, because the script might be called from CI where Podman cannot run) 5. Create the CatalogSource using this new IIB ref
Configuration menu - View commit details
-
Copy full SHA for eb90911 - Browse repository at this point
Copy the full SHA eb90911View commit details -
Configuration menu - View commit details
-
Copy full SHA for 782f39f - Browse repository at this point
Copy the full SHA 782f39fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1bc428 - Browse repository at this point
Copy the full SHA d1bc428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7549d09 - Browse repository at this point
Copy the full SHA 7549d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 010bcd2 - Browse repository at this point
Copy the full SHA 010bcd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ffc48 - Browse repository at this point
Copy the full SHA c7ffc48View commit details -
Refactor the install script to better make errors and warnings stand …
…out and also better handle exit codes
Configuration menu - View commit details
-
Copy full SHA for 728dcf1 - Browse repository at this point
Copy the full SHA 728dcf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4333adf - Browse repository at this point
Copy the full SHA 4333adfView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.