-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat(RELEASE-1372): migrate off of gcr.io #671
base: main
Are you sure you want to change the base?
Conversation
c094f18
to
9fd6cc9
Compare
9fd6cc9
to
0860212
Compare
65d5314
to
fdc9ab2
Compare
/retest |
fdc9ab2
to
e3afc44
Compare
/retest |
e3afc44
to
38239d9
Compare
This change modifies the manager to migrate off of gcr.io for kube-rbac-proxy. This requires a controller-runtime update, so several unrelated changes needed to be added. Signed-off-by: David Moreno García <[email protected]>
38239d9
to
33bb172
Compare
New changes are detected. LGTM label has been removed. |
@davidmogar: The following test has Failed, say /retest to rerun failed tests.
Inspecting Test ArtifactsTo inspect your test artifacts, follow these steps:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux-test-storage/konflux-team/release-service:konflux-e2e-tests-r65ww Test results analysis🚨 Failed to provision a cluster, see the log for more details: Click to view logsINFO: Log in to your Red Hat account... INFO: Configure AWS Credentials... WARN: The current version (1.2.47) is not up to date with latest rosa cli released version (1.2.50). WARN: It is recommended that you update to the latest version. INFO: Logged in as 'konflux-ci-418295695583' on 'https://api.openshift.com' INFO: Create ROSA with HCP cluster... WARN: The current version (1.2.47) is not up to date with latest rosa cli released version (1.2.50). WARN: It is recommended that you update to the latest version. INFO: Creating cluster 'kx-306e888058' INFO: To view a list of clusters and their status, run 'rosa list clusters' INFO: Cluster 'kx-306e888058' has been created. INFO: Once the cluster is installed you will need to add an Identity Provider before you can login into the cluster. See 'rosa create idp --help' for more information.
Nodes:
INFO: Preparing to create operator roles. |
This change modifies the manager to migrate off of gcr.io for kube-rbac-proxy. This requires a controller-runtime update, so several unrelated changes needed to be added.
NOTE: Ideally I would have upgraded go to 1.23 but there's no ubi image supplying this. For the tests to past I had to limit the upgrade so we don't jump into 1.23 nor forces the go.mod to include a toolchain. I also had to bum tools versions for everything to work properly with the new deps.