-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update coordination version #160
Conversation
According to [1], there is no need for migration of existing lease resources: "All existing persisted objects are accessible via the new API" [1] https://kubernetes.io/docs/reference/using-api/ deprecation-guide/#lease-v122 Signed-off-by: Marc Sluiter <msluiter@redhat.com>
Signed-off-by: Marc Sluiter <msluiter@redhat.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-0.9 |
@slintes: once the present PR merges, I will cherry-pick it on top of release-0.9 in a new PR and assign it to you. 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. |
/retest |
Signed-off-by: Marc Sluiter <msluiter@redhat.com>
SonarCloud Quality Gate failed.
|
@slintes: #160 failed to apply on top of branch "release-0.9":
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. |
Use coordination API version v1, v1beta1 is deprecated
According to [1], there is no need for migration of existing lease
resources: "All existing persisted objects are accessible via the
new API"
Add version 0.9.1 manifests
[1] https://kubernetes.io/docs/reference/using-api/