Skip to content

Commit 20aaa10

Browse files
authored
Apply suggestions from code review
1 parent 90c55b6 commit 20aaa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/kubernetes/how-to/manage-node-pools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This documentation provides step-by-step instructions on how to manage Kubernete
7171
- The `--delete-emptydir-data` flag is necessary if your pods use emptyDir volumes, but use this option carefully as it will delete the data stored in these volumes.
7272
- Refer to the [official Kubernetes documentation](https://kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/) for further information.
7373
5. Run `kubectl get pods -o wide` after draining, to verify that the pods have been rescheduled to the new node pool.
74-
6. [Delete the old node pool](/kubernetes/how-to/delete-node-pool/) once you confirm that all workloads are running smoothly on the new node pool.
74+
6. [Delete the old node pool](#how-to-delete-an-existing-kubernetes-kapsule-node-pool) once you confirm that all workloads are running smoothly on the new node pool.
7575

7676
## How to delete an existing Kubernetes Kapsule node pool
7777

0 commit comments

Comments
 (0)