mirror of https://github.com/knative/func.git
docs: add note about not supported on cluster build runtimes. (#1597)
* Add note about not supported on cluster build runtimes. * fix typo * remove quarkus from list
This commit is contained in:
parent
e3b318adff
commit
cc34d0bc83
|
@ -2,6 +2,9 @@
|
|||
|
||||
This guide describes how you can build a Function on Cluster with Tekton Pipelines. The on cluster build is enabled by fetching Function source code from a remote Git repository. Buildpacks or S2I builder strategy can be used to build the Function image.
|
||||
|
||||
> **Note**
|
||||
> Not all runtimes support on cluster builds. **Go** and **Rust** are not currently supported.
|
||||
|
||||
## Prerequisite
|
||||
1. Install Tekton Pipelines on the cluster. Please refer to [Tekton Pipelines documentation](https://github.com/tektoncd/pipeline/blob/main/docs/install.md) or run the following command:
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue