[deckhouse-cli] Add all channels scan, fix installer success output even if pull falls - #423
Open
haosb wants to merge 7 commits into
Open
[deckhouse-cli] Add all channels scan, fix installer success output even if pull falls#423haosb wants to merge 7 commits into
haosb wants to merge 7 commits into
Conversation
Glitchy-Sheep
self-requested a review
July 30, 2026 13:59
Signed-off-by: Ruslan Usmanov <ruslanusmanov@Ruslans-MacBook-Pro-2.local>
This reverts commit e3ce7b7. Signed-off-by: Ruslan Usmanov <ruslanusmanov@Ruslans-MacBook-Pro-2.local>
Signed-off-by: Ruslan Usmanov <ruslanusmanov@Ruslans-MacBook-Pro-2.local>
A registry that serves the repo but publishes no release channels now gets its own errdetect category telling the user to pass --deckhouse-tag=<version> explicitly, instead of the generic "check the tag for typos" suggestion aimed at users who passed one. Signed-off-by: Roman Berezkin <roman.berezkin@flant.com>
The all-channels scan proved registry access but let an explicitly requested channel be silently absent: the pull then "succeeded" with an empty bundle. Probe the requested channel first and fail with the list of channels the registry does publish. A full miss now wraps ErrNoReleaseChannels so the dedicated errdetect hint fires. Signed-off-by: Roman Berezkin <roman.berezkin@flant.com>
The bare sentinel dropped the per-channel 404 chains, so a partial registry failed with a generic error the diagnostics could not classify. Wrap the sentinel over the first failed channel's error: errors.Is tolerance is intact and the errdetect hint fires again. Signed-off-by: Roman Berezkin <roman.berezkin@flant.com>
Glitchy-Sheep
force-pushed
the
validateplatform-log-channel
branch
from
July 30, 2026 16:09
7eeb084 to
3303bd8
Compare
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.
New change to scan all channels
All channels scan and new log output:
Found bug
Previous bug with
Successpull and empty installer package if--no-platformis specified, but registry not working:Fixed output:
Before / After