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

Ran into issues running on Kubernetes 1.22 with CRD API versions. Linking https://github.com/vitessio/vitess/issues/8756 here in case it it helpful -- this issue outlines information and solutions

Following the discussion on Slack https://vitess.slack.com/archives/C0PQY0PTK/p1635093608043400. vtctld is clearly missing the backup parameters like --s3_backup_aws_endpoint=s3.endpoint.com.

This adds standalone license scanning to this repository.

I have a (test) operator cluster YAML that has a keyspace section looking like this: ``` keyspaces: - name: main partitionings: - equal: parts: 2 shardTemplate: databaseInitScriptSecret: name: example-cluster-config key:...

bug

…rence the resized volume need to be restarted. Kubernetes v1.11 also introduces an alpha feature called online file system expansion. This feature enables file system expansion while a volume is...

hi, We use EKS+ EBS CSI. When the cluster has more shards (there are more EBS attached), when we expand EBS, due to CSI efficiency issues, many PVs are in...

We recently merged the k8s topology into Vitess. This allows Vitess to run without requiring a dedicated topology service. It's actually so useful that it's the default for the 2.X...

Hey, I have the following problem: I want to run the vitess-operator in the namespace "operators-vitess-operator" which works. What doesn't work is to use the 101_initial_cluster.yaml and to deploy the...

#### Overview of the Issue Unable to see backup restored when recreating a deleted kube cluster #### Reproduction Steps Steps to reproduce this issue, example: 1. Deploy the following `cluster...

I added tolerations to dashboard but I found that there is no option to add toleration to vtgate, etcd etc in vitessCluster CRD. Is there any other way to add...