Skip to content

📖:Docs ( Update ) Document namespace manager caching and UI improvements#1025

Open
gulshank0 wants to merge 6 commits intokubestellar:mainfrom
gulshank0:issue/1024
Open

📖:Docs ( Update ) Document namespace manager caching and UI improvements#1025
gulshank0 wants to merge 6 commits intokubestellar:mainfrom
gulshank0:issue/1024

Conversation

@gulshank0
Copy link

📌 Fixes : #1024

Closes #1024


📝 Summary of Changes

Updated the Docs on Two diffrent palces :

  1. on http://localhost:3000/en/docs/console/dashboards
Screenshot_03-Feb_18-27-55_31227 Screenshot_03-Feb_18-28-25_24388
  1. on http://localhost:3000/en/docs/console/console-features
Screenshot_03-Feb_18-39-04_15902 Screenshot_03-Feb_18-40-26_8619
  • Short description of what was changed
  • Include links to related issues/discussions if any

Changes Made

  • Updated ...
  • Refactored ...
  • Fixed ...
  • Added tests for ...

Checklist

Please ensure the following before submitting your PR:

  • I have reviewed the project's contribution guidelines.
  • I have written unit tests for the changes (if applicable).
  • I have updated the documentation (if applicable).
  • I have tested the changes locally and ensured they work as expected.
  • My code follows the project's coding standards.

👀 Reviewer Notes

Add any special notes for the reviewer here

Copilot AI review requested due to automatic review settings February 3, 2026 13:12
@kubestellar-prow kubestellar-prow bot added the dco-signoff: yes Indicates the PR's author has signed the DCO. label Feb 3, 2026
@kubestellar-prow
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign mahimonga for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@netlify
Copy link

netlify bot commented Feb 3, 2026

Deploy Preview for kubestellar-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit a54b8d0
🔍 Latest deploy log https://app.netlify.com/projects/kubestellar-docs/deploys/6981fa3cf80bb40008870faa
😎 Deploy Preview https://deploy-preview-1025--kubestellar-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 3, 2026
@kubestellar-prow kubestellar-prow bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 3, 2026
@kubestellar-prow
Copy link

Hi @gulshank0. Thanks for your PR.

I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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-sigs/prow repository.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

Welcome to KubeStellar! 🚀 Thank you for submitting this Pull Request.

Before your PR can be merged, please ensure:

DCO Sign-off - All commits must be signed off with git commit -s to certify the Developer Certificate of Origin

PR Title - Must start with an emoji: ✨ (feature), 🐛 (bug fix), 📖 (docs), 🌱 (infra/tests), ⚠️ (breaking change)

Getting Started with KubeStellar:

Contributor Resources:


🌟 Help KubeStellar Grow - We Need Adopters!

Our roadmap is driven entirely by adopter feedback. Whether you're using KubeStellar yourself or know someone who could benefit from multi-cluster Kubernetes:

📋 Take our Multi-Cluster Survey - Share your use cases and help shape our direction!


A maintainer will review your PR soon. Feel free to ask questions in the comments or on Slack!

@gulshank0 gulshank0 changed the title [Docs update](console):🐛Update Document namespace manager caching and UI improvements Docs: 📖 (:book:): Update Document namespace manager caching and UI improvements Feb 3, 2026
@gulshank0 gulshank0 changed the title Docs: 📖 (:book:): Update Document namespace manager caching and UI improvements 📖:Docs ( Update ) Document namespace manager caching and UI improvements Feb 3, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Console documentation to reflect recent namespace manager caching behavior and UI improvements related to namespace discovery, error handling, and offline cluster handling.

Changes:

  • Added a new “Namespaces Dashboard” section to the dashboards documentation (route, features, and usage).
  • Expanded the Console Features documentation with a new “Namespace Management” section and updated the sidebar navigation description for Namespaces.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
docs/content/console/dashboards.md Adds a dedicated Namespaces dashboard section (route, key features, how-to).
docs/content/console/console-features.md Updates navigation text for Namespaces and documents namespace management behavior/features.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +304 to +308
### Namespaces Dashboard

**Route:** `/namespaces`

Manage namespaces across all your clusters:
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new “Namespaces Dashboard” section conflicts with the later “Utility Pages” section, which states those pages “aren’t counted as dashboards” but still lists “Namespaces” as a utility page. Please reconcile this by either removing/updating the Utility Pages entry for /namespaces or adjusting the Utility Pages description so the classification is consistent.

Copilot uses AI. Check for mistakes.
Comment on lines 312 to 322
- Real-time namespace discovery using local agent

**Best for:** Managing namespace access and organization

#### Key Features

- **Smart Error Handling**: Error banners only appear when ALL clusters fail to respond, not on partial failures
- **Offline Cluster Detection**: Offline clusters are clearly marked in the header with status indicators
- **Filtered Creation**: The Create Namespace dialog only shows online clusters, preventing failed creation attempts
- **Improved Caching**: Namespace data is cached intelligently and won't persist empty states on temporary failures
- **Direct Agent Access**: Fetches namespaces directly from the local agent, bypassing backend authentication issues
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section refers to a “local agent”, but elsewhere the docs introduce this component as the “KSC Agent” (e.g., docs/content/console/console-overview.md). For consistency and clarity, consider using the established term (and optionally mention it’s the local agent once).

Copilot uses AI. Check for mistakes.
@kubestellar-prow kubestellar-prow bot added dco-signoff: no Indicates the PR's author has not signed the DCO. and removed dco-signoff: yes Indicates the PR's author has signed the DCO. labels Feb 3, 2026
gulshank0 and others added 6 commits February 3, 2026 19:07
…rovements

Signed-off-by: gulshank0 <gulshanbahadur002@gmail.com>
Signed-off-by: gulshank0 <gulshanbahadur002@gmail.com>
KSC Agent added

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: gulshank0 <gulshanbahadur002@gmail.com>
format updating

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: gulshank0 <gulshanbahadur002@gmail.com>
Signed-off-by: gulshank0 <gulshanbahadur002@gmail.com>
Signed-off-by: gulshank0 <gulshanbahadur002@gmail.com>
@kubestellar-prow kubestellar-prow bot added dco-signoff: yes Indicates the PR's author has signed the DCO. and removed dco-signoff: no Indicates the PR's author has not signed the DCO. labels Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates the PR's author has signed the DCO. documentation Improvements or additions to documentation needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Doc Update] [console] 🐛 Fix namespace manager caching and UI improvements

1 participant