Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store hash to determine when pod spec changes
Comparing the desired pod spec to the current pod spec is not reliable as the spec can be mutated by k8s e.g to add volume mount for a service account or to add the default nodeselector from the namespace/cluster on OpenShift Instead store a hash of the original pod spec as an annotation and compare this to the hash of the current desired pod spec to determine if the spec has changed.
- Loading branch information