From 2e68eb9bdc0dc99bfc741523b5559f90efa04f6d Mon Sep 17 00:00:00 2001 From: Tony Hsu Date: Wed, 1 Jul 2015 12:11:58 +0800 Subject: [PATCH] Remove extra words. --- docs/service_accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/service_accounts.md b/docs/service_accounts.md index bf8555d3c4c..b9afe1e0b0e 100644 --- a/docs/service_accounts.md +++ b/docs/service_accounts.md @@ -70,7 +70,7 @@ then you will see that a token has automatically been created and is referenced In the future, you will be able to configure different access policies for each service account. To use a non-default service account, simply set the `spec.serviceAccount` -field of a pod to the set to the name of the service account you wish to use. +field of a pod to the name of the service account you wish to use. The service account has to exist at the time the pod is created, or it will be rejected.