func
func copied to clipboard
Knative Functions client API and CLI
On cluster builds does not work for go function using s2i builder for either http and cloudevents default template. Steps to reproduce ``` $ func create -l go /tmp/somefunc $...
Running `func deploy -b=s2i -v --build` gives me the following error: ``` Building function image Error: cannot create docker client: unable to parse docker host `/run/user/1000/podman/podman.sock` ``` here is he...
When I compile functions using func on the ARM64 platform, an error occurs as shown in the image. System kernel information. Additionally, Knative performs well when installed in k3s, except...
https://github.com/knative/func/blob/aed23cf9a1d184d969b773ba5e178fc7cc1923b9/pkg/builders/buildpacks/builder.go#L31 ``` var DefaultBaseBuilder = "ghcr.io/knative/builder-jammy-base:0.4.283" var DefaultTinyBuilder = "ghcr.io/knative/builder-jammy-tiny:0.0.240" ``` where are the two image come from
The new Go middleware, which supports instance-based method signatures, lifecycle events, default health endpoints etc (http://github.com/knative-extensions/func-go) has now been integrated into both the Host and S2I builders. The Pack builder,...
See here, using `func invoke...`, we do see an empty ID, when sending: ``` func invoke -f=cloudevent --data='{"reviewText":"I love Knative so much"}' -v Invoking '' function at http://sentiment-analysis-app.default.10.99.189.63.sslip.io Invoking ''...
# Changes Fixes #2358 - Replace container to due errors /kind Fixes # **Release Note** ```release-note ``` **Docs** ```docs ```
I am trying to create a function and deploy it to a Kind cluster running on a M2 Pro Mac. The image is never downloaded from my docker hub repo...
I have manually deployed Istio & Native on my local cluster as the automated script did not work. All pods seem to be running & I was able to deploy...
Using the local kind registry from `kn quickstart`, I am getting a little issue. Running the first `deploy` is good: ``` func deploy --registry localhost:5001 Building function image Still building...