Skip to content

TMP: How to Update Knative for vHive

Dmitrii Ustiugov edited this page Apr 9, 2021 · 6 revisions

To be incorporated into the docs folder

This wiki page describes how to make changes to Knative Serving and use the changed version of Knative in vHive.

Get Knative

  1. Install the Knative requirements. kubectl is not required.
  2. Install docker and use docker login to log in the account that the Knative images will be pushed to.
  3. Set up your environment
  4. Check out your fork
  5. Make the required changes to Knative.
  6. Run ./generate-yamls . new-yamls.txt. This will build Knative and push the required images to the docker account provided.
  7. The new-yamls.txt file will list the new Knative yaml files generated. Copy the yaml files into the vHive repository at vhive/configs/knative_yamls
  8. Push the changes to Knative and vHive.