-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/zookeeper] Update api versions to support k8s 1.16 #18049
Conversation
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
Hi @antongorkovenko. Thanks for your PR. I'm waiting for a helm 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/test-infra repository. |
/assign @lachie83 |
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
@antongorkovenko |
@zanhsieh resolved |
/ok-to-test |
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.
Thanks for your PR, There are some questions and expect your reply.
@@ -1,4 +1,4 @@ | |||
apiVersion: apps/v1beta1 | |||
apiVersion: apps/v1 |
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.
I'm sorry, but could you please explain why change v1beta1
to v1
?
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.
v1beta has been removed in 1.16: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
@@ -3,7 +3,7 @@ | |||
This helm chart provides an implementation of the ZooKeeper [StatefulSet](http://kubernetes.io/docs/concepts/abstractions/controllers/statefulsets/) found in Kubernetes Contrib [Zookeeper StatefulSet](https://github.com/kubernetes/contrib/tree/master/statefulsets/zookeeper). | |||
|
|||
## Prerequisites | |||
* Kubernetes 1.6+ | |||
* Kubernetes 1.10+ |
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.
I'm sorry, What's the mean of this? Statefulset API version is not backward compatible?
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.
No, new API version is not available in 1.6
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: antongorkovenko, lachie83 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 |
Thanks |
* update-chart-version: (983 commits) [stable/stolon] Add OWNERS file Upgrade Stolon image to v0.13.0-pg11 [stable/sonatype-nexus] adding ACM cert annotations and LoadBalancer source IP whitelisting support (helm#16577) [stable/redis] Add loadBalancerSourceRanges to redis master and slave (helm#18064) Allow to configure kube-proxy endpoints (helm#17918) bump chart and vault versions (helm#18133) [stable/goldpinger] add ServiceMonitor (helm#18142) [stable/karma] Add configuration for service labels (helm#18169) Chore: Update github template to be more specific about naming convention. (helm#18074) Following improvements has been ported the charts: (helm#18035) fix: disable httpsPort by default (helm#18113) [stable/parse] fix README typo and bumped chart version (helm#18086) Add value to enable probes (helm#18160) helm#17684 add extraEnv vars (helm#17963) Add protocol configuration for nginx-ldap-proxy (helm#15532) [stable/consul] Fixes compatibility with 1.16 (helm#17527) [stable/Locust] adding a new maintainer (helm#17719) [stable/zookeeper] Update api versions to support k8s 1.16 (helm#18049) [stable/azuremonitor-containers] Update api versions to support k8s 1.16 (helm#18046) [stable/distributed-tensorflow] Add custom variable to set number of training steps. (helm#16436) ...
* Update api versions to support k8s 1.16 Signed-off-by: Anton Gorkovenko <gostom@gmail.com> * Update api versions to support k8s 1.16 Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
Signed-off-by: Anton Gorkovenko gostom@gmail.com
Is this a new chart
no
What this PR does / why we need it:
Update api versions to support k8s 1.16
Which issue this PR fixes
no
Special notes for your reviewer:
no
Checklist
[stable/chart]
)