arrow_backRetour aux issues
kubernetes-sigs/lws
#990
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Reuse canonical YAML examples in website documentation
ecoDébutant
help wanted
kind/cleanup
descriptionDescription
**What would you like to be cleaned**:
Avoid duplicating Kubernetes YAML manifests across Markdown pages. Add a Hugo `include` shortcode and render documentation snippets from canonical sample files, such as files under `config/samples` or `site/static/examples`.
Suggested scope:
- Add an `include` shortcode for YAML examples.
- Select one canonical location for runnable samples.
- Migrate repeated LWS and DisaggregatedSet snippets incrementally.
- Make the site build fail when an included example is missing.
Prior art:
- [JobSet include shortcode](https://github.com/kubernetes-sigs/jobset/blob/main/site/layouts/shortcodes/include.html)
- [JobSet documentation usage](https://github.com/kubernetes-sigs/jobset/blob/main/site/content/en/docs/tasks/failure_policy.md)
- [Kueue include shortcode](https://github.com/kubernetes-sigs/kueue/blob/main/site/layouts/shortcodes/include.html)
**Why is this needed**:
Copied YAML can drift from the CRD schema and runnable examples. Review of #989 highlighted how repeated DisaggregatedSet snippets can diverge from the required `roles[].spec` structure.
Using a single source of truth reduces maintenance, applies fixes consistently, and allows CI to validate the same manifests shown in the documentation.
Issues similaires
medik8s/fence-agents-remediation
star18
Poids du dépôt moyen
v0.8.0 starts a cluster-scoped Secret informer despite namespace-scoped Secret RBAC
## Description While testing Fence Agents Remediation (FAR) v0.8.0, I observed the manager repeatedly attempting to li…
Go
good first issue
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Check that an issuer's home_domain round-trips to the same stellar.toml
Written to the standard set by #33 — read that issue first for the expected level of detail and the acceptance criteria…
Go
help wanted
area:corridor
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Report auth_immutable: whether an issuer's flags can still change
> **This issue is the reference standard.** Every other check issue links back here for the expected level of detail. I…
Go
help wanted
good first issue