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

We should be able to support major MySQL version upgrade in the vitess-operator. https://github.com/planetscale/vitess-operator/pull/361 adds support for minor version upgrades. The issue with doing a major version upgrade lies in...

README.md has a link to the documentation about CRD APIs implemented by the operator. https://github.com/planetscale/vitess-operator/blob/847bdc331c6e4976cf610d91ace78d1bf14fe9ba/README.md?plain=1#L8 But the last time when this API document was updated was [Aug 31, 2021](https://github.com/planetscale/vitess-operator/commit/f9993922ff84e703b4aa39cd11e83ea09ed5f43d). So,...

The documentation does not have anything about the `vtadmin` spec for the operator. I am just going off of what I see in the examples currently.

documentation

### Description The bug is that the [Deployment vitess-operator](https://github.com/planetscale/vitess-operator/blob/main/deploy/operator.yaml) in the manifests has too much RBAC permissions than it needs. The service account of `vitess-operator` is bound to a role([role.yaml](https://github.com/planetscale/vitess-operator/blob/main/deploy/role.yaml))...

Is there any intent to wrap these manifests into a helm chart? If there is none, would there be any interest in me creating a helm chart version that could...

We deploy VTAdmin using the vitess-operator and make it accessible using an authenticated proxy. In order for it to work, we need the frontend to send the user's HTTP Cookie...

according to this change https://github.com/vitessio/vitess/pull/4200/files i believe s3_backup_force_path_style is needed to get backup to minio working. hwoever, the CRD doesnt have that option in S3BackupLocation

Hi, does Vitess operator offer some kind of balancing/rebalancing primary vttablet deployment? Something like anti-affinty for pods etc.. To minimize the chance of the high-severity failures: Primaries should be evenly...

enhancement

Hi all, can you publish aarch64 images please 🙏