Mike

Results 68 comments of Mike
trafficstars

> We use `hostNetwork:true` flag to avoid network virtualization overhead for high throughput use cases. Also we connect to PD and TiKV cluster from a client which is located on...

basic-tidb-0 1/2 Running 0 88m basic-tidb-1 1/2 Running 0 82m This is because the tidb pod is not ready yet, the initializer will execute after the tidb ready.

Do you mean that the operator needs to support some tasks which wrap some operations of pd-ctl?

We recommend using yaml instead of helm to install the cluster, ref: https://github.com/pingcap/tidb-operator/tree/master/examples.

I can finish PO feature and i can do #2929 firstly. I have a question about other cluster join current cluster by specify discovery url. Should the domain systems of...

I go to complete other issues, this pr is left to others to do.

Operator upgrade will cause tidbmonitor to restart. I think this effect is okay.

官方文档中用的是c#中的ASP模板渲染的。所以我写了一个前端渲染的脚本。 具体步骤: 1. 你要安装好node 2. 安装 gulp * npm install -g cnpm --registry=https://registry.npm.taobao.org * npm install -g gulp 3. 然后执行gulp, 会把所有html输出到dist目录下。 你可以参考gulp.js脚本