feat: added karmada compatibility and scraper#3206
Open
smyja wants to merge 3 commits intopluralsh:masterfrom
Open
feat: added karmada compatibility and scraper#3206smyja wants to merge 3 commits intopluralsh:masterfrom
smyja wants to merge 3 commits intopluralsh:masterfrom
Conversation
Contributor
Greptile OverviewGreptile SummaryAdds support for Karmada (a Kubernetes multi-cluster management system) to the compatibility tracking system. The PR includes a new Python scraper that parses the Karmada README markdown table to extract Kubernetes version compatibility data, and generates compatibility YAML files with three initial versions (1.14.0, 1.15.0, 1.16.0) along with their supported Kubernetes versions and container images.
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| utils/compatibility/scrapers/karmada.py | Added new scraper for Karmada compatibility matrix parsing from README markdown table |
| static/compatibilities/karmada.yaml | Added Karmada compatibility data with 3 versions (1.14.0-1.16.0) and Kubernetes support matrix |
| static/compatibilities/manifest.yaml | Registered karmada in the compatibility manifest list |
| static/compatibilities.yaml | Added consolidated Karmada compatibility entries with metadata and image references |
michaeljguarino
approved these changes
Feb 15, 2026
Member
|
need to fix the merge conflicts before i can get this in |
Contributor
Author
I have resolved the merge conflicts |
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.
https://www.cncf.io/projects/karmada/
https://github.com/karmada-io/karmada?tab=readme-ov-file#kubernetes-compatibility
Test Plan
Checklist
Plural Flow: console