From 09eb2365196ed076206b0fe1d9ec52612bdfb024 Mon Sep 17 00:00:00 2001 From: Bob Henkel Date: Wed, 14 Aug 2019 23:25:38 -0500 Subject: [PATCH] Fix worker_preemptible spelling in GCP docs (#529) --- docs/cl/google-cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cl/google-cloud.md b/docs/cl/google-cloud.md index 15b0b25e..c1029b99 100644 --- a/docs/cl/google-cloud.md +++ b/docs/cl/google-cloud.md @@ -227,5 +227,5 @@ Check the list of valid [machine types](https://cloud.google.com/compute/docs/ma #### Preemption -Add `worker_preemeptible = "true"` to allow worker nodes to be [preempted](https://cloud.google.com/compute/docs/instances/preemptible) at random, but pay [significantly](https://cloud.google.com/compute/pricing) less. Clusters tolerate stopping instances fairly well (reschedules pods, but cannot drain) and preemption provides a nice reward for running fault-tolerant cluster systems.` +Add `worker_preemptible = "true"` to allow worker nodes to be [preempted](https://cloud.google.com/compute/docs/instances/preemptible) at random, but pay [significantly](https://cloud.google.com/compute/pricing) less. Clusters tolerate stopping instances fairly well (reschedules pods, but cannot drain) and preemption provides a nice reward for running fault-tolerant cluster systems.`