Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 639 Bytes

OpenShift net-istio

This repository holds OpenShift's fork of knative/net-istio with additions and fixes needed only for the OpenShift side of things.

OpenShift net-istio Release procedure

Currently the release cut is not automated but just one command. Once upstream cuts the branch (e.g. upstream cut release-v1.9 branch), just run:

$ openshift/release/create-release-branch.sh release-v1.9

Then, push the branch against to this repository.

Sync upstream

The procedure is the same as serving.