You create a Deployment with 2 replicas in a Google Kubernetes Engine cluster that has a single preemptible node pool. After a few minutes, you use kubectl to examine the status of your Pod and observe that one of them is still in Pending status: What is the most likely cause?
$ kubectl get pods -l app=myapp
NAME READY STATUS RESTARTS AGE
myapp-deployment-58ddbbb995-lpb6m 0/1 Pending 0 9m
myapp-deployment-58ddbbb995-qjpkg 1/1 Running 0 9m