fix(ui): distinguish registry authentication from chart readiness - #242
Draft
thbertoldi wants to merge 2 commits into
Draft
fix(ui): distinguish registry authentication from chart readiness#242thbertoldi wants to merge 2 commits into
thbertoldi wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problem
Kubeflow, LiteLLM and Qdrant share the SUSE AI Registry ClusterRepo. Opening their install wizard before Rancher has downloaded its index can surface
Failed to initialize: configmaps "" not found. Static catalog entries and direct wizard links can reach this state even though dynamic catalog discovery already checks readiness.Settings previously reported only the operator's direct registry authentication probe. That can succeed while Rancher's ClusterRepo is disconnected: it does not validate chart-path access, Rancher's mirrored credentials, or its downloaded index.
Changes
spec.forceUpdatepatch, and does not save form values or modify Secrets. Acceptance is shown as pending; Test again checks the resulting download. No automatic refresh or polling..shellbuild link from test discovery.Validation
yarn install --frozen-lockfile --ignore-engines --non-interactive: passed.yarn test --silent: 210 tests passed, including 17 wizard regressions and 63 new Settings/service cases.yarn lint --quietandyarn typecheck: passed.yarn build-pkg aif-ui: passed with webpack bundle-size warnings.Live verification still needed
Validation uses simulated operator/Rancher responses; no live cluster was changed. The customer's underlying SUSE registry download failure is still unverified. This PR improves readiness checks, diagnosis and explicit retry; it does not claim to fix registry entitlement, networking or Rancher reconciliation failures.