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

Might be useful to have something like `stern` to show stdout of functions.

lifecycle/stale

I don't think the getting started tutorial goes far enough. Ideally, there'd be a clear, concise description of how to trigger the function from a VERY SIMPLE event source. The...

lifecycle/stale

In order to use private repository like quay.io user has to set secrets to cluster I wish there was some easier way.

kind/enhancement
lifecycle/stale

Comments added on **func.yaml** by developers are lost every time a func command that writes to this file is executed. As an example, I added a label (or env var),...

kind/enhancement
lifecycle/stale

``` kn func run -h Run the function locally Runs the function locally in the current directory or in the directory specified by --path flag. The function must already have...

lifecycle/stale

`go install knative.dev/func@latest` errors with: ``` ❯ go install knative.dev/func@latest go: downloading knative.dev/func v0.34.1 go: knative.dev/func@latest (in knative.dev/[email protected]): The go.mod file for the module providing named packages contains one or...

kind/bug
lifecycle/stale

This came up in a [Slack discussion](https://knative.slack.com/archives/C0186KU7STW/p1667921785332919) today. In Serving v1.8.0, we updated the default domain to be `svc.cluster.local` (https://github.com/knative/serving/pull/13259). Since this isn't reachable outside of the cluster, the user...

kind/bug
lifecycle/stale

Summary We need to move `Function.Deploy.Remote` onto a new "Local Settings" structure: `Function.Local.BuildRemote` which is stored in a separate config file `.func/config.yaml` (not on `func.yaml`). Rationale There exists certain data...

kind/enhancement
lifecycle/stale

Having success with OpenShift Serverless 1.29.0 using the `kn func deploy --remote` except my cli seems to hang. It'll never finish waiting and I have to manually cancel it. When...

kind/bug
lifecycle/stale
pipelines

I'm attempting to build an AMD64 function images for NodeJS and Typescript runtimes without success. Below the output of a build/deploy attempt ``` % uname -m -s Darwin arm64 %...