leonp-c
leonp-c
**What happened: Registering a CRD with: ``` subresources: scale: labelSelectorPath: .status.selector specReplicasPath: .spec.replicas statusReplicasPath: .status.replicas status: {} ``` is not registered in k8s. after testing from command line using `kubectl...
**What happened: Registering a CRD with: subresources: scale: labelSelectorPath: .status.selector specReplicasPath: .spec.replicas statusReplicasPath: .status.replicas status: {} is not registered in k8s. after testing from command line using kubectl get crd...