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

## Description We should be updating the documentation around the release process of VTop

documentation

We need to put up a doc on how rolling updates work with the operator. In the meantime, here is at least a dump of some discussion from Slack: >...

Hi all, we happen to use `imagePullSecrets` in our namespaces. If we deploy the operator and any `VitessCluster`, e.g. the `101_initial_cluster.yaml`, the vttablet pods get restarted over and over again....

If a primary vttablet is shutting down, it could be nice to run a `PlannedReparentShard` command. It could occurs in multiple scenario where the user may or may not be...

We should bump the version of the vitess images used in the upgrade-downgrade tests once we release v14 GA. This task and the bump required for RC's (https://github.com/planetscale/vitess-operator/pull/270) should be...

We run a big Vitess (vitess_version: v13.0.0) cluster with the operator (operator:v2.6.0), with semi_sync enabled and with NO --restore_from_backup flag. When we do config change to vttablet, the operator will...

Right now we have operator `v2.6.*` with vitess `v12.0.*` and `v2.7.*` also with vitess `v12.0.*`. We should change it to `v2.6.*` - Vitess `v12.0.*` and `v13.0.*` `v2.7.*` - Vitess `v14.0.*`...

Sets the resource requirements on each of the default vttablet init containers to the same request and limit values as the vttablet container itself. This fixes the issue reported in...

i use vitess-operator. there is problem with etcd from logs ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 29s default-scheduler Successfully assigned default/example-etcd-faf13de3-1 to...

Hello everyone, 😀 This as a proposal, and a place to discuss about the implementation of autoscaling and policy-driven automations for Vitess. # The general idea is to be able...