Restarting Policies
Last updated
Was this helpful?
Last updated
Was this helpful?
When starting pods, different restart policies can be set for them:
no - default option;
on-failure;
always;
unless-stopped;
More information can be found on this .
An example of how to start a new pod using a restart policy would be: