Skip to content

Cherrypicking tracker issue for v1.9 #626

Closed
@luxas

Description

This issue serves as an umbrella to track the kubeadm-related PRs we cherrypick into the v1.9 branch.

I've been a cherrypick lead for the kubeadm releases so far, but didn't come up with the idea to track things in a centralized manner like this before ¯_(ツ)_/¯

I propose that @timothysc function as the cherrypick lead on the kubeadm side for v1.9

I've identified a list of PRs to be cherrypicked:

Individual cherrypick PRs should be created as documented here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md

TL;DR; download https://github.com/github/hub, make sure git remote -v looks something like this and execute:

$ git remote -v
origin	git@github.com:luxas/kubernetes.git (fetch)
origin	git@github.com:luxas/kubernetes.git (push)
upstream	https://github.com/kubernetes/kubernetes (fetch)
upstream	DISABLE (push)

# Example command
GITHUB_USER=luxas hack/cherry_pick_pull.sh upstream/release-1.9 57296

The script will do everything for you, including creating the PR. You only need to get approval from @timothysc / me as kubeadm approvers and @mbohlool that is the v1.9 patch manager and then the cherrypick can be merged!

Metadata

Labels

area/releasingpriority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions