I'm encountering an issue with a VM reservation in Google Cloud not being utilized by a Kubernetes cluster node, even though they are in the same zone. Below are the details of my setup:
I have verified the following:
I am unsure why the reservation is not being applied to the node in the same zone and would appreciate any guidance on what might be causing this issue or any additional checks I should perform.
Thank you for your help!
Solved! Go to Solution.
Hi @yohann84L,
Welcome to the Google Cloud Community!
Please check if the --reservation-affinity
flag of the VM is configured properly. You may follow this documentation. Also, consider whether proper taints and tolerations are configured.
Please let me know if that was helpful. Thank you! 😃
Hi @yohann84L,
Welcome to the Google Cloud Community!
Please check if the --reservation-affinity
flag of the VM is configured properly. You may follow this documentation. Also, consider whether proper taints and tolerations are configured.
Please let me know if that was helpful. Thank you! 😃