Benjamin Huo

Results 373 comments of Benjamin Huo

Good proposal, we'll take a look at this tool

> Hi @benjaminhuo, What to changes here, is it modifying the Helm chart of Fluentd? Could you please advise?, Thanks. @husnialhamdani Possibly we need to add HPA spec in [FluentdSpec](https://github.com/fluent/fluent-operator/blob/master/apis/fluentd/v1alpha1/fluentd_types.go#L36)...

@alternaivan `FluentBit` is namespaced CRD which controls the namespaced Fluent Bit Daemonset. `ClusterInput`, `ClusterParser`, `ClusterFilter`, and `ClusterOutput` are all cluster-wide CRDs, this is because FluentBit is acting as a global...

> @wenchajun @benjaminhuo looks like the enable crds feature has broken upgrade of fluent-operator. I too experienced this, simple `helm upgrade` does not update the CRDs anymore, `helm install` has...

@Gentleelephant @wanjunlei is this because the latest CRDs are not installed properly?

> 按照官网指引安装好openfunction,过程符合官网描述,没什么问题,然后我尝试创建一个简单的同步函数,yaml如下: Following which doc? Can you give the entire yaml ? Have you tried examples here? https://openfunction.dev/docs/getting-started/quickstarts/sync-functions/

> 但是kubectl运行的结果是直接报错: It's go function, you'll need to set the go proxy to download go modules. @wanjunlei would you help to show how to set go proxy in go function?

You'll need to set goproxy like this: ```yaml apiVersion: core.openfunction.io/v1beta1 kind: Function metadata: name: function-sample spec: version: "v2.0.0" image: "1008613/sample-go-func:v1" imageCredentials: name: push-secret port: 8080 # default to 8080 build:...

Similar issue [# Use FUNC_GOPROXY to set the goproxy](https://github.com/OpenFunction/OpenFunction/issues/317)