Merge pull request #22318 from tengqm/fix-19996

Fix pages that reference removed API groups
This commit is contained in:
Kubernetes Prow Robot
2020-07-26 19:38:18 -07:00
committed by GitHub
9 changed files with 7 additions and 37 deletions
@@ -1155,10 +1155,6 @@ created Pod should be ready without any of its containers crashing, for it to be
This defaults to 0 (the Pod will be considered available as soon as it is ready). To learn more about when
a Pod is considered ready, see [Container Probes](/docs/concepts/workloads/pods/pod-lifecycle/#container-probes).
### Rollback To
Field `.spec.rollbackTo` has been deprecated in API versions `extensions/v1beta1` and `apps/v1beta1`, and is no longer supported in API versions starting `apps/v1beta2`. Instead, `kubectl rollout undo` as introduced in [Rolling Back to a Previous Revision](#rolling-back-to-a-previous-revision) should be used.
### Revision History Limit
A Deployment's revision history is stored in the ReplicaSets it controls.