Skip to content

Commit 9453999

Browse files
committed
doc update
1 parent 9a152e5 commit 9453999

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

docs/content/docs/custom-resource/job-management.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ Supported values: `stateless`, `savepoint`, `last-state`
8484

8585
The `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
158154
There are cases when users would like to restart the Flink deployments to deal with some transient problem.

docs/content/docs/custom-resource/overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ COPY flink-hadoop-fs-1.19-SNAPSHOT.jar $FLINK_PLUGINS_DIR/hadoop-fs/
215215

216216
Alternatively, if you use helm to install flink-kubernetes-operator, it allows you to specify a postStart hook to download the required plugins.
217217

218-
### Limitations
219-
220-
- Last-state upgradeMode is currently not supported for FlinkSessionJobs
221-
222218
## Further information
223219

224220
- [Snapshots]({{< ref "docs/custom-resource/snapshots" >}})

0 commit comments

Comments
 (0)