docs: add dashboard access to quickstart - #22
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b103ae92cf
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Version `2026.7.25` is the verified Phase A release. It does not include the | ||
| Dashboard. Use a later release that includes the Dashboard before following | ||
| step 6. |
There was a problem hiding this comment.
Pin a release that actually contains the Dashboard
When a reader follows the quickstart verbatim, step 3 still installs 2026.7.25, so the Dashboard Service documented in step 6 will not exist and the kubectl get/port-forward commands will fail. Telling readers to use an unspecified later release does not provide an executable path; update the install command to a concrete Dashboard-enabled release, or add an explicit upgrade command once that release is available.
Useful? React with 👍 / 👎.
Problem
The quickstart does not explain how to access the built-in Dashboard.
Solution
Add Dashboard Service checks, local access commands, API verification, and the release requirement.
Major Changes
Part of #18