We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4776a5d commit 961eb4dCopy full SHA for 961eb4d
examples/operator/101_initial_cluster.yaml
@@ -15,7 +15,7 @@ spec:
15
vtbackup: vitess/lite:latest
16
vtorc: vitess/lite:latest
17
mysqld:
18
- mysql80Compatible: vitess/lite:latest
+ mysql80Compatible: mysql:8.0.30
19
mysqldExporter: prom/mysqld-exporter:v0.11.0
20
cells:
21
- name: zone1
tools/get_kubectl_kind.sh
@@ -28,7 +28,7 @@ ln -sf "kubectl-${KUBE_VERSION}" kubectl
28
if ! command -v kind &> /dev/null
29
then
30
echo "Downloading kind..."
31
- curl -L https://kind.sigs.k8s.io/dl/v0.12.0/kind-linux-amd64 > "kind"
+ curl -L https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64 > "kind"
32
chmod +x "kind"
33
echo "Installed kind"
34
else
0 commit comments