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:
Dan Čermák
2023-02-27 08:15:34 +01:00
parent 8f95a50d49
commit 6d352dc0ba

View File

@ -161,15 +161,15 @@ Note: **N/A** means that the option cannot be supported in a single-node Podman
## Deployment Fields
| Field | Support |
|---------------------------------------|---------|
| replicas | ✅ |
| selector | ✅ |
| template | ✅ |
| minReadySeconds | |
| strategy.type | |
| strategy.rollingUpdate.maxSurge | |
| strategy.rollingUpdate.maxUnavailable | |
| revisionHistoryLimit | |
| progressDeadlineSeconds | |
| paused | |
| Field | Support |
|---------------------------------------|-------------------------------------------------------|
| replicas | ✅ (the actual replica count is ignored and set to 1) |
| selector | ✅ |
| template | ✅ |
| minReadySeconds | |
| strategy.type | |
| strategy.rollingUpdate.maxSurge | |
| strategy.rollingUpdate.maxUnavailable | |
| revisionHistoryLimit | |
| progressDeadlineSeconds | |
| paused | |