Skip to content

Commit 5ef519f

Browse files
committed
fix: Updated v2 API to API v2 for consistency
Signed-off-by: Wendy Ha <[email protected]>
1 parent d1fa620 commit 5ef519f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/v3.4/how-to-migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Before running the migration, stop your etcd node to ensure data consistency.
5656

5757
- Step 3: Run the migration tool to convert v2store to v3store
5858

59-
Switch to v3 API and use `etcdctl migrate` command to transform the v2store data into v3store. Please review the deprecation alert on top of the page, you must use etcdctl v3.4 or earlier to be able to perform this command.
59+
Switch to API v3 and use `etcdctl migrate` command to transform the v2store data into v3store. Please review the deprecation alert on top of the page, you must use etcdctl v3.4 or earlier to be able to perform this command.
6060

6161
```sh
6262
export ETCDCTL_API=3
@@ -71,7 +71,7 @@ Repeat steps 2–4 for each etcd node one at a time in your cluster.
7171

7272
- Step 5: Confirm the key is now stored in v3store
7373

74-
Use the v3 API to check:
74+
Use the API v3 to check:
7575

7676
```sh
7777
etcdctl --endpoints=$ENDPOINTS get /foo

0 commit comments

Comments
 (0)