Merge pull request #17636 from dcermak/fix-replicas-doc

Remove replicas field from kubernetes deployment support doc
This commit is contained in:
OpenShift Merge Robot
2023-02-28 14:48:40 +01:00
committed by GitHub

View File

@ -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 | |