Skip to content
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

Apply fixes to in place support VPA AEP #5877

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

jbartosik
Copy link
Collaborator

/kind cleanup
/kind documentation

Apply comments from review of #5755 that I couldn't apply directly in the PR before it merged

If there are any other comments please leave them on either PR and I'll address them here.

#4016

Looks like the first PR merged a bit too early, while there were open coments
@k8s-ci-robot k8s-ci-robot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/documentation Categorizes issue or PR as related to documentation. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 21, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jbartosik

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested a review from kgolab June 21, 2023 07:23
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 21, 2023
[in-place update feature](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/1287-in-place-update-pod-resources)
[available in Kubernetes 1.27.](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.27.md#api-change-3)
[in-place update feature]: https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/1287-in-place-update-pod-resources
[available in Kubernetes 1.27.]: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.27.md#api-change-3
Copy link
Contributor

@Shubham82 Shubham82 Jun 21, 2023

Choose a reason for hiding this comment

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

@jbartosik can we mention the following link instead of the above link:
https://github.com/kubernetes/kubernetes/pull/102884

because it redirects to the Changelog of k8s v1.27.0-alpha.3, and we have to search the PR for the in-place update feature.
So I think we can mention the direct link of the PR.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The changelog says that the feature is available in 1.27, which is what the doc is talking about in this place
In another place I link to KEP tracking the feature. I'm not sure if it's a good idea to link to the PR - the feature will (hopefully) change and go to beta so I'd rater refer to places that might but up to date

Copy link
Contributor

Choose a reason for hiding this comment

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

Understood. Thanks, @jbartosik for the clarification.

Copy link
Contributor

Choose a reason for hiding this comment

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

So can we change the link to the
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.27.md#api-change-1

instead of api-change-3 it should api-change-1 because it is for the stable release i.e. k8s v1.27 and the corresponding text is mentioned there and not in the api-change-3 which is for v1.27.0-alpha.3. other than that is it mentioned under v1.27.0-alpha.2. IMO we should go with k8s v1.27, not with the pre-releases.

Copy link
Contributor

Choose a reason for hiding this comment

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

@jbartosik, your thoughts?

@voelzmo
Copy link
Contributor

voelzmo commented Jun 23, 2023

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 23, 2023
@k8s-ci-robot k8s-ci-robot merged commit 2727a20 into kubernetes:master Jun 23, 2023
6 checks passed
@jbartosik jbartosik deleted the in-place-kep-follow-up branch June 28, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/vertical-pod-autoscaler cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/documentation Categorizes issue or PR as related to documentation. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants