@@ -383,9 +383,9 @@ After reverting the template, you must also delete any Pods that StatefulSet had
383
383
already attempted to run with the bad configuration.
384
384
StatefulSet will then begin to recreate the Pods using the reverted template.
385
385
386
- # # Revision History for StatefulSets
386
+ # # Revision history
387
387
388
- ControllerRevisions are Kubernetes objects used by controllers, such as the StatefulSets controller, to track historical configuration changes.
388
+ ControllerRevision is a Kubernetes API resource used by controllers, such as the StatefulSet controller, to track historical configuration changes.
389
389
390
390
StatefulSets use ControllerRevisions to maintain a revision history, enabling rollbacks and version tracking.
391
391
@@ -400,7 +400,7 @@ When you update a StatefulSet's Pod template (`spec.template`), the StatefulSet
400
400
401
401
# ### Key Properties
402
402
403
- ControllerREvision key properties and other details can be checked [here](docs/reference/kubernetes-api/workload-resources/controller-revision-v1/)
403
+ ControllerRevision key properties and other details can be checked [here](/ docs/reference/kubernetes-api/workload-resources/controller-revision-v1/)
404
404
405
405
---
406
406
@@ -469,9 +469,9 @@ kubectl get controllerrevision/webapp-3 -o yaml
469
469
470
470
# #### Avoid
471
471
472
- - Manual edits to ControllerRevision objects
473
- - Using revisions as a backup mechanism (use actual backup tools)
474
- - Setting `revisionHistoryLimit : 0` (disables rollback capability)
472
+ - Manual edits to ControllerRevision objects.
473
+ - Using revisions as a backup mechanism (use actual backup tools).
474
+ - Setting `revisionHistoryLimit : 0` (disables rollback capability).
475
475
476
476
# # PersistentVolumeClaim retention
477
477
0 commit comments