pulsar-resources-operator icon indicating copy to clipboard operation
pulsar-resources-operator copied to clipboard

Pulsar Resources conditions observed generation is not updated.

Open MarvinCai opened this issue 4 years ago • 0 comments

seems the version of k8s.io/apimachinery we're using (v0.19.2) is not updating condition's observedGeneration field, which make it inconsistent with the status.observedGeneration, it's updated in v0.20, should update when possible to fix it: https://github.com/kubernetes/kubernetes/blob/v1.20.1/staging/src/k8s.io/apimachinery/pkg/api/meta/conditions.go#L54

MarvinCai avatar Dec 13 '21 02:12 MarvinCai