Skip to content

🌱 Add Kubean to ADOPTERS.md#3992

Merged
clubanderson merged 1 commit intomainfrom
kubean-adopter
Mar 31, 2026
Merged

🌱 Add Kubean to ADOPTERS.md#3992
clubanderson merged 1 commit intomainfrom
kubean-adopter

Conversation

@clubanderson
Copy link
Copy Markdown
Collaborator

@clubanderson clubanderson commented Mar 31, 2026

📝 Summary of Changes


Changes Made

  • Added Kubean row to ADOPTERS.MD table with project link and install mission link
  • Used linked name [ErikJiang](https://github.com/ErikJiang) instead of @ErikJiang to avoid unintended GitHub mention notifications

Checklist

Please ensure the following before submitting your PR:

  • I used a coding agent (Claude Code, Copilot, Gemini, or Codex) to generate/review this code
  • I have reviewed the project's contribution guidelines
  • New cards target console-marketplace, not this repo
  • isDemoData is wired correctly (cards show Demo badge when using demo data)
  • I have written unit tests for the changes (if applicable)
  • I have tested the changes locally and ensured they work as expected
  • All commits are signed with DCO (git commit -s)

Screenshots or Logs (if applicable)


👀 Reviewer Notes

Documentation-only change. Replaces bare @ErikJiang GitHub mention with a linked name to prevent unintended notifications to that user.

Copilot AI review requested due to automatic review settings March 31, 2026 14:24
@kubestellar-prow kubestellar-prow bot added the dco-signoff: yes Indicates the PR's author has signed the DCO. label Mar 31, 2026
@kubestellar-prow
Copy link
Copy Markdown
Contributor

[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 clubanderson 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
Copy Markdown

netlify bot commented Mar 31, 2026

Deploy Preview for kubestellarconsole ready!

Name Link
🔨 Latest commit d02508d
🔍 Latest deploy log https://app.netlify.com/projects/kubestellarconsole/deploys/69cc5e76aa7da4000803789f
😎 Deploy Preview https://deploy-preview-3992.console-deploy-preview.kubestellar.io
📱 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.

@kubestellar-prow kubestellar-prow bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 31, 2026
@github-actions
Copy link
Copy Markdown
Contributor

👋 Hey @clubanderson — thanks for opening this PR!

🤖 This project is developed exclusively using AI coding assistants.

Please do not attempt to code anything for this project manually.
All contributions should be authored using an AI coding tool such as:

This ensures consistency in code style, architecture patterns, test coverage,
and commit quality across the entire codebase.


This is an automated message.

Copy link
Copy Markdown
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

Adds Kubean (CNCF Sandbox) to the project’s adopters list to document usage/interest in KubeStellar Console’s guided install mission ecosystem.

Changes:

  • Added a new ADOPTERS table row for Kubean, including project and install-mission links.
  • Included reference to the Kubean issue where the integration was discussed/bookmarked.

ADOPTERS.MD Outdated
| Open Cluster Management | Guided install mission for OCM via KubeStellar Console | Sandbox | [Link](https://console.kubestellar.io/missions/install-open-cluster-management) |
| Notary Project | Guided install mission for Ratify with automated pre-flight checks, Gatekeeper and Ratify deployment via helmfile, signed/unsigned image validation, troubleshooting, and rollback support | Incubating | [Notary Project/Ratify](https://github.com/notaryproject/ratify) |
| OpenCost | Guided install mission for OpenCost via KubeStellar Console, endorsed by OpenCost contributor peatey in [opencost/opencost#3649](https://github.com/opencost/opencost/issues/3649) | Sandbox | [OpenCost](https://opencost.io) · [Install Mission](https://console.kubestellar.io/missions/install-opencost) |
| Kubean | Guided install mission for Kubean via KubeStellar Console, bookmarked by Kubean maintainer @ErikJiang in [kubean-io/kubean#1761](https://github.com/kubean-io/kubean/issues/1761) | Sandbox | [Kubean](https://github.com/kubean-io/kubean) · [Install Mission](https://console.kubestellar.io/missions/install-kubean) |
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

Using a literal GitHub handle @ErikJiang in this markdown file will trigger a GitHub mention/notification. If the intent is just attribution, consider avoiding the mention (e.g., render the name without @, wrap it in backticks, or link to the profile) to prevent unintended notifications.

Suggested change
| Kubean | Guided install mission for Kubean via KubeStellar Console, bookmarked by Kubean maintainer @ErikJiang in [kubean-io/kubean#1761](https://github.com/kubean-io/kubean/issues/1761) | Sandbox | [Kubean](https://github.com/kubean-io/kubean) · [Install Mission](https://console.kubestellar.io/missions/install-kubean) |
| Kubean | Guided install mission for Kubean via KubeStellar Console, bookmarked by Kubean maintainer [ErikJiang](https://github.com/ErikJiang) in [kubean-io/kubean#1761](https://github.com/kubean-io/kubean/issues/1761) | Sandbox | [Kubean](https://github.com/kubean-io/kubean) · [Install Mission](https://console.kubestellar.io/missions/install-kubean) |

Copilot uses AI. Check for mistakes.
@clubanderson
Copy link
Copy Markdown
Collaborator Author

🔄 Auto-Applying Copilot Code Review

Copilot code review found 1 code suggestion(s) and 0 general comment(s).

@copilot Please apply all of the following code review suggestions:

  • ADOPTERS.MD (line 11): | Kubean | Guided install mission for Kubean via KubeStellar Console, bookmarked...

Push all fixes in a single commit. Run cd web && npm run build && npm run lint before committing.


Auto-generated by copilot-review-apply workflow.

@github-actions github-actions bot mentioned this pull request Mar 31, 2026
@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 Mar 31, 2026
Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 31, 2026

🔄 Auto-Applying Copilot Code Review

Copilot code review found 1 code suggestion(s) and 0 general comment(s)....

Applied in cf7787c — replaced @ErikJiang with [ErikJiang](https://github.com/ErikJiang) to avoid unintended GitHub notifications.

Signed-off-by: Andy Anderson <andy@clubanderson.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 Mar 31, 2026
@clubanderson clubanderson removed the do-not-merge Hold: waiting for external approval before merging label Mar 31, 2026
@clubanderson clubanderson merged commit 3a3f0b6 into main Mar 31, 2026
11 of 12 checks passed
@kubestellar-prow kubestellar-prow bot deleted the kubean-adopter branch March 31, 2026 23:53
@github-actions
Copy link
Copy Markdown
Contributor

Thank you for your contribution! Your PR has been merged.

Check out what's new:

Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey

clubanderson added a commit that referenced this pull request Mar 31, 2026
… approval

Reverts #3987, #3988, #3989, #3990, #3991, #3992, #3993, #3994, #3995, #3996, #3999

These PRs were merged prematurely by automation. The adopter entries
require approval from the external CNCF project contributors before
merging. Each PR will be re-opened for the original contributors to
review and approve.

Signed-off-by: Andrew Anderson <andy@clubanderson.com>
clubanderson added a commit that referenced this pull request Mar 31, 2026
… approval (#4034)

Reverts #3987, #3988, #3989, #3990, #3991, #3992, #3993, #3994, #3995, #3996, #3999

These PRs were merged prematurely by automation. The adopter entries
require approval from the external CNCF project contributors before
merging. Each PR will be re-opened for the original contributors to
review and approve.

Signed-off-by: Andrew Anderson <andy@clubanderson.com>
@clubanderson
Copy link
Copy Markdown
Collaborator Author

Apologies — this PR was merged in error by automation before receiving approval from the external project contributor. We've reverted it (PR #4034). The adopter entry will need to be re-submitted and merged only after receiving approval from a contributor on the respective CNCF project. Sorry for the confusion.

@clubanderson
Copy link
Copy Markdown
Collaborator Author

Replacement PR created: #4040 — this one will remain open until approved by the external project contributor.

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. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants