You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, we store the pod revision as an annotation on the HumioCluster CR, but we should not store any content like this on the metadata/spec parts of the custom resource.
If we must store it on the HumioCluster object, we could move it to HumioClusterStatus somewhere. Maybe just extend NodePoolStatus to include the pod revision.
The text was updated successfully, but these errors were encountered:
SaaldjorMike
changed the title
Refactor where we store pod revision
Refactor where pod revision is stored
Aug 8, 2024
Also, we should find a better solution to storing alert/action/etc ID's than the current solution that stores it as an annotation where it may conflict with whatever sync'ing the desired state into the k8s objects. No longer needed once #843 is merged. The pod revision ID is still an issue though.
Today, we store the pod revision as an annotation on the HumioCluster CR, but we should not store any content like this on the metadata/spec parts of the custom resource.
If we must store it on the HumioCluster object, we could move it to HumioClusterStatus somewhere. Maybe just extend NodePoolStatus to include the pod revision.
The text was updated successfully, but these errors were encountered: