tidb-operator
tidb-operator copied to clipboard
TiDB operator creates and manages TiDB clusters running in Kubernetes.
### What problem does this PR solve? Close #4393 ### What is changed and how does it work? * create pkg `pkg/manager/member/startscript/v2`, and mv `template.go` to pkg `pkg/manager/member/startscript/v1` * separate...
## Bug Report **What version of TiDB Operator are you using?** v1.3.5 TidbCluster kind v6.1.0 **What did you do?** I try to perform local reads using Stale Reads described in...
Hello, I've deployed tidb with this script, aligned with the documentation, on a k8s instance v1.22.1 ``` #!/bin/bash CRD_VERSION="v1.3.6" CHART_VERSION="v1.3.6" NS="tidb-admin" kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/${CRD_VERSION}/manifests/crd.yaml helm repo add pingcap https://charts.pingcap.org/...
### What problem does this PR solve? ### What is changed and how does it work? ### Code changes - [x] Has Go code change - [ ] Has CI...
### What problem does this PR solve? Ref #4645 ### What is changed and how does it work? this pr update `backup` and `restore` crd. ### Code changes - [x]...
Signed-off-by: Zheming Li ### What problem does this PR solve? Closes #3849 ### What is changed and how does it work? Scale in multi tikv store in one ScaleIn call....
## Feature Request **Is your feature request related to a problem? Please describe:** Currently, when use tidb-operator to deploy cluster in cross AZ environment, it's common to set the location-labels...
### What problem does this PR solve? ### What is changed and how does it work? ### Code changes - [ ] Has Go code change - [ ] Has...
Signed-off-by: Abirdcfly ### What problem does this PR solve? https://pkg.go.dev/log#Fatal > Fatal is equivalent to Print() followed by a call to os.Exit(1). So the line 33 `os.Exit(1)` useless, and it...
## Feature Request **Is your feature request related to a problem? Please describe:** Because the TiDB operator will always fetch the docker image with `{baseImage}:{spec.version}` so today users have to...