func
func copied to clipboard
Knative Functions client API and CLI
As described in https://github.com/knative/func/issues/2586, we need to integrate the SpringBoot CloudEvents functions with JobSink - when the env variable `K_EXECUTION_MODE` is equal to `batch` the runtime will read the event...
As described in https://github.com/knative/func/issues/2586, we need to integrate the Rust CloudEvents functions with JobSink - when the env variable `K_EXECUTION_MODE` is equal to `batch` the runtime will read the event...
[WIP]
Get rid of docker.io fixes https://github.com/knative/func/issues/2720
**Usecase** We are evaluating using KNative in our organization and one of our usecases are long-running event handlers -- Think 5-120 minutes. We would like to use KNative Functions but...
**Followup to https://github.com/knative/func/issues/2562** This issues' aim is to note that the credentials & prompt combo needs further optimization, wrt new prompt implementation that is in process and the linked issue...
I'm trying to follow the quickstart, but can't get any longer than ["Building, running or deploying a function"](https://knative.dev/docs/getting-started/build-run-deploy-func/). After I've created a function, the `func run` command fails. The `--verbose`...
Hi, i'm getting this error when i try to run the function locally in my mac (M1 pro Apple Silicon). Can anyone help me with resolving this issue?
[WIP]
# Changes - - - /kind Fixes # **Release Note** ```release-note ``` **Docs** ```docs ```
You can deploy Knative Services so that they are not exposed to the outside of the cluster: https://knative.dev/docs/serving/services/private-services/ This is especially useful when building up an event mesh where the...
## Problem When running `func deploy` with invalid domain names, the command attempts to build before catching domain format errors, resulting in wasted time and confusing error messages. ## Current...