docs: fix issues from workshop tester feedback#177
Merged
Roming22 merged 3 commits intoApr 28, 2026
Conversation
Address documentation issues reported during TSF workshop testing: - Use items[0] selector for route commands (names are auto-generated) - Add --force note for tsf config --create in pre-provisioned envs - Add note to skip Quay integration if secret pre-exists - Note that cosign must be installed locally, not in installer container - Update UI flow: View my namespaces → select tenant → Create Application - Move Add component under Actions dropdown - Add GitLab example URL for component creation - Rename tssc-keycloak namespace to tsf-keycloak - Add missing namespaces (cert-manager, konflux-cli, konflux-info, tsf) - Update troubleshooting to reference manageSubscription auto value Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Roming22
reviewed
Apr 28, 2026
- Link to RHTAS docs for downloading cosign from the cluster - Remove Cert-Manager steps from installing (auto is now default) - Remove Cert-Manager troubleshooting section (no longer applicable) - Use label selector for Konflux UI route instead of items[0] Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add {RHTASVersion} attribute (1.4) to antora.yml so the RHTAS docs
version can be updated in one place. Link cosign verification step
to RHTAS "Signing and verifying containers" section for download
and setup instructions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Roming22
approved these changes
Apr 28, 2026
Roming22
pushed a commit
to Roming22/tsf-cli
that referenced
this pull request
Apr 30, 2026
- Link to RHTAS docs for downloading cosign from the cluster - Remove Cert-Manager steps from installing (auto is now default) - Remove Cert-Manager troubleshooting section (no longer applicable) - Use label selector for Konflux UI route instead of items[0] Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Roming22
pushed a commit
to Roming22/tsf-cli
that referenced
this pull request
Apr 30, 2026
- Link to RHTAS docs for downloading cosign from the cluster - Remove Cert-Manager steps from installing (auto is now default) - Remove Cert-Manager troubleshooting section (no longer applicable) - Use label selector for Konflux UI route instead of items[0] Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
items[0]selector instead of hardcoded route names (names are auto-generated and vary per deployment)--forcenote fortsf config --createand skip note for Quay integration when secrets already existtssc-keycloak→tsf-keycloak; add missing namespaces (cert-manager,konflux-cli,konflux-info,tsf) to deployed components listmanageSubscription: autoalongsidefalseItems for SME verification
These changes match what the workshop tester observed. Please confirm:
Test plan
🤖 Generated with Claude Code