This message was deleted.
# fleet
a
This message was deleted.
b
If it patches the deployment or daemonset object with git, but that results in no change, k8s doesn't kick off a new deployment afaik
You'd have to use
kubectl rollout
or something to kick off a new deployment.
or change an image tag...
etc.
f
Yeah I was thinking about just changing a label or something small for now. I don't have a good ci pipeline yet for version controls. Thanks for the quick response!
b
req/limits... label or annotation with datecode...
f
Thanks! I think part of the pipeline I might just grab the container hash and toss it in as a label or something. That would be a pretty simple bash, 1 liner.