vitess-operator icon indicating copy to clipboard operation
vitess-operator copied to clipboard

Kubernetes Operator for Vitess

Results 79 vitess-operator issues
Sort by recently updated
recently updated
newest added

Work is in progress on the vitess repo to deprecate/rename/fix comments to not use oppressive terminology. As part of this, tablet_type MASTER will change to PRIMARY. On the next vitess...

I realize vtorc is beta software and this might be a feature request rather than a bug. Using _command:_ and _args:_ keywords to copy a file in the vtorc pod...

Hi thanks for the lib! I wonder whether this operator is ready for production?

Currently, the vtgate Service name has a unique, deterministic hash suffix. This was part of a strategy to avoid collisions in the multi-tenant environment for which our operator was initially...

Vitess topic described in here: https://vitess.io/docs/user-guides/configuration-advanced/authorization/ I was unable to find a description for vitess-operator to do that.

Given that the Helm chart has been deprecated I decided the operator was a better alternative. We are using Kubernetes 1.18.6 and the operator does not work in our cluster....

When updating annotations for a keyspace: ``` .... annotations: prometheus.io/path: /metrics prometheus.io/port: "15000" prometheus.io/scrape: "true" backupLocationName: gcs cell: useast4b0 dataVolumeClaimTemplate: .... ``` to remove: ``` .... annotations: prometheus.io/path: /metrics prometheus.io/scrape:...

``` as we know vitess support ceph backup, but vitess-operator does not support it. ``` reference: https://vitess.io/docs/user-guides/operating-vitess/backup-and-restore/

In opposite to other components of Vitess, it is not currently possible to set any extra labels to the pod of vbs-subcontroller. I looked into the VitessCluster spec's documentation and...

Added the following configuration to cell: ```yaml cells: - name: samplecell lockserver: etcd: createClientService: true createPDB: true createPeerService: true dataVolumeClaimTemplate: accessModes: - ReadWriteOnce dataSource: null resources: requests: storage: 20Gi image:...