-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add version field to spec #1706
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 @MaciekPytel |
cc: @schylek |
Thank you for contribution. However please note that v1beta1 will be deprecated soon. /lgtm |
@schylek: changing LGTM is restricted to assignees, and only kubernetes/autoscaler repo collaborators may be assigned issues. In response to this:
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/test-infra repository. |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
This is just FYI, the version field in CRD is deprecated starting from 1.11, so it will be ignored in 1.11+ |
According to this document we should also set
version
field.Without doing this, it is impossible to deploy VPA on Kubernetes 1.10.
Before:
After: