Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move KEPs to k/enhancements #2730

Closed
justaugustus opened this issue Sep 29, 2018 · 6 comments
Closed

Move KEPs to k/enhancements #2730

justaugustus opened this issue Sep 29, 2018 · 6 comments
Assignees
Labels
area/enhancements Issues or PRs related to the Enhancements subproject kind/feature Categorizes issue or PR as related to a new feature. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one.

Comments

@justaugustus
Copy link
Member

Work item for kubernetes/enhancements#617

/kind feature
/sig pm
/milestone v1.13
/assign

@justaugustus
Copy link
Member Author

justaugustus commented Dec 1, 2018

The migration has been completed.

Capturing the commands for posterity...

Extracting KEPs from k/community

git clone git@github.com:justaugustus/community.git kep-forklift
cd kep-forklift
git remote add up git@github.com:kubernetes/community.git
git remote update
git reset --hard up/master
git checkout -b kep-forklift
git filter-branch --prune-empty --subdirectory-filter keps/
mkdir keps
git mv 0* NEXT_KEP_NUMBER OWNERS README.md sig* keps/
git add keps/
git commit --signoff 
git push origin kep-forklift 

Pulling KEPs into k/enhancements

git clone git@github.com:justaugustus/features.git
cd enh
git remote add up git@github.com:kubernetes/enhancements.git
git remote add kep git@github.com:justaugustus/community.git
git remote update
git reset --hard up/master
git checkout -b keps
git pull kep kep-forklift --allow-unrelated-histories 
git push origin keps

Before considering this complete and closing this issue, we need to:

@justaugustus
Copy link
Member Author

Tombstones and blockade are in place, so we can close this out now.
/close

@k8s-ci-robot
Copy link
Contributor

@justaugustus: Closing this issue.

In response to this:

Tombstones and blockade are in place, so we can close this out now.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@justaugustus
Copy link
Member Author

/remove-sig pm
/area enhancements

@k8s-ci-robot k8s-ci-robot added area/enhancements Issues or PRs related to the Enhancements subproject and removed sig/pm labels Apr 19, 2020
@k8s-ci-robot
Copy link
Contributor

@justaugustus: There are no sig labels on this issue. Please add an appropriate label by using one of the following commands:

  • /sig <group-name>
  • /wg <group-name>
  • /committee <group-name>

Please see the group list for a listing of the SIGs, working groups, and committees available.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Apr 19, 2020
@taamit1
Copy link

taamit1 commented Apr 20, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/enhancements Issues or PRs related to the Enhancements subproject kind/feature Categorizes issue or PR as related to a new feature. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

3 participants