Runtime
Start, restart, and stop
Use runtime controls intentionally and understand the difference between operator actions and unexpected failures.
1. Stop is an intentional lifecycle action and should not be treated as a crash
Stop is an intentional lifecycle action and should not be treated as a crash.
2. Start or Restart can be used when the dashboard exposes those controls for the workload state
Start or Restart can be used when the dashboard exposes those controls for the workload state.
3. After a runtime action, verify the resulting state and application logs rather than relying only on the button response
After a runtime action, verify the resulting state and application logs rather than relying only on the button response.