-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Fix pod-index label name for StatefulSet Pods #125502
Conversation
The committers listed above are authorized under a signed CLA. |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Welcome @mas9612! |
Hi @mas9612. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
b46201f
to
bcd1d84
Compare
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/ok-to-test |
LGTM, but I'm note sure there is point updating the change log now, since this will probably not update it here: https://github.com/kubernetes/kubernetes/releases. Also 1.28 is EOL nest month ( 2024-10-28 ) https://kubernetes.io/releases/patch-releases/#1-28 |
Thank you for the review! |
I'm not 100% sure about the policy here, so let me check with release managers |
@mimowo Updating changelogs is generally considered fine at least for the supported releases (and we can count 1.28 as supported in this context). But to complete the process, you would also need to cherry-pick this change to the |
I'm personally 👍 for updating this. It might not seem like a whole lot, but for folks actually going through changelogs this might be a time saver. I'm not sure about the mechanics of this PR, especially about the feasibility of a cherry-pick, but I'll let the release managers to deal with that. With my sig-apps hat on - I approve 😄 |
+1 |
LGTM label has been added. Git tree hash: c6d7bf69c99b267e2f9d78c49f025b0e7e752abd
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mas9612, xmudrii 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 |
@mas9612: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/test pull-kubernetes-integration |
@mas9612 please prepare the cherry-pick PR for 1.28 |
Thank you! |
…502-upstream-release-1.28 Automated cherry pick of #125502: fix pod index label name
What type of PR is this?
/kind documentation
What this PR does / why we need it:
#119232 introduces pod-index label for StatefulSet Pods.
However, differences occurred between the code and the changelog.
This PR fixes that.
apps.kubernetes.io/pod-index
kubernetes/staging/src/k8s.io/api/apps/v1/types.go
Line 32 in eb68409
statefulset.kubernetes.io/pod-index
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: