FoundationDB / fdb-kubernetes-operator

A kubernetes operator for FoundationDB
Apache License 2.0
240 stars 83 forks source link

Adding separate conditions for incorrect specs and incorrect metadata #955

Closed brownleej closed 2 years ago

brownleej commented 2 years ago

We currently use the IncorrectPodSpec to reference a pod having an incorrect spec or incorrect metadata. This can lead to confusion about what the problem is, given that the name is specific about it being the spec, and the steps for updating the spec and the metadata are separate. I think it would be cleaner to have separate conditions for these things.

johscheuer commented 2 years ago

Duplicate of https://github.com/FoundationDB/fdb-kubernetes-operator/issues/611