-
Notifications
You must be signed in to change notification settings - Fork 244
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
Inconsistency between odo registry
output and preference.yaml
#4626
Comments
odo registry
output and `preference.yamlodo registry
output and preference.yaml
What I'm seeing is: ❯ cat ~/.odo/preference.yaml
kind: Preference
apiversion: odo.dev/v1alpha1
OdoSettings:
NamePrefix: dharmit
BuildTimeout: 3000
PushTimeout: 480
RegistryList:
- Name: DefaultDevfileRegistry
URL: https://raw.githubusercontent.com/odo-devfiles/registry/master
secure: false
Ephemeral: true
ConsentTelemetry: false
❯ odo registry list
NAME URL SECURE
DefaultDevfileRegistry https://registry.devfile.io No The inconsistency I see there is that |
@kadel how does this work? I don't see GH registry in So, is How can "we" (as in through some PR) change this inconsistency? From what I understand, it would require one to manually edit the Am I missing something here? |
If DefaultDevfileRegistry in the preference file is not the new registry.devfile.io it changes it to it.
odo should update the preference file instead of just during it just "in-memory" every time. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
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. |
#4525 introduced support for the new OCI registry and a migration path to it.
Problem is that it also creates inconsistency between what
odo registry list
shows and what is inpreference.yaml
.Ideally, odo should change the preference file as well and store the new registry URL there.
The text was updated successfully, but these errors were encountered: