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

In the generated docs, links for map types like `map[string]*planetscale.dev/vitess-operator/pkg/apis/planetscale/v2.VitessClusterCellStatus` are broken. We probably need to contribute a patch to the `gen-crd-api-reference-docs` tool we use, to teach it to handle...

The deploy/example.yml has 2 parts in the keyspace it's creating but the VSchema is just created as an empty `{ }`. I think this is causing problems as I was...

We should get some intro docs started, and publish the generated CRD API reference docs. Probably on Netlify?

Weekly Vitess dependency upgrade running on a cron schedule

How to use code-generator to generate static-like APIS for users to use? such as https://github.com/kubernetes/sample-controller/tree/master/pkg/generated/clientset/versioned

question

During the release of `v2.8.0-rc1` with @rsajwani and @GuptaManan100 we thought that the release script was not producing enough verbose. This PR fixes that.

Backport to: release-2.7
Backport to: release-2.8

Hello! https://github.com/planetscale/vitess-operator/blob/1aef31a78a616069f7fb31d9aefd5e396de474a7/pkg/controller/vitessshard/reconcile_disk.go#L27 I think that something needs to be re-jigged here, it looks like if you have your update strategy set to external, you can change storage to be immediate...

This PR updates the AWS and GCP quickstarts with a more up-to-date version of the doc.

Hello VTOp folks I need to be able to set the path style / ability to skip ssl verify for the vtbackup-init container, right now I believe that the flags...

We have an issue in our vitess operator deployment. We are running vitess/lite:v12.0.0-mysql80. I added in the operator two sidecar containers and two extra volume to the gateway section. It...