func
func copied to clipboard
Knative Functions client API and CLI
failing to build a golang func for linux from MacOs. Can build one fine using pack. func deploy -b=s2i --platform linux/amd64 ``` Building function image tar: scripts/assemble: time stamp 2025-10-23...
Working on the bookstore example `sentiment-analysis-app` although it's happening with any python func I try running on a k3s cluster. building for linux/amd64 from MacOs `func deploy -b=s2i --platform linux/amd64...
Currently, runtime volumes defined in `func.yaml` are ignored when running functions locally with `func run`. We should update `pkg/docker/runner.go` -> `newHostConfig()` to configure volumes in addition to the ports it...
## Problem When running `func deploy` with invalid namespace names, the command attempts to build and deploy before catching naming errors, resulting in wasted time and confusing error messages. ##...
- This is a hotfix for the remote python pack deployment. - Implements the "python injector" workaround for remote as well. - **Please note that this is bound to change!...
## Problem When running `func deploy` with invalid cluster configuration or connectivity issues, the command wastes time building the container image before failing with misleading or technical error messages. ##...
# Changes In the file `http/index.js` in the node template a link to the context object is provided, but this link is dead and leads to 404. In this PR...
# Changes The description of the Context object in the README.md contains a redundant paragraph. The JSDoc is missing the parameters `httpVersionMajor` and `httpVersionMinor`. - :broom: Update or clean up...
I noticed that when using `func init` we pass in `-t cloudevents` but when using `func invoke` the `-f=cloudevent` I understand the difference but it would be nice to use...