I'm using this https://github.com/kubernetes-sigs/kubespray to create my Kubernetes cluster.
First I ran this on redhat8 in GCP(6 nodes cluster). When I execute reset.yml it is compleAnsbileted within 10 mins.
Then I ran this on redhat8 local vms(9 nodes cluster). When I execute reset.yml on local vms, It took around 2 hours.
I compared both machines CPU and RAM and both are similar. This is how some of the tasks took time.
Gather minimal facts -------------------------------------------------- 787.27s
Gather necessary facts (network) -------------------------------------- 264.21s
Gather necessary facts (hardware) ------------------------------------- 262.17s
How can check further what are the reasons caused to delay in local machine execution?