kubernetes / community

Kubernetes community content
Apache License 2.0
11.91k stars 5.16k forks source link

sigs.yaml is missing OWNERS files present in k/k repository #6307

Open dims opened 2 years ago

dims commented 2 years ago

Describe the issue

Get a list of OWNERS files present in sigs.yaml (rg is ripgrep, but you can use regular grep as well)

[dims@dims-m1 16:58] ~/go/src/k8s.io/community ⟩ rg "raw.githubusercontent.com/kubernetes/kubernetes/master" sigs.yaml | cut -b 70- | sort | uniq > k8s-01.txt

Get the list of OWNERS files present on disk in k/k repository

find . -name OWNERS | cut -b 3- | sort | uniq > k8s.-02.txt

Now if you do a diff between the 2 files you will see the following, all the ones with + in the beginning of the line are OWNERS files in k/k, but not in sigs.yaml.

--- ../community/k8s-01.txt 2021-12-23 16:58:38.000000000 -0500
+++ k8s.-02.txt 2021-12-23 16:58:59.000000000 -0500
@@ -1,93 +1,319 @@
+.github/OWNERS
+CHANGELOG/OWNERS
+LICENSES/OWNERS
+OWNERS
+api/OWNERS
+build/OWNERS
+build/build-image/OWNERS
+build/pause/OWNERS
 cluster/OWNERS
+cluster/addons/OWNERS
+cluster/addons/addon-manager/OWNERS
+cluster/addons/calico-policy-controller/OWNERS
+cluster/addons/cluster-loadbalancing/OWNERS
+cluster/addons/dashboard/OWNERS
+cluster/addons/dns-horizontal-autoscaler/OWNERS
+cluster/addons/dns/OWNERS
+cluster/addons/fluentd-elasticsearch/OWNERS
+cluster/addons/fluentd-gcp/OWNERS
+cluster/addons/ip-masq-agent/OWNERS
+cluster/addons/kube-proxy/OWNERS
+cluster/addons/metadata-agent/OWNERS
+cluster/addons/metadata-proxy/OWNERS
+cluster/addons/metrics-server/OWNERS
+cluster/addons/node-problem-detector/OWNERS
+cluster/addons/volumesnapshots/OWNERS
+cluster/gce/OWNERS
+cluster/gce/gci/OWNERS
+cluster/gce/manifests/OWNERS
+cluster/gce/windows/OWNERS
+cluster/images/OWNERS
+cluster/images/etcd-version-monitor/OWNERS
+cluster/images/etcd/OWNERS
 cluster/images/kubemark/OWNERS
+cluster/kubemark/OWNERS
+cluster/log-dump/OWNERS
+cluster/pre-existing/OWNERS
+cluster/skeleton/OWNERS
+cmd/OWNERS
+cmd/clicheck/OWNERS
 cmd/cloud-controller-manager/OWNERS
+cmd/dependencycheck/OWNERS
+cmd/dependencyverifier/OWNERS
+cmd/importverifier/OWNERS
 cmd/kube-apiserver/OWNERS
 cmd/kube-controller-manager/OWNERS
+cmd/kube-proxy/OWNERS
 cmd/kube-scheduler/OWNERS
 cmd/kubeadm/OWNERS
+cmd/kubectl-convert/OWNERS
+cmd/kubectl/OWNERS
 cmd/kubelet/OWNERS
+cmd/kubelet/app/OWNERS
 cmd/kubemark/OWNERS
+cmd/preferredimports/OWNERS
+cmd/yamlfmt/OWNERS
+docs/OWNERS
+hack/OWNERS
+hack/jenkins/OWNERS
+hack/testdata/OWNERS
+hack/testdata/levee/OWNERS
+hack/verify-flags/OWNERS
+logo/OWNERS
+pkg/OWNERS
+pkg/api/OWNERS
+pkg/api/persistentvolume/OWNERS
+pkg/api/persistentvolumeclaim/OWNERS
+pkg/api/pod/OWNERS
+pkg/api/podsecuritypolicy/OWNERS
+pkg/api/service/OWNERS
+pkg/api/testing/OWNERS
+pkg/api/v1/OWNERS
+pkg/apis/OWNERS
+pkg/apis/abac/OWNERS
 pkg/apis/apps/OWNERS
 pkg/apis/authentication/OWNERS
 pkg/apis/authorization/OWNERS
+pkg/apis/autoscaling/OWNERS
 pkg/apis/batch/OWNERS
 pkg/apis/certificates/OWNERS
+pkg/apis/core/OWNERS
+pkg/apis/core/install/OWNERS
 pkg/apis/core/v1/OWNERS
+pkg/apis/core/validation/OWNERS
 pkg/apis/extensions/OWNERS
 pkg/apis/imagepolicy/OWNERS
+pkg/apis/networking/OWNERS
 pkg/apis/policy/OWNERS
 pkg/apis/rbac/OWNERS
+pkg/apis/storage/OWNERS
+pkg/auth/OWNERS
+pkg/client/OWNERS
+pkg/client/testdata/OWNERS
 pkg/cloudprovider/OWNERS
+pkg/controller/OWNERS
+pkg/controller/apis/config/OWNERS
 pkg/controller/certificates/OWNERS
 pkg/controller/certificates/approver/OWNERS
-pkg/controller/cloud/OWNERS
 pkg/controller/cronjob/OWNERS
+pkg/controller/cronjob/config/OWNERS
 pkg/controller/daemon/OWNERS
+pkg/controller/daemon/config/OWNERS
 pkg/controller/deployment/OWNERS
+pkg/controller/deployment/config/OWNERS
 pkg/controller/disruption/OWNERS
 pkg/controller/endpoint/OWNERS
+pkg/controller/endpoint/config/OWNERS
+pkg/controller/endpointslice/OWNERS
+pkg/controller/endpointslicemirroring/OWNERS
 pkg/controller/garbagecollector/OWNERS
+pkg/controller/garbagecollector/config/OWNERS
 pkg/controller/history/OWNERS
 pkg/controller/job/OWNERS
+pkg/controller/job/config/OWNERS
 pkg/controller/namespace/OWNERS
+pkg/controller/namespace/config/OWNERS
+pkg/controller/nodeipam/OWNERS
+pkg/controller/nodeipam/config/OWNERS
+pkg/controller/nodeipam/ipam/OWNERS
+pkg/controller/nodelifecycle/OWNERS
+pkg/controller/nodelifecycle/config/OWNERS
 pkg/controller/podautoscaler/OWNERS
+pkg/controller/podautoscaler/config/OWNERS
+pkg/controller/podgc/OWNERS
+pkg/controller/podgc/config/OWNERS
 pkg/controller/replicaset/OWNERS
+pkg/controller/replicaset/config/OWNERS
 pkg/controller/replication/OWNERS
+pkg/controller/replication/config/OWNERS
 pkg/controller/resourcequota/OWNERS
+pkg/controller/resourcequota/config/OWNERS
 pkg/controller/serviceaccount/OWNERS
 pkg/controller/statefulset/OWNERS
+pkg/controller/statefulset/config/OWNERS
+pkg/controller/ttlafterfinished/config/OWNERS
+pkg/controller/util/endpoint/OWNERS
+pkg/controller/util/endpointslice/OWNERS
+pkg/controller/volume/OWNERS
+pkg/controller/volume/attachdetach/OWNERS
+pkg/controller/volume/ephemeral/OWNERS
+pkg/controller/volume/expand/OWNERS
+pkg/controller/volume/persistentvolume/OWNERS
+pkg/controlplane/OWNERS
+pkg/controlplane/storageversionhashdata/OWNERS
+pkg/credentialprovider/OWNERS
+pkg/credentialprovider/aws/OWNERS
+pkg/credentialprovider/azure/OWNERS
+pkg/credentialprovider/gcp/OWNERS
+pkg/features/OWNERS
+pkg/generated/openapi/OWNERS
 pkg/kubeapiserver/OWNERS
 pkg/kubeapiserver/authenticator/OWNERS
 pkg/kubeapiserver/authorizer/OWNERS
 pkg/kubectl/OWNERS
 pkg/kubelet/OWNERS
+pkg/kubelet/apis/config/OWNERS
 pkg/kubelet/certificate/OWNERS
+pkg/kubelet/cm/OWNERS
+pkg/kubelet/cm/cpumanager/OWNERS
+pkg/kubelet/cm/cpuset/OWNERS
+pkg/kubelet/cm/devicemanager/OWNERS
+pkg/kubelet/cm/topologymanager/OWNERS
+pkg/kubelet/cri/remote/OWNERS
+pkg/kubelet/kubeletconfig/OWNERS
+pkg/kubelet/metrics/OWNERS
 pkg/kubelet/network/OWNERS
+pkg/kubelet/network/dns/OWNERS
+pkg/kubelet/pluginmanager/OWNERS
+pkg/kubelet/prober/OWNERS
+pkg/kubelet/server/OWNERS
+pkg/kubelet/stats/OWNERS
 pkg/kubelet/token/OWNERS
+pkg/kubelet/volumemanager/OWNERS
 pkg/kubemark/OWNERS
-pkg/master/OWNERS
+pkg/printers/OWNERS
+pkg/probe/OWNERS
 pkg/proxy/OWNERS
+pkg/proxy/apis/config/OWNERS
+pkg/proxy/config/OWNERS
+pkg/proxy/iptables/OWNERS
+pkg/proxy/ipvs/OWNERS
+pkg/proxy/userspace/OWNERS
+pkg/proxy/winkernel/OWNERS
 pkg/quota/v1/OWNERS
+pkg/quota/v1/evaluator/OWNERS
+pkg/quota/v1/install/OWNERS
+pkg/registry/OWNERS
 pkg/registry/apps/OWNERS
 pkg/registry/authentication/OWNERS
 pkg/registry/authorization/OWNERS
+pkg/registry/autoscaling/OWNERS
 pkg/registry/batch/OWNERS
 pkg/registry/certificates/OWNERS
-pkg/registry/extensions/OWNERS
+pkg/registry/core/OWNERS
+pkg/registry/core/serviceaccount/OWNERS
+pkg/registry/events/OWNERS
 pkg/registry/policy/OWNERS
 pkg/registry/rbac/OWNERS
+pkg/registry/registrytest/OWNERS
+pkg/registry/storage/OWNERS
+pkg/routes/OWNERS
 pkg/scheduler/OWNERS
+pkg/scheduler/apis/config/OWNERS
+pkg/scheduler/framework/plugins/volumebinding/OWNERS
 pkg/security/podsecuritypolicy/OWNERS
 pkg/serviceaccount/OWNERS
+pkg/util/bandwidth/OWNERS
+pkg/util/coverage/OWNERS
+pkg/util/goroutinemap/OWNERS
+pkg/util/ipset/OWNERS
+pkg/util/iptables/OWNERS
+pkg/util/ipvs/OWNERS
+pkg/util/netsh/OWNERS
+pkg/util/removeall/OWNERS
 pkg/volume/OWNERS
+pkg/volume/awsebs/OWNERS
+pkg/volume/azure_file/OWNERS
+pkg/volume/azuredd/OWNERS
+pkg/volume/cephfs/OWNERS
+pkg/volume/cinder/OWNERS
+pkg/volume/configmap/OWNERS
+pkg/volume/downwardapi/OWNERS
+pkg/volume/emptydir/OWNERS
+pkg/volume/fc/OWNERS
+pkg/volume/flexvolume/OWNERS
+pkg/volume/flocker/OWNERS
+pkg/volume/gcepd/OWNERS
+pkg/volume/git_repo/OWNERS
+pkg/volume/glusterfs/OWNERS
+pkg/volume/hostpath/OWNERS
+pkg/volume/iscsi/OWNERS
+pkg/volume/local/OWNERS
+pkg/volume/nfs/OWNERS
+pkg/volume/portworx/OWNERS
+pkg/volume/quobyte/OWNERS
+pkg/volume/rbd/OWNERS
+pkg/volume/secret/OWNERS
+pkg/volume/util/nestedpendingoperations/OWNERS
+pkg/volume/util/operationexecutor/OWNERS
+pkg/volume/util/subpath/OWNERS
+pkg/volume/vsphere_volume/OWNERS
+plugin/OWNERS
+plugin/pkg/admission/OWNERS
+plugin/pkg/admission/certificates/OWNERS
+plugin/pkg/admission/eventratelimit/apis/eventratelimit/OWNERS
 plugin/pkg/admission/imagepolicy/OWNERS
 plugin/pkg/admission/noderestriction/OWNERS
+plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/OWNERS
+plugin/pkg/admission/runtimeclass/OWNERS
 plugin/pkg/admission/security/podsecuritypolicy/OWNERS
 plugin/pkg/admission/serviceaccount/OWNERS
+plugin/pkg/admission/storage/persistentvolume/label/OWNERS
+plugin/pkg/auth/OWNERS
 plugin/pkg/auth/authenticator/OWNERS
 plugin/pkg/auth/authorizer/OWNERS
 plugin/pkg/auth/authorizer/node/OWNERS
 staging/OWNERS
+staging/publishing/OWNERS
 staging/src/k8s.io/api/OWNERS
 staging/src/k8s.io/api/apps/OWNERS
 staging/src/k8s.io/api/authentication/OWNERS
 staging/src/k8s.io/api/authorization/OWNERS
+staging/src/k8s.io/api/autoscaling/OWNERS
 staging/src/k8s.io/api/batch/OWNERS
-staging/src/k8s.io/api/core/v1/OWNERS
+staging/src/k8s.io/api/certificates/OWNERS
 staging/src/k8s.io/api/extensions/OWNERS
 staging/src/k8s.io/api/imagepolicy/OWNERS
+staging/src/k8s.io/api/networking/OWNERS
+staging/src/k8s.io/api/node/OWNERS
 staging/src/k8s.io/api/policy/OWNERS
 staging/src/k8s.io/api/rbac/OWNERS
+staging/src/k8s.io/api/storage/OWNERS
 staging/src/k8s.io/apiextensions-apiserver/OWNERS
+staging/src/k8s.io/apiextensions-apiserver/pkg/apis/OWNERS
+staging/src/k8s.io/apiextensions-apiserver/pkg/features/OWNERS
 staging/src/k8s.io/apimachinery/OWNERS
+staging/src/k8s.io/apimachinery/pkg/OWNERS
+staging/src/k8s.io/apimachinery/pkg/api/errors/OWNERS
+staging/src/k8s.io/apimachinery/pkg/api/meta/OWNERS
+staging/src/k8s.io/apimachinery/pkg/api/resource/OWNERS
+staging/src/k8s.io/apimachinery/pkg/apis/OWNERS
+staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/OWNERS
+staging/src/k8s.io/apimachinery/pkg/util/mergepatch/OWNERS
+staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/OWNERS
+staging/src/k8s.io/apimachinery/third_party/forked/golang/json/OWNERS
 staging/src/k8s.io/apiserver/OWNERS
+staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/OWNERS
+staging/src/k8s.io/apiserver/pkg/apis/OWNERS
 staging/src/k8s.io/apiserver/pkg/apis/audit/OWNERS
 staging/src/k8s.io/apiserver/pkg/audit/OWNERS
 staging/src/k8s.io/apiserver/pkg/authentication/OWNERS
 staging/src/k8s.io/apiserver/pkg/authentication/request/x509/OWNERS
 staging/src/k8s.io/apiserver/pkg/authorization/OWNERS
+staging/src/k8s.io/apiserver/pkg/endpoints/filters/OWNERS
+staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/OWNERS
+staging/src/k8s.io/apiserver/pkg/endpoints/metrics/OWNERS
+staging/src/k8s.io/apiserver/pkg/endpoints/request/OWNERS
+staging/src/k8s.io/apiserver/pkg/endpoints/testing/OWNERS
+staging/src/k8s.io/apiserver/pkg/features/OWNERS
+staging/src/k8s.io/apiserver/pkg/quota/v1/OWNERS
+staging/src/k8s.io/apiserver/pkg/quota/v1/generic/OWNERS
+staging/src/k8s.io/apiserver/pkg/registry/generic/OWNERS
+staging/src/k8s.io/apiserver/pkg/registry/rest/OWNERS
+staging/src/k8s.io/apiserver/pkg/server/filters/OWNERS
+staging/src/k8s.io/apiserver/pkg/server/mux/OWNERS
+staging/src/k8s.io/apiserver/pkg/server/options/OWNERS
 staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/OWNERS
+staging/src/k8s.io/apiserver/pkg/server/routes/OWNERS
+staging/src/k8s.io/apiserver/pkg/storage/OWNERS
+staging/src/k8s.io/apiserver/pkg/storage/cacher/metrics/OWNERS
+staging/src/k8s.io/apiserver/pkg/storage/etcd3/OWNERS
+staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/OWNERS
+staging/src/k8s.io/apiserver/pkg/storage/storagebackend/OWNERS
+staging/src/k8s.io/apiserver/pkg/storage/testing/OWNERS
 staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/OWNERS
+staging/src/k8s.io/apiserver/pkg/storageversion/OWNERS
+staging/src/k8s.io/apiserver/pkg/util/flowcontrol/OWNERS
 staging/src/k8s.io/apiserver/plugin/pkg/audit/OWNERS
 staging/src/k8s.io/apiserver/plugin/pkg/authenticator/OWNERS
 staging/src/k8s.io/apiserver/plugin/pkg/authorizer/OWNERS
@@ -101,33 +327,164 @@
 staging/src/k8s.io/client-go/listers/rbac/OWNERS
 staging/src/k8s.io/client-go/pkg/apis/clientauthentication/OWNERS
 staging/src/k8s.io/client-go/plugin/pkg/client/auth/OWNERS
+staging/src/k8s.io/client-go/plugin/pkg/client/auth/gcp/OWNERS
+staging/src/k8s.io/client-go/rest/OWNERS
 staging/src/k8s.io/client-go/tools/auth/OWNERS
+staging/src/k8s.io/client-go/tools/cache/OWNERS
+staging/src/k8s.io/client-go/tools/events/OWNERS
+staging/src/k8s.io/client-go/tools/leaderelection/OWNERS
+staging/src/k8s.io/client-go/tools/metrics/OWNERS
+staging/src/k8s.io/client-go/tools/record/OWNERS
+staging/src/k8s.io/client-go/transport/OWNERS
 staging/src/k8s.io/client-go/util/cert/OWNERS
 staging/src/k8s.io/client-go/util/certificate/OWNERS
+staging/src/k8s.io/client-go/util/keyutil/OWNERS
+staging/src/k8s.io/client-go/util/retry/OWNERS
 staging/src/k8s.io/cloud-provider/OWNERS
+staging/src/k8s.io/cloud-provider/controllers/nodelifecycle/OWNERS
+staging/src/k8s.io/cloud-provider/controllers/route/OWNERS
 staging/src/k8s.io/cloud-provider/controllers/service/OWNERS
+staging/src/k8s.io/cloud-provider/controllers/service/config/OWNERS
+staging/src/k8s.io/cluster-bootstrap/OWNERS
+staging/src/k8s.io/cluster-bootstrap/token/OWNERS
 staging/src/k8s.io/code-generator/OWNERS
+staging/src/k8s.io/code-generator/cmd/client-gen/OWNERS
+staging/src/k8s.io/code-generator/cmd/go-to-protobuf/OWNERS
 staging/src/k8s.io/component-base/OWNERS
+staging/src/k8s.io/component-base/cli/OWNERS
+staging/src/k8s.io/component-base/codec/OWNERS
+staging/src/k8s.io/component-base/config/OWNERS
+staging/src/k8s.io/component-base/configz/OWNERS
+staging/src/k8s.io/component-base/featuregate/OWNERS
 staging/src/k8s.io/component-base/logs/OWNERS
 staging/src/k8s.io/component-base/metrics/OWNERS
+staging/src/k8s.io/component-base/metrics/prometheus/ratelimiter/OWNERS
+staging/src/k8s.io/component-base/term/OWNERS
+staging/src/k8s.io/component-base/traces/OWNERS
+staging/src/k8s.io/component-base/version/OWNERS
 staging/src/k8s.io/component-helpers/OWNERS
+staging/src/k8s.io/component-helpers/apimachinery/OWNERS
+staging/src/k8s.io/component-helpers/apps/OWNERS
+staging/src/k8s.io/component-helpers/auth/OWNERS
+staging/src/k8s.io/component-helpers/node/OWNERS
+staging/src/k8s.io/component-helpers/scheduling/OWNERS
+staging/src/k8s.io/component-helpers/storage/OWNERS
 staging/src/k8s.io/controller-manager/OWNERS
-staging/src/k8s.io/csi-api/OWNERS
+staging/src/k8s.io/controller-manager/config/OWNERS
+staging/src/k8s.io/controller-manager/pkg/features/OWNERS
+staging/src/k8s.io/cri-api/OWNERS
+staging/src/k8s.io/cri-api/pkg/OWNERS
 staging/src/k8s.io/csi-translation-lib/OWNERS
 staging/src/k8s.io/kube-aggregator/OWNERS
+staging/src/k8s.io/kube-aggregator/pkg/apis/OWNERS
+staging/src/k8s.io/kube-controller-manager/OWNERS
+staging/src/k8s.io/kube-controller-manager/config/OWNERS
+staging/src/k8s.io/kube-proxy/OWNERS
+staging/src/k8s.io/kube-proxy/config/OWNERS
+staging/src/k8s.io/kube-scheduler/OWNERS
+staging/src/k8s.io/kube-scheduler/config/OWNERS
+staging/src/k8s.io/kube-scheduler/extender/OWNERS
+staging/src/k8s.io/kubectl/OWNERS
 staging/src/k8s.io/kubectl/pkg/cmd/auth/OWNERS
+staging/src/k8s.io/kubectl/pkg/explain/OWNERS
+staging/src/k8s.io/kubectl/pkg/util/i18n/translations/OWNERS
+staging/src/k8s.io/kubectl/pkg/util/i18n/translations/kubectl/OWNERS
+staging/src/k8s.io/kubectl/pkg/util/openapi/OWNERS
+staging/src/k8s.io/kubelet/OWNERS
+staging/src/k8s.io/kubelet/config/OWNERS
+staging/src/k8s.io/kubelet/pkg/apis/credentialprovider/OWNERS
+staging/src/k8s.io/kubelet/pkg/apis/deviceplugin/OWNERS
+staging/src/k8s.io/legacy-cloud-providers/OWNERS
+staging/src/k8s.io/legacy-cloud-providers/aws/OWNERS
+staging/src/k8s.io/legacy-cloud-providers/azure/OWNERS
+staging/src/k8s.io/legacy-cloud-providers/gce/OWNERS
+staging/src/k8s.io/legacy-cloud-providers/openstack/OWNERS
+staging/src/k8s.io/legacy-cloud-providers/vsphere/OWNERS
 staging/src/k8s.io/metrics/OWNERS
+staging/src/k8s.io/metrics/pkg/apis/OWNERS
 staging/src/k8s.io/mount-utils/OWNERS
+staging/src/k8s.io/pod-security-admission/OWNERS
 staging/src/k8s.io/sample-apiserver/OWNERS
 staging/src/k8s.io/sample-cli-plugin/OWNERS
 staging/src/k8s.io/sample-controller/OWNERS
 test/OWNERS
+test/cmd/OWNERS
 test/conformance/OWNERS
+test/conformance/image/OWNERS
 test/conformance/testdata/OWNERS
+test/e2e/apimachinery/OWNERS
 test/e2e/apps/OWNERS
-test/e2e/scalability/OWNERS
+test/e2e/architecture/OWNERS
+test/e2e/auth/OWNERS
+test/e2e/autoscaling/OWNERS
+test/e2e/cloud/OWNERS
+test/e2e/cloud/gcp/OWNERS
+test/e2e/common/OWNERS
+test/e2e/common/network/OWNERS
+test/e2e/common/node/OWNERS
+test/e2e/common/storage/OWNERS
+test/e2e/framework/OWNERS
+test/e2e/framework/providers/vsphere/OWNERS
+test/e2e/framework/volume/OWNERS
+test/e2e/instrumentation/OWNERS
+test/e2e/instrumentation/logging/OWNERS
+test/e2e/kubectl/OWNERS
+test/e2e/lifecycle/OWNERS
+test/e2e/network/OWNERS
+test/e2e/network/netpol/OWNERS
+test/e2e/node/OWNERS
+test/e2e/scheduling/OWNERS
+test/e2e/storage/OWNERS
+test/e2e/testing-manifests/storage-csi/OWNERS
+test/e2e/upgrades/apps/OWNERS
+test/e2e/windows/OWNERS
+test/e2e_kubeadm/OWNERS
+test/e2e_node/OWNERS
+test/e2e_node/gcp/OWNERS
+test/e2e_node/jenkins/OWNERS
+test/e2e_node/perf/workloads/OWNERS
+test/fixtures/pkg/kubectl/OWNERS
+test/images/OWNERS
+test/images/agnhost/OWNERS
+test/images/apparmor-loader/OWNERS
+test/images/busybox/OWNERS
+test/images/cuda-vector-add-old/OWNERS
+test/images/cuda-vector-add/OWNERS
+test/images/echoserver/OWNERS
+test/images/jessie-dnsutils/OWNERS
+test/images/kitten/OWNERS
+test/images/metadata-concealment/OWNERS
+test/images/nautilus/OWNERS
+test/images/nonewprivs/OWNERS
+test/images/nonroot/OWNERS
+test/images/redis/OWNERS
+test/images/regression-issue-74839/OWNERS
+test/images/sample-apiserver/OWNERS
+test/images/volume/OWNERS
+test/instrumentation/OWNERS
+test/instrumentation/testdata/OWNERS
+test/integration/apiserver/OWNERS
+test/integration/apiserver/tracing/OWNERS
 test/integration/daemonset/OWNERS
 test/integration/deployment/OWNERS
+test/integration/dryrun/OWNERS
+test/integration/etcd/OWNERS
+test/integration/metrics/OWNERS
+test/integration/node/OWNERS
+test/integration/pods/OWNERS
+test/integration/scheduler/OWNERS
+test/integration/scheduler_perf/OWNERS
 test/kubemark/OWNERS
+test/typecheck/OWNERS
+test/utils/image/OWNERS
 third_party/OWNERS
+third_party/forked/shell2junit/OWNERS
 vendor/OWNERS
+vendor/go.etcd.io/etcd/raft/v3/OWNERS
+vendor/k8s.io/klog/v2/OWNERS
+vendor/k8s.io/kube-openapi/pkg/generators/rules/OWNERS
+vendor/k8s.io/kube-openapi/pkg/util/proto/OWNERS
+vendor/k8s.io/utils/nsenter/OWNERS
+vendor/k8s.io/utils/pointer/OWNERS
+vendor/sigs.k8s.io/json/OWNERS
+vendor/sigs.k8s.io/yaml/OWNERS
dims commented 2 years ago

you will also see that some files in sigs.yaml are no longer present in k/k

--- ../community/k8s-01.txt 2021-12-23 16:58:38.000000000 -0500
-pkg/controller/cloud/OWNERS
-pkg/master/OWNERS
-pkg/registry/extensions/OWNERS
-staging/src/k8s.io/api/core/v1/OWNERS
-staging/src/k8s.io/csi-api/OWNERS
-test/e2e/scalability/OWNERS
dims commented 2 years ago

related https://github.com/kubernetes/community/issues/1913

dims commented 2 years ago

cc @mrbobbytables @parispittman

dims commented 2 years ago

NOTE to self : https://gist.github.com/spiffxp/629ab537c2e1d59072aa3154c91459c0

dims commented 2 years ago

/sig contributor-experience

nikhita commented 2 years ago

/assign

dims commented 2 years ago

notes: looks like we have an easy way to the list of files in a repo

curl -kvs https://api.github.com/repos/kubernetes/kubernetes/git/trees/master?recursive=1 > files.json

dims commented 2 years ago

@nikhita i've automated this, can you please take a look:

[dims@dims-m1-3971 09:17] ~/go/src/k8s.io/community ⟩ maintainers validate
Running script : 01-15-2022 09:17:54
WARNING: https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/controller-manager/OWNERS is duplicated in 'sigs/sig-api-machinery/server-binaries' and 'sigs/sig-api-machinery/server-frameworks'
WARNING: https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS is duplicated in 'sigs/sig-autoscaling/cluster-autoscaler' and 'sigs/sig-autoscaling/vertical-pod-autoscaler'
WARNING: https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/cloud-controller-manager/OWNERS is duplicated in 'sigs/sig-api-machinery/server-binaries' and 'sigs/sig-cloud-provider/kubernetes-cloud-provider'
WARNING: https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-ibmcloud/main/OWNERS is duplicated in 'sigs/sig-cloud-provider/provider-ibmcloud' and 'sigs/sig-cluster-lifecycle/cluster-api-provider-ibmcloud'
WARNING: file [https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/extensions/OWNERS] in section 'sigs/sig-apps/workloads-api' is not present in kubernetes/kubernetes
WARNING: file [https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/core/v1/OWNERS] in section 'sigs/sig-apps/workloads-api' is not present in kubernetes/kubernetes
WARNING: file [https://raw.githubusercontent.com/kubernetes/kubernetes/master/vendor/OWNERS] in section 'sigs/sig-architecture/code-organization' is not present in kubernetes/kubernetes
WARNING: file [https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/master/OWNERS] in section 'sigs/sig-api-machinery/server-binaries' is not present in kubernetes/kubernetes
WARNING: file [https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS] in section 'sigs/sig-contributor-experience/github-management' is not present in kubernetes/kubernetes
WARNING: file [https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/e2e/scalability/OWNERS] in section 'sigs/sig-scalability/kubernetes-scalability-and-performance-tests-and-validation' is not present in kubernetes/kubernetes
WARNING: file [https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/cloud/OWNERS] in section 'sigs/sig-cloud-provider/kubernetes-cloud-provider' is not present in kubernetes/kubernetes
WARNING: file [.github/OWNERS] is not in sigs.yaml
WARNING: file [CHANGELOG/OWNERS] is not in sigs.yaml
WARNING: file [LICENSES/OWNERS] is not in sigs.yaml
WARNING: file [api/OWNERS] is not in sigs.yaml
WARNING: file [build/OWNERS] is not in sigs.yaml
WARNING: file [build/build-image/OWNERS] is not in sigs.yaml
WARNING: file [build/pause/OWNERS] is not in sigs.yaml
WARNING: file [cluster/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/addon-manager/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/calico-policy-controller/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/cluster-loadbalancing/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/dashboard/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/dns-horizontal-autoscaler/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/dns/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/fluentd-gcp/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/ip-masq-agent/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/kube-proxy/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/metadata-agent/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/metadata-proxy/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/metrics-server/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/node-problem-detector/OWNERS] is not in sigs.yaml
WARNING: file [cluster/addons/volumesnapshots/OWNERS] is not in sigs.yaml
WARNING: file [cluster/gce/OWNERS] is not in sigs.yaml
WARNING: file [cluster/gce/gci/OWNERS] is not in sigs.yaml
WARNING: file [cluster/gce/manifests/OWNERS] is not in sigs.yaml
WARNING: file [cluster/gce/windows/OWNERS] is not in sigs.yaml
WARNING: file [cluster/images/OWNERS] is not in sigs.yaml
WARNING: file [cluster/images/etcd-version-monitor/OWNERS] is not in sigs.yaml
WARNING: file [cluster/images/etcd/OWNERS] is not in sigs.yaml
WARNING: file [cluster/images/kubemark/OWNERS] is not in sigs.yaml
WARNING: file [cluster/kubemark/OWNERS] is not in sigs.yaml
WARNING: file [cluster/log-dump/OWNERS] is not in sigs.yaml
WARNING: file [cluster/pre-existing/OWNERS] is not in sigs.yaml
WARNING: file [cluster/skeleton/OWNERS] is not in sigs.yaml
WARNING: file [cmd/OWNERS] is not in sigs.yaml
WARNING: file [cmd/clicheck/OWNERS] is not in sigs.yaml
WARNING: file [cmd/cloud-controller-manager/OWNERS] is not in sigs.yaml
WARNING: file [cmd/dependencycheck/OWNERS] is not in sigs.yaml
WARNING: file [cmd/dependencyverifier/OWNERS] is not in sigs.yaml
WARNING: file [cmd/importverifier/OWNERS] is not in sigs.yaml
WARNING: file [cmd/kube-apiserver/OWNERS] is not in sigs.yaml
WARNING: file [cmd/kube-controller-manager/OWNERS] is not in sigs.yaml
WARNING: file [cmd/kube-proxy/OWNERS] is not in sigs.yaml
WARNING: file [cmd/kube-scheduler/OWNERS] is not in sigs.yaml
WARNING: file [cmd/kubeadm/OWNERS] is not in sigs.yaml
WARNING: file [cmd/kubectl-convert/OWNERS] is not in sigs.yaml
WARNING: file [cmd/kubectl/OWNERS] is not in sigs.yaml
WARNING: file [cmd/kubelet/OWNERS] is not in sigs.yaml
WARNING: file [cmd/kubelet/app/OWNERS] is not in sigs.yaml
WARNING: file [cmd/kubemark/OWNERS] is not in sigs.yaml
WARNING: file [cmd/preferredimports/OWNERS] is not in sigs.yaml
WARNING: file [cmd/yamlfmt/OWNERS] is not in sigs.yaml
WARNING: file [docs/OWNERS] is not in sigs.yaml
WARNING: file [hack/OWNERS] is not in sigs.yaml
WARNING: file [hack/jenkins/OWNERS] is not in sigs.yaml
WARNING: file [hack/testdata/OWNERS] is not in sigs.yaml
WARNING: file [hack/testdata/levee/OWNERS] is not in sigs.yaml
WARNING: file [hack/verify-flags/OWNERS] is not in sigs.yaml
WARNING: file [logo/OWNERS] is not in sigs.yaml
WARNING: file [pkg/OWNERS] is not in sigs.yaml
WARNING: file [pkg/api/OWNERS] is not in sigs.yaml
WARNING: file [pkg/api/persistentvolume/OWNERS] is not in sigs.yaml
WARNING: file [pkg/api/persistentvolumeclaim/OWNERS] is not in sigs.yaml
WARNING: file [pkg/api/pod/OWNERS] is not in sigs.yaml
WARNING: file [pkg/api/podsecuritypolicy/OWNERS] is not in sigs.yaml
WARNING: file [pkg/api/service/OWNERS] is not in sigs.yaml
WARNING: file [pkg/api/testing/OWNERS] is not in sigs.yaml
WARNING: file [pkg/api/v1/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/abac/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/apps/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/authentication/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/authorization/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/autoscaling/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/batch/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/certificates/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/core/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/core/install/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/core/v1/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/core/validation/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/extensions/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/imagepolicy/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/networking/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/policy/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/rbac/OWNERS] is not in sigs.yaml
WARNING: file [pkg/apis/storage/OWNERS] is not in sigs.yaml
WARNING: file [pkg/auth/OWNERS] is not in sigs.yaml
WARNING: file [pkg/client/OWNERS] is not in sigs.yaml
WARNING: file [pkg/client/testdata/OWNERS] is not in sigs.yaml
WARNING: file [pkg/cloudprovider/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/apis/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/certificates/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/certificates/approver/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/cronjob/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/cronjob/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/daemon/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/daemon/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/deployment/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/deployment/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/disruption/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/endpoint/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/endpoint/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/endpointslice/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/endpointslicemirroring/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/garbagecollector/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/garbagecollector/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/history/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/job/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/job/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/namespace/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/namespace/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/nodeipam/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/nodeipam/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/nodeipam/ipam/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/nodelifecycle/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/nodelifecycle/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/podautoscaler/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/podautoscaler/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/podgc/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/podgc/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/replicaset/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/replicaset/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/replication/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/replication/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/resourcequota/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/resourcequota/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/serviceaccount/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/statefulset/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/statefulset/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/ttlafterfinished/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/util/endpoint/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/util/endpointslice/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/volume/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/volume/attachdetach/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/volume/ephemeral/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/volume/expand/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controller/volume/persistentvolume/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controlplane/OWNERS] is not in sigs.yaml
WARNING: file [pkg/controlplane/storageversionhashdata/OWNERS] is not in sigs.yaml
WARNING: file [pkg/credentialprovider/OWNERS] is not in sigs.yaml
WARNING: file [pkg/credentialprovider/aws/OWNERS] is not in sigs.yaml
WARNING: file [pkg/credentialprovider/azure/OWNERS] is not in sigs.yaml
WARNING: file [pkg/credentialprovider/gcp/OWNERS] is not in sigs.yaml
WARNING: file [pkg/features/OWNERS] is not in sigs.yaml
WARNING: file [pkg/generated/openapi/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubeapiserver/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubeapiserver/authenticator/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubeapiserver/authorizer/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubectl/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/apis/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/certificate/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/cm/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/cm/cpumanager/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/cm/cpuset/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/cm/devicemanager/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/cm/topologymanager/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/cri/remote/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/kubeletconfig/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/metrics/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/network/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/network/dns/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/pluginmanager/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/prober/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/server/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/stats/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/token/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubelet/volumemanager/OWNERS] is not in sigs.yaml
WARNING: file [pkg/kubemark/OWNERS] is not in sigs.yaml
WARNING: file [pkg/printers/OWNERS] is not in sigs.yaml
WARNING: file [pkg/probe/OWNERS] is not in sigs.yaml
WARNING: file [pkg/proxy/OWNERS] is not in sigs.yaml
WARNING: file [pkg/proxy/apis/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/proxy/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/proxy/iptables/OWNERS] is not in sigs.yaml
WARNING: file [pkg/proxy/ipvs/OWNERS] is not in sigs.yaml
WARNING: file [pkg/proxy/userspace/OWNERS] is not in sigs.yaml
WARNING: file [pkg/proxy/winkernel/OWNERS] is not in sigs.yaml
WARNING: file [pkg/quota/v1/OWNERS] is not in sigs.yaml
WARNING: file [pkg/quota/v1/evaluator/OWNERS] is not in sigs.yaml
WARNING: file [pkg/quota/v1/install/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/apps/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/authentication/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/authorization/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/autoscaling/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/batch/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/certificates/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/core/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/core/serviceaccount/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/events/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/policy/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/rbac/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/registrytest/OWNERS] is not in sigs.yaml
WARNING: file [pkg/registry/storage/OWNERS] is not in sigs.yaml
WARNING: file [pkg/routes/OWNERS] is not in sigs.yaml
WARNING: file [pkg/scheduler/OWNERS] is not in sigs.yaml
WARNING: file [pkg/scheduler/apis/config/OWNERS] is not in sigs.yaml
WARNING: file [pkg/scheduler/framework/plugins/volumebinding/OWNERS] is not in sigs.yaml
WARNING: file [pkg/security/podsecuritypolicy/OWNERS] is not in sigs.yaml
WARNING: file [pkg/serviceaccount/OWNERS] is not in sigs.yaml
WARNING: file [pkg/util/bandwidth/OWNERS] is not in sigs.yaml
WARNING: file [pkg/util/coverage/OWNERS] is not in sigs.yaml
WARNING: file [pkg/util/goroutinemap/OWNERS] is not in sigs.yaml
WARNING: file [pkg/util/ipset/OWNERS] is not in sigs.yaml
WARNING: file [pkg/util/iptables/OWNERS] is not in sigs.yaml
WARNING: file [pkg/util/ipvs/OWNERS] is not in sigs.yaml
WARNING: file [pkg/util/netsh/OWNERS] is not in sigs.yaml
WARNING: file [pkg/util/removeall/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/awsebs/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/azure_file/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/azuredd/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/cephfs/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/cinder/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/configmap/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/downwardapi/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/emptydir/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/fc/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/flexvolume/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/flocker/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/gcepd/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/git_repo/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/glusterfs/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/hostpath/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/iscsi/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/local/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/nfs/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/portworx/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/quobyte/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/rbd/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/secret/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/util/nestedpendingoperations/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/util/operationexecutor/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/util/subpath/OWNERS] is not in sigs.yaml
WARNING: file [pkg/volume/vsphere_volume/OWNERS] is not in sigs.yaml
WARNING: file [plugin/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/admission/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/admission/certificates/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/admission/eventratelimit/apis/eventratelimit/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/admission/imagepolicy/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/admission/noderestriction/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/admission/podtolerationrestriction/apis/podtolerationrestriction/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/admission/runtimeclass/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/admission/security/podsecuritypolicy/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/admission/serviceaccount/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/admission/storage/persistentvolume/label/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/auth/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/auth/authenticator/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/auth/authorizer/OWNERS] is not in sigs.yaml
WARNING: file [plugin/pkg/auth/authorizer/node/OWNERS] is not in sigs.yaml
WARNING: file [staging/OWNERS] is not in sigs.yaml
WARNING: file [staging/publishing/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/apps/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/authentication/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/authorization/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/autoscaling/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/batch/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/certificates/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/extensions/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/imagepolicy/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/networking/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/node/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/policy/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/rbac/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/api/storage/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiextensions-apiserver/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiextensions-apiserver/pkg/apis/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiextensions-apiserver/pkg/features/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apimachinery/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apimachinery/pkg/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apimachinery/pkg/api/errors/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apimachinery/pkg/api/meta/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apimachinery/pkg/api/resource/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apimachinery/pkg/apis/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apimachinery/pkg/util/mergepatch/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apimachinery/third_party/forked/golang/json/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/apis/resourcequota/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/apis/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/apis/audit/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/audit/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/authentication/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/authentication/request/x509/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/authorization/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/endpoints/filters/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/endpoints/metrics/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/endpoints/request/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/endpoints/testing/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/features/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/quota/v1/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/quota/v1/generic/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/registry/generic/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/registry/rest/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/server/filters/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/server/mux/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/server/options/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/server/routes/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/storage/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/storage/cacher/metrics/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/storage/etcd3/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/storage/etcd3/metrics/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/storage/storagebackend/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/storage/testing/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/storageversion/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/pkg/util/flowcontrol/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/plugin/pkg/audit/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/plugin/pkg/authenticator/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/apiserver/plugin/pkg/authorizer/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/cli-runtime/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/kubernetes/typed/authentication/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/kubernetes/typed/authorization/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/kubernetes/typed/rbac/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/listers/authentication/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/listers/authorization/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/listers/rbac/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/pkg/apis/clientauthentication/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/plugin/pkg/client/auth/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/plugin/pkg/client/auth/gcp/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/rest/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/tools/auth/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/tools/cache/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/tools/events/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/tools/leaderelection/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/tools/metrics/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/tools/record/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/transport/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/util/cert/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/util/certificate/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/util/keyutil/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/client-go/util/retry/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/cloud-provider/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/cloud-provider/controllers/nodelifecycle/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/cloud-provider/controllers/route/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/cloud-provider/controllers/service/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/cloud-provider/controllers/service/config/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/cluster-bootstrap/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/cluster-bootstrap/token/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/code-generator/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/code-generator/cmd/client-gen/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/code-generator/cmd/go-to-protobuf/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/cli/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/codec/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/config/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/configz/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/featuregate/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/logs/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/metrics/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/metrics/prometheus/ratelimiter/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/term/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/traces/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-base/version/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-helpers/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-helpers/apimachinery/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-helpers/apps/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-helpers/auth/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-helpers/node/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-helpers/scheduling/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/component-helpers/storage/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/controller-manager/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/controller-manager/config/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/controller-manager/pkg/features/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/cri-api/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/cri-api/pkg/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/csi-translation-lib/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kube-aggregator/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kube-aggregator/pkg/apis/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kube-controller-manager/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kube-controller-manager/config/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kube-proxy/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kube-proxy/config/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kube-scheduler/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kube-scheduler/config/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kube-scheduler/extender/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kubectl/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kubectl/pkg/cmd/auth/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kubectl/pkg/explain/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kubectl/pkg/util/i18n/translations/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kubectl/pkg/util/i18n/translations/kubectl/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kubectl/pkg/util/openapi/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kubelet/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kubelet/config/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kubelet/pkg/apis/credentialprovider/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/kubelet/pkg/apis/deviceplugin/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/legacy-cloud-providers/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/legacy-cloud-providers/aws/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/legacy-cloud-providers/azure/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/legacy-cloud-providers/gce/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/legacy-cloud-providers/openstack/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/legacy-cloud-providers/vsphere/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/metrics/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/metrics/pkg/apis/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/mount-utils/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/pod-security-admission/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/sample-apiserver/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/sample-cli-plugin/OWNERS] is not in sigs.yaml
WARNING: file [staging/src/k8s.io/sample-controller/OWNERS] is not in sigs.yaml
WARNING: file [test/OWNERS] is not in sigs.yaml
WARNING: file [test/cmd/OWNERS] is not in sigs.yaml
WARNING: file [test/conformance/OWNERS] is not in sigs.yaml
WARNING: file [test/conformance/image/OWNERS] is not in sigs.yaml
WARNING: file [test/conformance/testdata/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/apimachinery/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/apps/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/architecture/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/auth/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/autoscaling/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/cloud/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/cloud/gcp/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/common/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/common/network/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/common/node/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/common/storage/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/framework/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/framework/providers/vsphere/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/framework/volume/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/instrumentation/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/instrumentation/logging/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/kubectl/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/lifecycle/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/network/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/network/netpol/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/node/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/scheduling/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/storage/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/testing-manifests/storage-csi/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/upgrades/apps/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e/windows/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e_kubeadm/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e_node/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e_node/gcp/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e_node/jenkins/OWNERS] is not in sigs.yaml
WARNING: file [test/e2e_node/perf/workloads/OWNERS] is not in sigs.yaml
WARNING: file [test/fixtures/pkg/kubectl/OWNERS] is not in sigs.yaml
WARNING: file [test/images/OWNERS] is not in sigs.yaml
WARNING: file [test/images/agnhost/OWNERS] is not in sigs.yaml
WARNING: file [test/images/apparmor-loader/OWNERS] is not in sigs.yaml
WARNING: file [test/images/busybox/OWNERS] is not in sigs.yaml
WARNING: file [test/images/cuda-vector-add-old/OWNERS] is not in sigs.yaml
WARNING: file [test/images/cuda-vector-add/OWNERS] is not in sigs.yaml
WARNING: file [test/images/echoserver/OWNERS] is not in sigs.yaml
WARNING: file [test/images/jessie-dnsutils/OWNERS] is not in sigs.yaml
WARNING: file [test/images/kitten/OWNERS] is not in sigs.yaml
WARNING: file [test/images/metadata-concealment/OWNERS] is not in sigs.yaml
WARNING: file [test/images/nautilus/OWNERS] is not in sigs.yaml
WARNING: file [test/images/nonewprivs/OWNERS] is not in sigs.yaml
WARNING: file [test/images/nonroot/OWNERS] is not in sigs.yaml
WARNING: file [test/images/redis/OWNERS] is not in sigs.yaml
WARNING: file [test/images/regression-issue-74839/OWNERS] is not in sigs.yaml
WARNING: file [test/images/sample-apiserver/OWNERS] is not in sigs.yaml
WARNING: file [test/images/volume/OWNERS] is not in sigs.yaml
WARNING: file [test/instrumentation/OWNERS] is not in sigs.yaml
WARNING: file [test/instrumentation/testdata/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/apiserver/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/apiserver/tracing/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/daemonset/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/deployment/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/dryrun/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/etcd/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/logs/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/metrics/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/node/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/pods/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/scheduler/OWNERS] is not in sigs.yaml
WARNING: file [test/integration/scheduler_perf/OWNERS] is not in sigs.yaml
WARNING: file [test/kubemark/OWNERS] is not in sigs.yaml
WARNING: file [test/typecheck/OWNERS] is not in sigs.yaml
WARNING: file [test/utils/image/OWNERS] is not in sigs.yaml
WARNING: file [third_party/OWNERS] is not in sigs.yaml
WARNING: file [third_party/forked/shell2junit/OWNERS] is not in sigs.yaml
k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

geekygirldawn commented 2 years ago

/remove-lifecycle stale

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

palnabarun commented 2 years ago

/remove-lifecycle rotten /lifecycle frozen