Skip to content

Commit

Permalink
update replace dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyom committed Apr 7, 2021
1 parent f73c23d commit ba454d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enhancements/oc/upgrade_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reviewers:
approvers:
- "@mfojtik"
creation-date: 2019-10-08
last-updated: 2021-03-17
last-updated: 2021-04-07
status: implementable
see-also:
replaces:
Expand Down Expand Up @@ -90,7 +90,7 @@ superseded-by:
Confirm the openshift/release change from step 4 is merged and the unit test is triggered in your PR.
9. In oc repository:
1. Edit the replace dependencies to point to the commits from the merged PRs from previous steps.
2. Edit the replace dependencies for all other k8s.io/repos to point to latest release (`release-1.18` here).
2. Edit the replace dependencies for all other k8s.io/repos to point to latest release (`v0.21.0-beta.1` here).
It's useful to add a commit for steps 1,2.
3. Run `go mod tidy` _then_ `go mod vendor` and verify the changes before committing.
3. Update kubectl version fields injected in Makefile (using `git describe --long --tags --abbrev=7` in kubernetes fork).
Expand Down

0 comments on commit ba454d9

Please sign in to comment.