You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running vitess tutorial on k3s use kubernetes tutorial
Reproduction Steps
I just running helm on k3s and I have meet two different performance.(I have changed apiVersion to apps/v1)
First: helm install ../../helm/vitess/ -g -f 101_initial_cluster.yaml may be failed about job commerce-apply-schema-initial
NAME COMPLETIONS DURATION AGE
commerce-apply-vschema-initial 1/1 54s 6m31s
commerce-apply-schema-initial 0/1 6m31s 6m31s
zone1-commerce-0-init-shard-master 1/1 74s 6m31s
Second:
when I run `` helm upgrade $release ../../helm/vitess/ -f 203_vertical_split.yaml. vtworker-vertical-split job does not work.
Since The document say it may be failed and I can restart the job. I think the job can set always restart, and I can't debug.
Overview of the Issue
running vitess tutorial on k3s use kubernetes tutorial
Reproduction Steps
I just running helm on k3s and I have meet two different performance.(I have changed apiVersion to apps/v1)
First:
helm install ../../helm/vitess/ -g -f 101_initial_cluster.yaml
may be failed about jobcommerce-apply-schema-initial
Second:
when I run ``
helm upgrade $release ../../helm/vitess/ -f 203_vertical_split.yaml
. vtworker-vertical-split job does not work.Since The document say it may be failed and I can restart the job. I think the job can set always restart, and I can't debug.
Binary version
The text was updated successfully, but these errors were encountered: