Goend

Results 22 comments of Goend

Because etcd has high requirements on the performance of the disk, on a disk, I am worried that other programs will affect it.And in our environment, we will give the...

This is a feature so I haven't tested it. The etcd community document recommends the use of ssd disk. We only need to support user disk mounting. As for how...

I think step 2 is too hard to achieve, so it should be implemented by users themselves

Since we don't know how the user wants to init the disk and how many disk, we should probably be more general and not just consider etcd, since I don't...

Here are some ideas for etcd data disks in capi https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20200423-etcd-data-disk.md

``` 1,使用cfssl 创建证书 ca证书 cat > ca-config.json

@payall4u 你好 请教下这个问题最终有破坏性不那么强的解决方式么?我看他们说的都是清空containerd的数据

@cardyok 因此 你的建议是在磁盘扩容之后 对数据进行清理来重建boltdb 和别的,是这样么? 但我始终觉得这不是一个应该由用户去清理数据解决的问题 在磁盘扩容后 containerd应该正常运行才对