Hi everybody. Is there a way to get a plain Pod de...
# kubernetes
i
Hi everybody. Is there a way to get a plain Pod deployment to fail if the container fails to start or exits on start? I've tried setting
restartPolicy*:* 'Never'
but the up command still hangs, even beyond the 10 minute default timeout This is for a local dev environment, so it would be great to bring any startup failures into the CLI for immediate feedback