Skip to content

Commit 81b166a

Browse files
committed
Update docs for private registries
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c9d284d commit 81b166a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,9 @@ Read the blog post/tutorial: [Turn Any CLI into a Function with OpenFaaS](https:
244244

245245
### Private registries
246246

247-
* For Kubernetes
247+
* For Kubernetes - [see here](https://docs.openfaas.com/deployment/kubernetes/#use-a-private-registry-with-kubernetes)
248248

249-
Create a named image pull secret and add the secret name to the `secrets` section of your YAML file or your deployment arguments with `--secret`.
250-
251-
Alternatively you can assign a secret to the node to allow it to pull from your private registry. In this case you do not need to assign the secret to your function.
249+
* For faasd - [see here](https://github.com/openfaas/faasd)
252250

253251
* For Docker Swarm
254252

@@ -263,7 +261,6 @@ If the `CI` env var is set to `true` or `1`, faas-cli change the location of the
263261
This is really useful when running faas-cli as a container image. The recommended image type to use in a CI environment is the root variant, tagged with `-root` suffix.
264262
CI environments like Github Actions require you to use Docker images having a root user. Learn more about it [here](https://docs.github.com/en/free-pro-team@latest/actions/creating-actions/dockerfile-support-for-github-actions#user).
265263

266-
267264
### Use a YAML stack file
268265

269266
Read the [YAML reference guide in the OpenFaaS docs](https://docs.openfaas.com/reference/yaml/).
@@ -374,7 +371,6 @@ When SealedSecrets is installed by ofc-bootstrap
374371

375372
The [scripts/export-sealed-secret-pubcert.sh](https://github.com/openfaas-incubator/ofc-bootstrap/blob/master/scripts/export-sealed-secret-pubcert.sh) does everything automatically.
376373

377-
378374
### Environment variable overrides
379375

380376
* `OPENFAAS_TEMPLATE_URL` - to set the default URL to pull templates from

0 commit comments

Comments
 (0)