Files
kubernetes/test/compatibility_lifecycle/README.md
yongruilin 088daf472b feat: Refactors featuregate lifecycle management script
- rename featuregate_linter to compatibility_lifecycle
- add feature removal verify to follow N+3 rule
- remove unversioned related operation
- rename yaml folder name to "reference"
2025-03-13 21:57:21 +00:00

11 lines
451 B
Markdown

This directory contains commands for [compatibility lifecycle verification](https://github.com/kubernetes/enhancements/blob/master/keps/sig-architecture/4330-compatibility-versions/README.md)
Currently, the following commands are implemented:
```
# Verify feature gate list is up to date
go run test/compatibility_lifecycle/main.go feature-gates verify
# Update feature gate list
go run test/compatibility_lifecycle/main.go feature-gates update
```