subham rai
subham rai
Signed-off-by: subhamkrai **Description of your changes:** **Which issue is resolved by this Pull Request:** Resolves # **Checklist:** - [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in...
when running `make test` it is adding `github.com/jstemmer/go-junit-report v1.0.0 // indirect` in go mod. Signed-off-by: subhamkrai **Description of your changes:** **Which issue is resolved by this Pull Request:** Resolves #...
**Description of your changes:** using client.rookoperator instead of client.admin for running ceph commands will help debug ceph logs in finding the source of ceph commands. Closes: #10169 Signed-off-by: subhamkrai **Which...
updating canary k8s version to 1.25.0 Signed-off-by: subhamkrai **Description of your changes:** **Which issue is resolved by this Pull Request:** Resolves #10530 **Checklist:** - [ ] **Commit Message Formatting**: Commit...
updated troubleshoot doc using common issues to reference krew plugin and added krew section for osd pugre. Signed-off-by: subhamkrai **Description of your changes:** **Which issue is resolved by this Pull...
**Describe the bug** We are using these YAML ``` kubectl apply \ -f https://raw.githubusercontent.com/k8snetworkplumbingwg/whereabouts/v0.5.3/doc/crds/daemonset-install.yaml \ -f https://raw.githubusercontent.com/k8snetworkplumbingwg/whereabouts/v0.5.3/doc/crds/ip-reconciler-job.yaml \ -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/v0.5.3/doc/crds/whereabouts.cni.cncf.io_ippools.yaml \ -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/v0.5.3/doc/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml ``` to install multus and configure the...
In 1.12, we don't csi settings in cephcluster cr and this is causing smoke and helm test to fail. **Checklist:** - [ ] **Commit Message Formatting**: Commit titles and messages...
earlier, we were only checking the specs of networkFence to see if unfencing is done before proceeding with deletion but we should also check the status of networkFence before proceeding...
**Is this a bug report or feature request?** * Feature Request Add CEL rules to all the CRD similar to their webhooks rules removed in #13261. CEL rules are added...
**Is this a bug report or feature request?** * Bug Report Originally posted https://github.com/rook/rook/pull/13281#discussion_r1409591571 OSD removal code needs to be refactored https://github.com/rook/rook/blob/a19860bab0566f4d7c31170aa9191eed02a4c4cc/pkg/daemon/ceph/osd/remove.go#L89-L118 **Deviation from expected behavior:** **Expected behavior:** **How to...