Skip to content

Commit 0c34e62

Browse files
LucasRoesleralexellis
authored andcommitted
Add clarity around the phrase pull request
Signed-off-by: Lucas Roesler <[email protected]>
1 parent 29dedc9 commit 0c34e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ To enable SSL while using Helm, try one of the following references:
211211
If you are using a hosted private Docker registry ([Docker Hub](https://hub.docker.com/), or other),
212212
in order to check how to configure it, please visit the Kubernetes [documentation](https://kubernetes.io/docs/concepts/containers/images/#using-a-private-registry).
213213
214-
If you try to deploy using `faas-cli deploy` it will fail because the Kubernetes kubelet component will not have credentials to authorize the pull request.
214+
If you try to deploy using `faas-cli deploy` it will fail because the Kubernetes kubelet component will not have credentials to authorize the docker image pull request.
215215
216216
Once you have pushed an image to a private registry using `faas-cli push` follow the instructions below to either create a pull secret that can be referenced by each function which needs it, or create a secret for the ServiceAccount in the `openfaas-fn` namespace so that any functions which need it can make use of it.
217217

0 commit comments

Comments
 (0)