issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.91B
issue_number
int64
1
131k
[ "kubernetes", "kubernetes" ]
### What happened? Enabled cgroup v2 in nodes executed: master-0-stack3:~> kubectl top nodes error: metrics not available yet Kubelet is reporting wrong values: Last login: Wed Jul 20 12:00:59 2022 from 10.0.100.2 master-0-stack3:~> kubectl get --raw /api/v1/nodes/worker-pool1-u097y1mt-stack3/proxy/stats/sum...
NodeMetrics were not available while enabling cgroup v2
https://api.github.com/repos/kubernetes/kubernetes/issues/111291/comments
6
2022-07-20T13:09:30Z
2022-07-26T13:13:29Z
https://github.com/kubernetes/kubernetes/issues/111291
1,311,068,541
111,291
[ "kubernetes", "kubernetes" ]
### What would you like to be added? * Allow configuring separate etcd healthcheck timeouts for kube-apiserver's /readyz and /livez. * Allow disabling etcd healthcheck entirely in /livez. ### Why is this needed? This is needed for more graceful degradation of kube-apiserver's performance when the control plane is ...
Allow configuration of etcd healthcheck in kube-apiserver
https://api.github.com/repos/kubernetes/kubernetes/issues/111290/comments
5
2022-07-20T11:33:44Z
2022-07-27T14:36:30Z
https://github.com/kubernetes/kubernetes/issues/111290
1,310,902,799
111,290
[ "kubernetes", "kubernetes" ]
### What happened? if create a duplicate of old controllerrevision, rollback to this old revision, the image of dameonSet Pod will not be updated. ### What did you expect to happen? the duplicate should be cleaned up and the pod' image should be updated to target version ### How can we reproduce it (as minimally a...
daemonset rolling update not work when controllerRevision created by manual
https://api.github.com/repos/kubernetes/kubernetes/issues/111280/comments
6
2022-07-20T08:18:25Z
2022-12-23T03:27:22Z
https://github.com/kubernetes/kubernetes/issues/111280
1,310,639,471
111,280
[ "kubernetes", "kubernetes" ]
### What happened? When running a cluster and enabling feature gate `PodAndContainerStatsFromCRI`, resource usage doesn't report any values: ```console $ kubectl top pod -n kube-system error: Metrics not available for pod kube-system/{POD_NAME}, age: 6h40m31.578500815s ``` When retrieving logs from metric serve...
Enabling feature PodAndContainerStatsFromCRI breaks metric collection
https://api.github.com/repos/kubernetes/kubernetes/issues/111276/comments
22
2022-07-20T06:08:21Z
2023-11-15T18:50:03Z
https://github.com/kubernetes/kubernetes/issues/111276
1,310,491,865
111,276
[ "kubernetes", "kubernetes" ]
I am running the below code in minikube cluster in aws ec2 instance. I installed csi driver and give necessary permissions by following [the csi driver](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/install.md). ``` apiVersion: apps/v1 kind: StatefulSet metadata: name: postgres spec: ...
Errror during launch of Postgres as statefulset
https://api.github.com/repos/kubernetes/kubernetes/issues/111270/comments
5
2022-07-20T04:26:49Z
2022-07-25T08:23:07Z
https://github.com/kubernetes/kubernetes/issues/111270
1,310,414,840
111,270
[ "kubernetes", "kubernetes" ]
### What happened? Slow requests are detected, and the API server logs are as follows. Previously, the cluster expanded and shrunk through the master node. The expansion was successful, but the monitoring found a large number of full requests. ``` I0720 01:43:45.288828 1 trace.go:205] Trace[1328107761]: "c...
KubeAPIErrorBudgetBurn
https://api.github.com/repos/kubernetes/kubernetes/issues/111266/comments
5
2022-07-20T01:51:24Z
2022-07-25T08:22:17Z
https://github.com/kubernetes/kubernetes/issues/111266
1,310,285,690
111,266
[ "kubernetes", "kubernetes" ]
### What would you like to be added? It would be helpful to see metrics around pulling an image by kubelet (related code around [here](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/images/image_manager.go#L144) ), i.e.: * number of currently pulling images - gauge * time of pulling an image (maybe...
Kubelet - add metrics related to images pull time
https://api.github.com/repos/kubernetes/kubernetes/issues/111259/comments
17
2022-07-19T21:55:22Z
2024-10-10T22:12:05Z
https://github.com/kubernetes/kubernetes/issues/111259
1,310,083,822
111,259
[ "kubernetes", "kubernetes" ]
### What happened? I saw on multiple k8s versions (1.22, 1.24) that zombie pods (i.e. pods that arent running anymore) remain to be percieved as still Running, by the API server for daemonsets. ### What did you expect to happen? The APIServer wouldnt report running for a pod on a kubelet which isnt available a...
DaemonSet pods linger forever, even when node is deleted
https://api.github.com/repos/kubernetes/kubernetes/issues/111257/comments
12
2022-07-19T21:28:24Z
2023-01-05T09:15:30Z
https://github.com/kubernetes/kubernetes/issues/111257
1,310,064,527
111,257
[ "kubernetes", "kubernetes" ]
null
Local dev machine not possible to setup
https://api.github.com/repos/kubernetes/kubernetes/issues/111252/comments
2
2022-07-19T16:59:37Z
2022-07-21T13:33:01Z
https://github.com/kubernetes/kubernetes/issues/111252
1,309,807,544
111,252
[ "kubernetes", "kubernetes" ]
### What happened? Intermittently, during our acceptance tests, we create and destroy namespaces and these namespaces sometimes get stuck in the Terminating state despite no resources existing in the namespace. Manually removing the `foregroundDeletion` finalizer allows the namespace to be deleted. ### What did you e...
Namespace stuck in Terminating with foregroundDeletion finalizer despite no resources being present in the namespace
https://api.github.com/repos/kubernetes/kubernetes/issues/111251/comments
9
2022-07-19T16:42:44Z
2024-03-28T19:45:14Z
https://github.com/kubernetes/kubernetes/issues/111251
1,309,790,148
111,251
[ "kubernetes", "kubernetes" ]
### What happened? ```go ns := os.Getenv("ns") crs, err := dc.Resource(schema.GroupVersionResource{Group: "rbac.authorization.k8s.io", Version: "v1", Resource: "clusterroles"}).Namespace(ns).List(context. TODO(), v1.ListOptions{}) ``` My namespace is obtained from the environment variable. When I don't set it...
Get cluster scope resource using dynamic client error when set namespace.
https://api.github.com/repos/kubernetes/kubernetes/issues/111248/comments
9
2022-07-19T09:07:09Z
2024-03-28T19:44:09Z
https://github.com/kubernetes/kubernetes/issues/111248
1,309,214,747
111,248
[ "kubernetes", "kubernetes" ]
This is causing flakiness, tests should be tagged accordingly or modified to improve the time to run, this is the current status obtained from the CI ``` $ wget https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/111240/pull-kubernetes-e2e-kind/1549291885019795456/artifacts/junit_01.xml -O- | grep passe...
[Umbrella Issue] VERY SLOW tests running on presubmits
https://api.github.com/repos/kubernetes/kubernetes/issues/111247/comments
4
2022-07-19T09:01:57Z
2022-07-22T14:38:19Z
https://github.com/kubernetes/kubernetes/issues/111247
1,309,208,275
111,247
[ "kubernetes", "kubernetes" ]
### What happened? For function GetPodIPs: in a dual stack environment,executing the nsenter command to first obtain the ipv4 address, and then obtain the ipv6 address.if only one type of ip address is obtained, it will also return directly, not report error and not retry. In our dual stack environment: an er...
GetPodIPs has bug:For a dual stack environment, if only one type of ip address is obtained, it will also return directly, not report error and not retry
https://api.github.com/repos/kubernetes/kubernetes/issues/111234/comments
16
2022-07-19T02:28:07Z
2023-03-16T21:53:47Z
https://github.com/kubernetes/kubernetes/issues/111234
1,308,893,745
111,234
[ "kubernetes", "kubernetes" ]
### What happened? In the cronjob code it seems that a MissSchedule event is raised when a cronjob misses a schedule. https://github.com/kubernetes/kubernetes/blob/6269784cd0bceeacbb133f5125a9818342ea7d6c/pkg/controller/cronjob/cronjob_controllerv2.go#L540-L553 However actually this event is never raised because...
Cronjob MissSchedule event is never raised
https://api.github.com/repos/kubernetes/kubernetes/issues/111223/comments
13
2022-07-18T15:43:03Z
2022-12-18T15:28:09Z
https://github.com/kubernetes/kubernetes/issues/111223
1,308,149,436
111,223
[ "kubernetes", "kubernetes" ]
### What happened? Kube-scheduler doesn't have the ClusterRoleBinding needed when starting for the first time: <details> ``` I0718 11:36:54.342302 1 round_trippers.go:466] curl -v -XGET -H "Accept: application/vnd.kubernetes.protobuf, */*" -H "User-Agent: kube-scheduler/v1.24.2 (linux/amd64) kubernetes/f66...
Kube scheduler uses legacy events API when bootstraping a new node
https://api.github.com/repos/kubernetes/kubernetes/issues/111217/comments
20
2022-07-18T12:56:26Z
2024-11-03T05:17:02Z
https://github.com/kubernetes/kubernetes/issues/111217
1,307,919,348
111,217
[ "kubernetes", "kubernetes" ]
### What happened? I am running on Ubuntu and I am trying to build Kubernetes. After following [documentation](https://github.com/kubernetes/community/blob/master/contributors/devel/development.md) and for local [development](https://github.com/kubernetes/community/blob/master/contributors/devel/running-locally.m...
Unable to build Kubernetes on Ubuntu arm64
https://api.github.com/repos/kubernetes/kubernetes/issues/111216/comments
5
2022-07-18T12:52:03Z
2022-07-19T17:01:46Z
https://github.com/kubernetes/kubernetes/issues/111216
1,307,914,007
111,216
[ "kubernetes", "kubernetes" ]
As shown here: https://github.com/kubernetes/kubernetes/pull/110569/files#diff-c9661ce6b32ebf6604536c747826c618fa7d057248f4dffe11d576063a3b480bR358-R363 SSA (computing ManagedFields) is highly inefficient for huge number of labels/annotations and with high enough numbers (the original test had 130,000 labels) could...
SSA is very inefficient with huge number of labels/annotations/...
https://api.github.com/repos/kubernetes/kubernetes/issues/111215/comments
11
2022-07-18T10:58:29Z
2025-02-04T21:25:43Z
https://github.com/kubernetes/kubernetes/issues/111215
1,307,771,505
111,215
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Kubelet adds an interface to get the specified pod through namespace and name ### Why is this needed? Our largest cluster has about 4,500 nodes, and there are about 51,000 pods in the cluster, some of which are co-located pods, which have a short life cycle and are frequently cre...
Kubelet: provides an interface to get the specified pod
https://api.github.com/repos/kubernetes/kubernetes/issues/111213/comments
3
2022-07-18T10:44:19Z
2022-09-30T04:25:16Z
https://github.com/kubernetes/kubernetes/issues/111213
1,307,755,508
111,213
[ "kubernetes", "kubernetes" ]
### What happened? I have a k8s cluster with kube-apiserver configured with the following audit flags ```yaml - --audit-log-path=/var/lib/audit.log - --audit-policy-file=/etc/kubernetes/audit/audit-policy.yaml - --audit-log-maxsize=100 - --audit-log-maxbackup=5 - --audit-log-mode=blocking-strict ``` Initia...
API server does not fail when the file in `--audit-log-path` is deleted which results into lost of audit logs
https://api.github.com/repos/kubernetes/kubernetes/issues/111208/comments
19
2022-07-18T07:28:37Z
2024-06-18T04:08:54Z
https://github.com/kubernetes/kubernetes/issues/111208
1,307,520,395
111,208
[ "kubernetes", "kubernetes" ]
### What happened? A test with a non-root container fails on master; ``` vm-002 ~ # kubectl version --short Flag --short has been deprecated, and will be removed in the future. The --short output will become the default. Client Version: v1.25.0-alpha.2.333+5b92e46b2238b4 Kustomize Version: v4.5.4 Server Version:...
Setcap doesn't work on master but works on v1.24.3
https://api.github.com/repos/kubernetes/kubernetes/issues/111196/comments
10
2022-07-17T18:57:45Z
2022-09-14T18:00:47Z
https://github.com/kubernetes/kubernetes/issues/111196
1,307,182,208
111,196
[ "kubernetes", "kubernetes" ]
### What happened? install kubernetes with kubeadm, the version is v1.24.3, kubadm init failed in the master node wth lots of node "master" not found ### What did you expect to happen? kubadm init success ### How can we reproduce it (as minimally and precisely as possible)? 1 execute kubeadm init... 2 see detail...
kubelet.go:2424 node "master" not found
https://api.github.com/repos/kubernetes/kubernetes/issues/111195/comments
10
2022-07-17T04:38:40Z
2022-11-21T13:09:31Z
https://github.com/kubernetes/kubernetes/issues/111195
1,306,985,406
111,195
[ "kubernetes", "kubernetes" ]
### What happened? ``` $ grep pretty go.mod github.com/kr/pretty => github.com/kr/pretty v0.2.1 github.com/niemeyer/pretty => github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e ``` github.com/niemeyer/pretty seems to be an old fork of github.com/kr/pretty. We should track down why and fix it. ...
Redundant deps
https://api.github.com/repos/kubernetes/kubernetes/issues/111188/comments
8
2022-07-15T23:30:05Z
2024-01-04T17:05:31Z
https://github.com/kubernetes/kubernetes/issues/111188
1,306,624,462
111,188
[ "kubernetes", "kubernetes" ]
### Failure cluster [6c0ab9d05be03de00831](https://go.k8s.io/triage#6c0ab9d05be03de00831) ##### Error text: ``` === RUN TestPriorityAndFairnessWithPanicRecoveryAndTimeoutFilter/priority_level_concurrency_is_set_to_1,_queue_length_is_1,_first_request_should_time_out_and_second_(enqueued)_request_should_time_out_a...
Failure cluster [6c0ab9d0...]
https://api.github.com/repos/kubernetes/kubernetes/issues/111187/comments
2
2022-07-15T21:35:38Z
2022-07-19T20:21:44Z
https://github.com/kubernetes/kubernetes/issues/111187
1,306,554,581
111,187
[ "kubernetes", "kubernetes" ]
The following things should be simplified: - use "NodeDisruptionExclusion" feature instead of periodic heartbeat events to simplify the logic, it was also requested in this comment: ``` // Regularly send heartbeat event to APIServer so that the cluster doesn't enter fullyDisruption mode. // TODO(Huang-Wei): ...
Simplify the "TestTaintBasedEvictions" integration test in lifecycle_test.go
https://api.github.com/repos/kubernetes/kubernetes/issues/111183/comments
5
2022-07-15T15:40:06Z
2022-09-19T09:30:49Z
https://github.com/kubernetes/kubernetes/issues/111183
1,306,183,920
111,183
[ "kubernetes", "kubernetes" ]
### What would you like to be added? In v1beta version of cronjob, we checked the missed schedule count in order to avoid excessive looping. https://github.com/kubernetes/kubernetes/blob/e8462b5b5dc2584fdcd18e6bcfe9f1e4d970a529/pkg/controller/cronjob/utils.go#L124-L143 Nowadays, however, we do not have looping s...
No need to check 100 times misses of cronjob
https://api.github.com/repos/kubernetes/kubernetes/issues/111180/comments
8
2022-07-15T13:58:01Z
2023-03-17T13:40:55Z
https://github.com/kubernetes/kubernetes/issues/111180
1,306,071,659
111,180
[ "kubernetes", "kubernetes" ]
### What happened? a static pod has admission failure, but the phase for the pod is still Running and has no status about UnexpectedAdmissionError ``` apiVersion: v1 kind: Pod metadata: annotations: kubernetes.io/config.hash: 42bea232685422581407ca273ca1400c kubernetes.io/config.mirror: 42bea2326...
static pod admit failed on kubelet startup, but the pod phase and status is incorrect
https://api.github.com/repos/kubernetes/kubernetes/issues/111174/comments
12
2022-07-15T07:58:20Z
2024-07-02T08:41:39Z
https://github.com/kubernetes/kubernetes/issues/111174
1,305,711,179
111,174
[ "kubernetes", "kubernetes" ]
Hello everyone, i've read [this issuer](https://github.com/kubernetes/kubernetes/issues/19980) and [this answer](https://github.com/kubernetes/kubernetes/issues/19980#issuecomment-173961597) from @[kelseyhightower](https://github.com/kelseyhightower) and checked my `kube-controller-manager.yaml`: ```shell $ sudo...
Creating service account does not auto generate corresponding secret
https://api.github.com/repos/kubernetes/kubernetes/issues/111167/comments
4
2022-07-15T05:57:56Z
2022-07-16T06:44:45Z
https://github.com/kubernetes/kubernetes/issues/111167
1,305,611,330
111,167
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? - [skew-cluster-latest-kubectl-stable1-gce](https://testgrid.k8s.io/sig-release-master-blocking#skew-cluster-latest-kubectl-stable1-gce) ### Which tests are failing? - kubetest.Extract ### Since when has it been failing? 7/13 ### Testgrid link https://testgrid.k8s.io/sig-release-maste...
[Falling test] skew-cluster-latest-kubectl-stable1-gce kubetest.Extract
https://api.github.com/repos/kubernetes/kubernetes/issues/111161/comments
4
2022-07-14T23:13:43Z
2022-07-15T07:27:15Z
https://github.com/kubernetes/kubernetes/issues/111161
1,305,377,659
111,161
[ "kubernetes", "kubernetes" ]
### What happened? We are looking at migrating to the kubelet provided cAdvisor for gathering container/pod metrics. We have Prometheus configured to scrape the kubelet's endpoint using a standard configuration. When comparing metrics from the current exporter (metrics-server-exporter) to kubelet's cAdvisor we...
Kubelet's cAdvisor endpoint serving stale metrics?
https://api.github.com/repos/kubernetes/kubernetes/issues/111157/comments
9
2022-07-14T17:56:43Z
2022-12-23T14:34:24Z
https://github.com/kubernetes/kubernetes/issues/111157
1,305,118,010
111,157
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-unit ### Which tests are flaking? TestPriorityAndFairnessWithPanicRecoveryAndTimeoutFilter ### Since when has it been flaking? 7/14 ### Testgrid link https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit&include-filter-by-regex=TestPriorityAndFair...
[Flake] TestPriorityAndFairnessWithPanicRecoveryAndTimeoutFilter flaking
https://api.github.com/repos/kubernetes/kubernetes/issues/111154/comments
14
2022-07-14T16:28:15Z
2022-07-21T16:25:55Z
https://github.com/kubernetes/kubernetes/issues/111154
1,305,023,327
111,154
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? release-master-informing - gce-master-scale-correctness ### Which tests are failing? - kubetest.DumpClusterLogs ### Since when has it been failing? 07-07 15:01 EEST ### Testgrid link https://testgrid.k8s.io/sig-release-master-informing#gce-master-scale-correctness ### Reason for f...
[Failing test] gce-master-scale-correctness
https://api.github.com/repos/kubernetes/kubernetes/issues/111149/comments
7
2022-07-14T13:19:52Z
2022-07-31T05:13:51Z
https://github.com/kubernetes/kubernetes/issues/111149
1,304,779,162
111,149
[ "kubernetes", "kubernetes" ]
### What happened? - Started a minikube cluster(minikube version: v1.25.2, commit: 362d5fdc0a3dbee389b3d3f1034e8023e72bd3a7) - Applied below deployment ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment labels: app: nginx spec: replicas: 2 selector: matchLabels: ...
re-attach fails after exiting from ephemeral container
https://api.github.com/repos/kubernetes/kubernetes/issues/111147/comments
8
2022-07-14T13:09:59Z
2022-07-14T14:05:21Z
https://github.com/kubernetes/kubernetes/issues/111147
1,304,765,836
111,147
[ "kubernetes", "kubernetes" ]
### What would you like to be added? The `net.ipv4.ip_local_reserved_ports` sysctl is namespaced so should be safe to permit. It is an often necessary counterpart to `net.ipv4.ip_local_port_range` sysctl which is currently in the default safe list. It would therefore be helpful to include it in the default safe list a...
Mark net.ipv4.ip_local_reserved_ports as a safe sysctl
https://api.github.com/repos/kubernetes/kubernetes/issues/111144/comments
13
2022-07-14T10:02:27Z
2023-03-14T22:14:16Z
https://github.com/kubernetes/kubernetes/issues/111144
1,304,554,714
111,144
[ "kubernetes", "kubernetes" ]
### What would you like to be added? collect inuse_volumes metrics in background, and do not block metrics api. ### Why is this needed? the prometheus pull metrics timeout when there are one hundred thousand PVs exist.
[Enhance] collect inuse_volumes metrics in backgroud
https://api.github.com/repos/kubernetes/kubernetes/issues/111142/comments
15
2022-07-14T08:42:27Z
2023-01-02T11:35:46Z
https://github.com/kubernetes/kubernetes/issues/111142
1,304,459,467
111,142
[ "kubernetes", "kubernetes" ]
The taint_manager_test.go uses sleep to wait for some conditions. Example ``` // TODO(mborsz): Remove this sleep and other sleeps in this file. time.Sleep(timeForControllerToProgress) ``` This strategy has at least two problems: - makes the test longer than needed, because the condition will b...
Do not use sleep for unit tests in taint_manager_test.go
https://api.github.com/repos/kubernetes/kubernetes/issues/111140/comments
6
2022-07-14T08:30:08Z
2022-11-14T14:46:39Z
https://github.com/kubernetes/kubernetes/issues/111140
1,304,445,366
111,140
[ "kubernetes", "kubernetes" ]
### What happened? kubelet panic when accessing metrics/resource endpoint kubelet log ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x20de3cf] goroutine 1055 [running]: k8s.io/kubernetes/pkg/kubelet/metrics/collectors....
kubelet panic when accessing metrics/resource endpoint
https://api.github.com/repos/kubernetes/kubernetes/issues/111136/comments
3
2022-07-14T05:40:50Z
2022-07-14T20:19:27Z
https://github.com/kubernetes/kubernetes/issues/111136
1,304,283,038
111,136
[ "kubernetes", "kubernetes" ]
### What happened? When fetching the source code for kubernetes using https://github.com/kubernetes/kubernetes/archive/refs/tags/v1.20.15.tar.gz, the checksum did change. When fetching right now, the checksum is 0570cdd48d4534cb40b0cec273c065cae15f9156d7dae01a3a19893cf17112f4. ### What did you expect to happen? Chec...
Tag archive checksum changed
https://api.github.com/repos/kubernetes/kubernetes/issues/111121/comments
11
2022-07-13T19:41:11Z
2023-06-01T16:18:35Z
https://github.com/kubernetes/kubernetes/issues/111121
1,303,859,971
111,121
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? Related to https://github.com/kubernetes/kubernetes/pull/110923 See more info at https://storage.googleapis.com/k8s-triage/index.html?pr=1&test=kubectl%2Fpkg%2Fcmd%2Fwait ### Which tests are flaking? List of flaking tests in the job: - TestWaitForJSONPathCondition - TestWaitF...
kubectl wait tests flaking after merging #110923
https://api.github.com/repos/kubernetes/kubernetes/issues/111118/comments
3
2022-07-13T16:48:07Z
2022-07-28T17:21:23Z
https://github.com/kubernetes/kubernetes/issues/111118
1,303,697,417
111,118
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? conformance-s390x - Periodic s390x conformance test on local cluster ### Which tests are failing? - ci-k8s-conformance-s390x.Overall - kubetest2.Test - Kubernetes e2e suite.[It] [sig-node] Probing container should *not* be restarted with a tcp:8080 liveness probe [NodeConforman...
[Failing Test] Periodic s390x conformance test on local cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/111117/comments
3
2022-07-13T13:47:50Z
2022-07-13T17:00:21Z
https://github.com/kubernetes/kubernetes/issues/111117
1,303,466,731
111,117
[ "kubernetes", "kubernetes" ]
### What happened? When etcd is unable to elect leader for 3 election cycles, etcd returns "no leader" error through watches. This can be seen in api-server logs as `watch chan error: etcdserver: no leader`. Also, when apiserver receives this error, it terminates all watchers: `Terminating all watchers from cacher ...
Prolonged etcd reelection causes api-server to close all watchers.
https://api.github.com/repos/kubernetes/kubernetes/issues/111116/comments
7
2022-07-13T13:29:00Z
2022-07-28T13:13:12Z
https://github.com/kubernetes/kubernetes/issues/111116
1,303,441,356
111,116
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? ci-kubernetes-e2e-gce-cos-k8sstable2-alphafeatures ### Which tests are failing? The job is unable to bootstrap a cluster. ### Since when has it been failing? Apr 21 02:27:52 UTC+0530 ### Testgrid link https://testgrid.k8s.io/sig-release-1.23-blocking#gce-cos-k8sstable2-a...
Failing ci-kubernetes-e2e-gce-cos-k8sstable2-alphafeatures on sig-release-1.23-blocking
https://api.github.com/repos/kubernetes/kubernetes/issues/111114/comments
8
2022-07-13T12:24:13Z
2022-08-22T19:56:11Z
https://github.com/kubernetes/kubernetes/issues/111114
1,303,361,374
111,114
[ "kubernetes", "kubernetes" ]
/sig Network ### What happened? the automatic casting of value from commonLabels for Pods Labels makes misleading matchLabels into others K8s Kinds like NetworkPolicy. the workaround is only change into NetworkPolicy definition to : ``` spec: podSelector: {} ``` PS. when i tried change it into Kust...
commonLabels vs PodLabels - error in casting and then podSelector/matchLabels
https://api.github.com/repos/kubernetes/kubernetes/issues/111112/comments
16
2022-07-13T11:28:19Z
2022-09-01T15:47:20Z
https://github.com/kubernetes/kubernetes/issues/111112
1,303,299,979
111,112
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? ci-kubernetes-e2e-gce-scale-correctness ### Which tests are failing? All test scenarios are passing, but the job hangs on a kubectl command while collecting logs. ### Since when has it been failing? 07-07 ### Testgrid link https://testgrid.k8s.io/sig-release-master-infor...
[failing-test] ci-kubernetes-e2e-gce-scale-correctness failing
https://api.github.com/repos/kubernetes/kubernetes/issues/111111/comments
9
2022-07-13T11:12:28Z
2022-12-19T15:38:12Z
https://github.com/kubernetes/kubernetes/issues/111111
1,303,283,098
111,111
[ "kubernetes", "kubernetes" ]
### What happened? kubectl apply displays different errors in v1.21 (and 1.22) vs v1.23 (and above) for the same webhook response, with the error message in v1.23 not being helpful at all. For example, if a webhook returns a status with - code `422` - `Reason` is not equal to `Invalid` / the `Reason` and `Detail...
kubectl: non-helpful error for 422 webhook status with no Reason field
https://api.github.com/repos/kubernetes/kubernetes/issues/111108/comments
7
2022-07-13T08:49:48Z
2022-08-31T19:29:19Z
https://github.com/kubernetes/kubernetes/issues/111108
1,303,115,086
111,108
[ "kubernetes", "kubernetes" ]
### What happened? I find some error when using Cilium as Kubernetes network. - Cilium: 1.11.6 - Kubernetes: 1.23.0 ## Describe The step of create cluster as follow: 1. Use `kubeadm --config kubeadm.conf` to init cluster: ```shell kind: InitConfiguration localAPIEndpoint: advertiseAddress: 192.168.1...
When using cilium as Kubernetes network CNI, the coredns is running but not-ready, healthcheck failed and plugin/errors HINFO: read udp i/o timeout
https://api.github.com/repos/kubernetes/kubernetes/issues/111105/comments
11
2022-07-13T06:12:20Z
2024-10-12T20:13:29Z
https://github.com/kubernetes/kubernetes/issues/111105
1,302,952,365
111,105
[ "kubernetes", "kubernetes" ]
### What happened? 1) kube-apiserver take almost 20 minute to start 2) kube-apiserver take very high cpu compared to kubernetes 1.23 3) kube-apiserver print many error when processing incoming requests ``` E0713 02:42:47.862757 1 wrap.go:53] timeout or abort while handling: method=GET URI="/api/v1/namespac...
Kube-apiserver 1.24 CPU is pretty high compared to 1.23 and not stable
https://api.github.com/repos/kubernetes/kubernetes/issues/111102/comments
10
2022-07-13T03:28:05Z
2022-12-16T15:59:23Z
https://github.com/kubernetes/kubernetes/issues/111102
1,302,853,862
111,102
[ "kubernetes", "kubernetes" ]
### What happened? It seems that k8s will select a rule of preferred over a required one if the preferred rule has a weight: ```yaml affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - key: cloud...
nodeAffinity preferred is selected over podaffinity required
https://api.github.com/repos/kubernetes/kubernetes/issues/111094/comments
18
2022-07-12T21:35:56Z
2023-03-15T15:18:34Z
https://github.com/kubernetes/kubernetes/issues/111094
1,302,646,386
111,094
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? we saw this in a sig-windows test today, blob:https://prow.k8s.io/789c15e1-3869-4a8a-b8ef-ef8394f5be0a from this family https://testgrid.k8s.io/sig-windows-1.22-release#aks-engine-windows-dockershim-1.22 ``` Jul 10 02:49:49.489: INFO: Pod statscollectiontest-69785fa8-1d35-42...
Incorrect error message for pod thresholds in e2e tests in wait.go
https://api.github.com/repos/kubernetes/kubernetes/issues/111092/comments
19
2022-07-12T17:26:31Z
2024-04-22T08:24:26Z
https://github.com/kubernetes/kubernetes/issues/111092
1,302,408,437
111,092
[ "kubernetes", "kubernetes" ]
Before https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/110950/pull-kubernetes-e2e-kind/1544513374837018624 You click in the failing test ,in `open stdout` and you could get <details><summary>open stdout</summary> <p> ``` [BeforeEach] [sig-network] Networking test/e2e/framework/framework.go:186...
Test failures are missing information since GinkgoV2 migration
https://api.github.com/repos/kubernetes/kubernetes/issues/111089/comments
11
2022-07-12T13:39:17Z
2022-07-18T20:24:07Z
https://github.com/kubernetes/kubernetes/issues/111089
1,302,081,287
111,089
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-e2e-kind ### Which tests are flaking? [sig-storage] CSI .* ### Since when has it been flaking? It seems that happens since 7/8 https://storage.googleapis.com/k8s-triage/index.html?ci=0&pr=1&job=pull-kubernetes-e2e-kind ### Testgrid link https://testgr...
[Flake] pull-kubernetes-e2e-kind timeouts and flake
https://api.github.com/repos/kubernetes/kubernetes/issues/111086/comments
46
2022-07-12T09:20:33Z
2022-07-30T01:23:43Z
https://github.com/kubernetes/kubernetes/issues/111086
1,301,785,291
111,086
[ "kubernetes", "kubernetes" ]
I have a MongoDB deployment for which I need to execute backups _from outside the cluster_. According to the instructions [here](https://www.mongodb.com/docs/kubernetes-operator/master/tutorial/connect-from-outside-k8s/) I need the FQDN of the node on which the deployment is scheduled. To execute the backups I run t...
Worker node not showing External DNS address
https://api.github.com/repos/kubernetes/kubernetes/issues/111085/comments
6
2022-07-12T09:17:03Z
2022-08-18T16:46:47Z
https://github.com/kubernetes/kubernetes/issues/111085
1,301,781,415
111,085
[ "kubernetes", "kubernetes" ]
### What happened? In kubeadm ClusterConfiguration dns member dns.imageMeta or dns.ImageMeta, which is a required field, is not recognized and it throws the error as follows: I0712 08:54:11.217648 18632 initconfiguration.go:254] loading configuration from "/etc/kubernetes/kubeadm-config.yaml" W0712 08:54:11.2193...
Issue with kubeadm.k8s.io/v1beta3 ClusterConfiguration dns fields
https://api.github.com/repos/kubernetes/kubernetes/issues/111082/comments
4
2022-07-12T06:10:56Z
2022-07-12T09:12:58Z
https://github.com/kubernetes/kubernetes/issues/111082
1,301,585,369
111,082
[ "kubernetes", "kubernetes" ]
### What happened? Installed 1.24 via kubeadm. The cAdvisor metrics is not showing image, name or container labels. `kubectl get --raw /api/v1/nodes/$NODE/proxy/metrics/cadvisor| grep 'image="[^"]'` shows no output ### What did you expect to happen? On a different cluster with 1.23, I can see image, name and c...
Missing image, name and container labels from cAdvisor metrics in 1.24
https://api.github.com/repos/kubernetes/kubernetes/issues/111077/comments
14
2022-07-11T20:55:47Z
2022-10-28T07:36:54Z
https://github.com/kubernetes/kubernetes/issues/111077
1,301,215,293
111,077
[ "kubernetes", "kubernetes" ]
It was surprising to see that when a schema is fully defined pruning is the default behaviour. I tried to read through the KEPs to determine why unknown fields wouldn't cause the API server to return an error and didn't really find an answer. For example the [validation](https://kubernetes.io/docs/tasks/extend-kuber...
Add ability to opt-out of pruning and perform server side validation
https://api.github.com/repos/kubernetes/kubernetes/issues/111074/comments
18
2022-07-11T18:21:17Z
2024-08-22T20:20:03Z
https://github.com/kubernetes/kubernetes/issues/111074
1,301,061,632
111,074
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Please add a mechanism to control the behaviour of rolling updates when the back-level pods go non-ready. The current assumption is that any non-ready pod should be immediately restarted at the up-level version. Some suggestions: - Add a `minTimeBetweenUpgrades` field that set...
Add a way to control DaemonSet rolling update behavior when DaemonSet pods go non-ready
https://api.github.com/repos/kubernetes/kubernetes/issues/111073/comments
6
2022-07-11T17:03:16Z
2022-12-09T09:49:26Z
https://github.com/kubernetes/kubernetes/issues/111073
1,300,982,904
111,073
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? release-master-blocking - Conformance-GCE-master-kubetest2 ### Which tests are failing? - Kubernetes e2e suite.[It] [sig-network] Services should be able to change the type from ExternalName to ClusterIP [Conformance] - ci-kubernetes-gce-conformance-latest-kubetest2.Overall - kubetes...
[Failing test] Conformance-GCE-master-kubetest2
https://api.github.com/repos/kubernetes/kubernetes/issues/111072/comments
13
2022-07-11T16:00:47Z
2022-07-13T23:03:17Z
https://github.com/kubernetes/kubernetes/issues/111072
1,300,915,649
111,072
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://testgrid.k8s.io/sig-release-master-blocking#ci-kubernetes-unit ### Which tests are flaking? `TestCheckRetryHandles429And5xx` ### Since when has it been flaking? 9:20am IST / 3:50am UTC ### Testgrid link https://testgrid.k8s.io/sig-release-master-blocking#ci-kubernetes-unit ##...
Flaky Test: TestCheckRetryHandles429And5xx has a race condition
https://api.github.com/repos/kubernetes/kubernetes/issues/111067/comments
8
2022-07-11T10:00:05Z
2022-12-15T10:48:23Z
https://github.com/kubernetes/kubernetes/issues/111067
1,300,480,440
111,067
[ "kubernetes", "kubernetes" ]
### What would you like to be added? GIVEN a job that has been executed like: `kubectl run job1 --image=busybox --restart=Never -- /bin/sh -c "echo test > /output.txt"` WHEN copying the output after the job has been completed: `kubectl cp job1:/output.txt output.txt` THEN the file should be copied but th...
Copy files after a job completed
https://api.github.com/repos/kubernetes/kubernetes/issues/111045/comments
30
2022-07-09T09:13:09Z
2025-01-31T13:58:09Z
https://github.com/kubernetes/kubernetes/issues/111045
1,299,625,818
111,045
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? After https://github.com/kubernetes/kubernetes/pull/109111 was merged, `hack/ginkgo-e2e.sh` fails because of: I0708 07:50:08.498104 93818 e2e.go:116] Starting e2e run "99821dc1-5e1d-48c9-8be4-303d1ba74adb" on Ginkgo node 1 Ginkgo detected configuration issues: Use of go test -parallel ...
hack/ginkgo-e2e.sh fails after upgrading to ginkgo v2
https://api.github.com/repos/kubernetes/kubernetes/issues/111040/comments
8
2022-07-09T00:59:09Z
2022-07-28T02:27:19Z
https://github.com/kubernetes/kubernetes/issues/111040
1,299,533,956
111,040
[ "kubernetes", "kubernetes" ]
For the resource `Role`, field `rules.apiGroups`, there is no indication that the field is a required field, however, the Kubernetes controller indeed complains if you leave that field `undefined`. For example: ``` The Role "my-special-role" is invalid: rules[0].apiGroups: Required value: resource rules must suppl...
Role rules.apiGroups - missing required notation
https://api.github.com/repos/kubernetes/kubernetes/issues/115161/comments
14
2022-07-08T18:27:28Z
2023-06-17T11:13:58Z
https://github.com/kubernetes/kubernetes/issues/115161
1,537,694,821
115,161
[ "kubernetes", "kubernetes" ]
### What would you like to be added? This issue tracks the change required to update the `EphemeralContainers` feature gate to GA ### Why is this needed? This promotes ephemeral containers to GA
Promote Ephemeral Containers to GA
https://api.github.com/repos/kubernetes/kubernetes/issues/111030/comments
2
2022-07-08T15:10:11Z
2022-07-30T02:29:21Z
https://github.com/kubernetes/kubernetes/issues/111030
1,299,145,408
111,030
[ "kubernetes", "kubernetes" ]
### What would you like to be added? `running_managed_controllers` is a stub of a metrics that allows tracking of running controllers between different controller-managers. This metric is partially implemented, but is not injected/enabled by specific controllers. Code for a metric is available [here](https://github...
Enable running_managed_controllers for KCM and CCM
https://api.github.com/repos/kubernetes/kubernetes/issues/111029/comments
8
2022-07-08T14:50:56Z
2022-09-26T14:36:49Z
https://github.com/kubernetes/kubernetes/issues/111029
1,299,122,780
111,029
[ "kubernetes", "kubernetes" ]
### What would you like to be added? `validateEphemeralContainers` will add a superfuous index to validation errors for ephemeral containers due to the way container validation code is reused. ### Why is this needed? Resolving this cosmetic issue is required for [Ephemeral Containers GA Graduation](https://github.co...
Ephemeral Container validation prints incorrect path to ephemeral container
https://api.github.com/repos/kubernetes/kubernetes/issues/111028/comments
1
2022-07-08T14:49:00Z
2022-07-28T19:43:12Z
https://github.com/kubernetes/kubernetes/issues/111028
1,299,120,548
111,028
[ "kubernetes", "kubernetes" ]
### What would you like to be added? When attaching to an ephemeral container, `kubectl attach` prints a message suggesting that the container can be reattached after it exists. This is not true because an ephemeral container is never restarted. ### Why is this needed? This cosmetic issue should be resolved for [Eph...
kubectl suggests a debug container can be reattached after exit
https://api.github.com/repos/kubernetes/kubernetes/issues/111027/comments
1
2022-07-08T14:45:09Z
2022-07-21T19:59:36Z
https://github.com/kubernetes/kubernetes/issues/111027
1,299,116,208
111,027
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Issue tracking the addition of Ephemeral Containers to the [Kubernetes conformance tests](https://git.k8s.io/community/contributors/devel/sig-architecture/conformance-tests.md). ### Why is this needed? Exercising ephemeral containers in the node conformance test is required for [...
Add Ephemeral Containers to conformance tests
https://api.github.com/repos/kubernetes/kubernetes/issues/111025/comments
3
2022-07-08T14:38:02Z
2022-08-08T22:35:58Z
https://github.com/kubernetes/kubernetes/issues/111025
1,299,107,753
111,025
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? - https://testgrid.k8s.io/sig-release-master-blocking#gce-ubuntu-master-containerd - https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-default ### Which tests are failing? kubetest.Timeout ### Since when has it been failing? July 7th ### Testgrid link - https://testgr...
[Failing test] gce-ubuntu-master-containerd, gce-cos-master-default
https://api.github.com/repos/kubernetes/kubernetes/issues/111012/comments
17
2022-07-08T00:03:38Z
2022-07-27T22:19:11Z
https://github.com/kubernetes/kubernetes/issues/111012
1,298,295,572
111,012
[ "kubernetes", "kubernetes" ]
### What happened? After reconfiguring the openstack-cloud-provider (specifically Cinder CSI) to set new `node-volume-attach-limit` to 10, kubelet doesn't update the value held in `CSINode` object. The reason is most likely at [1] but [2] doesn't help either. [1] https://github.com/kubernetes/kubernetes/blob/8174...
CSINode's driver count never updated
https://api.github.com/repos/kubernetes/kubernetes/issues/111007/comments
15
2022-07-07T17:01:19Z
2024-07-19T02:46:45Z
https://github.com/kubernetes/kubernetes/issues/111007
1,297,779,336
111,007
[ "kubernetes", "kubernetes" ]
### What happened? We tried to upgrade our cluster to use CSI on kubernetes v1.21.12. During the migration process we deploy the CSI components and start creating new nodes with the appropriate settings while draining and decommissioning old nodes. During the transitioning phase where both CSI and non-CSI nodes exi...
Pods mounting wrong PV during CSI migration on Azure
https://api.github.com/repos/kubernetes/kubernetes/issues/111006/comments
11
2022-07-07T16:30:26Z
2023-02-13T11:38:51Z
https://github.com/kubernetes/kubernetes/issues/111006
1,297,736,551
111,006
[ "kubernetes", "kubernetes" ]
### What happened? Due to test pull-kubernetes-verify failed, i need to run hack/update-openapi-spec.sh. ``` root@xzl-dev:/home/code/src/k8s.io/kubernetes# ./hack/update-openapi-spec.sh make: Entering directory '/home/code/src/k8s.io/kubernetes' make[1]: Entering directory '/home/code/src/k8s.io/kubernetes' +++ ...
openapi spec is abnormal
https://api.github.com/repos/kubernetes/kubernetes/issues/111003/comments
4
2022-07-07T11:47:35Z
2022-07-11T05:47:05Z
https://github.com/kubernetes/kubernetes/issues/111003
1,297,288,724
111,003
[ "kubernetes", "kubernetes" ]
### What happened? Recently, the cpu load of my **kube-apiserver** gets higher after I expanded more pods and nodes into the cluster. And I found that some volumes declared by pods could not be mounted after the restart of pods, even though the pods were successful scheduled. here's the kubectl describe informati...
Volumes may never be attached when detaching failed temporarily
https://api.github.com/repos/kubernetes/kubernetes/issues/111000/comments
7
2022-07-07T09:43:17Z
2023-03-11T16:28:13Z
https://github.com/kubernetes/kubernetes/issues/111000
1,297,110,400
111,000
[ "kubernetes", "kubernetes" ]
For local development, it is a great workflow to have some services run remotely in the cloud and port-forward them to your local machine, so that as a developer I don't need to waste my resources on running all services locally. From a cluster admin perspective, it makes sense to prohibit manual pod creation when u...
Enhance RBAC model to separate pod creation and port-forwarding
https://api.github.com/repos/kubernetes/kubernetes/issues/110999/comments
9
2022-07-07T06:32:44Z
2022-09-20T20:31:39Z
https://github.com/kubernetes/kubernetes/issues/110999
1,296,902,875
110,999
[ "kubernetes", "kubernetes" ]
### What happened? After upgrading k8s from 1.19.4 to 1.22.1,we found there are more pods encoutner liveness probe timeout fail in some performance test scenario. Eventually we are sure that it introduced by the the PR #98376, which modified initial random delay of each prober. ### What did you expect to happen?...
liveness prober is more likely to time out when a large number of pods are deployed in one node
https://api.github.com/repos/kubernetes/kubernetes/issues/110996/comments
11
2022-07-07T02:59:31Z
2024-12-19T04:32:53Z
https://github.com/kubernetes/kubernetes/issues/110996
1,296,727,483
110,996
[ "kubernetes", "kubernetes" ]
### What happened? We have cluster running k8s v1.21 and deployed Ingress objects with apiVersion **networking.k8s.io/v1beta1** ( deployed through helm) and all looks good . then we have upgraded to v1.22 and all looks good, seems nginx apiVersion got automatically upgraded to networking.k8s.io/v1. but when we are t...
unable to build kubernetes objects from current release manifest: resource mapping not found
https://api.github.com/repos/kubernetes/kubernetes/issues/110995/comments
12
2022-07-07T01:04:30Z
2023-04-15T15:50:29Z
https://github.com/kubernetes/kubernetes/issues/110995
1,296,658,110
110,995
[ "kubernetes", "kubernetes" ]
I added a default function and re-generated and it did not pick it up until I touched code that defaulter-gen actually needs to build, then it worked.
defaulter-gen does not re-run when manual defaults.go is edited
https://api.github.com/repos/kubernetes/kubernetes/issues/110993/comments
7
2022-07-07T00:04:11Z
2022-12-08T00:31:22Z
https://github.com/kubernetes/kubernetes/issues/110993
1,296,615,219
110,993
[ "kubernetes", "kubernetes" ]
Hello, the SRC folks asked that I file this publicly: In the client-go repo, util/cert/cert.go , function `GenerateSelfSignedCertKeyWithFixtures()` creates a private key and stores it into a file with mode `0644`: https://github.com/kubernetes/client-go/blob/acab036eff5706db06b4eb79253165cf4be0d9c5/util/cert/ce...
GenerateSelfSignedCertKeyWithFixtures private keys permissions
https://api.github.com/repos/kubernetes/kubernetes/issues/110992/comments
13
2022-07-06T23:29:30Z
2023-02-17T17:00:06Z
https://github.com/kubernetes/kubernetes/issues/110992
1,296,595,790
110,992
[ "kubernetes", "kubernetes" ]
### What happened? User created role-binding to non existing clusterRole called "secrets-reader". Later on operator created such clusterrole with the same name and suddenly unexpected users can read secrets in their namespace. Users with role allowing to create rolebinding, can try and guess future roles/clust...
RoleBinding to Not Existing ClusterRole
https://api.github.com/repos/kubernetes/kubernetes/issues/110989/comments
7
2022-07-06T21:40:37Z
2022-10-17T15:41:12Z
https://github.com/kubernetes/kubernetes/issues/110989
1,296,516,693
110,989
[ "kubernetes", "kubernetes" ]
### What happened? Im working on this issue https://github.com/spiffe/spire/issues/3092 for SPIRE and Istio integration. The root cause of that issue is the `ContainerID` is not being populated while the Pod is initializing, but SPIRE needs the ContainerID to be populated to declare the Pod ready. ### What did you e...
ContainerID not populated until Pod is in Ready state
https://api.github.com/repos/kubernetes/kubernetes/issues/110988/comments
13
2022-07-06T21:24:34Z
2023-02-03T21:38:25Z
https://github.com/kubernetes/kubernetes/issues/110988
1,296,500,428
110,988
[ "kubernetes", "kubernetes" ]
### What happened? I created a simple StatefulSet with volumeClaimTemplates (see "How to reproduce section"). However the pod stays in "Init" status and never succeed: I can see the PVC and the PV, however on Google Cloud Console, I can see that the Disk with the same name as the PV is not used by any VM. If I del...
GKE FailedAttachVolume ControllerPublish not permitted on node "XYZ" due to backoff condition
https://api.github.com/repos/kubernetes/kubernetes/issues/110987/comments
8
2022-07-06T21:19:49Z
2023-11-02T14:42:35Z
https://github.com/kubernetes/kubernetes/issues/110987
1,296,493,047
110,987
[ "kubernetes", "kubernetes" ]
### What happened? I wanted to install in an environment without internet connection. I got the image list to be used with "kubeadm config image list" command. Received list: ... ... k8s.gcr.io/pause:3.7 ... I downloaded the entire image list on the list shown and moved it to the other server. I had a prob...
Wrong Kubernetes Config Image List
https://api.github.com/repos/kubernetes/kubernetes/issues/110986/comments
4
2022-07-06T20:53:00Z
2022-07-06T21:50:14Z
https://github.com/kubernetes/kubernetes/issues/110986
1,296,442,367
110,986
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? Flakes spread over a number of jobs. ### Which tests are flaking? [sig-auth] ServiceAccounts ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer [Conformance] ### Since when has it been flaking? As far back as we can tell ### Testgrid link https://sto...
[Flaky Test] ServiceAccounts ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer
https://api.github.com/repos/kubernetes/kubernetes/issues/110985/comments
8
2022-07-06T18:20:51Z
2022-10-18T19:47:36Z
https://github.com/kubernetes/kubernetes/issues/110985
1,296,207,593
110,985
[ "kubernetes", "kubernetes" ]
### What happened? Kube-proxy keep crashing and restarting here are the description of the pod: ``` Normal Scheduled 49m default-scheduler Successfully assigned kube-system/kube-proxy-4m5pb to altarise-third Warning Failed 49m (x2 over 49m) kubelet Error: se...
Kube-proxy "services have not yet been read at least once, cannot construct envvars"
https://api.github.com/repos/kubernetes/kubernetes/issues/110977/comments
9
2022-07-06T09:42:23Z
2022-07-11T17:43:27Z
https://github.com/kubernetes/kubernetes/issues/110977
1,295,564,882
110,977
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add Unit test for endpointslice API. ### Why is this needed? Improve unit test coverage for endpointslice API.
Add Unit test for endpointslice API
https://api.github.com/repos/kubernetes/kubernetes/issues/110963/comments
8
2022-07-05T14:44:09Z
2024-06-17T11:58:53Z
https://github.com/kubernetes/kubernetes/issues/110963
1,294,400,808
110,963
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? release-master-blocking - ci-kubernetes-unit ### Which tests are flaking? - ci-kubernetes-unit.Overall - k8s.io/kubernetes/pkg/kubelet/nodeshutdown: TestLocalStorage - k8s.io/kubernetes/pkg/kubelet/nodeshutdown: TestFeatureEnabled - k8s.io/kubernetes/pkg/schedular/framework/plugin...
[Flaky test] ci-kubernetes-unit
https://api.github.com/repos/kubernetes/kubernetes/issues/110962/comments
7
2022-07-05T14:18:34Z
2022-07-21T12:32:48Z
https://github.com/kubernetes/kubernetes/issues/110962
1,294,368,298
110,962
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? release-master-blocking - gci-gce-ingress ### Which tests are flaking? - Kubernetes e2e suite.[sig-network] Loadbalancing: L7 GCE [Slow] [Feature:NEG] [Flaky] rolling update backend pods should not cause service disruption - ci-kubernetes-e2e-gci-gce-ingress.Overall - kubetest.Test - ...
[Flaky test] gci-gce-ingress
https://api.github.com/repos/kubernetes/kubernetes/issues/110961/comments
9
2022-07-05T13:52:13Z
2022-07-18T09:56:13Z
https://github.com/kubernetes/kubernetes/issues/110961
1,294,334,411
110,961
[ "kubernetes", "kubernetes" ]
### What happened? If user didn't set CPU/Memory limits in their pod but they have been limited by ResourceQuota, user gets the following error. `Warning FailedCreate 2s (x4 over 20s) replicaset-controller (combined from similar events): Error creating: pods "ephpod-668668fc76-4rm6p" is forbidden: failed quota: e...
Resource Quota should enforce limits/request on ephemeral storage
https://api.github.com/repos/kubernetes/kubernetes/issues/110956/comments
33
2022-07-05T08:23:42Z
2024-04-01T04:21:11Z
https://github.com/kubernetes/kubernetes/issues/110956
1,293,961,194
110,956
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? release-master-informing - ci-crio-cgroupv1-node-e2e-conformance ### Which tests are failing? - ci-crio-cgroupv1-node-e2e-conformance.Overall - kubetest.Node Tests ### Since when has it been failing? 07-02 01:11 EEST ### Testgrid link https://testgrid.k8s.io/sig-rele...
[Failing test] ci-crio-cgroupv1-node-e2e-conformance
https://api.github.com/repos/kubernetes/kubernetes/issues/110955/comments
14
2022-07-05T07:45:25Z
2022-09-21T21:43:25Z
https://github.com/kubernetes/kubernetes/issues/110955
1,293,919,675
110,955
[ "kubernetes", "kubernetes" ]
**This may not be the right channel for such questions so apologies in advance.** What is the right master/worker nodes ratio in a production type k8s cluster considering the following use cases. - i) 3 Master (embedded etcd) Nodes (4GB RAM each) : 5 Worker Nodes (4GB RAM each) - ii) 5 Master (embedded etcd) No...
k8s Master/Worker ratio
https://api.github.com/repos/kubernetes/kubernetes/issues/110946/comments
6
2022-07-04T14:47:51Z
2022-07-11T09:28:12Z
https://github.com/kubernetes/kubernetes/issues/110946
1,293,273,197
110,946
[ "kubernetes", "kubernetes" ]
**What happened?** Resource information (request and limit) provided in the static pod spec cannot be seen in the corresponding mirror pod status. Because of this, irrespective of the resource request and limit provided in the static pod specification, the pod is created with `BestEffort` QoS class. **What did you ...
Static pod/Mirror pod resource information not being reflected in the pod status
https://api.github.com/repos/kubernetes/kubernetes/issues/110944/comments
7
2022-07-04T11:30:26Z
2022-07-04T15:55:00Z
https://github.com/kubernetes/kubernetes/issues/110944
1,293,039,867
110,944
[ "kubernetes", "kubernetes" ]
### What would you like to be added? It seems that 15s is the resolution of metrics calculated by kubelet - https://github.com/kubernetes-sigs/metrics-server/blob/master/FAQ.md#how-often-metrics-are-scraped It would be great if this could be tweaked (configured lower than this). ### Why is this needed? We rely on...
[kubelet] Ability to tweak resolution for metrics calculated by kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/110943/comments
7
2022-07-04T09:34:38Z
2023-10-25T11:55:32Z
https://github.com/kubernetes/kubernetes/issues/110943
1,292,896,965
110,943
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I used kubeadm to build the cluster, but both of my nodes' eth0 was 192.168.0.8 and the cloud vendor said that the address could not be modified. Finally, I successfully built the cluster using the public network ip and built the network using flannel. The NetWork in net-conf.json ...
Error from server (NotFound): the server could not find the requested resource
https://api.github.com/repos/kubernetes/kubernetes/issues/110942/comments
6
2022-07-04T09:11:18Z
2022-07-04T10:18:46Z
https://github.com/kubernetes/kubernetes/issues/110942
1,292,868,102
110,942
[ "kubernetes", "kubernetes" ]
### What happened? In my kubernetes cluster, there is only one non-hostnetwork container on the work node, but there are many files under the /var/run/docker/netns/* directory, which cannot be accessed by the nsenter command. ### What did you expect to happen? May be not counting the default netns, the number of fil...
Why is the netns file in the /var/run/docker/netns/* not deleted after the container has been deleted in kubernetes?
https://api.github.com/repos/kubernetes/kubernetes/issues/110938/comments
14
2022-07-04T07:27:28Z
2022-12-18T17:28:09Z
https://github.com/kubernetes/kubernetes/issues/110938
1,292,746,113
110,938
[ "kubernetes", "kubernetes" ]
### What happened? We're seeing mulitple clusters where the API server is stuck in a loop trying to intialize its cache. The result is high resource usage and, sometimes, lots of 429 responses to user traffic. It happens when there is a conversion webhook for a certain type, and that conversion webhook fails. W...
High resource usage due to no exponential backoff for cacher.startCaching
https://api.github.com/repos/kubernetes/kubernetes/issues/110936/comments
12
2022-07-04T00:49:04Z
2025-03-11T20:27:48Z
https://github.com/kubernetes/kubernetes/issues/110936
1,292,471,819
110,936
[ "kubernetes", "kubernetes" ]
### What happened? k get ns argocd, no result,but k get sa -n argocd get somthing ![image](https://user-images.githubusercontent.com/3390414/177050859-0e84f0be-146b-4ee3-a473-8545382170a2.png) ![image](https://user-images.githubusercontent.com/3390414/177051089-42e7338c-a884-4e4a-a9cb-112e6fe34f8d.png) it's r...
k get ns argocd, no result,but k get sa -n argocd get somthing
https://api.github.com/repos/kubernetes/kubernetes/issues/110933/comments
4
2022-07-03T17:33:58Z
2022-07-04T06:59:56Z
https://github.com/kubernetes/kubernetes/issues/110933
1,292,376,940
110,933
[ "kubernetes", "kubernetes" ]
### What happened? I have installed the **etcdctl** tool, created a backup of **etcd** and then restored it. When I try to create or delete a resource I get an error **Error from server: etcdserver: request timed out** now. ``` kubectl get pod NAME ...
Can't create or delete a resource after the etcd restore procedure done with etcdctl
https://api.github.com/repos/kubernetes/kubernetes/issues/110932/comments
6
2022-07-03T15:14:43Z
2022-07-04T06:58:59Z
https://github.com/kubernetes/kubernetes/issues/110932
1,292,336,052
110,932
[ "kubernetes", "kubernetes" ]
### What happened? While working on [reproducible builds](https://reproducible-builds.org/) for [openSUSE](https://en.opensuse.org/openSUSE:Reproducible_Builds), I found that our kubernetes1.24 package stopped to produce bit-identical results on 2 fresh builds. ```diff --- strings RPMS.1/usr/bin/kubelet1.24 +++ s...
kubernetes-1.24.0 reproducible builds: kubelet binary varies
https://api.github.com/repos/kubernetes/kubernetes/issues/110928/comments
31
2022-07-03T03:21:54Z
2024-01-10T11:26:04Z
https://github.com/kubernetes/kubernetes/issues/110928
1,292,195,573
110,928
[ "kubernetes", "kubernetes" ]
Does kubelet pulls events or api server pushes events to kubelet.
How kubelet knows what to do?
https://api.github.com/repos/kubernetes/kubernetes/issues/110926/comments
7
2022-07-02T12:36:44Z
2022-11-30T05:09:57Z
https://github.com/kubernetes/kubernetes/issues/110926
1,292,047,169
110,926
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Cronjob has a counter which count up scheduling misses. This counter keeps counting up even if a cronjob is suspended and after long time of suspend a cronjob may never be scheduled. We should stop the counter while cronjob is suspended. ### Why is this needed? I think it's v...
CronJobs should wake up after long time of suspend
https://api.github.com/repos/kubernetes/kubernetes/issues/110919/comments
4
2022-07-01T15:25:37Z
2022-07-11T14:42:09Z
https://github.com/kubernetes/kubernetes/issues/110919
1,291,548,349
110,919
[ "kubernetes", "kubernetes" ]
### What happened? We recently found that, when tweaking service objects manually, the following bug can exist (in alternative kube proxy implementations KPNG ) , but it's not caught in the sig-network e2es... - make a service - Confirm that the service works - Edit the service by adding a new port to it - Co...
Missing Port mutation tests
https://api.github.com/repos/kubernetes/kubernetes/issues/110918/comments
6
2022-07-01T14:56:49Z
2022-07-24T10:44:18Z
https://github.com/kubernetes/kubernetes/issues/110918
1,291,513,002
110,918
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Whether to support choosing not to check Endpoints when registering AA, or support specify the backend Service other than ClusterIp, such as ExternalName? ### Why is this needed? aggregation-layer supports endpointless routing, but in AvailableConditionController, you have ...
Should the AvailableConditionController support optional checks for Endpoints?
https://api.github.com/repos/kubernetes/kubernetes/issues/110906/comments
12
2022-07-01T07:39:04Z
2022-12-17T09:11:06Z
https://github.com/kubernetes/kubernetes/issues/110906
1,291,035,576
110,906
[ "kubernetes", "kubernetes" ]
`kubectl apply` with below yaml and follow below prune command. ``` ** namespace sandbox ** --- apiVersion: v1 kind: Service metadata: annotations: environment: sandbox provider: kustomize labels: app: nginx name: nginx namespace: sandbox spec: ports: - port: 80 selector: ...
kubectl apply: prune should ignore no-namespaced resource if -n is not empty
https://api.github.com/repos/kubernetes/kubernetes/issues/110905/comments
30
2022-07-01T07:34:29Z
2024-12-25T09:49:46Z
https://github.com/kubernetes/kubernetes/issues/110905
1,291,030,406
110,905