Wanjun Lei
Wanjun Lei
Add this to the `function`, remember to sync the image to your registry. ``` spec: builder: params: RUN_IMAGE: registry.cn-hangzhou.aliyuncs.com/xiaoming111/buildpacks-run-go:v2.4.0-1.17 ```
> > Add this to the `function`, remember to sync the image to your registry. > > ``` > > spec: > > builder: > > params: > > RUN_IMAGE:...
Restart the autoscaler and provide the logs
This is only applicable when there is very little code. When there is a lot of code, it will make the Function very bloated
Maybe another way would be better, we can just replace part of the file or code, similar to override, so that we can quickly verify whether our modification is correct...
Please provide the whole function yaml including the status, and also provide the serving yaml.
This is a complete yaml file of function. Please provide a complete yaml file of your function. And a complete yaml file of the serving. ``` apiVersion: core.openfunction.io/v1beta2 kind: Function...
The `RUN_IMAGE` used to build your function image, it will be the basic image of the function image, not the image of the workload.
I do not understand what you say. OpenFunction will build the image `xxx.xxx.xxx.xxx:81/abc/test--testtpy:v2` using the base image `172.16.xxx.xxx:81/zhikong/ubuntu-20.04.4lts-block-inner: v2` , your function will be included in the image `xxx.xxx.xxx.xxx:81/abc/test--testtpy:v2`, and...
> When I deploy java demo according this link https://github.com/OpenFunction/samples/tree/main/functions/knative/java/with-output-binding, after deploy, I access function, but has exception as: > > ``` > [main] INFO org.eclipse.jetty.server.Server - jetty-11.0.9; built: 2022-03-30T17:44:47.085Z;...