Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,22 @@ Additional non-public adopters exist as well.
Open Cluster Management have integrations available with a number of open-source projects.
The list includes but is not limited to:

- [Argo CD](https://argo-cd.readthedocs.io/)
- [Argo CD Agent](https://argocd-agent.readthedocs.io/)
- [Argo Workflows](https://argoproj.github.io/workflows/)
- [Cluster API](https://cluster-api.sigs.k8s.io/)
- [Clusternet](https://clusternet.io/)
- [Fluid](https://fluid-cloudnative.github.io/)
- [Helm](https://helm.sh/)
- [ICOS Meta OS](https://www.icos-project.eu/docs/)
- [Istio](https://istio.io/)
- [Janus](https://janus-idp.io/)
- [Jaeger](https://www.jaegertracing.io/)
- [KubeStellar](https://docs.kubestellar.io/)
- [KubeVela](https://kubevela.io/)
- [Kueue](https://kueue.sigs.k8s.io/)
- [OpenTelemetry](https://opentelemetry.io/)
- [Squid](https://www.squid-cache.org/)
- [Submariner](https://submariner.io/)
- [Argo CD](https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Generators-Cluster-Decision-Resource/#how-it-works)
- [Argo CD Agent](https://argocd-agent.readthedocs.io/latest/getting-started/ocm-io/)
- [Argo Workflows](https://github.com/argoproj/argo-workflows/issues/3523#issuecomment-1307610573)
Copy link

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

Avoid linking to issue comments; prefer stable docs.

A GitHub issue comment is brittle. If there’s no canonical doc yet, label this as “(discussion)” to set expectations, or replace with a stable doc/blog post.

-- [Argo Workflows](https://github.com/argoproj/argo-workflows/issues/3523#issuecomment-1307610573)
+- [Argo Workflows (discussion)](https://github.com/argoproj/argo-workflows/issues/3523#issuecomment-1307610573)

🏁 Script executed:

#!/bin/bash
set -e
# Locate ADOPTERS.md in the repository
file=$(find . -maxdepth 4 -type f -iname "ADOPTERS.md" | head -n1)
if [ -z "$file" ]; then
  echo "ADOPTERS.md not found"
  exit 1
fi
echo "Found ADOPTERS.md at $file"
# Print lines around the Argo Workflows entry for context
sed -n '20,40p' "$file"

Length of output: 1878


🏁 Script executed:

#!/bin/bash
set -e
# Check if a solutions directory exists and list its contents
if [ -d "solutions" ]; then
  echo "solutions/:"
  ls -1 solutions
else
  echo "No solutions directory at repository root"
fi

Length of output: 427


Label Argo Workflows entry as discussion

- [Argo Workflows](https://github.com/argoproj/argo-workflows/issues/3523#issuecomment-1307610573)
+ [Argo Workflows (discussion)](https://github.com/argoproj/argo-workflows/issues/3523#issuecomment-1307610573)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [Argo Workflows](https://github.com/argoproj/argo-workflows/issues/3523#issuecomment-1307610573)
[Argo Workflows (discussion)](https://github.com/argoproj/argo-workflows/issues/3523#issuecomment-1307610573)
🧰 Tools
🪛 LanguageTool

[grammar] ~28-~28: There might be a mistake here.
Context: ...tting-started/ocm-io/) - Argo Workflows - [Cluster API](https://github.com/open-clu...

(QB_NEW_EN)

🤖 Prompt for AI Agents
In ADOPTERS.md around line 28, the Argo Workflows entry is currently listed as a
link to an issue comment but lacks a label; update that line to explicitly mark
it as a "discussion" (e.g., prepend or append "(discussion)" or change the
bracketed text to "Argo Workflows (discussion)") so readers know this is a
discussion rather than an adoption or implementation reference.

- [Cluster API](https://github.com/open-cluster-management-io/ocm/tree/main/solutions/cluster-api)
- [Clusternet](https://github.com/open-cluster-management-io/addon-contrib/tree/main/clusternet-addon)
- [Fluid](https://github.com/open-cluster-management-io/addon-contrib/tree/main/fluid-addon)
- [Helm](https://v0-16.open-cluster-management.io/docs/getting-started/integration/app-lifecycle/)
- [ICOS Meta OS](https://www.icos-project.eu/docs/Administration/ICOS%20Agent/Orchestrators/controlplane/)
- [Istio](https://github.com/open-cluster-management-io/multicluster-mesh)
- [Janus](https://www.npmjs.com/package/@janus-idp/backstage-plugin-ocm-backend)
- [KubeStellar](https://docs.kubestellar.io/latest/direct/start-from-ocm/)
- [KubeVela](https://kubevela.io/docs/platform-engineers/system-operation/working-with-ocm/)
- [Kueue](https://kueue.sigs.k8s.io/docs/tasks/manage/setup_multikueue/#optional-setup-multikueue-with-open-cluster-management)
- [Meshery](https://docs.meshery.io/extensibility/integrations/open-cluster-management)
- [OpenTelemetry](https://github.com/open-cluster-management-io/addon-contrib/tree/main/open-telemetry-addon)
- [Submariner](https://github.com/stolostron/submariner-addon)

## Adding a name

Expand Down