
Ultimate access to all questions.
How can you ensure the boot disk of a preemptible instance is persisted for re-use when provisioning it with gcloud compute instances create?
A
gcloud compute instances create [INSTANCE_NAME] --preemptible --no-boot-disk-auto-delete_
B
gcloud compute instances create [INSTANCE_NAME] --preemptible --boot-disk-auto-delete=no_
C
gcloud compute instances create [INSTANCE_NAME] --no-auto-delete_
D
gcloud compute instances create [INSTANCE_NAME] --preemptible. The flag --boot-disk-auto-delete is disabled by default._