From b0809cf5d71e502746d9c1a72d0a9e25dacf96ef Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Thu, 4 Oct 2018 16:55:31 +0530 Subject: [PATCH 1/2] Make staging repo creation instructions clearer --- staging/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/staging/README.md b/staging/README.md index e56a44c8280..be2a8d9c3f1 100644 --- a/staging/README.md +++ b/staging/README.md @@ -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: From 4d47fae31235e3cad0d891635482414902313ba3 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Thu, 4 Oct 2018 17:51:42 +0530 Subject: [PATCH 2/2] staging/README: add cluster boostrap --- staging/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/staging/README.md b/staging/README.md index be2a8d9c3f1..41314ced3ec 100644 --- a/staging/README.md +++ b/staging/README.md @@ -12,6 +12,7 @@ Repositories currently staged here: - [`k8s.io/apiserver`](https://github.com/kubernetes/apiserver) - [`k8s.io/cli-runtime`](https://github.com/kubernetes/cli-runtime) - [`k8s.io/client-go`](https://github.com/kubernetes/client-go) +- [`k8s.io/cluster-bootstrap`](https://github.com/kubernetes/cluster-bootstrap) - [`k8s.io/code-generator`](https://github.com/kubernetes/code-generator) - [`k8s.io/csi-api`](https://github.com/kubernetes/csi-api) - [`k8s.io/kube-aggregator`](https://github.com/kubernetes/kube-aggregator)