Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 5a2f87e

Browse files
mjschmidtAndres Martinez Gotor
authored and
Andres Martinez Gotor
committed
updated custom runtime documentation links (#1028)
1 parent cd1d8f9 commit 5a2f87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/runtimes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,9 @@ For the Ballerina runtime we start a [Ballerina HTTP server](../docker/runtime/b
482482

483483
The Kubeless configuration defines a set of default container images per supported runtime variant.
484484

485-
These default container images can be configured via Kubernetes environment variables on the Kubeless controller's deployment container. Or modifying the `kubeless-config` ConfigMap that is deployed along with the Kubeless controller. For more information about how to modify the Kubeless configuration check [this guide](/docs/function-controller-configuration).
485+
These default container images can be configured via Kubernetes environment variables on the Kubeless controller's deployment container. Or modifying the `kubeless-config` ConfigMap that is deployed along with the Kubeless controller. For more information about how to modify the Kubeless configuration check [this guide](https://kubeless.io/docs/function-controller-configuration/).
486486

487-
Apart than changing the configuration, it is possible to use a custom runtime specifying the image that the function will use. If you are interested in developing a new runtime from scratch (i.e. for a new language) you should follow [this guide](/docs/implementing-new-runtime). In the linked guide you can find the requirements that a new runtime should fulfill and how you can submit new runtimes to the Kubeless project.
487+
Apart than changing the configuration, it is possible to use a custom runtime specifying the image that the function will use. If you are interested in developing a new runtime from scratch (i.e. for a new language) you should follow [this guide](https://kubeless.io/docs/implementing-new-runtime/). In the linked guide you can find the requirements that a new runtime should fulfill and how you can submit new runtimes to the Kubeless project.
488488

489489
In any case, if you want to use one of the existing runtimes but you want to modify it to support a specific feature you can easily do that. The first thing is to modify the files in [`docker/runtime`](https://github.com/kubeless/kubeless/tree/master/docker/runtime) folder. For example, if we want to add the `lodash` `npm` module globally in the NodeJS runtime we can modify its [Dockerfile](https://github.com/kubeless/kubeless/tree/master/docker/runtime/nodejs/Dockerfile.8):
490490

0 commit comments

Comments
 (0)