Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions keps/prod-readiness/sig-node/4369.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ kep-number: 4369
alpha:
approver: "@jpbetz"
beta:
approver: "@jpbetz"
stable:
approver: "@jpbetz"
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ Job names:

- Solicit feedback from the Alpha.
- Ensure tests are stable and passing.
- Add monitor for pods that fail due to using enhancements.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We didn't implement this during the beta phase, so I've removed it.


#### GA

Expand Down Expand Up @@ -321,6 +320,9 @@ No

\- 2024-08-27: Fixed some errors in the beta phase

\- 2025-06-03: Promote to GA


## Drawbacks

If the envvar name character set is extended, all the things currently consuming and using envvar names from the API will have an impact and may break or be unsafe.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ see-also: []
replaces: []

# The target maturity stage in the current dev cycle for this KEP.
stage: beta
stage: stable

# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.32"
latest-milestone: "v1.34"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.30"
beta: "v1.32"
stable: "v1.33"
stable: "v1.34"

# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
Expand Down