-
Notifications
You must be signed in to change notification settings - Fork 92
TMP: How to Update Knative for vHive
Dmitrii Ustiugov edited this page Apr 9, 2021
·
6 revisions
This wiki page describes how to make changes to Knative Serving and use the changed version of Knative in vHive.
- Install the Knative requirements.
kubectl
is not required. - Install docker and use
docker login
to log in the account that the Knative images will be pushed to. - Set up your environment
- Check out your fork
- Make the required changes to Knative.
- Run
./generate-yamls . new-yamls.txt
. This will build Knative and push the required images to the docker account provided. - The
new-yamls.txt
file will list the new Knative yaml files generated. Copy the yaml files into the vHive repository atvhive/configs/knative_yamls
- Push the changes to Knative and vHive.