Skip to content

Commit

Permalink
Merge pull request containers#17636 from dcermak/fix-replicas-doc
Browse files Browse the repository at this point in the history
Remove replicas field from kubernetes deployment support doc
  • Loading branch information
openshift-merge-robot authored Feb 28, 2023
2 parents a5895e3 + 6d352dc commit 4b93662
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/kubernetes_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |

0 comments on commit 4b93662

Please sign in to comment.