This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Abnormality observed during Updation of Workers in the kubify cluster #66
Labels
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
I have setup up the cluster using Kubify. Initially, the worker type of the VM's were m4.large y default and the Master nodes were 3, Worker nodes were 10.
We want the vm types to be m4.4xlarge. I updated the file- https://github.com/gardener/kubify/blob/master/modules/vms/versions.tf with the vm type as m4.4xlarge and increased the worker nodes to 12.
Executed
terraform init variant
,terraform plan variant
andterraform apply varaint
, After that checked, 2 nodes of master and 2 nodes of worker were created with m4.4xlarge and the remaining 1 master node and 10 nodes were still of the type m4.large.Ideally, all the master and worker nodes should of type m4.4xlarge as per the configuration. But thats not happening. Kindly check. Thanks !
The text was updated successfully, but these errors were encountered: