
Ultimate access to all questions.
You've created a Kubernetes engine cluster named 'project-1', which has a cluster pool named 'primary-node-pool'. You've realized that you need to increase the total number of nodes within your cluster pool from 10 to 20 to meet capacity demands. What is the correct command to change the number of nodes in your pool?
A
gcloud container clusters update project-1 --node pool 'primary-node-pool' --num-nodes 20
B
kubectl container clusters update project-1 --node pool 'primary-node-pool' --num-nodes 20
C
gcloud container clusters resize project-1 --node pool 'primary-node-pool' --size 20
D
gcloud container clusters resize project-1 --node pool 'primary-node-pool' --num-nodes 20