Oded Viner

Results 18 comments of Oded Viner

Same issue on RHEL8 with python3.8 ```$ black XYZ.py Objects/typeobject.c:5260: PyType_Ready: Assertion "type->tp_call != ((void *)0)" failed Enable tracemalloc to get the memory block allocation traceback object address : 0x10cb250...

I want to work on this issue. I need to know the relevant commands

@subhamkrai @yati1998 can please review the PR?

> LGTM, just wanted to check if you have tried it out with a problematic cluster @yati1998 I tested it locally by replacing `"info"` with `"info1"`: https://github.com/rook/kubectl-rook-ceph/pull/399#discussion_r2455030006

Reproduce the issue on machine: ``` 1.Create a simple object store named my-store: apiVersion: ceph.rook.io/v1 kind: CephObjectStore metadata: name: my-store namespace: rook-ceph spec: metadataPool: replicated: size: 1 dataPool: replicated: size:...

@acornett21 done https://github.com/kubernetes-sigs/kubebuilder/issues/4222

**Reproduce the issue on my local machine:** ``` 1.Create a cluster: $ minikube start --disk-size=10g --extra-disks=1 --driver=qemu2 2.Create resources and opertor with my private image $ cd deploy/examples/ $ kubectl...

> Makes sense, feel free to open a PR > > (cc @chrischdi just fyi) https://github.com/kubernetes-sigs/controller-tools/pull/1081