Can't the skipAwait annotations be used to ignore ...
# kubernetes
s
Can't the skipAwait annotations be used to ignore the status of a deployment? Seems to not work the way we expect it to 🤔 Some context: We would like to just configure a deployment but ignore if it ends up crash looping. From our PoV the deployment is configured correctly, so we don't care if it starts crash looping. Is it maybe a possibility to explicitly ignore the status?
g
skipAwait should do what you’re asking. Can you post the Deployment code snippet you’re using?
s
@gorgeous-egg-16927 the problem was caused by me 🙂 Everything works as it should
🎉 1