Liyi Meng

Results 20 issues of Liyi Meng

I see system-upgrade-controller is used for upgrading operating system as well. And curious what if OS upgrade failed, how it fallback to older version?

**Describe the problem/challenge you have** [A description of the current limitation/problem/challenge that you are experiencing.] Try to keep it simple **Describe the solution you'd like** [A clear and concise description...

backlog

### Ⅰ. Issue Description The project named, open-local, not open-lvm, it is suppose to support or local storage solution more than LVM. Consider to refact the code to make it...

### Ⅰ. Issue Description Try to use device volumeType and mount as fs. PV seem fail to mount ### Ⅱ. Describe what happened Apply a yaml file like this: ```...

## Why you need it? openlocal is a general name, while only lvm is covered, extend it to support ZFS seem to make it better deserving the name ;) lvm...

since acorn try to be easy for app developers, I am wondering if any IDE is in plan, e.g. a vscode plugin?

## Why you need it? Right now open-local use an init-job to statically configure scheduler extends, this is not convenient for some k8s distribution like k3s. I would like to...

Not sure if I am correct. I guess multus use the kubeconfig file to access the cluster resource. There are cert in the file. What if the cert get expired,...

根据这个文档 https://docs.chainmaker.org.cn/v2.1.0/html/tech/密码算法引擎.html 密码库 | 签名 | 验证 | 加密 | 解密 -- | -- | -- | -- | -- 同济库 | 3194 | 691 | 680 | 984 北大gmssl...

为什么我们需要一个额外的x509库,它可不肯应该和x509标准库。 单独的x509使得这个苦无法与很多软件兼容,比如cert-manager (https://github.com/cert-manager/cert-manager/blob/master/pkg/util/pki/csr.go#L440), 大大限制了本库的推广。 如果我们将其合并,有什么问题和难度吗?请赐教!