Open alfonsomunozpomer opened 2 years ago
You have to scale using kubectl edit zookeepercluster zookeeper
and change the replicas
Are there any plans to add support for kubectl scale
?
I’ve seen similar issues with rollout
:
$ kubectl rollout restart zookeepercluster zookeeper
error: no kind "ZookeeperCluster" is registered for version "zookeeper.pravega.io/v1beta1" in scheme "pkg/scheme/scheme.go:28"
Whereas restarting the cluster as a sts
works.
I can create, describe or delete ZooKeeper clusters with the operator, but I can’t scale it because
kubectl scale
says that the resource is not found. Is there anything I’m missing?Find below my simple cluster YAML and some example output. I’m running this on a GKE Autopilot cluster.