TKGm 2.5.1
When manually editing the cluster resources, the controllers can be unable to reconcile the changes and resources can become stuck.
kubectl -n capv-system rollout restart deployment.apps/capv-controller-managerkubectl -n capi-system rollout restart deployment.apps/capi-controller-managerkubectl edit machine -n <namespace> <name>finalizers:- machine.cluster.x-k8s.io
Using the tanzu cluster scale command is the recommended method for workload cluster scaling, as it ensures the controllers handle the full lifecycle.
Direct edits to cluster resources may bypass automated reconciliation, leading to inconsistencies.