when going from docker-compose to kube manifest with kompose.
https://github.com/kubernetes/kompose
it decorates the manifest with the following annotation:
annotations = {
"kompose.cmd" = "kompose --file docker-compose.yml convert"
"kompose.version" = "1.35.0 (9532ceef3)"
}
probably a flag toggle for it would be great