This repository was archived by the owner on May 28, 2021. It is now read-only.

Description
Iam using k8s cluster v1.16. Tried installing mysql operator and the cluster. The operator is throwing the below error
E0922 14:47:54.316492 1 reflector.go:205] github.com/oracle/mysql-operator/vendor/k8s.io/client-go/informers/factory.go:87: Failed to list *v1beta1.StatefulSet: the server could not find the requested resource I0922 14:47:55.316767 1 reflector.go:240] Listing and watching *v1beta1.StatefulSet from github.com/oracle/mysql-operator/vendor/k8s.io/client-go/informers/factory.go:87 E0922 14:47:55.318158 1 reflector.go:205] github.com/oracle/mysql-operator/vendor/k8s.io/client-go/informers/factory.go:87: Failed to list *v1beta1.StatefulSet: the server could not find the requested resource
Which i think is because apps/v1beta1 statefullsets where depreciated in k8s 1.16. https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
Iam able to install the operator along with the service account, role binding and cluster via https://github.com/oracle/mysql-operator/blob/master/docs/tutorial.md
But there are no running pods for mysql. Could anybody help me out with this??