Skip to content

Commit 364f5bb

Browse files
Update content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
Co-authored-by: Shubham <[email protected]>
1 parent 53d7647 commit 364f5bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ nodes. If you do not already have a cluster, you can create one by using
2828
network. It is used for day-to-day operations such as managing keys and values,
2929
administering the cluster, checking health, and more.
3030

31-
- `etcdutl`: This is an administration utility designed to operate directly on etcd data files, including migrating data between etcd versions, defragmenting the database, restoring snapshots, and validating data consistency. For network operations, `etcdctl` should be used.
31+
- `etcdutl`: This is an administration utility designed to operate directly on etcd data
32+
files, including migrating data between etcd versions, defragmenting the database,
33+
restoring snapshots, and validating data consistency. For network operations, `etcdctl`
34+
should be used.
3235

3336
For more information on `etcdutl`, you can refer to the [etcd recovery documentation](https://etcd.io/docs/v3.5/op-guide/recovery/).
3437

0 commit comments

Comments
 (0)