Nilanjan Roy
Nilanjan Roy
Hi, After successfully defining the client object when I run client.machines it throws me a No method error. But I can find the leader using client.leader `[10] pry(main)> client.machines NoMethodError:...
Hi, I am trying to import the [crds](https://github.com/VictoriaMetrics/operator/releases/download/v0.39.1/crd.yaml) in my [cdk8s](https://cdk8s.io/) project using cdk8s import command `cdk8s import crd.yaml` > Reference: [cdk8s import](https://cdk8s.io/docs/latest/cli/import/#kubernetes-apis) But its failing with below error ```...
I have enabled profiling for both the primary and secondary mongodb (we are using replica set). Profiling level being 2 (that is profiling all queries). But only those queries executed...