Cody (Xuecheng) Zhang

Results 224 comments of Cody (Xuecheng) Zhang

/test pull-e2e-kind-across-kubernetes

/test pull-e2e-kind-across-kubernetes

The above is just some warn logs, are there more logs?

but the `continue` wouldn't block reconciliation, https://github.com/pingcap/tidb-operator/blob/v1.5.1/pkg/manager/volumes/sync_volume_status.go#L79-L82

@adamtwiss have you tried to specify the config as the ".ini'/TOML format in the YAML file? our current recommended format is TOML and in fact we should update the examples...

As TiDB Operator has some defaulting logic it will update the TidbCluster object. But if we handle this defaulting logic carefully, we may avoid unnecessary updates to the object.

This is caused by the `job_name` mismatch of TidbMonitor (Prometheus) and Dashboard promQL. You can try to use `configMapRef` of TidbMonitor to mount an external ConfigMap to overwrite the default...