func
func copied to clipboard
Knative Functions client API and CLI
[UPDATE] by @zroubalik : Reasoning behind this: if for some reasons the PVC created for a function is not ready/healthy and we would like to re-create the function (or one...
- Give users the option to save the runtime as default (y/n) - Make sure to let them know where this is saved - Make sure the template always defaults...
# Context During User interviews. When users are creating functions, default choice of language wasn't the expected experience and confused them to think that Node is the only choice and...
It has become the standard to use [service bindings](https://github.com/servicebinding/spec) in order to configure buildpacks with custom configuration. For instance, Paketo describes binding configuration in detail here: https://paketo.io/docs/howto/configuration/#bindings In order to...
`builderImages` configuration in `func.yaml` is documented here: https://github.com/knative/func/blob/main/docs/reference/func_yaml.md#builderimages However, no matter the value placed in this configuration, the `builderImages.pack` is ignored by both the `func build` and `func deploy` commands....
For feature parity with serving, the `func` CLI should support traffic management and gradual rollout features of the `Service` CR. See: https://knative.dev/docs/serving/traffic-management/ and https://knative.dev/docs/serving/rolling-out-latest-revision/#procedure I think this would be a...
Right now in order to deploy a function you need to run `func deploy` on a machine that is configured with access to your Kubernetes cluster. In a GitOps approach,...
I have Docker Intel Mac installed (Docker Desktop 4.28.0 (139021) ) and the latest `func` (main@09537e382daa74fb58ffc11d7aa0929cd2729bd4) complains about DOCKER_HOST not being found ``` % func build Building function image Error:...