-
Hello, I would like to build knative from source files for my project. However, I don't see any makefile or build.go or any instructions on how to do it ? Some of the steps I tried were to use the hack/release.sh to generate the yaml files. But, again I am not certain if applying the generated yaml files produced by release.sh is sufficient for a complete/successful installation of knative. Also, I noticed, these YAML files reference to gcr.io for container images. I would like to build these container images from source as well, because the kubernetes setup I have wouldn't have access to internet. In Summary:
I would appreciate any help from the community. For context, I am looking into knative to support scale down to zero in my system. Thank you ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You should find everything you need in https://github.com/knative/serving/blob/main/DEVELOPMENT.md |
Beta Was this translation helpful? Give feedback.
You should find everything you need in https://github.com/knative/serving/blob/main/DEVELOPMENT.md