Skip to content

Commit 53d7647

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ nodes. If you do not already have a cluster, you can create one by using
2424

2525
`etcdctl` and `etcdutl` are command-line tools used to interact with etcd clusters, but they serve different purposes:
2626

27-
- `etcdctl`: This is the primary command-line client for interacting with etcd over a network. It is used for day-to-day operations such as managing keys and values, administering the cluster, checking health, and more.
27+
- `etcdctl`: This is the primary command-line client for interacting with etcd over a
28+
network. It is used for day-to-day operations such as managing keys and values,
29+
administering the cluster, checking health, and more.
2830

2931
- `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.
3032

0 commit comments

Comments
 (0)