Exam 3V0-24.25 Topic 1 Question 81 Discussion
Actual exam question for VMware's 3V0-24.25 exam
Question #: 81
Topic #: 1
Question #: 81
Topic #: 1
A DevOps Engineer attempts to deploy a database VM using the following YAML manifest, but the kubectl apply command results in the object staying in a pending state, and kubectl get virtualmachine shows a failure condition.
# postgres-vm.yaml
apiVersion: vmoperator.vmware.com/v1alpha1
kind: VirtualMachine
metadata:
name: pg-db-01
namespace: dev-playground
spec:
className: guaranteed-xlarge
imageName: centos-8-stream-v10.ova
powerState: poweredOn
The VI Administrator checks the dev-playground namespace status:
nsx-cli> get namespace dev-playground
...
VM Service: Enabled
Assigned VM Classes:
- best-effort-small
- guaranteed-medium
Assigned Content Libraries:
- K8s-Images (Contains: centos-8-stream-v10.ova)
...
What is the root cause of the provisioning failure?
# postgres-vm.yaml
apiVersion: vmoperator.vmware.com/v1alpha1
kind: VirtualMachine
metadata:
name: pg-db-01
namespace: dev-playground
spec:
className: guaranteed-xlarge
imageName: centos-8-stream-v10.ova
powerState: poweredOn
The VI Administrator checks the dev-playground namespace status:
nsx-cli> get namespace dev-playground
...
VM Service: Enabled
Assigned VM Classes:
- best-effort-small
- guaranteed-medium
Assigned Content Libraries:
- K8s-Images (Contains: centos-8-stream-v10.ova)
...
What is the root cause of the provisioning failure?
Suggested Answer: D Vote an answer
by Colby at Jul 23, 2026, 05:49 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).