openshift / assisted-service

Apache License 2.0
109 stars 212 forks source link

UnAuthenticated Registry Deprecation: registry.svc.ci.openshift.org #6552

Open ArthurVardevanyan opened 2 months ago

ArthurVardevanyan commented 2 months ago

registry.svc.ci.openshift.org has been moved to registry.ci.openshift.org:

REF:

PR: https://github.com/openshift/assisted-service/pull/6553

ArthurVardevanyan commented 2 months ago

Build Contains PR with update, but still logs same issue: https://amd64.origin.releases.ci.openshift.org/releasestream/4.17.0-0.okd-scos/release/4.17.0-0.okd-scos-2024-07-15-192426

error="pull secret for new cluster is invalid: pull secret must contain auth for \"registry.ci.openshift.org\"

rccrdpccl commented 2 months ago

/cc @danmanor

danmanor commented 2 months ago

@ArthurVardevanyan thank you, can you please provide more details on how did you got this log? what actions have you taken ?

danmanor commented 2 months ago

what was the log before the change ?

ArthurVardevanyan commented 2 months ago

Same log before change.

This comes from installing the CI builds of OKD via agent based installer.

The stable builds pull from quay.io without issue.

Configs: https://github.com/ArthurVardevanyan/HomeLab/tree/main/sandbox/kubevirt/okd/configs

titou10titou10 commented 2 months ago

This seems to address the problem described here for OKD/SCOS/UPI/ABI install: https://github.com/okd-project/okd/discussions/1964

Failed to register cluster with assisted-service: AssistedServiceError Code: 400 Href:  ID: 400 Kind: Error Reason: pull secret for new cluster is invalid: pull secret must contain auth for \"registry.ci.openshift.org\""

But it does not... I tried to installregistry.ci.openshift.org/origin/release-scos:4.17.0-0.okd-scos-2024-07-16-072426that includes #6552/#6553 and it fails the exact same way

You have all the installation details with agent/install config files and logs etc in https://github.com/okd-project/okd/discussions/1964

danmanor commented 2 months ago

Thank you, I will look into it

danmanor commented 2 months ago

commented here - https://github.com/okd-project/okd/discussions/1964

ArthurVardevanyan commented 1 month ago

https://github.com/openshift/assisted-service/pull/6642