diff --git a/docs/scaling/remote-tasks/kubernetes.md b/docs/scaling/remote-tasks/kubernetes.md index b9ae91b4..b7f30aa2 100644 --- a/docs/scaling/remote-tasks/kubernetes.md +++ b/docs/scaling/remote-tasks/kubernetes.md @@ -19,7 +19,7 @@ Here are the current defaults for different resource types: * `disk`: 10240 \(10GB\) When setting `@resources`, keep in mind the configuration of your Kubernetes cluster. -Your pod will be stuck in an unschedulable state if Kubernetes is unable to provision +Your pod will be stuck in an an unschedulable state if Kubernetes is unable to provision the requested resources. Additionally, as a good measure, don't request more resources than what your workflow actually needs. On the other hand, never optimize resources prematurely.