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

Looking at the Go Lambda sdk, I see these rules for their handlers: ``` // - handler must be a function // - handler may take between 0 and two...

lifecycle/stale

In the past we have explored the idea to add support for `WASM`. The most relevant discussion we had is listed here: https://github.com/knative/func/discussions/1489 For Google Summer of Code 2024 it...

I'm new in Knative, and trying to run [golang hello kn func ](https://knative.dev/docs/getting-started/install-func/) example on my local. After running the build command, I am getting a weird error - **go:...

lifecycle/stale
kind/needs-validation
kind/good-first-issue

# Changes Schema for PodSecurityContext so that users can define fields like `fsGroup` /kind Enhancement Fixes #2108

kind/enhancement
size/M
needs-ok-to-test

It would be good, especially in the development phase of a function, to have the ability to build the function on the cluster only, without deploying it, using `func build...

kind/enhancement

Samples can be extremely helpful for first-time users of Knative functions so that they can See them in action Understanding the Syntax and Structure Learning Best Practices Samples Exploring Use...

kind/documentation
Epic

# Git Integration This issue tracks individual tasks furthering the Git Integration initiative. For more information see [the related discussion](https://github.com/knative/func/discussions/2049). This issue is currently a work-in-progress, capturing references to any...

kind/enhancement
Epic

Now that Knative supports Domain Mappings, we should integrate this at a fundamental level in Functions. Functions are of a fairly specific scope which is by its very nature a...

kind/enhancement
Epic

When you run a build with the `func` CLI using your own builder it will attempt to pull the lifecycle binaries from `quay.io`. This may be because the builder is...

kind/bug
kind/good-first-issue

I created one harbor registry and the ca certs was signed personally. When I used func deploy to push the image and deploy in the knative cluster ,an error happend....