Skip to content

Commit 03bdf1e

Browse files
committed
docs: add missing label
1 parent 8289ad4 commit 03bdf1e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/howto/filesystem-management/data-transfer-external.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ Run this section on the destination cluster.
108108
```bash
109109
kubectl -n <DEST-HUB> get service/openssh-service
110110
```
111-
(migrate-external:setup-src)=
111+
112+
(migrate-external:setup-src)=
113+
112114
## Setting up the source server
113115

114116
```{important}
@@ -215,7 +217,7 @@ Now that we've cordoned off the storage, we can repeat the step performed in [](
215217

216218
After copying the files between disks, we now can tear down the migration deployments.
217219

218-
1. First, delete the service created in [](migrate-external:create-ingress) by running the following in the destination hub context:
220+
1. First, delete the service created in [an earlier step](migrate-external:create-ingress) by running the following in the destination hub context:
219221
```shell
220222
kubectl -n <DST-HUB> delete service/openssh-service
221223
```

0 commit comments

Comments
 (0)