-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Promote RetryGenerateName to beta #124673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/assign @deads2k |
/triage accepted |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jpbetz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
matches expectations /lgtm |
LGTM label has been added. Git tree hash: cd1c3efa859ac2d0a6abb44d7cea67fcfb1290ed
|
Changelog suggestion -GenerateName retry is now in beta and enabled by default. Check out https://github.com/kubernetes/enhancements/issues/4420 for more details.
+Promoted `generateName` retries to beta, and made the `NameGenerationRetries` feature gate
+enabled by default.
+You can read https://kep.k8s.io/4420 for more details. |
When we document this change, let's update https://kubernetes.io/docs/reference/using-api/api-concepts/#generated-values with a brief mention of retries. |
Will do. Thanks Tim for you helping get this one done early in the cycle! |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/sig api-machinery
/milestone v1.31