mirror of
https://github.com/containers/podman.git
synced 2025-07-22 13:25:25 +08:00
Merge pull request #17636 from dcermak/fix-replicas-doc
Remove replicas field from kubernetes deployment support doc
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
|
||||
|
||||
| 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 | |
|
||||
|
Reference in New Issue
Block a user