func icon indicating copy to clipboard operation
func copied to clipboard

Knative Functions client API and CLI

Results 205 func issues
Sort by recently updated
recently updated
newest added

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: - [...

kind/enhancement
Epic

### 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...

kind/enhancement

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...

kind/feature-request

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...

lifecycle/stale
kind/documentation
kind/proposal
kind/good-first-issue

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...

lifecycle/stale
kind/feature-request

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...

kind/enhancement
lifecycle/stale
pipelines

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...

kind/documentation

Allow the user to set global configuration options, for example the image registry, with `func config --global`.

kind/enhancement
lifecycle/stale