You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,11 +244,9 @@ Read the blog post/tutorial: [Turn Any CLI into a Function with OpenFaaS](https:
244
244
245
245
### Private registries
246
246
247
-
* For Kubernetes
247
+
* For Kubernetes - [see here](https://docs.openfaas.com/deployment/kubernetes/#use-a-private-registry-with-kubernetes)
248
248
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)
252
250
253
251
* For Docker Swarm
254
252
@@ -263,7 +261,6 @@ If the `CI` env var is set to `true` or `1`, faas-cli change the location of the
263
261
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.
264
262
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).
265
263
266
-
267
264
### Use a YAML stack file
268
265
269
266
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
374
371
375
372
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.
376
373
377
-
378
374
### Environment variable overrides
379
375
380
376
* `OPENFAAS_TEMPLATE_URL` - to set the default URL to pull templates from
0 commit comments