mirror of https://github.com/k3s-io/k3s
Make staging repo creation instructions clearer
parent
7136a3e4b2
commit
b0809cf5d7
|
@ -63,7 +63,7 @@ for creating the staging repository.
|
|||
4. Update [`hack/import-restrictions.yaml`](https://github.com/kubernetes/kubernetes/blob/master/hack/import-restrictions.yaml)
|
||||
to add the list of other staging repos that this new repo can import.
|
||||
|
||||
5. Add all mandatory template files mentioned in
|
||||
5. Add all mandatory template files to the staging repo as mentioned in
|
||||
https://github.com/kubernetes/kubernetes-template-project.
|
||||
|
||||
6. Make sure that the `.github/PULL_REQUEST_TEMPLATE.md` and
|
||||
|
@ -81,6 +81,8 @@ for an example.
|
|||
2. Setup branch protection and enable access to the `stage-bots` team
|
||||
by adding the repo in
|
||||
[`prow/config.yaml`](https://github.com/kubernetes/test-infra/blob/master/prow/config.yaml).
|
||||
See [#kubernetes/test-infra#9292](https://github.com/kubernetes/test-infra/pull/9292)
|
||||
for an example.
|
||||
|
||||
3. Once the repository has been created in the Kubernetes org,
|
||||
update the publishing-bot to publish the staging repository by updating:
|
||||
|
|
Loading…
Reference in New Issue