Fix binary promotion PR process

This commit is contained in:
John Gardiner Myers 2021-06-04 19:58:10 -07:00
parent 7ce6400e3a
commit bfdcde26cc
1 changed files with 3 additions and 1 deletions

View File

@ -156,6 +156,7 @@ hub pull-request
### Propose promotion of artifacts
The `cip` tool is from [kubernetes-sigs/k8s-container-image-promoter](https://github.com/kubernetes-sigs/k8s-container-image-promoter).
The `kpromo` tool is from [kubernetes/release/](https://github.com/kubernetes/release/tree/master/cmd/kpromo).
The `gsutil` tool may be obtained from `pip3`.
Create container promotion PR:
@ -193,10 +194,11 @@ git checkout main
git pull
git checkout -b kops_artifacts_${VERSION}
rm -rf ./k8s-staging-kops/kops/releases
mkdir -p ./k8s-staging-kops/kops/releases/${VERSION}/
gsutil rsync -r gs://k8s-staging-kops/kops/releases/${VERSION}/ ./k8s-staging-kops/kops/releases/${VERSION}/
promobot-generate-manifest --src k8s-staging-kops/kops/releases/ >> artifacts/manifests/k8s-staging-kops/${VERSION}.yaml
kpromo manifest files --src k8s-staging-kops/kops/releases/ >> artifacts/manifests/k8s-staging-kops/${VERSION}.yaml
```
Verify, then send a PR: