Skip to content

Commit b5a7dcb

Browse files
committed
etcd-website: fix lint failed with order list
Signed-off-by: Wendy Ha <[email protected]>
1 parent d52a79a commit b5a7dcb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/v3.6/tasks/operator/how-to-migrate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ The following steps show how to migrate your etcd data from v2 to v3 using `etcd
3636

3737
### Migration Process
3838

39-
1. Set up test key using v2 API
39+
- Step 1: Set up test key using v2 API
4040

4141
```sh
4242
export ETCDCTL_API=2
4343
etcdctl --endpoints=http://$ENDPOINT set foo bar
4444
etcdctl --endpoints=http://$ENDPOINT --output="json" get foo
4545
```
4646

47-
2. Stop each etcd node (one at a time)
47+
- Step 2: Stop each etcd node (one at a time)
4848

4949
Before running the migration, stop your etcd node to ensure data consistency.
5050

51-
3. Run the migration tool
51+
- Step 3: Run the migration tool
5252

5353
Switch to API v3 and use etcdctl migrate to transform the v2 store.
5454

@@ -59,10 +59,10 @@ etcdctl --endpoints=http://$ENDPOINT migrate \
5959
--wal-dir="default.etcd/member/wal"
6060
```
6161

62-
4. Restart etcd node after migrate
62+
- Step 4: Restart etcd node after migrate
6363
Repeat steps 2–4 for each etcd node one at a time in your cluster.
6464

65-
5. Confirm the data is accessible via v3 API
65+
- Step 5: Confirm the data is accessible via v3 API
6666

6767
```sh
6868
etcdctl --endpoints=$ENDPOINTS get /foo
@@ -92,4 +92,4 @@ etcdctl --endpoints=$ENDPOINTS get /foo
9292

9393
## Visual guide for reference
9494

95-
![12_etcdctl_migrate_2016061602](https://storage.googleapis.com/etcd/demo/12_etcdctl_migrate_2016061602.gif)
95+
![12_etcdctl_migrate_2016061602](https://storage.googleapis.com/etcd/demo/12_etcdctl_migrate_2016061602.gif)

0 commit comments

Comments
 (0)