@@ -84,13 +84,13 @@ Supported values: `stateless`, `savepoint`, `last-state`
8484
8585The ` upgradeMode ` setting controls both the stop and restore mechanisms as detailed in the following table:
8686
87- | | Stateless | Last State | Savepoint |
88- | ------------------------| ------------------------- | -------- ------------------------------------| ----------------------------------------|
89- | Config Requirement | None | Checkpointing & HA Enabled | Checkpoint/Savepoint directory defined |
90- | Job Status Requirement | None | HA metadata available | Job Running* |
91- | Suspend Mechanism | Cancel / Delete | Delete Flink deployment (keep HA metadata) | Cancel with savepoint |
92- | Restore Mechanism | Deploy from empty state | Recover last state using HA metadata | Restore From savepoint |
93- | Production Use | Not recommended | Recommended | Recommended |
87+ | | Stateless | Last State | Savepoint |
88+ | ------------------------| -----------------| ------------------------------------| ----------------------------------------|
89+ | Config Requirement | None | Checkpointing Enabled | Checkpoint/Savepoint directory defined |
90+ | Job Status Requirement | None | Job or HA metadata accessible | Job Running* |
91+ | Suspend Mechanism | Cancel / Delete | Cancel / Delete (keep HA metadata) | Cancel with savepoint |
92+ | Restore Mechanism | Empty state | Use HA metadata or last cp/sp | Restore From savepoint |
93+ | Production Use | Not recommended | Recommended | Recommended |
9494
9595
9696* \* When HA is enabled the ` savepoint ` upgrade mode may fall back to the ` last-state ` behaviour in cases where the job is in an unhealthy state.*
@@ -149,10 +149,6 @@ spec:
149149 state : running
150150` ` `
151151
152- {{< hint warning >}}
153- Last state upgrade mode is currently only supported for ` FlinkDeployments`.
154- {{< /hint >}}
155-
156152### Application restarts without spec change
157153
158154There are cases when users would like to restart the Flink deployments to deal with some transient problem.
0 commit comments