func
func copied to clipboard
Knative Functions client API and CLI
Our primary repository's automation is flaky, has several actions with overlapping functionality, and local make targets have diverged from those run in CI. In general we should probably: - [...
### Summary We would like to persist the value of `--remote`, but it clearly does not belong where other persisted values do: on the Function struct. The remote setting should...
Python template only supports "func.py" as the function file name. If I use a different file name, the container will not start correctly and the pod status is "CrashLoopBackOff" with...
The scope of this tutorial is to gather feedback for the upcoming releases. This tutorial should be end-to-end, covering from prerequisites, installation, and usage of the `func` CLI. It will...
As discussed in this issue: https://github.com/knative-sandbox/kn-plugin-func/issues/817 As discussed in the weekly meeting The `func` CLI should: - Allow the user to export the Knative Service that is being created programmatically...
Currently there's no way how we can build a funcion on cluster with a custom buildpack. For example Go runtime specifies these additional builpacks: ```yaml buildpacks: - paketo-buildpacks/go-dist - ghcr.io/boson-project/go-function-buildpack:tip...
Building and Deploying functions can be performed purely by Github actions, without the need for any other tools. This process needs to be documented and explained in the docs for...
Allow the user to set global configuration options, for example the image registry, with `func config --global`.