Merge pull request #11473 from rifelpet/release-docs-tg

Add instructions for updating the k8s versions periodic jobs
This commit is contained in:
Kubernetes Prow Robot 2021-05-12 19:54:26 -07:00 committed by GitHub
commit a86f386cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@ In order to create a new release branch off of master prior to a beta release, p
1. Update the periodic E2E Prow jobs for the "next" kOps/Kubernetes minor version.
* Edit [build_jobs.py](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes/kops/build_jobs.py)
to add the new minor version to `k8s_versions` and `kops_versions`.
to add the new minor version to `k8s_versions` and `kops_versions`.
Also update the list of minor versions in `generate_versions()`.
* Edit the [testgrid config.yaml](https://github.com/kubernetes/test-infra/blob/master/config/testgrids/kubernetes/kops/config.yaml)
to add the new minor version to both lists in the file, prefixed with `kops-k8s-`.
* Remove the oldest minor version from each of those lists.
* Run the `build_jobs.py` script.
2. Edit [kops-presubmits.yaml](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes/kops/kops-presubmits.yaml)