You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(knative): update to newer Go and Knative versions
- Update Go version from 1.21.5 to use dynamic [[ versions.go ]] template (currently 1.24.6)
- Update Knative version to use [[ versions.knative ]] template (currently 1.17.0)
- Restructure installation to prioritize pre-built binaries (Option 1)
- Simplify Go and ko installation instructions
- Add ko version verification step
- Improve clarity of pre-built vs source build options
Fixes: #430
Signed-off-by: Hemang Sharrma <hemangsharrma@gmail.com>
Co-authored-by: Ishaan Gupta <ishaankone@gmail.com>
> Note: There are cases where due to the large manifests, kubectl fails. Try a second time, or use `kubectl create -f https://s3.nbfc.io/knative/knative-v[[ versions.knative ]]-urunc-5220308.yaml`
74
+
# Build and deploy
75
+
ko resolve -Rf ./config/core/ > knative-custom.yaml
0 commit comments