-
Notifications
You must be signed in to change notification settings - Fork 716
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
rename the default branch to "main" #2589
Comments
/cc |
adding myself as admin here to be able to perform the rename:
|
searching at https://cs.k8s.io/ for kubeadm master branch refs, i cannot seem to find anything else active / not out-of-date. i think this is good to go. use this to update your local k/kubeadm clone:
|
@kubernetes/owners note: the guide here https://www.kubernetes.dev/resources/rename/ says to ping the github team. EDIT: |
No, everything looks great. Thanks for taking this up! |
Probably unrelated to the branch rename...there's a webhook configured for the kubeadm repo (you should be able to view this with admin access). The webhook deliveries are failing. They look unrelated to the branch rename and have been failing for quite sometime. Might be worth considering removing it? I'm not sure what it's about. |
@neolit123 do we've any pending tasks here? I'm happy to contribute if there's any :) |
I suspect this is something that happened circa 2017 where a mac app called Ship accidentally installed its hooks automaticaly on all repositories where an authorized github account has admin access. I will remove the webhook. https://news.ycombinator.com/item?id=13495216 |
@shivanshu1333 |
the k8s project is following the new rules of inclusive naming and the default branch of repositories should be renamed from "master" to "main".
steps for repos are outline here:
https://www.kubernetes.dev/resources/rename/
the kubeadm repository surface exposure is fairly limited, since it does not have any importable parts (we assume...at least).
things we have to do as well:
kubernetes/sig-cluster-lifecycle: update kubeadm teams org#3056
Update testinfra jobs to use 'main' base_ref #2590
kubeadm: use git.k8s.io to link to kubeadm repo website#30229
cluster-lifecycle/kubeadm: update OWNERS URL to use main branch community#6184
kubeadm: prepare test jobs for the master->main transition test-infra#24131
https://groups.google.com/g/kubernetes-sig-cluster-lifecycle/c/D0xXMpVv6xU
The text was updated successfully, but these errors were encountered: