func
func copied to clipboard
Knative Functions client API and CLI
Might be useful to have something like `stern` to show stdout of functions.
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...
In order to use private repository like quay.io user has to set secrets to cluster I wish there was some easier way.
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),...
``` 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...
`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...
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...
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...
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...
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 %...