williamlee

Results 9 comments of williamlee

> Hey @dberardo-com ! By default, nuclio uses the nginx ingress class. However, you can set your own custom annotations in the API Gateway's `spec.upstream.extraAnnotations` field, as a key-value map....

@dberardo-com thanks for your answer,I found I should mark a particular IngressClass as default for my cluster. for instance install nginx ingressclass ``` apiVersion: networking.k8s.io/v1 kind: IngressClass metadata: labels: app.kubernetes.io/component:...

> In order to do it, you may need to suggest a PR with setting up the go-proxy on go's runtime docker files. Thanks a lot for your reply. I...

> It's not work on mac m1. Maybe a bug: [docker/cli#3286](https://github.com/docker/cli/issues/3286) thanks. I try to build on mac m1 ``` (base) williamlee@williamdeMacBook-Pro nuclio % make handler-builder-golang-onbuild docker build \ --build-arg...

1. I start a PR : add golang image proxy 2. in issue #2579; ``` @liranbg Please tell me, where is gcr.io/iguazio/golang:1.17 dockerfile. This image not support arm? This is...

> If you want add GOPROXY. You can use custom image instead of modifying GOPROXY. how to get custom image?

> > I think add `GOPROXY` to Makefile and Dockerfile is unreasonable. This make the code more redundant. If you do that, all environment variables of GOLANG need to be...

follow this https://github.com/nuclio/nuclio/issues/1746 If I change manually the /root/.docker/config in the dashboard container with the right URL https://index.docker.io/v1/, then the function deployment from the Dashboard UI works.