This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
[stable/couchdb] StatefulSet won't deploy on k8s 1.16 #17680
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Describe the bug
CouchDB StatefulSet cannot be deployed on k8s 1.16 because of deprecated API use.
Version of Helm and Kubernetes:
1.16 K8s
Helm Version doesn't matter
Which chart:
incubator/couchdb
stable/couchdb
What happened:
When you try to deploy the chart on k8s 1.16, you get an error
Error: validation failed: unable to recognize "": no matches for kind "StatefulSet" in version "apps/v1beta2"
What you expected to happen:
It should deploy successfully.
How to reproduce it (as minimally and precisely as possible):
Try deploying the chart on k8s 1.16.
Minikube 1.4.0 can be used to reproduce this issue.
Anything else we need to know:
https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
The text was updated successfully, but these errors were encountered: