From 7c43e6d2fdbf88f8d92559dac3cabb23da2a2957 Mon Sep 17 00:00:00 2001 From: sAchin-680 Date: Thu, 17 Apr 2025 17:51:45 +0530 Subject: [PATCH 1/5] docs: clarify that this is a staging repository and not for direct contributions Signed-off-by: sAchin-680 --- staging/src/k8s.io/api/README.md | 4 ++++ staging/src/k8s.io/apiextensions-apiserver/README.md | 4 ++++ staging/src/k8s.io/apimachinery/README.md | 3 +++ staging/src/k8s.io/apiserver/README.md | 4 ++++ staging/src/k8s.io/cli-runtime/README.md | 4 ++++ staging/src/k8s.io/client-go/README.md | 4 ++++ staging/src/k8s.io/cloud-provider/README.md | 4 ++++ staging/src/k8s.io/cluster-bootstrap/README.md | 4 ++++ staging/src/k8s.io/code-generator/README.md | 4 ++++ staging/src/k8s.io/component-base/README.md | 4 ++++ staging/src/k8s.io/component-helpers/README.md | 4 ++++ staging/src/k8s.io/controller-manager/README.md | 4 ++++ staging/src/k8s.io/cri-api/README.md | 4 ++++ staging/src/k8s.io/cri-client/README.md | 4 ++++ staging/src/k8s.io/csi-translation-lib/README.md | 4 ++++ staging/src/k8s.io/dynamic-resource-allocation/README.md | 4 ++++ staging/src/k8s.io/endpointslice/README.md | 4 ++++ staging/src/k8s.io/externaljwt/README.md | 4 ++++ staging/src/k8s.io/kms/README.md | 4 ++++ staging/src/k8s.io/kube-aggregator/README.md | 4 ++++ staging/src/k8s.io/kube-controller-manager/README.md | 4 ++++ staging/src/k8s.io/kube-proxy/README.md | 4 ++++ staging/src/k8s.io/kube-scheduler/README.md | 4 ++++ staging/src/k8s.io/kubectl/README.md | 4 ++++ staging/src/k8s.io/kubelet/README.md | 4 ++++ staging/src/k8s.io/metrics/README.md | 4 ++++ staging/src/k8s.io/mount-utils/README.md | 4 ++++ staging/src/k8s.io/pod-security-admission/README.md | 4 ++++ staging/src/k8s.io/sample-apiserver/README.md | 4 ++++ staging/src/k8s.io/sample-cli-plugin/README.md | 4 ++++ staging/src/k8s.io/sample-controller/README.md | 4 ++++ 31 files changed, 123 insertions(+) diff --git a/staging/src/k8s.io/api/README.md b/staging/src/k8s.io/api/README.md index 7fa64e843af..d5cf56d757b 100644 --- a/staging/src/k8s.io/api/README.md +++ b/staging/src/k8s.io/api/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # api Schema of the external API types that are served by the Kubernetes API server. diff --git a/staging/src/k8s.io/apiextensions-apiserver/README.md b/staging/src/k8s.io/apiextensions-apiserver/README.md index c53261a4627..0f2a143f2a8 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/README.md +++ b/staging/src/k8s.io/apiextensions-apiserver/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # apiextensions-apiserver Implements: https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/thirdpartyresources.md diff --git a/staging/src/k8s.io/apimachinery/README.md b/staging/src/k8s.io/apimachinery/README.md index 06d0e3b64d9..05cadb70d6c 100644 --- a/staging/src/k8s.io/apimachinery/README.md +++ b/staging/src/k8s.io/apimachinery/README.md @@ -1,3 +1,6 @@ +> ⚠️ **This is a staging repository 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. # 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 13b85dfaa3b..646424dad7c 100644 --- a/staging/src/k8s.io/apiserver/README.md +++ b/staging/src/k8s.io/apiserver/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # apiserver Generic library for building a Kubernetes aggregated API server. diff --git a/staging/src/k8s.io/cli-runtime/README.md b/staging/src/k8s.io/cli-runtime/README.md index 427a012bfcb..03b4efa03a3 100644 --- a/staging/src/k8s.io/cli-runtime/README.md +++ b/staging/src/k8s.io/cli-runtime/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # cli-runtime Set of helpers for creating kubectl commands, as well as kubectl plugins. diff --git a/staging/src/k8s.io/client-go/README.md b/staging/src/k8s.io/client-go/README.md index e866c6721e7..9d0b5b0379d 100644 --- a/staging/src/k8s.io/client-go/README.md +++ b/staging/src/k8s.io/client-go/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # client-go Go clients for talking to a [kubernetes](http://kubernetes.io/) cluster. diff --git a/staging/src/k8s.io/cloud-provider/README.md b/staging/src/k8s.io/cloud-provider/README.md index 542a9a7a839..923587f85c0 100644 --- a/staging/src/k8s.io/cloud-provider/README.md +++ b/staging/src/k8s.io/cloud-provider/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # cloud-provider This repository defines the cloud-provider interface and mechanism to initialize diff --git a/staging/src/k8s.io/cluster-bootstrap/README.md b/staging/src/k8s.io/cluster-bootstrap/README.md index 46274a40b9e..8c327cb5650 100644 --- a/staging/src/k8s.io/cluster-bootstrap/README.md +++ b/staging/src/k8s.io/cluster-bootstrap/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # cluster-bootstrap Set of constants and helpers in support of diff --git a/staging/src/k8s.io/code-generator/README.md b/staging/src/k8s.io/code-generator/README.md index b0055265ec3..816f6328f4d 100644 --- a/staging/src/k8s.io/code-generator/README.md +++ b/staging/src/k8s.io/code-generator/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # code-generator Golang code-generators used to implement [Kubernetes-style API types](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md). diff --git a/staging/src/k8s.io/component-base/README.md b/staging/src/k8s.io/component-base/README.md index 1e6cf34d98f..e89409a0ea9 100644 --- a/staging/src/k8s.io/component-base/README.md +++ b/staging/src/k8s.io/component-base/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + ## component-base ## Purpose diff --git a/staging/src/k8s.io/component-helpers/README.md b/staging/src/k8s.io/component-helpers/README.md index 8295f07ca12..9dfb6ec0681 100644 --- a/staging/src/k8s.io/component-helpers/README.md +++ b/staging/src/k8s.io/component-helpers/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # component-helpers This repository provides helpers primarily for core components (core components as described in [Create a k8s.io/component-base repo](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/783-component-base/README.md#component-definition)) which are required by at least two separate binaries in kubernetes org. diff --git a/staging/src/k8s.io/controller-manager/README.md b/staging/src/k8s.io/controller-manager/README.md index 5b38f2a47e0..8457bd6f8ca 100644 --- a/staging/src/k8s.io/controller-manager/README.md +++ b/staging/src/k8s.io/controller-manager/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # Controller-manager ## Purpose diff --git a/staging/src/k8s.io/cri-api/README.md b/staging/src/k8s.io/cri-api/README.md index 75456b3b6ce..23c26f75452 100644 --- a/staging/src/k8s.io/cri-api/README.md +++ b/staging/src/k8s.io/cri-api/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + ## Purpose This repository contains the definitions for the Container Runtime Interface (CRI). diff --git a/staging/src/k8s.io/cri-client/README.md b/staging/src/k8s.io/cri-client/README.md index 3329fd438b7..58b89b73aae 100644 --- a/staging/src/k8s.io/cri-client/README.md +++ b/staging/src/k8s.io/cri-client/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # cri-client Container Runtime Interface client implementation diff --git a/staging/src/k8s.io/csi-translation-lib/README.md b/staging/src/k8s.io/csi-translation-lib/README.md index 8c1b5663aaa..f851f735d67 100644 --- a/staging/src/k8s.io/csi-translation-lib/README.md +++ b/staging/src/k8s.io/csi-translation-lib/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + ## Purpose This repository contains functions to be consumed by various Kubernetes and diff --git a/staging/src/k8s.io/dynamic-resource-allocation/README.md b/staging/src/k8s.io/dynamic-resource-allocation/README.md index 194ae12bf38..b00836570ba 100644 --- a/staging/src/k8s.io/dynamic-resource-allocation/README.md +++ b/staging/src/k8s.io/dynamic-resource-allocation/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # dynamic-resource-allocation ## Purpose diff --git a/staging/src/k8s.io/endpointslice/README.md b/staging/src/k8s.io/endpointslice/README.md index 98f71dbb3ce..140354e933c 100644 --- a/staging/src/k8s.io/endpointslice/README.md +++ b/staging/src/k8s.io/endpointslice/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # endpointslice ## Purpose diff --git a/staging/src/k8s.io/externaljwt/README.md b/staging/src/k8s.io/externaljwt/README.md index c0cbbadc35b..0523319cc42 100644 --- a/staging/src/k8s.io/externaljwt/README.md +++ b/staging/src/k8s.io/externaljwt/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # ExternalJWT This repository contains proto APIs which enable plugging external JWT signing and key management. diff --git a/staging/src/k8s.io/kms/README.md b/staging/src/k8s.io/kms/README.md index 8ebb63c7fc2..940a1be3f3e 100644 --- a/staging/src/k8s.io/kms/README.md +++ b/staging/src/k8s.io/kms/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # KMS diff --git a/staging/src/k8s.io/kube-aggregator/README.md b/staging/src/k8s.io/kube-aggregator/README.md index a28528fbd55..0e12014126e 100644 --- a/staging/src/k8s.io/kube-aggregator/README.md +++ b/staging/src/k8s.io/kube-aggregator/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # kube-aggregator Implements the [Aggregated API Servers](https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/aggregated-api-servers.md) design proposal. diff --git a/staging/src/k8s.io/kube-controller-manager/README.md b/staging/src/k8s.io/kube-controller-manager/README.md index c0dfaff2e72..efb24625b8a 100644 --- a/staging/src/k8s.io/kube-controller-manager/README.md +++ b/staging/src/k8s.io/kube-controller-manager/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # Kube-controller-manager ## Purpose diff --git a/staging/src/k8s.io/kube-proxy/README.md b/staging/src/k8s.io/kube-proxy/README.md index a8016ddf945..45e3ee93ab0 100644 --- a/staging/src/k8s.io/kube-proxy/README.md +++ b/staging/src/k8s.io/kube-proxy/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # 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 a262aabef75..5aa44913d36 100644 --- a/staging/src/k8s.io/kube-scheduler/README.md +++ b/staging/src/k8s.io/kube-scheduler/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # kube-scheduler Implements [KEP 115 - Moving ComponentConfig API types to staging repos](https://git.k8s.io/enhancements/keps/sig-cluster-lifecycle/wgs/115-componentconfig#kube-scheduler-changes) diff --git a/staging/src/k8s.io/kubectl/README.md b/staging/src/k8s.io/kubectl/README.md index 7fd945bebce..f495a63e758 100644 --- a/staging/src/k8s.io/kubectl/README.md +++ b/staging/src/k8s.io/kubectl/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # Kubectl ![kubectl logo](./images/kubectl-logo-medium.png) diff --git a/staging/src/k8s.io/kubelet/README.md b/staging/src/k8s.io/kubelet/README.md index 93dc1b96900..9a3afeb9f8d 100644 --- a/staging/src/k8s.io/kubelet/README.md +++ b/staging/src/k8s.io/kubelet/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # kubelet Implements [KEP 14 - Moving ComponentConfig API types to staging repos](https://git.k8s.io/enhancements/keps/sig-cluster-lifecycle/wgs/115-componentconfig/README.md#kubelet-changes) diff --git a/staging/src/k8s.io/metrics/README.md b/staging/src/k8s.io/metrics/README.md index 18119cc9249..c21195f9d59 100644 --- a/staging/src/k8s.io/metrics/README.md +++ b/staging/src/k8s.io/metrics/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # metrics Kubernetes metrics API type definitions and clients. diff --git a/staging/src/k8s.io/mount-utils/README.md b/staging/src/k8s.io/mount-utils/README.md index ee7c8e89af6..3f8d0a54c7b 100644 --- a/staging/src/k8s.io/mount-utils/README.md +++ b/staging/src/k8s.io/mount-utils/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + ## Purpose This repository defines an interface to mounting filesystems to be consumed by diff --git a/staging/src/k8s.io/pod-security-admission/README.md b/staging/src/k8s.io/pod-security-admission/README.md index 3ecdd563f94..594223355ba 100644 --- a/staging/src/k8s.io/pod-security-admission/README.md +++ b/staging/src/k8s.io/pod-security-admission/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # Pod Security Admission diff --git a/staging/src/k8s.io/sample-apiserver/README.md b/staging/src/k8s.io/sample-apiserver/README.md index 0ddb448523a..4f094189855 100644 --- a/staging/src/k8s.io/sample-apiserver/README.md +++ b/staging/src/k8s.io/sample-apiserver/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # sample-apiserver Demonstration of how to use the k8s.io/apiserver library to build a functional API server. diff --git a/staging/src/k8s.io/sample-cli-plugin/README.md b/staging/src/k8s.io/sample-cli-plugin/README.md index 1c34824a378..24337e7b0e1 100644 --- a/staging/src/k8s.io/sample-cli-plugin/README.md +++ b/staging/src/k8s.io/sample-cli-plugin/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # sample-cli-plugin This repository implements a single kubectl plugin for switching the namespace diff --git a/staging/src/k8s.io/sample-controller/README.md b/staging/src/k8s.io/sample-controller/README.md index 7b743c511e0..7a43fa9c164 100644 --- a/staging/src/k8s.io/sample-controller/README.md +++ b/staging/src/k8s.io/sample-controller/README.md @@ -1,3 +1,7 @@ +> ⚠️ **This is a staging repository 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. + # sample-controller This repository implements a simple controller for watching Foo resources as From 011d50019758a7405c6ff37f0fdbd44dacb607b5 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 15 Aug 2025 10:10:26 -0700 Subject: [PATCH 2/5] link to what a staging repository is --- staging/src/k8s.io/api/README.md | 2 +- staging/src/k8s.io/apiextensions-apiserver/README.md | 2 +- staging/src/k8s.io/apimachinery/README.md | 2 +- staging/src/k8s.io/apiserver/README.md | 2 +- staging/src/k8s.io/cli-runtime/README.md | 2 +- staging/src/k8s.io/client-go/README.md | 2 +- staging/src/k8s.io/cloud-provider/README.md | 2 +- staging/src/k8s.io/cluster-bootstrap/README.md | 2 +- staging/src/k8s.io/code-generator/README.md | 2 +- staging/src/k8s.io/component-base/README.md | 2 +- staging/src/k8s.io/component-helpers/README.md | 2 +- staging/src/k8s.io/controller-manager/README.md | 2 +- staging/src/k8s.io/cri-api/README.md | 2 +- staging/src/k8s.io/cri-client/README.md | 2 +- staging/src/k8s.io/csi-translation-lib/README.md | 2 +- staging/src/k8s.io/dynamic-resource-allocation/README.md | 2 +- staging/src/k8s.io/endpointslice/README.md | 2 +- staging/src/k8s.io/externaljwt/README.md | 2 +- staging/src/k8s.io/kms/README.md | 2 +- staging/src/k8s.io/kube-aggregator/README.md | 2 +- staging/src/k8s.io/kube-controller-manager/README.md | 2 +- staging/src/k8s.io/kube-proxy/README.md | 2 +- staging/src/k8s.io/kube-scheduler/README.md | 2 +- staging/src/k8s.io/kubectl/README.md | 2 +- staging/src/k8s.io/kubelet/README.md | 2 +- staging/src/k8s.io/metrics/README.md | 2 +- staging/src/k8s.io/mount-utils/README.md | 2 +- staging/src/k8s.io/pod-security-admission/README.md | 2 +- staging/src/k8s.io/sample-apiserver/README.md | 2 +- staging/src/k8s.io/sample-cli-plugin/README.md | 2 +- staging/src/k8s.io/sample-controller/README.md | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/staging/src/k8s.io/api/README.md b/staging/src/k8s.io/api/README.md index d5cf56d757b..6b1b4835b45 100644 --- a/staging/src/k8s.io/api/README.md +++ b/staging/src/k8s.io/api/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/apiextensions-apiserver/README.md b/staging/src/k8s.io/apiextensions-apiserver/README.md index 0f2a143f2a8..ac1ea341bcb 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/README.md +++ b/staging/src/k8s.io/apiextensions-apiserver/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/apimachinery/README.md b/staging/src/k8s.io/apimachinery/README.md index 05cadb70d6c..b8ca6585869 100644 --- a/staging/src/k8s.io/apimachinery/README.md +++ b/staging/src/k8s.io/apimachinery/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. # apimachinery diff --git a/staging/src/k8s.io/apiserver/README.md b/staging/src/k8s.io/apiserver/README.md index 646424dad7c..cd6cf77fe69 100644 --- a/staging/src/k8s.io/apiserver/README.md +++ b/staging/src/k8s.io/apiserver/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/cli-runtime/README.md b/staging/src/k8s.io/cli-runtime/README.md index 03b4efa03a3..6f47a695136 100644 --- a/staging/src/k8s.io/cli-runtime/README.md +++ b/staging/src/k8s.io/cli-runtime/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/client-go/README.md b/staging/src/k8s.io/client-go/README.md index 9d0b5b0379d..36bb618d23e 100644 --- a/staging/src/k8s.io/client-go/README.md +++ b/staging/src/k8s.io/client-go/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/cloud-provider/README.md b/staging/src/k8s.io/cloud-provider/README.md index 923587f85c0..544c944ad0a 100644 --- a/staging/src/k8s.io/cloud-provider/README.md +++ b/staging/src/k8s.io/cloud-provider/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/cluster-bootstrap/README.md b/staging/src/k8s.io/cluster-bootstrap/README.md index 8c327cb5650..90cff59ef85 100644 --- a/staging/src/k8s.io/cluster-bootstrap/README.md +++ b/staging/src/k8s.io/cluster-bootstrap/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/code-generator/README.md b/staging/src/k8s.io/code-generator/README.md index 816f6328f4d..1d008cc0fa3 100644 --- a/staging/src/k8s.io/code-generator/README.md +++ b/staging/src/k8s.io/code-generator/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/component-base/README.md b/staging/src/k8s.io/component-base/README.md index e89409a0ea9..3d60988805d 100644 --- a/staging/src/k8s.io/component-base/README.md +++ b/staging/src/k8s.io/component-base/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/component-helpers/README.md b/staging/src/k8s.io/component-helpers/README.md index 9dfb6ec0681..4906cde249d 100644 --- a/staging/src/k8s.io/component-helpers/README.md +++ b/staging/src/k8s.io/component-helpers/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/controller-manager/README.md b/staging/src/k8s.io/controller-manager/README.md index 8457bd6f8ca..2146797bd01 100644 --- a/staging/src/k8s.io/controller-manager/README.md +++ b/staging/src/k8s.io/controller-manager/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/cri-api/README.md b/staging/src/k8s.io/cri-api/README.md index 23c26f75452..b638ca80b1c 100644 --- a/staging/src/k8s.io/cri-api/README.md +++ b/staging/src/k8s.io/cri-api/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/cri-client/README.md b/staging/src/k8s.io/cri-client/README.md index 58b89b73aae..803513faf80 100644 --- a/staging/src/k8s.io/cri-client/README.md +++ b/staging/src/k8s.io/cri-client/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/csi-translation-lib/README.md b/staging/src/k8s.io/csi-translation-lib/README.md index f851f735d67..16d33ab4050 100644 --- a/staging/src/k8s.io/csi-translation-lib/README.md +++ b/staging/src/k8s.io/csi-translation-lib/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/dynamic-resource-allocation/README.md b/staging/src/k8s.io/dynamic-resource-allocation/README.md index b00836570ba..190e74eeb26 100644 --- a/staging/src/k8s.io/dynamic-resource-allocation/README.md +++ b/staging/src/k8s.io/dynamic-resource-allocation/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/endpointslice/README.md b/staging/src/k8s.io/endpointslice/README.md index 140354e933c..72343db515b 100644 --- a/staging/src/k8s.io/endpointslice/README.md +++ b/staging/src/k8s.io/endpointslice/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/externaljwt/README.md b/staging/src/k8s.io/externaljwt/README.md index 0523319cc42..ecfb2fc1f6c 100644 --- a/staging/src/k8s.io/externaljwt/README.md +++ b/staging/src/k8s.io/externaljwt/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/kms/README.md b/staging/src/k8s.io/kms/README.md index 940a1be3f3e..06119692dfa 100644 --- a/staging/src/k8s.io/kms/README.md +++ b/staging/src/k8s.io/kms/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/kube-aggregator/README.md b/staging/src/k8s.io/kube-aggregator/README.md index 0e12014126e..a531cf5945a 100644 --- a/staging/src/k8s.io/kube-aggregator/README.md +++ b/staging/src/k8s.io/kube-aggregator/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/kube-controller-manager/README.md b/staging/src/k8s.io/kube-controller-manager/README.md index efb24625b8a..40ea4a16656 100644 --- a/staging/src/k8s.io/kube-controller-manager/README.md +++ b/staging/src/k8s.io/kube-controller-manager/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/kube-proxy/README.md b/staging/src/k8s.io/kube-proxy/README.md index 45e3ee93ab0..9b9171adc5f 100644 --- a/staging/src/k8s.io/kube-proxy/README.md +++ b/staging/src/k8s.io/kube-proxy/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/kube-scheduler/README.md b/staging/src/k8s.io/kube-scheduler/README.md index 5aa44913d36..a1a88f94101 100644 --- a/staging/src/k8s.io/kube-scheduler/README.md +++ b/staging/src/k8s.io/kube-scheduler/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/kubectl/README.md b/staging/src/k8s.io/kubectl/README.md index f495a63e758..32754cb76fa 100644 --- a/staging/src/k8s.io/kubectl/README.md +++ b/staging/src/k8s.io/kubectl/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/kubelet/README.md b/staging/src/k8s.io/kubelet/README.md index 9a3afeb9f8d..5b58fe8cd84 100644 --- a/staging/src/k8s.io/kubelet/README.md +++ b/staging/src/k8s.io/kubelet/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/metrics/README.md b/staging/src/k8s.io/metrics/README.md index c21195f9d59..6e85372e70e 100644 --- a/staging/src/k8s.io/metrics/README.md +++ b/staging/src/k8s.io/metrics/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/mount-utils/README.md b/staging/src/k8s.io/mount-utils/README.md index 3f8d0a54c7b..4a0ec0a3f4b 100644 --- a/staging/src/k8s.io/mount-utils/README.md +++ b/staging/src/k8s.io/mount-utils/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/pod-security-admission/README.md b/staging/src/k8s.io/pod-security-admission/README.md index 594223355ba..476bfe25fd7 100644 --- a/staging/src/k8s.io/pod-security-admission/README.md +++ b/staging/src/k8s.io/pod-security-admission/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/sample-apiserver/README.md b/staging/src/k8s.io/sample-apiserver/README.md index 4f094189855..10449a5b19c 100644 --- a/staging/src/k8s.io/sample-apiserver/README.md +++ b/staging/src/k8s.io/sample-apiserver/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/sample-cli-plugin/README.md b/staging/src/k8s.io/sample-cli-plugin/README.md index 24337e7b0e1..94bb34eb176 100644 --- a/staging/src/k8s.io/sample-cli-plugin/README.md +++ b/staging/src/k8s.io/sample-cli-plugin/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. diff --git a/staging/src/k8s.io/sample-controller/README.md b/staging/src/k8s.io/sample-controller/README.md index 7a43fa9c164..b59cce9cdd6 100644 --- a/staging/src/k8s.io/sample-controller/README.md +++ b/staging/src/k8s.io/sample-controller/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a staging repository for Kubernetes**. +> ⚠️ **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. From 8919ac43c815f5814f610f1e9f41cc8499ed357c Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 15 Aug 2025 10:10:58 -0700 Subject: [PATCH 3/5] special case that kubectl staging repo is currently used to track issues, and only pull requests should be redirected back to the main repo. --- staging/src/k8s.io/kubectl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubectl/README.md b/staging/src/k8s.io/kubectl/README.md index 32754cb76fa..bbf93763c39 100644 --- a/staging/src/k8s.io/kubectl/README.md +++ b/staging/src/k8s.io/kubectl/README.md @@ -1,5 +1,5 @@ > ⚠️ **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). +> 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. # Kubectl From ada2ed8487708056ff11bd2413da1073558e6d7c Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 15 Aug 2025 10:13:18 -0700 Subject: [PATCH 4/5] 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 From e49f6116f9eec5d48f2c8913e598fef496644d01 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 15 Aug 2025 14:33:07 -0700 Subject: [PATCH 5/5] clarify that staging repos are automatically published --- staging/src/k8s.io/api/README.md | 2 +- staging/src/k8s.io/apiextensions-apiserver/README.md | 2 +- staging/src/k8s.io/apimachinery/README.md | 2 +- staging/src/k8s.io/apiserver/README.md | 2 +- staging/src/k8s.io/cli-runtime/README.md | 2 +- staging/src/k8s.io/client-go/README.md | 2 +- staging/src/k8s.io/cloud-provider/README.md | 2 +- staging/src/k8s.io/cluster-bootstrap/README.md | 2 +- staging/src/k8s.io/code-generator/README.md | 2 +- staging/src/k8s.io/component-base/README.md | 2 +- staging/src/k8s.io/component-helpers/README.md | 2 +- staging/src/k8s.io/controller-manager/README.md | 2 +- staging/src/k8s.io/cri-api/README.md | 2 +- staging/src/k8s.io/cri-client/README.md | 2 +- staging/src/k8s.io/csi-translation-lib/README.md | 2 +- staging/src/k8s.io/dynamic-resource-allocation/README.md | 2 +- staging/src/k8s.io/endpointslice/README.md | 2 +- staging/src/k8s.io/externaljwt/README.md | 2 +- staging/src/k8s.io/kms/README.md | 2 +- staging/src/k8s.io/kube-aggregator/README.md | 2 +- staging/src/k8s.io/kube-controller-manager/README.md | 2 +- staging/src/k8s.io/kube-proxy/README.md | 2 +- staging/src/k8s.io/kube-scheduler/README.md | 2 +- staging/src/k8s.io/kubectl/README.md | 2 +- staging/src/k8s.io/kubelet/README.md | 2 +- staging/src/k8s.io/metrics/README.md | 2 +- staging/src/k8s.io/mount-utils/README.md | 2 +- staging/src/k8s.io/pod-security-admission/README.md | 2 +- staging/src/k8s.io/sample-apiserver/README.md | 2 +- staging/src/k8s.io/sample-cli-plugin/README.md | 2 +- staging/src/k8s.io/sample-controller/README.md | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/staging/src/k8s.io/api/README.md b/staging/src/k8s.io/api/README.md index 25d746bc0cf..6c0b8482abe 100644 --- a/staging/src/k8s.io/api/README.md +++ b/staging/src/k8s.io/api/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/apiextensions-apiserver/README.md b/staging/src/k8s.io/apiextensions-apiserver/README.md index eb56945a9c8..22882e6ecc0 100644 --- a/staging/src/k8s.io/apiextensions-apiserver/README.md +++ b/staging/src/k8s.io/apiextensions-apiserver/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/apimachinery/README.md b/staging/src/k8s.io/apimachinery/README.md index ddd54c37321..420e9fda124 100644 --- a/staging/src/k8s.io/apimachinery/README.md +++ b/staging/src/k8s.io/apimachinery/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/apiserver/README.md b/staging/src/k8s.io/apiserver/README.md index a0f517d851d..086433401d1 100644 --- a/staging/src/k8s.io/apiserver/README.md +++ b/staging/src/k8s.io/apiserver/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/cli-runtime/README.md b/staging/src/k8s.io/cli-runtime/README.md index 10df768290e..a1ce2ab5848 100644 --- a/staging/src/k8s.io/cli-runtime/README.md +++ b/staging/src/k8s.io/cli-runtime/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/client-go/README.md b/staging/src/k8s.io/client-go/README.md index 9f287298585..aed9d29141b 100644 --- a/staging/src/k8s.io/client-go/README.md +++ b/staging/src/k8s.io/client-go/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/cloud-provider/README.md b/staging/src/k8s.io/cloud-provider/README.md index b81565740c8..217dd1b7431 100644 --- a/staging/src/k8s.io/cloud-provider/README.md +++ b/staging/src/k8s.io/cloud-provider/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/cluster-bootstrap/README.md b/staging/src/k8s.io/cluster-bootstrap/README.md index c6d70eeb3a4..cd61cfd41f5 100644 --- a/staging/src/k8s.io/cluster-bootstrap/README.md +++ b/staging/src/k8s.io/cluster-bootstrap/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/code-generator/README.md b/staging/src/k8s.io/code-generator/README.md index 157a80d68e5..aacc4f816f5 100644 --- a/staging/src/k8s.io/code-generator/README.md +++ b/staging/src/k8s.io/code-generator/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/component-base/README.md b/staging/src/k8s.io/component-base/README.md index a6945b82b16..1625c990a27 100644 --- a/staging/src/k8s.io/component-base/README.md +++ b/staging/src/k8s.io/component-base/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/component-helpers/README.md b/staging/src/k8s.io/component-helpers/README.md index 74053d19496..27fd26c1f73 100644 --- a/staging/src/k8s.io/component-helpers/README.md +++ b/staging/src/k8s.io/component-helpers/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/controller-manager/README.md b/staging/src/k8s.io/controller-manager/README.md index 4e0413eb025..b75fc7583a9 100644 --- a/staging/src/k8s.io/controller-manager/README.md +++ b/staging/src/k8s.io/controller-manager/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/cri-api/README.md b/staging/src/k8s.io/cri-api/README.md index 24498dadd53..938c5ab6e14 100644 --- a/staging/src/k8s.io/cri-api/README.md +++ b/staging/src/k8s.io/cri-api/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/cri-client/README.md b/staging/src/k8s.io/cri-client/README.md index 944173cb501..b8d7499988a 100644 --- a/staging/src/k8s.io/cri-client/README.md +++ b/staging/src/k8s.io/cri-client/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/csi-translation-lib/README.md b/staging/src/k8s.io/csi-translation-lib/README.md index bd729a4143f..17d31a03aaa 100644 --- a/staging/src/k8s.io/csi-translation-lib/README.md +++ b/staging/src/k8s.io/csi-translation-lib/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/dynamic-resource-allocation/README.md b/staging/src/k8s.io/dynamic-resource-allocation/README.md index 35ac46bc7b9..da4b138d71b 100644 --- a/staging/src/k8s.io/dynamic-resource-allocation/README.md +++ b/staging/src/k8s.io/dynamic-resource-allocation/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/endpointslice/README.md b/staging/src/k8s.io/endpointslice/README.md index 2f462fa3b9d..5a375a9ad99 100644 --- a/staging/src/k8s.io/endpointslice/README.md +++ b/staging/src/k8s.io/endpointslice/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/externaljwt/README.md b/staging/src/k8s.io/externaljwt/README.md index f5aa153375f..37c8f25b935 100644 --- a/staging/src/k8s.io/externaljwt/README.md +++ b/staging/src/k8s.io/externaljwt/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/kms/README.md b/staging/src/k8s.io/kms/README.md index e433075deca..30ff0fa586b 100644 --- a/staging/src/k8s.io/kms/README.md +++ b/staging/src/k8s.io/kms/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/kube-aggregator/README.md b/staging/src/k8s.io/kube-aggregator/README.md index d76e1bde05a..6443991098b 100644 --- a/staging/src/k8s.io/kube-aggregator/README.md +++ b/staging/src/k8s.io/kube-aggregator/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/kube-controller-manager/README.md b/staging/src/k8s.io/kube-controller-manager/README.md index 65886171c2a..7f68c6502db 100644 --- a/staging/src/k8s.io/kube-controller-manager/README.md +++ b/staging/src/k8s.io/kube-controller-manager/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/kube-proxy/README.md b/staging/src/k8s.io/kube-proxy/README.md index a58318f93cf..e5e0bcd30bb 100644 --- a/staging/src/k8s.io/kube-proxy/README.md +++ b/staging/src/k8s.io/kube-proxy/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/kube-scheduler/README.md b/staging/src/k8s.io/kube-scheduler/README.md index c0cfb0b1aba..e28b96eb95a 100644 --- a/staging/src/k8s.io/kube-scheduler/README.md +++ b/staging/src/k8s.io/kube-scheduler/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/kubectl/README.md b/staging/src/k8s.io/kubectl/README.md index f901fe1c0fb..c19407ecbc4 100644 --- a/staging/src/k8s.io/kubectl/README.md +++ b/staging/src/k8s.io/kubectl/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/kubelet/README.md b/staging/src/k8s.io/kubelet/README.md index 77f9b33d056..00459bc8d28 100644 --- a/staging/src/k8s.io/kubelet/README.md +++ b/staging/src/k8s.io/kubelet/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/metrics/README.md b/staging/src/k8s.io/metrics/README.md index ef2630e8d12..b47b90b6b4a 100644 --- a/staging/src/k8s.io/metrics/README.md +++ b/staging/src/k8s.io/metrics/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/mount-utils/README.md b/staging/src/k8s.io/mount-utils/README.md index bd3092eeda1..02a46dd89c3 100644 --- a/staging/src/k8s.io/mount-utils/README.md +++ b/staging/src/k8s.io/mount-utils/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/pod-security-admission/README.md b/staging/src/k8s.io/pod-security-admission/README.md index 2540a95f5ce..3a179c7a17c 100644 --- a/staging/src/k8s.io/pod-security-admission/README.md +++ b/staging/src/k8s.io/pod-security-admission/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/sample-apiserver/README.md b/staging/src/k8s.io/sample-apiserver/README.md index fa230569dc2..945e30e541f 100644 --- a/staging/src/k8s.io/sample-apiserver/README.md +++ b/staging/src/k8s.io/sample-apiserver/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/sample-cli-plugin/README.md b/staging/src/k8s.io/sample-cli-plugin/README.md index 3f735c6f144..39a4604acac 100644 --- a/staging/src/k8s.io/sample-cli-plugin/README.md +++ b/staging/src/k8s.io/sample-cli-plugin/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details. diff --git a/staging/src/k8s.io/sample-controller/README.md b/staging/src/k8s.io/sample-controller/README.md index 75a2112c3c1..b712ca24d21 100644 --- a/staging/src/k8s.io/sample-controller/README.md +++ b/staging/src/k8s.io/sample-controller/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged 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 read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.