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

Main VPA README update. Fix grammar and add versions compatibility #5076

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

aleksrosz
Copy link
Contributor

Add compability for 0.9, 0.10 and 0.11 VPA version.
Fix grammar

Which component this PR applies to?

What type of PR is this?

VPA

/kind documentation

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Change:

VPA version Kubernetes version
0.11 1.22+
0.10 1.22+
0.9 1.16+

Why?
In K8S 1.22 https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122
"The apiextensions.k8s.io/v1beta1 API version of CustomResourceDefinition is no longer served as of v1.22." ... migrated to "apiextensions.k8s.io/v1 ".

In vpa-release-0.10 added vpa-v1-crd-gen.yaml which uses apiVersion: apiextensions.k8s.io/v1.

https://github.com/kubernetes/autoscaler/blob/vpa-release-0.10/vertical-pod-autoscaler/hack/vpa-process-yamls.sh uses "vpa-v1-crd-gen" to install VPA

Version 0.10 and 0.11 is compatible. I tested both versions on K8S 1.22.

#### Does this PR introduce a user-facing change?

Add compability for 0.9, 0.10 and 0.11 VPA version.
Fix grammar
@k8s-ci-robot k8s-ci-robot added kind/documentation Categorizes issue or PR as related to documentation. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 8, 2022
Copy link
Contributor

@mwielgus mwielgus left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 8, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aleksrosz, mwielgus

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 8, 2022
@k8s-ci-robot k8s-ci-robot merged commit 392f9a9 into kubernetes:master Aug 8, 2022
navinjoy pushed a commit to navinjoy/autoscaler that referenced this pull request Oct 26, 2022
Main VPA README update. Fix grammar and add versions compatibility
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. 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/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants