8000 feat: add controllerrevision section to Statefulset concept page · kubernetes/website@4adddde · GitHub
[go: up one dir, main page]

Skip to content

Commit 4adddde

Browse files
feat: add controllerrevision section to Statefulset concept page
Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com>
1 parent f40fb17 commit 4adddde

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,9 @@ After reverting the template, you must also delete any Pods that StatefulSet had
383383
already attempted to run with the bad configuration.
384384
StatefulSet will then begin to recreate the Pods using the reverted template.
385385

386-
## Revision History for StatefulSets
386+
## Revision history
387387

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.
389389

390390
StatefulSets use ControllerRevisions to maintain a revision history, enabling rollbacks and version tracking.
391391

@@ -400,7 +400,7 @@ When you update a StatefulSet's Pod template (`spec.template`), the StatefulSet
400400

401401
#### Key Properties
402402

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/)
404404

405405
---
406406

@@ -469,9 +469,9 @@ kubectl get controllerrevision/webapp-3 -o yaml
469469

470470
##### Avoid
471471

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).
475475

476476
## PersistentVolumeClaim retention
477477

0 commit comments

Comments
 (0)
0