mirror of
https://github.com/containers/podman.git
synced 2025-07-03 17:27:18 +08:00
Clarify that replicas are ignored in kubernetes deployment
Replicas are ignored since https://github.com/containers/podman/pull/17082 Signed-off-by: Dan Čermák <dcermak@suse.com>
This commit is contained in:
@ -161,15 +161,15 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman
|
|||||||
|
|
||||||
## Deployment Fields
|
## Deployment Fields
|
||||||
|
|
||||||
| Field | Support |
|
| Field | Support |
|
||||||
|---------------------------------------|---------|
|
|---------------------------------------|-------------------------------------------------------|
|
||||||
| replicas | ✅ |
|
| replicas | ✅ (the actual replica count is ignored and set to 1) |
|
||||||
| selector | ✅ |
|
| selector | ✅ |
|
||||||
| template | ✅ |
|
| template | ✅ |
|
||||||
| minReadySeconds | |
|
| minReadySeconds | |
|
||||||
| strategy.type | |
|
| strategy.type | |
|
||||||
| strategy.rollingUpdate.maxSurge | |
|
| strategy.rollingUpdate.maxSurge | |
|
||||||
| strategy.rollingUpdate.maxUnavailable | |
|
| strategy.rollingUpdate.maxUnavailable | |
|
||||||
| revisionHistoryLimit | |
|
| revisionHistoryLimit | |
|
||||||
| progressDeadlineSeconds | |
|
| progressDeadlineSeconds | |
|
||||||
| paused | |
|
| paused | |
|
||||||
|
Reference in New Issue
Block a user