Tian Fang

Results 77 comments of Tian Fang

> I see component information in the FUNC_CONTEXT environment variable, maybe I can get it from the environment variable. It can make sense and maybe you can add a custom...

Currently, the Go functions do not support this feat. You can try the Java function to use the state management feat via dapr client directly.

python function can also support state management but now the release of the python function builder is still in processing... these's an [issue](https://github.com/OpenFunction/functions-framework-python/issues/4) that needs to be solved node function...

It looks like your cluster can't access this address: `dial tcp 104.17.158.60:443: i/o timeout` The `openfunction/gcp-builder:v1` is a _builder_ provided by Google, and it may require your network to be...

The `ofn` installs the latest stable version of OpenFunction (v0.5.0 for now) by default, with the branch of the corresponding sample as [release-0.5](https://github.com/openFunction/samples/tree/release-0.5). Can you paste the contents of the...

Hi, @aBreaking , you should use this yaml file: https://github.com/OpenFunction/samples/blob/release-0.5/functions/Knative/hello-world-go/function-sample.yaml Note that `spec.build.srcRepo.revision` needs to be set to "release-0.5" ```yaml apiVersion: core.openfunction.io/v1alpha2 kind: Function metadata: name: function-sample spec: version: "v1.0.0"...

There should be an exception in the process of building the function image. Could you please paste the details of the `buildruns.shipwright.io` resource? For example: ```shell kubectl get buildruns.shipwright.io or...

and could you pls paste the details of the `builds.shipwright.io` resource `builder-gjkgr-build-8zd57`?

Can you paste the information about the inventory of components in the current cluster? The inventory file is located in the `~/.ofn/` directory by default, with a name such as...

Thx @aBreaking , but I still haven't found the exact reason 😂 The components in your cluster look correct, can you delete the function and apply the following configuration? Pls...