Restarting Policies
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 link.
An example of how to start a new pod using a restart policy would be:
Last updated