Liang Zheng

Results 120 comments of Liang Zheng

I have met similar issue in ceph v18.2.7 as discussed in https://github.com/rook/rook/discussions/15992 ceph v18.2.7 ```console root@test-node02:/# radosgw-admin zone list { "default_info": "3ee64589-076f-4ff7-b962-39696506c249", "zones": [ "object-store", "default" ] } root@test-node02:/# radosgw-admin...

> @microyahoo What version of Rook was used during those experiments? The problem might occur with a combination of Ceph v18.2.7 and a certain version of Rook (at least v1.17.1...

hi @arttor, thanks for your reminder, it indeed be related to base image, after replacing the base image of Rook and recompiling, everything returned to normal. cc @cupnes @travisn, ```diff...

> [@arttor](https://github.com/arttor) Good catch on the differing base image, thanks. > > [@microyahoo](https://github.com/microyahoo) [@cupnes](https://github.com/cupnes) To be clear: > > * This behavior is only seen in Rook v1.17 when the...

hi @pixiake, 看起来最近的 CI 错误都和我之前合入的 PR 有关系,我也尝试修改了一下 github workflow,但是没有成功,能不能帮忙修复一下 CI 的问题,顺便帮忙 review 一下 PR,谢谢!

> @microyahoo 把这个commit合到你的分支中重新提交试试看 [91979ab](https://github.com/kubesphere/kubekey/commit/91979ab818c15b383df51f03d2ed06ad962c6e51) hi @pixiake, rebase 之后 golangci-lint 还是有点问题,能帮忙再看一下吗?谢谢

Hi @MinerYang, yes, we set same private key like below. ```yaml apiVersion: apps/v1 kind: Deployment metadata: annotations: deployment.kubernetes.io/revision: "18" meta.helm.sh/release-name: harbor-server meta.helm.sh/release-namespace: harbor-server reloader.stakater.com/auto: "true" creationTimestamp: "2024-02-29T02:24:10Z" generation: 20 labels:...