From ada2ed8487708056ff11bd2413da1073558e6d7c Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 15 Aug 2025 10:13:18 -0700 Subject: [PATCH] add pointer to CONTRIBUTING.md for more details on contributing, clarify read-only --- staging/src/k8s.io/api/README.md | 3 ++- staging/src/k8s.io/apiextensions-apiserver/README.md | 3 ++- staging/src/k8s.io/apimachinery/README.md | 3 ++- staging/src/k8s.io/apiserver/README.md | 3 ++- staging/src/k8s.io/cli-runtime/README.md | 3 ++- staging/src/k8s.io/client-go/README.md | 3 ++- staging/src/k8s.io/cloud-provider/README.md | 3 ++- staging/src/k8s.io/cluster-bootstrap/README.md | 3 ++- staging/src/k8s.io/code-generator/README.md | 3 ++- staging/src/k8s.io/component-base/README.md | 3 ++- staging/src/k8s.io/component-helpers/README.md | 3 ++- staging/src/k8s.io/controller-manager/README.md | 3 ++- staging/src/k8s.io/cri-api/README.md | 3 ++- staging/src/k8s.io/cri-client/README.md | 3 ++- staging/src/k8s.io/csi-translation-lib/README.md | 3 ++- staging/src/k8s.io/dynamic-resource-allocation/README.md | 3 ++- staging/src/k8s.io/endpointslice/README.md | 3 ++- staging/src/k8s.io/externaljwt/README.md | 3 ++- staging/src/k8s.io/kms/README.md | 3 ++- staging/src/k8s.io/kube-aggregator/README.md | 3 ++- staging/src/k8s.io/kube-controller-manager/README.md | 3 ++- staging/src/k8s.io/kube-proxy/README.md | 3 ++- staging/src/k8s.io/kube-scheduler/README.md | 3 ++- staging/src/k8s.io/kubectl/README.md | 3 ++- staging/src/k8s.io/kubelet/README.md | 3 ++- staging/src/k8s.io/metrics/README.md | 3 ++- staging/src/k8s.io/mount-utils/README.md | 3 ++- staging/src/k8s.io/pod-security-admission/README.md | 3 ++- staging/src/k8s.io/sample-apiserver/README.md | 3 ++- staging/src/k8s.io/sample-cli-plugin/README.md | 3 ++- staging/src/k8s.io/sample-controller/README.md | 3 ++- 31 files changed, 62 insertions(+), 31 deletions(-) diff --git a/staging/src/k8s.io/api/README.md b/staging/src/k8s.io/api/README.md index 6b1b4835b45..25d746bc0cf 100644 --- a/staging/src/k8s.io/api/README.md +++ b/staging/src/k8s.io/api/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # api diff --git a/staging/src/k8s.io/apiextensions-apiserver/README.md b/staging/src/k8s.io/apiextensions-apiserver/README.md index ac1ea341bcb..eb56945a9c8 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/README.md +++ b/staging/src/k8s.io/apiextensions-apiserver/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # apiextensions-apiserver diff --git a/staging/src/k8s.io/apimachinery/README.md b/staging/src/k8s.io/apimachinery/README.md index b8ca6585869..ddd54c37321 100644 --- a/staging/src/k8s.io/apimachinery/README.md +++ b/staging/src/k8s.io/apimachinery/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # apimachinery Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects. diff --git a/staging/src/k8s.io/apiserver/README.md b/staging/src/k8s.io/apiserver/README.md index cd6cf77fe69..a0f517d851d 100644 --- a/staging/src/k8s.io/apiserver/README.md +++ b/staging/src/k8s.io/apiserver/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # apiserver diff --git a/staging/src/k8s.io/cli-runtime/README.md b/staging/src/k8s.io/cli-runtime/README.md index 6f47a695136..10df768290e 100644 --- a/staging/src/k8s.io/cli-runtime/README.md +++ b/staging/src/k8s.io/cli-runtime/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # cli-runtime diff --git a/staging/src/k8s.io/client-go/README.md b/staging/src/k8s.io/client-go/README.md index 36bb618d23e..9f287298585 100644 --- a/staging/src/k8s.io/client-go/README.md +++ b/staging/src/k8s.io/client-go/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # client-go diff --git a/staging/src/k8s.io/cloud-provider/README.md b/staging/src/k8s.io/cloud-provider/README.md index 544c944ad0a..b81565740c8 100644 --- a/staging/src/k8s.io/cloud-provider/README.md +++ b/staging/src/k8s.io/cloud-provider/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # cloud-provider diff --git a/staging/src/k8s.io/cluster-bootstrap/README.md b/staging/src/k8s.io/cluster-bootstrap/README.md index 90cff59ef85..c6d70eeb3a4 100644 --- a/staging/src/k8s.io/cluster-bootstrap/README.md +++ b/staging/src/k8s.io/cluster-bootstrap/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # cluster-bootstrap diff --git a/staging/src/k8s.io/code-generator/README.md b/staging/src/k8s.io/code-generator/README.md index 1d008cc0fa3..157a80d68e5 100644 --- a/staging/src/k8s.io/code-generator/README.md +++ b/staging/src/k8s.io/code-generator/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # code-generator diff --git a/staging/src/k8s.io/component-base/README.md b/staging/src/k8s.io/component-base/README.md index 3d60988805d..a6945b82b16 100644 --- a/staging/src/k8s.io/component-base/README.md +++ b/staging/src/k8s.io/component-base/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. ## component-base diff --git a/staging/src/k8s.io/component-helpers/README.md b/staging/src/k8s.io/component-helpers/README.md index 4906cde249d..74053d19496 100644 --- a/staging/src/k8s.io/component-helpers/README.md +++ b/staging/src/k8s.io/component-helpers/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # component-helpers diff --git a/staging/src/k8s.io/controller-manager/README.md b/staging/src/k8s.io/controller-manager/README.md index 2146797bd01..4e0413eb025 100644 --- a/staging/src/k8s.io/controller-manager/README.md +++ b/staging/src/k8s.io/controller-manager/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # Controller-manager diff --git a/staging/src/k8s.io/cri-api/README.md b/staging/src/k8s.io/cri-api/README.md index b638ca80b1c..24498dadd53 100644 --- a/staging/src/k8s.io/cri-api/README.md +++ b/staging/src/k8s.io/cri-api/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. ## Purpose diff --git a/staging/src/k8s.io/cri-client/README.md b/staging/src/k8s.io/cri-client/README.md index 803513faf80..944173cb501 100644 --- a/staging/src/k8s.io/cri-client/README.md +++ b/staging/src/k8s.io/cri-client/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # cri-client diff --git a/staging/src/k8s.io/csi-translation-lib/README.md b/staging/src/k8s.io/csi-translation-lib/README.md index 16d33ab4050..bd729a4143f 100644 --- a/staging/src/k8s.io/csi-translation-lib/README.md +++ b/staging/src/k8s.io/csi-translation-lib/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. ## Purpose diff --git a/staging/src/k8s.io/dynamic-resource-allocation/README.md b/staging/src/k8s.io/dynamic-resource-allocation/README.md index 190e74eeb26..35ac46bc7b9 100644 --- a/staging/src/k8s.io/dynamic-resource-allocation/README.md +++ b/staging/src/k8s.io/dynamic-resource-allocation/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # dynamic-resource-allocation diff --git a/staging/src/k8s.io/endpointslice/README.md b/staging/src/k8s.io/endpointslice/README.md index 72343db515b..2f462fa3b9d 100644 --- a/staging/src/k8s.io/endpointslice/README.md +++ b/staging/src/k8s.io/endpointslice/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # endpointslice diff --git a/staging/src/k8s.io/externaljwt/README.md b/staging/src/k8s.io/externaljwt/README.md index ecfb2fc1f6c..f5aa153375f 100644 --- a/staging/src/k8s.io/externaljwt/README.md +++ b/staging/src/k8s.io/externaljwt/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # ExternalJWT diff --git a/staging/src/k8s.io/kms/README.md b/staging/src/k8s.io/kms/README.md index 06119692dfa..e433075deca 100644 --- a/staging/src/k8s.io/kms/README.md +++ b/staging/src/k8s.io/kms/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # KMS diff --git a/staging/src/k8s.io/kube-aggregator/README.md b/staging/src/k8s.io/kube-aggregator/README.md index a531cf5945a..d76e1bde05a 100644 --- a/staging/src/k8s.io/kube-aggregator/README.md +++ b/staging/src/k8s.io/kube-aggregator/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # kube-aggregator diff --git a/staging/src/k8s.io/kube-controller-manager/README.md b/staging/src/k8s.io/kube-controller-manager/README.md index 40ea4a16656..65886171c2a 100644 --- a/staging/src/k8s.io/kube-controller-manager/README.md +++ b/staging/src/k8s.io/kube-controller-manager/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # Kube-controller-manager diff --git a/staging/src/k8s.io/kube-proxy/README.md b/staging/src/k8s.io/kube-proxy/README.md index 9b9171adc5f..a58318f93cf 100644 --- a/staging/src/k8s.io/kube-proxy/README.md +++ b/staging/src/k8s.io/kube-proxy/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # kube-proxy ## Coming Soon! diff --git a/staging/src/k8s.io/kube-scheduler/README.md b/staging/src/k8s.io/kube-scheduler/README.md index a1a88f94101..c0cfb0b1aba 100644 --- a/staging/src/k8s.io/kube-scheduler/README.md +++ b/staging/src/k8s.io/kube-scheduler/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # kube-scheduler diff --git a/staging/src/k8s.io/kubectl/README.md b/staging/src/k8s.io/kubectl/README.md index bbf93763c39..f901fe1c0fb 100644 --- a/staging/src/k8s.io/kubectl/README.md +++ b/staging/src/k8s.io/kubectl/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # Kubectl diff --git a/staging/src/k8s.io/kubelet/README.md b/staging/src/k8s.io/kubelet/README.md index 5b58fe8cd84..77f9b33d056 100644 --- a/staging/src/k8s.io/kubelet/README.md +++ b/staging/src/k8s.io/kubelet/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # kubelet diff --git a/staging/src/k8s.io/metrics/README.md b/staging/src/k8s.io/metrics/README.md index 6e85372e70e..ef2630e8d12 100644 --- a/staging/src/k8s.io/metrics/README.md +++ b/staging/src/k8s.io/metrics/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # metrics diff --git a/staging/src/k8s.io/mount-utils/README.md b/staging/src/k8s.io/mount-utils/README.md index 4a0ec0a3f4b..bd3092eeda1 100644 --- a/staging/src/k8s.io/mount-utils/README.md +++ b/staging/src/k8s.io/mount-utils/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. ## Purpose diff --git a/staging/src/k8s.io/pod-security-admission/README.md b/staging/src/k8s.io/pod-security-admission/README.md index 476bfe25fd7..2540a95f5ce 100644 --- a/staging/src/k8s.io/pod-security-admission/README.md +++ b/staging/src/k8s.io/pod-security-admission/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # Pod Security Admission diff --git a/staging/src/k8s.io/sample-apiserver/README.md b/staging/src/k8s.io/sample-apiserver/README.md index 10449a5b19c..fa230569dc2 100644 --- a/staging/src/k8s.io/sample-apiserver/README.md +++ b/staging/src/k8s.io/sample-apiserver/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # sample-apiserver diff --git a/staging/src/k8s.io/sample-cli-plugin/README.md b/staging/src/k8s.io/sample-cli-plugin/README.md index 94bb34eb176..3f735c6f144 100644 --- a/staging/src/k8s.io/sample-cli-plugin/README.md +++ b/staging/src/k8s.io/sample-cli-plugin/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # sample-cli-plugin diff --git a/staging/src/k8s.io/sample-controller/README.md b/staging/src/k8s.io/sample-controller/README.md index b59cce9cdd6..75a2112c3c1 100644 --- a/staging/src/k8s.io/sample-controller/README.md +++ b/staging/src/k8s.io/sample-controller/README.md @@ -1,6 +1,7 @@ > ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). -> This repository is not for direct contributions. +> This repository is read-only for importing, and not used for direct contributions. +> See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. # sample-controller