Results 9 comments of chenlein

same issue: ```yaml containers: - args: - --dockerfile=/workspace/Dockerfile - --context=dir:///workspace/ - --destination=xxxx/xxx/xxx:1.0.0 - --skip-tls-verify - --verbosity=debug - --build-arg="http_proxy='http://xxxx'" - --build-arg="https_proxy='http://xxxx'" - --build-arg="HTTP_PROXY='http://xxxx'" - --build-arg="HTTPS_PROXY='http://xxxx'" image: gcr.io/kaniko-project/executor:v1.7.0 imagePullPolicy: IfNotPresent name: kaniko...

I have a similar problem ```shell [root@m-0 certs.d]# kubectl get pods -n rook-ceph -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES csi-rbdplugin-2qxpc 3/3 Running 0...

I can create pvc when my replicas of mon is set to 1 and probes are disabled.

@BlaineEXE all mons are running on the different host when the replicas is set to 3. and in this case, the osd pool can not be created. when i change...

@BlaineEXE Thanks, I'm testing on the same infrastructure,However, Everything works fine on CentOS 7.9.1810 and Ubuntu 20.04.4. I've always suspected that some kernel parameter is causing it, but can't be...

@tomastigera Yes, all nodes are connected to the same switch and VXLAN is not being used. I have set the encapsulation to None. I found in subsequent testing that the...

In response to the needs of this environment, I replaced other CSI plugin.

I encountered the same issue on version 1.13.2. Regardless of how I modify the `spec.dashboard.ssl` and `spec.dashboard.port` in the CephCluster, the logs of the MGR container consistently show `server: ssl=yes...

I believe this issue may be related to #10110. After creating and applying `/usr/lib/systemd/system/containerd.service.d/LimitNOFILE.conf`, I redeployed Rook Ceph, and everything is working fine now.