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" ]
When PreFilter returns UnschedulableAndUnresolvable, we don't need to run the preemption, but currently we run. This unexpected preemption could cause errors from the preemption by trying to read non-exist PreFilter data. As @Huang-Wei pointed out ([ref](https://github.com/kubernetes/kubernetes/issues/119770#issuec...
the preemption happens even when PreFilter returns UnschedulableAndUnresolvable
https://api.github.com/repos/kubernetes/kubernetes/issues/119782/comments
2
2023-08-06T06:08:31Z
2023-08-16T06:12:59Z
https://github.com/kubernetes/kubernetes/issues/119782
1,838,067,099
119,782
[ "kubernetes", "kubernetes" ]
### What happened? We (in Booking.com) run CronJobs in Kubernetes clusters with ResourceQuota's defined. When quota for # of jobs is reached we observed that CronJobs: 1. stop scheduling new jobs (because quota is reached), 2. don't clean the old jobs (despite # of jobs > history allows and the fact that it would un...
CronJob gets stuck when jobs quota is reached
https://api.github.com/repos/kubernetes/kubernetes/issues/119775/comments
7
2023-08-05T18:13:48Z
2023-08-31T15:25:02Z
https://github.com/kubernetes/kubernetes/issues/119775
1,837,881,396
119,775
[ "kubernetes", "kubernetes" ]
### What happened? # Problem We have some redundant e2e test libraries it looks like that might be confusing new contributors. - e2edeployment.NewDeployment (correct) way of making deployments for e2e tests - testutils.RunDeployment (other/old) way of making deployments for e2e tests # Details Looks like in htt...
replace testutils.RunDeployment in the autoscaler tests w/ "e2edeployment" so we can deduplocate the testutils RunDeployment func from the e2edeployment factory
https://api.github.com/repos/kubernetes/kubernetes/issues/119774/comments
17
2023-08-05T12:53:49Z
2024-10-13T11:33:31Z
https://github.com/kubernetes/kubernetes/issues/119774
1,837,747,609
119,774
[ "kubernetes", "kubernetes" ]
### What happened? **[Kubernetes e2e suite: [It] [sig-network] Services should create endpoints for unready pods](https://github.com/kubernetes/kubernetes/blob/2c6c4566eff972d6c1320b5f8ad795f88c822d09/test/e2e/network/service.go#L1752-L1835)** This test validates the existence of endpoints of unready pods of a serv...
[It] [sig-network] "Services should create endpoints for unready pods" should not depend on kube-proxy for validation
https://api.github.com/repos/kubernetes/kubernetes/issues/119773/comments
5
2023-08-05T12:26:58Z
2023-08-06T10:00:34Z
https://github.com/kubernetes/kubernetes/issues/119773
1,837,736,680
119,773
[ "kubernetes", "kubernetes" ]
Move @sanposhiho 's https://github.com/kubernetes/kubernetes/pull/119769#pullrequestreview-1563700339 here as a new discussion thread: Kensei pointed out a potential bug in the scheduling path when we hit Unschedulable result in one of PreFilter plugins: > - pluginA returns Unschedulable in its PreFilter. > - (B...
[discussion] potential bug in the scheduling path when one PreFilter plugin returns `Unschedulable`
https://api.github.com/repos/kubernetes/kubernetes/issues/119770/comments
29
2023-08-05T04:53:58Z
2024-01-08T14:15:40Z
https://github.com/kubernetes/kubernetes/issues/119770
1,837,575,669
119,770
[ "kubernetes", "kubernetes" ]
### What happened? `make WHAT=cmd/kubelet` fails in build environments without network connection due to missing in-tree vendored dependency `go.uber.org/automaxprocs v1.5.2`. ``` $ make WHAT=cmd/kubelet go version go1.20.6 linux/amd64 go: downloading go.uber.org/automaxprocs v1.5.2 ncpu/main.go:23:2: unrecog...
Build fails in environments without network connection
https://api.github.com/repos/kubernetes/kubernetes/issues/119768/comments
9
2023-08-04T22:07:25Z
2023-08-17T14:40:20Z
https://github.com/kubernetes/kubernetes/issues/119768
1,837,393,433
119,768
[ "kubernetes", "kubernetes" ]
### What happened? In k8s 1.27, scheduler introduced a new "short circuit" semantics in PreFilter to bypass a Pod quickly. A change introduced here is it relies on that plugin to be stored in `CycleState.SkipFilterPlugins`, which makes sense as what it was explained [here](https://github.com/kubernetes/kubernetes/pull...
sched: CycleState.SkipFilterPlugins not always injected into cycleState
https://api.github.com/repos/kubernetes/kubernetes/issues/119767/comments
7
2023-08-04T21:58:25Z
2023-08-16T06:12:52Z
https://github.com/kubernetes/kubernetes/issues/119767
1,837,387,143
119,767
[ "kubernetes", "kubernetes" ]
### What happened? The defaulting listed in OpenAPI spec is terribly incomplete, or incorrect. The following diffs were generated by comparing defaults as applying by the OpenAPI schema to the handwritten defaults applied by runtime.Scheme: (Handwritten defaults in RED, Schema in GREEN) - [x] /v1.Binding - [x...
OpenAPI Defaults not accurate
https://api.github.com/repos/kubernetes/kubernetes/issues/119766/comments
7
2023-08-04T21:49:22Z
2024-09-05T20:03:51Z
https://github.com/kubernetes/kubernetes/issues/119766
1,837,380,811
119,766
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? - [x] ci-cgroupv2-containerd-node-al2023-e2e-serial-ec2-eks - [x] ci-cgroupv2-containerd-node-arm64-al2023-e2e-serial-ec2-eks - [ ] ci-cgroupv1-containerd-node-e2e-serial-ec2-eks - [ ] ci-cgroupv1-containerd-node-arm64-e2e-serial-ec2-eks ### Which tests are failing? - MirrorPod w...
☂️ Flaking/Failing tests on EC2 (sig-node related tests)
https://api.github.com/repos/kubernetes/kubernetes/issues/119763/comments
7
2023-08-04T16:30:17Z
2023-11-13T05:46:35Z
https://github.com/kubernetes/kubernetes/issues/119763
1,837,047,522
119,763
[ "kubernetes", "kubernetes" ]
### What happened? hello everyone i updated my k8s dev from version 1.24 to 1.27 i notice that i can’t resolve the names with .cluster.local anymore. is this normal behavior for 1.27 ? this behavior has appeared since the upgrade. works: ``` kubectl exec -it dnsutils -- nslookup tata.mib-test.svc Server: ...
Dns not resolving *.svc.cluster.local only *.svc
https://api.github.com/repos/kubernetes/kubernetes/issues/119758/comments
5
2023-08-04T09:49:29Z
2023-08-05T18:50:58Z
https://github.com/kubernetes/kubernetes/issues/119758
1,836,427,578
119,758
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-node-canary/1687329849187766272 ### Which tests are failing? Not started correctly ``` Trying to find master named 'bootstrap-e2e-master' Looking for address 'bootstrap-e2e-master-ip' ERROR: (gcloud.compute.addres...
ci-kubernetes-e2e-node-canary keeps failing
https://api.github.com/repos/kubernetes/kubernetes/issues/119757/comments
5
2023-08-04T09:05:05Z
2023-08-06T09:32:52Z
https://github.com/kubernetes/kubernetes/issues/119757
1,836,361,702
119,757
[ "kubernetes", "kubernetes" ]
### What happened? For various reasons I have an installation of Kubelet on all nodes in a cluster bind mounted to another location on disk. When a volume is staged on a node this causes the staging volume to appear twice when running the `mount` command. Here's an example of such an instance with a pod on the node, ...
Bind mounting Kubelet root-dir causes staging volumes to never be cleaned up for ReadWriteMany PVCs
https://api.github.com/repos/kubernetes/kubernetes/issues/119752/comments
8
2023-08-04T02:28:16Z
2024-01-23T17:07:50Z
https://github.com/kubernetes/kubernetes/issues/119752
1,835,967,927
119,752
[ "kubernetes", "kubernetes" ]
### What happened? I know this issue is solved here https://github.com/kubernetes/kubernetes/issues/19029 but am still facing it in 1.21 version Issue: Envoy is using udp to send DNS requests to coredns. When one of the coredns pods restarts, and this endpoint is replaced by a new one, the envoy is still able to...
kube-proxy still routing to dead coredns endpoint
https://api.github.com/repos/kubernetes/kubernetes/issues/119750/comments
4
2023-08-03T22:00:17Z
2023-08-16T18:39:39Z
https://github.com/kubernetes/kubernetes/issues/119750
1,835,786,999
119,750
[ "kubernetes", "kubernetes" ]
### What happened? Creating a CRD with a case-insensitive uniqueness check and appropriate maxLength/maxItems limits should be allowed: ```yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: uniquetests.stable.example.com spec: group: stable.example.com versions: ...
CEL Estimated cost incorrect for lowerAscii
https://api.github.com/repos/kubernetes/kubernetes/issues/119749/comments
4
2023-08-03T19:57:28Z
2023-08-16T22:28:05Z
https://github.com/kubernetes/kubernetes/issues/119749
1,835,654,410
119,749
[ "kubernetes", "kubernetes" ]
### What happened? I'd like to check if there are diffs between my git-repositories and my deployed manifests. The deployments are done by GitLab Kubernetes Agent, which does a server-side-apply. Sometimes there are conflicts like immutable fields which I do not recognize immediately. So I run a `kubectl diff...
dropped null and 0-value-lines causes conflicts with `kubectl diff --server-side`
https://api.github.com/repos/kubernetes/kubernetes/issues/119747/comments
11
2023-08-03T16:06:24Z
2023-11-22T23:10:17Z
https://github.com/kubernetes/kubernetes/issues/119747
1,835,344,911
119,747
[ "kubernetes", "kubernetes" ]
### What happened? Using Golang 1.20 to run test cases pkg/util/flowcontrol/metrics/sample_and_watermark_test.go occasionally fails: ``` === RUN TestSampler I0803 11:04:35.125244 37942 sample_and_watermark_test.go:75] Expect about 16 warnings about time going backwards; this is fake time deliberately misbehavin...
Using Golang 1.20 to run test cases pkg/util/flowcontrol/metrics/sample_and_watermark_test.go occasionally fails
https://api.github.com/repos/kubernetes/kubernetes/issues/119744/comments
7
2023-08-03T11:08:16Z
2023-08-10T08:45:59Z
https://github.com/kubernetes/kubernetes/issues/119744
1,834,843,891
119,744
[ "kubernetes", "kubernetes" ]
Hello experts and teachers, may I ask a question: Our company has a k8s production environment built through binary mode, version 1.18. Now we need to upgrade the k8s version from the existing 1.18.8 to 1.23.6. Can we smoothly upgrade in place? Is it possible to upgrade one major version of K8S each time, or can it be ...
How can we upgrade k8s from 1.18.8 to 1.23.6 ?
https://api.github.com/repos/kubernetes/kubernetes/issues/119743/comments
5
2023-08-03T02:57:39Z
2023-08-11T14:44:26Z
https://github.com/kubernetes/kubernetes/issues/119743
1,834,188,075
119,743
[ "kubernetes", "kubernetes" ]
I need to define different roles for pods/log and namespaces.. Tried this but second resources section overwriting the first(pods) one and its verbs as well. Any suggestions please ``` - apiGroups: [""] resources: - pods verbs: - create - delete - get - list resources: - ...
Add different RBAC roles for resources in same apigroups in kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/119740/comments
4
2023-08-02T16:51:41Z
2023-08-02T17:43:06Z
https://github.com/kubernetes/kubernetes/issues/119740
1,833,570,069
119,740
[ "kubernetes", "kubernetes" ]
### What would you like to be added? * add Kind/ResourceScope support in APIService model ```go // APIServiceSpec contains information for locating and communicating with a server. // Only https is supported, though you are able to disable certificate verification. type APIServiceSpec struct { // Service is...
feature request: add Kind/ResourceScope support in APIService model
https://api.github.com/repos/kubernetes/kubernetes/issues/119738/comments
12
2023-08-02T14:06:58Z
2024-10-03T20:25:11Z
https://github.com/kubernetes/kubernetes/issues/119738
1,833,262,638
119,738
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? The **presubmit** pull-kubernetes-e2e-capz-windows-1-27 job seems to fail to setup (even before running the actual test) on 1.27 ### Which tests are failing? [FAIL] [sig-node] Container Runtime blackbox test when running a container with a new image [It] should be able to pull from privat...
e2e-capz-windows PRESUBMIT release-1.27 jobs seems to be consistently failing
https://api.github.com/repos/kubernetes/kubernetes/issues/119734/comments
7
2023-08-02T12:20:46Z
2023-08-11T07:18:52Z
https://github.com/kubernetes/kubernetes/issues/119734
1,833,077,782
119,734
[ "kubernetes", "kubernetes" ]
### What happened? `PodDisruptionBudget` with an empty selector `{}` selects all the pods as expected. But, during the `drain` /`eviction`, the pdb is not being honored correctly i.e. all the pods are getting evicted. This issue is only observed with the empty selector and works as expected if a valid label select...
PodDisruptionBudget with an empty selector `{}` being honored incorrectly
https://api.github.com/repos/kubernetes/kubernetes/issues/119731/comments
3
2023-08-02T11:12:35Z
2023-08-16T02:44:01Z
https://github.com/kubernetes/kubernetes/issues/119731
1,832,972,616
119,731
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? The **presubmit** e2e-gce-device-plugin-gpu jobs seems to fail to setup (even before running the actual test) on 1.27 ### Which tests are failing? [sig-scheduling] [Feature:GPUDevicePlugin] run Nvidia GPU Device Plugin tests ### Since when has it been failing? Can't say. I'm u...
e2e-gce-device-plugin-gpu PRESUBMIT release-1.2x jobs seems to be consistently failing
https://api.github.com/repos/kubernetes/kubernetes/issues/119730/comments
3
2023-08-02T10:35:09Z
2023-08-22T12:33:02Z
https://github.com/kubernetes/kubernetes/issues/119730
1,832,915,637
119,730
[ "kubernetes", "kubernetes" ]
## What happened? When cluster nodes got restart with security/maintenance purpose, for example, linux OS patching. Some control plane pods for example: [istio-cni did not use the hostNetwork, which make the istio start up very slow](https://github.com/istio/istio/issues/46234). if istio start up later than normal po...
How to make sure pods startup order within one node by kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/119727/comments
11
2023-08-02T08:10:38Z
2025-02-05T13:00:39Z
https://github.com/kubernetes/kubernetes/issues/119727
1,832,666,337
119,727
[ "kubernetes", "kubernetes" ]
**Context**: NodeSwap feature gate was recently [graduated to Beta1](https://github.com/kubernetes/enhancements/issues/4128). Currently, as per [the KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2400-node-swap), swap is only supported with cgroup v2 - cgroup v1 is no longer supported. Fo...
Adapt swap jobs to run with cgroup v2
https://api.github.com/repos/kubernetes/kubernetes/issues/119726/comments
5
2023-08-02T08:01:07Z
2023-08-08T14:15:56Z
https://github.com/kubernetes/kubernetes/issues/119726
1,832,652,521
119,726
[ "kubernetes", "kubernetes" ]
Has been flaking on both `x86` and `ppc64le` architectures. ### Which jobs are flaking? https://prow.k8s.io/job-history/gs/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-unit https://prow.ppc64le-cloud.cis.ibm.net/job-history/gs/ppc64le-kubernetes/logs/periodic-kubernetes-unit-test-ppc64le ### Which tes...
vendor/k8s.io/apiextensions-apiserver/pkg/controller/openapi TestTwoCRDsSameGroup is flaking
https://api.github.com/repos/kubernetes/kubernetes/issues/119723/comments
4
2023-08-02T05:15:03Z
2023-08-23T17:39:49Z
https://github.com/kubernetes/kubernetes/issues/119723
1,832,448,143
119,723
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Now device-plugin interacts with kubelet by a couple of gRPC interfaces. Here is the interface definition. ```go // DevicePluginClient is the client API for DevicePlugin service. // // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://god...
Is it possible for kubelet to pass pod name and namespace to device plugin?
https://api.github.com/repos/kubernetes/kubernetes/issues/119722/comments
11
2023-08-02T03:26:43Z
2024-12-24T13:41:15Z
https://github.com/kubernetes/kubernetes/issues/119722
1,832,361,091
119,722
[ "kubernetes", "kubernetes" ]
### What happened? Kubectl(version: 1.22.3) is compiled using go1.20,but executing the extension plugin is invalid: ``` PATH=$PATH:test/fixtures/pkg/kubectl/plugins kubectl foo Error: unknown command "foo" for "kubectl" Did you mean this? top Run 'kubectl --help' for usage. ``` ### What did yo...
kubectl extend plugins is invalid compiled using go1.20
https://api.github.com/repos/kubernetes/kubernetes/issues/119721/comments
4
2023-08-02T03:15:16Z
2023-08-02T04:12:56Z
https://github.com/kubernetes/kubernetes/issues/119721
1,832,353,692
119,721
[ "kubernetes", "kubernetes" ]
This flakiness is reproducible on x86 and ppc64le architectures. ### Which jobs are flaking? https://prow.ppc64le-cloud.cis.ibm.net/job-history/gs/ppc64le-kubernetes/logs/periodic-kubernetes-unit-test-ppc64le ### Which tests are flaking? `TestRoundTrip` in kubernetes/vendor/k8s.io/client-go/scale/roundtrip_...
vendor/k8s.io/client-go/scale TestRoundTrip is flaking
https://api.github.com/repos/kubernetes/kubernetes/issues/119716/comments
11
2023-08-01T18:17:12Z
2024-12-06T15:13:11Z
https://github.com/kubernetes/kubernetes/issues/119716
1,831,796,207
119,716
[ "kubernetes", "kubernetes" ]
### What happened? test/integration/volumescheduling triggered a race condition when run with `go test -race`. From https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/116980/pull-kubernetes-integration-eks/1686378819969093632: ``` WARNING: DATA RACE Read at 0x00c0097ea460 by goroutine 7012: k8s.io...
scheduler: data race
https://api.github.com/repos/kubernetes/kubernetes/issues/119712/comments
21
2023-08-01T15:41:29Z
2023-08-02T15:32:45Z
https://github.com/kubernetes/kubernetes/issues/119712
1,831,553,367
119,712
[ "kubernetes", "kubernetes" ]
### What happened? When a node is under disk pressure, restarting kubelet will lead to image gc immediately, even if we set a long `minimum-image-ttl-duration`. ### What did you expect to happen? image gc honor `minimum-image-ttl-duration` when we restart kubelet of a node under disk pressure. ### How can w...
minimum-image-ttl-duration is not working after restart kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/119711/comments
7
2023-08-01T15:36:30Z
2023-08-02T17:57:15Z
https://github.com/kubernetes/kubernetes/issues/119711
1,831,545,049
119,711
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://prow.k8s.io/job-history/gs/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-unit https://prow.ppc64le-cloud.cis.ibm.net/job-history/gs/ppc64le-kubernetes/logs/periodic-kubernetes-unit-test-ppc64le ### Which tests are flaking? apiserver/pkg/storage/storagebackend/factory...
Unit Tests in apiserver/pkg/storage/storagebackend/factory/factory_test.go are flaking
https://api.github.com/repos/kubernetes/kubernetes/issues/119704/comments
6
2023-08-01T07:27:50Z
2023-08-03T23:20:39Z
https://github.com/kubernetes/kubernetes/issues/119704
1,830,637,239
119,704
[ "kubernetes", "kubernetes" ]
### Failure cluster [2df36d06d8c30d4d34e9](https://go.k8s.io/triage#2df36d06d8c30d4d34e9) https://testgrid.k8s.io/sig-release-master-blocking#ci-kubernetes-unit flakes several times recently ##### Error text: ``` Failed;Failed; === RUN TestCreateReadycheck/ok_if_response_time_lower_than_custom_timeout ...
TestCreateReadycheck flakes
https://api.github.com/repos/kubernetes/kubernetes/issues/119702/comments
6
2023-08-01T06:23:19Z
2023-08-21T09:49:35Z
https://github.com/kubernetes/kubernetes/issues/119702
1,830,547,868
119,702
[ "kubernetes", "kubernetes" ]
This is an error I am facing with kube-apiserver: `Failed to start kube-apiserver.service: Unit kube-apiserver.service not found.` And because of that this is what I am getting: `sudo kubectl version WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. ...
Need assistance with diagnosing 'kube-apiserver.service not found' error
https://api.github.com/repos/kubernetes/kubernetes/issues/119718/comments
12
2023-08-01T05:49:23Z
2023-08-02T09:06:42Z
https://github.com/kubernetes/kubernetes/issues/119718
1,832,156,489
119,718
[ "kubernetes", "kubernetes" ]
This flakiness is reproducible on x86 and ppc64le architectures. ### Which jobs are flaking? https://prow.ppc64le-cloud.cis.ibm.net/job-history/gs/ppc64le-kubernetes/logs/periodic-kubernetes-unit-test-ppc64le ### Which tests are flaking? `TestPrepareResources/should_timeout` in pkg/kubelet/cm/dra/manager_te...
pkg/kubelet/cm/dra TestPrepareResources/should_timeout is flaking
https://api.github.com/repos/kubernetes/kubernetes/issues/119701/comments
3
2023-08-01T05:01:07Z
2023-08-16T13:16:28Z
https://github.com/kubernetes/kubernetes/issues/119701
1,830,468,147
119,701
[ "kubernetes", "kubernetes" ]
xref 119454 I think this may be one of the few cases where we can actually change the behavior in a "breaking" way. User creates service with `.type=ClusterIP`, `.status.loadBalancer` is empty Controller or user updates the status subresource, sets `.spec.loadBalancer.ingress[].ip` (not wiped or validated, shoul...
Service `status.loadBalancer.ingress` can be set when `type` != `LoadBalancer`
https://api.github.com/repos/kubernetes/kubernetes/issues/119700/comments
7
2023-07-31T21:26:07Z
2023-08-22T17:02:56Z
https://github.com/kubernetes/kubernetes/issues/119700
1,830,049,443
119,700
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add `trace_id` and `span_id` keys to logs on the apiserver request path. This can be done using the contextual logging feature: https://github.com/kubernetes/enhancements/issues/3077 cc @kubernetes/wg-structured-logging-leads @kubernetes/sig-instrumentation-leads @Richabanker ...
Trace and span IDs in apiserver logs using contextual logging
https://api.github.com/repos/kubernetes/kubernetes/issues/119699/comments
16
2023-07-31T20:00:18Z
2024-05-23T10:19:13Z
https://github.com/kubernetes/kubernetes/issues/119699
1,829,927,907
119,699
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add exemplars to APIServer metrics. To accomplish this, we need to add FooWithExemplar functions, like histograms ObserveWithExemplar to component-base/metrics: https://github.com/prometheus/client_golang/blob/7f2db5f1ed43d8a4312bfd85280a17dfef13358b/prometheus/histogram.go#L722...
Trace exemplars for kube-apiserver metrics
https://api.github.com/repos/kubernetes/kubernetes/issues/119697/comments
14
2023-07-31T18:58:27Z
2024-10-26T03:08:54Z
https://github.com/kubernetes/kubernetes/issues/119697
1,829,837,256
119,697
[ "kubernetes", "kubernetes" ]
# Progress <code>[7/7]</code> - [X] APISnoop org-flow : [StorageV1PV-PVC-LifecycleTest.org](https://github.com/apisnoop/ticket-writing/blob/master/StorageV1PV-PVC-LifecycleTest.org) - [X] test approval issue : #119694 - [X] test pr : #119695 - [x] two weeks soak start date : 29 Aug 2023 [testgrid-link](ht...
Write e2e test for PersistentVolume & PersistentVolumeClaim Endpoints + 13 Endpoints
https://api.github.com/repos/kubernetes/kubernetes/issues/119694/comments
4
2023-07-31T15:29:58Z
2023-09-12T20:34:13Z
https://github.com/kubernetes/kubernetes/issues/119694
1,829,477,593
119,694
[ "kubernetes", "kubernetes" ]
### What happened? When a new pod is created through the CRI API (using `crictl`), it is able to be created without a UID. When removing the pod, an error occurs: ``` getting sandbox status of pod "ec38fa6b815da5cd3ab2ac168dc8ec9133bced169d8a8790280ea7cd24ea0470": metadata.Name, metadata.Namespace or metadata.Uid...
Pod created without UID cannot be removed
https://api.github.com/repos/kubernetes/kubernetes/issues/119692/comments
12
2023-07-31T14:12:25Z
2023-10-09T09:51:07Z
https://github.com/kubernetes/kubernetes/issues/119692
1,829,283,158
119,692
[ "kubernetes", "kubernetes" ]
### What happened? In k8s v1.19.4, I tried to configure the ephemeral-storage field in the pod yaml file, and after a while I found that my pod was evicted. I analyzed the code to determine what was wrong with my container, and then I found that ephemeral-storage included pod log files as part of ephemeral-storage du...
why my podstat.ContainerStats.Logs.UsedBytes continued rise?
https://api.github.com/repos/kubernetes/kubernetes/issues/119691/comments
6
2023-07-31T13:27:32Z
2023-08-09T17:41:21Z
https://github.com/kubernetes/kubernetes/issues/119691
1,829,194,345
119,691
[ "kubernetes", "kubernetes" ]
### What happened? My application is clustered and I have 2 pods running. I am using a rolling upgrade strategy and my partitioning number is 1. First I need to upgrade the pod with the ordinal number 1 so I triggered that upgrade with partitioning number 1 and my upgrade gets completed. After this, my pod having t...
In StatefulSet , pod having ordinal number less than partition number is getting updated automatically if pod restart without triggering upgrade
https://api.github.com/repos/kubernetes/kubernetes/issues/119685/comments
5
2023-07-31T07:30:05Z
2023-10-20T12:42:10Z
https://github.com/kubernetes/kubernetes/issues/119685
1,828,579,657
119,685
[ "kubernetes", "kubernetes" ]
I am using statefulset for my application with 2 replicas, and updating pods with rolling update partition with following detail using helm. --------------- updateStrategy: rollingUpdate: partition: 1 type: RollingUpdate -------------- upgrade is starting from 1 to 0. in 1 scenario, pod-0 upgr...
In kubernetes V1.27.1, Image not rolling back to older version for pod with ordinal number 0, in case of upgrade failure.
https://api.github.com/repos/kubernetes/kubernetes/issues/119684/comments
29
2023-07-31T06:14:11Z
2024-02-05T21:42:22Z
https://github.com/kubernetes/kubernetes/issues/119684
1,828,479,005
119,684
[ "kubernetes", "kubernetes" ]
### Failure cluster [c596a3bd3157bd663510](https://go.k8s.io/triage#c596a3bd3157bd663510) ##### Error text: ``` error during go run /home/prow/go/src/k8s.io/kubernetes/test/e2e_node/runner/remote/run_remote.go --cleanup -vmodule=*=4 --ssh-env=gce --results-dir=/logs/artifacts --project=k8s-jkns-gci-gce-reboot-1-6 ...
Failure cluster [c596a3bd...]`failed to run command './ginkgo': Permission denied`
https://api.github.com/repos/kubernetes/kubernetes/issues/119681/comments
7
2023-07-30T20:55:54Z
2023-08-03T11:10:22Z
https://github.com/kubernetes/kubernetes/issues/119681
1,828,084,950
119,681
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Our Developers are developing springboot java application and which are deploying to AKS cluster. We have Helm and Azure pipelines to deploy these apps to the AKS cluster dynamically and the values for the Pod resource speicification are defined in Variablegroups of the ADO pipelin...
Estimate Kubernetes pods resource specification in an automated way
https://api.github.com/repos/kubernetes/kubernetes/issues/119676/comments
10
2023-07-30T15:04:36Z
2024-03-25T23:03:02Z
https://github.com/kubernetes/kubernetes/issues/119676
1,827,967,103
119,676
[ "kubernetes", "kubernetes" ]
### What happened? In Kubernetes version 1.24 and onwards (Testing on K8s 1.23 does not show the error), I am seeing an issue whereby the file `/sys/fs/cgroup/cpuset.cpus` (used by my application to read what CPUs have been assigned to the container by the K8s CPU Manager) disappears when the container is privileged. ...
/sys/fs/cgroup/cpuset.cpus Not Found In Privileged Pod from Kubernetes 1.24 onwards with Cgroups V2
https://api.github.com/repos/kubernetes/kubernetes/issues/119669/comments
17
2023-07-29T18:55:12Z
2025-03-09T02:16:00Z
https://github.com/kubernetes/kubernetes/issues/119669
1,827,603,933
119,669
[ "kubernetes", "kubernetes" ]
### What happened? Typos in checks.go,width.go,types_swagger_doc_generated.go,swagger.json
Typos in checks.go,width.go,types_swagger_doc_generated.go,swagger.json
https://api.github.com/repos/kubernetes/kubernetes/issues/119667/comments
8
2023-07-29T18:33:57Z
2024-08-26T16:27:49Z
https://github.com/kubernetes/kubernetes/issues/119667
1,827,590,079
119,667
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-performance/1684609962237497344 ### Which tests are failing? e2e.go: Prepare ### Since when has it been failing? 07-28 ### Testgrid link https://testgrid.k8s.io/sig-release-master-informing#gce-master...
gce-master-scale-performance failed since 07-28
https://api.github.com/repos/kubernetes/kubernetes/issues/119664/comments
4
2023-07-29T11:44:27Z
2023-12-20T03:02:46Z
https://github.com/kubernetes/kubernetes/issues/119664
1,827,452,385
119,664
[ "kubernetes", "kubernetes" ]
### What happened? We implement a manual `APIService` API Extension in [Agones](https://github.com/googleforgames/agones). Definition: https://github.com/googleforgames/agones/blob/main/install/helm/agones/templates/service/allocation.yaml Code for handling web requests: https://github.com/googleforgames/agone...
Namespace stuck in Terminating when deleted if ApiService doesn't implement Aggregated Discovery
https://api.github.com/repos/kubernetes/kubernetes/issues/119662/comments
16
2023-07-28T23:51:27Z
2023-12-22T02:38:35Z
https://github.com/kubernetes/kubernetes/issues/119662
1,827,222,261
119,662
[ "kubernetes", "kubernetes" ]
### What happened? Hello, We have a cluster that's showing a constant increase in node lease objects. One particularity of the leaked leases is that they don't have an OwnerReference. Looking at the code, the ownerReference is set by this kubelet function [`SetNodeOwnerFunc`](https://github.com/kubernetes/kuber...
Node lease leak caused by lease controller swallowing error
https://api.github.com/repos/kubernetes/kubernetes/issues/119660/comments
8
2023-07-28T21:08:37Z
2023-07-31T15:35:21Z
https://github.com/kubernetes/kubernetes/issues/119660
1,827,091,641
119,660
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add a code static check for `make lint` to report using server-side-apply extract ### Why is this needed? With optimization of https://github.com/kubernetes/kubernetes/pull/119556 and https://github.com/kubernetes/kubernetes/pull/118455, the `managedFields` will be removed in `ku...
Add static check for not using Extract
https://api.github.com/repos/kubernetes/kubernetes/issues/119658/comments
4
2023-07-28T19:23:48Z
2023-08-17T10:25:34Z
https://github.com/kubernetes/kubernetes/issues/119658
1,826,983,484
119,658
[ "kubernetes", "kubernetes" ]
I am trying to implement Keda scaling in listener containers. Noticed that container is accepting new requests at termination period. Is there any way to close the RabbitMQ connection in termination period without breaking the current process?
Need assistance with implementing KEDA autoscaling
https://api.github.com/repos/kubernetes/kubernetes/issues/119683/comments
8
2023-07-28T16:31:09Z
2023-07-30T21:26:56Z
https://github.com/kubernetes/kubernetes/issues/119683
1,828,092,379
119,683
[ "kubernetes", "kubernetes" ]
### What happened? When using loadBalancerSourceRanges to allow access only from CIDRs outside the cluster segment, access from the K8s nodes (or pods with hostNetwork:true) should be rejected, but for proxy-mode=ipvs it works. /sig network /area kube-proxy /area ipvs ### What did you expect to happen? Ac...
Can't restrict access from K8s nodes with loadBalancerSourceRanges for proxy-mode=ipvs
https://api.github.com/repos/kubernetes/kubernetes/issues/119656/comments
6
2023-07-28T11:06:52Z
2023-10-11T09:46:13Z
https://github.com/kubernetes/kubernetes/issues/119656
1,826,234,059
119,656
[ "kubernetes", "kubernetes" ]
### What happened? When following the guide *Add ImagePullSecrets to a service account* from the documentation ([here](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account)), after creating a new secret and configuring the service account with ...
`imagePullSecrets` (in Service Account) not used for public images (still using DockerHub)
https://api.github.com/repos/kubernetes/kubernetes/issues/119650/comments
7
2023-07-28T09:12:15Z
2023-08-08T09:58:05Z
https://github.com/kubernetes/kubernetes/issues/119650
1,826,042,372
119,650
[ "kubernetes", "kubernetes" ]
### What happened? My project use istio as a registry, when k8s api server upgrade or restart, the client-go reflector will do relist and watch, and this can result in a large number of duplicate update events(10w+ events) and pilot handl lager duplicate update events(workloadentry), eventually, the update of Rout...
reflector relist when api server upgrade
https://api.github.com/repos/kubernetes/kubernetes/issues/119646/comments
7
2023-07-28T08:18:46Z
2023-08-03T23:13:28Z
https://github.com/kubernetes/kubernetes/issues/119646
1,825,944,749
119,646
[ "kubernetes", "kubernetes" ]
### What happened? I have a k8s cluster(v1.27.2) containing one node. I set `evictionHard: nodefs.available: 90%` and write a large amount of data to kubelet rootdir(used 8GB / total 10GB ) to trigger eviction. `node.kubernetes.io/disk-pressure` taint was added to this node. But when kubelet restarted, previous disk...
previous node taint is wiped when kubelet restarts
https://api.github.com/repos/kubernetes/kubernetes/issues/119645/comments
15
2023-07-28T07:50:38Z
2025-01-09T06:04:53Z
https://github.com/kubernetes/kubernetes/issues/119645
1,825,896,930
119,645
[ "kubernetes", "kubernetes" ]
### What happened? when kubelet restart,all images which notused cleaned. but there is a flag in kubelet,`minimum-image-ttl-duration`,explain:Minimum age for an unused image before it is garbage collected. Examples: '300ms', '10s' or '2h45m'. i set `minimum-image-ttl-duration` to `20m0s`,it's means if a image not u...
[kubelet-image-gc] minimum-image-ttl-duration not work,when kubelet restart.
https://api.github.com/repos/kubernetes/kubernetes/issues/119642/comments
3
2023-07-28T05:55:50Z
2023-11-13T16:36:17Z
https://github.com/kubernetes/kubernetes/issues/119642
1,825,754,024
119,642
[ "kubernetes", "kubernetes" ]
### NCC-E003660-B4Y: Dangerous File Path Construction This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) **Impact** If this were exploitabl...
NCC-E003660-B4Y: Dangerous File Path Construction
https://api.github.com/repos/kubernetes/kubernetes/issues/119641/comments
14
2023-07-28T05:05:39Z
2025-01-08T21:24:11Z
https://github.com/kubernetes/kubernetes/issues/119641
1,825,710,426
119,641
[ "kubernetes", "kubernetes" ]
### NCC-E003660-WV3: Privilege Escalation via `nodes/proxy` Permission This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) **Impact** A user...
NCC-E003660-WV3: Privilege Escalation via `nodes/proxy` Permission
https://api.github.com/repos/kubernetes/kubernetes/issues/119640/comments
6
2023-07-28T05:00:58Z
2025-02-12T17:57:01Z
https://github.com/kubernetes/kubernetes/issues/119640
1,825,706,529
119,640
[ "kubernetes", "kubernetes" ]
### NCC-E003660-WHE: Low Entropy Bootstrap Tokens This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) **Impact** The level of entropy in boo...
NCC-E003660-WHE: Low Entropy Bootstrap Tokens
https://api.github.com/repos/kubernetes/kubernetes/issues/119639/comments
13
2023-07-28T04:54:57Z
2024-06-28T00:33:35Z
https://github.com/kubernetes/kubernetes/issues/119639
1,825,700,037
119,639
[ "kubernetes", "kubernetes" ]
### NCC-E003660-PCK: Non Constant-Time Comparison of Service Account Token Secrets This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) **Impa...
NCC-E003660-PCK: Non Constant-Time Comparison of Service Account Token Secrets
https://api.github.com/repos/kubernetes/kubernetes/issues/119638/comments
4
2023-07-28T04:50:21Z
2023-08-16T02:43:34Z
https://github.com/kubernetes/kubernetes/issues/119638
1,825,696,746
119,638
[ "kubernetes", "kubernetes" ]
### What happened? After a blackout, when I restarted the cluster (2 Controllers + 3 Workers), none of the Control-Plane nodes started the api-server, neither kube-controller-manager, kube-scheduler and etcd pods. The port 6443 is not opened. No changes were made in the previous week. ### What did you expect to ha...
Api server does not start
https://api.github.com/repos/kubernetes/kubernetes/issues/119633/comments
4
2023-07-27T23:31:10Z
2023-07-28T00:44:22Z
https://github.com/kubernetes/kubernetes/issues/119633
1,825,371,513
119,633
[ "kubernetes", "kubernetes" ]
### NCC-E003660-TTV: Timing Side Channel in Bootstrap Tokens Generation and Handling This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) **Im...
NCC-E003660-TTV: Timing Side Channel in Bootstrap Tokens Generation and Handling
https://api.github.com/repos/kubernetes/kubernetes/issues/119632/comments
5
2023-07-27T22:55:39Z
2023-10-06T09:57:57Z
https://github.com/kubernetes/kubernetes/issues/119632
1,825,328,194
119,632
[ "kubernetes", "kubernetes" ]
### NCC-E003660-YVU: Incorrect Handling of Proxy Authentication Headers This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) **Impact** If cu...
NCC-E003660-YVU: Incorrect Handling of Proxy Authentication Headers
https://api.github.com/repos/kubernetes/kubernetes/issues/119631/comments
4
2023-07-27T22:10:07Z
2023-08-01T15:42:07Z
https://github.com/kubernetes/kubernetes/issues/119631
1,825,292,798
119,631
[ "kubernetes", "kubernetes" ]
### NCC-E003660-WVM: Logging of Incorrect Bootstrap Tokens This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) **Impact** Invalid or incorre...
NCC-E003660-WVM: Logging of Incorrect Bootstrap Tokens
https://api.github.com/repos/kubernetes/kubernetes/issues/119630/comments
6
2023-07-27T21:59:04Z
2023-08-01T15:41:15Z
https://github.com/kubernetes/kubernetes/issues/119630
1,825,280,413
119,630
[ "kubernetes", "kubernetes" ]
### NCC-E003660-HFV: Inaccurate X-Forwarded-Uri Header This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) **Impact** Systems which receive ...
NCC-E003660-HFV: Inaccurate X-Forwarded-Uri Header
https://api.github.com/repos/kubernetes/kubernetes/issues/119629/comments
8
2023-07-27T21:55:53Z
2024-08-06T20:10:06Z
https://github.com/kubernetes/kubernetes/issues/119629
1,825,277,725
119,629
[ "kubernetes", "kubernetes" ]
### NCC-E003660-47W: Loopback Token Usable Externally This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) **Impact** If an external attacker...
NCC-E003660-47W: Loopback Token Usable Externally
https://api.github.com/repos/kubernetes/kubernetes/issues/119628/comments
4
2023-07-27T21:49:55Z
2024-03-25T16:26:16Z
https://github.com/kubernetes/kubernetes/issues/119628
1,825,272,658
119,628
[ "kubernetes", "kubernetes" ]
### NCC-E003660-7HM: EmptyDir Volumes Do Not Support Mount Options This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) It should be noted tha...
NCC-E003660-7HM: EmptyDir Volumes Do Not Support Mount Options
https://api.github.com/repos/kubernetes/kubernetes/issues/119627/comments
8
2023-07-27T21:44:03Z
2025-01-24T02:41:50Z
https://github.com/kubernetes/kubernetes/issues/119627
1,825,267,813
119,627
[ "kubernetes", "kubernetes" ]
### NCC-E003660-R44: Authentication Source Not Shown in Audit Logs Validation This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) **Impact** ...
NCC-E003660-R44: Authentication Source Not Shown in Audit Logs
https://api.github.com/repos/kubernetes/kubernetes/issues/119626/comments
12
2023-07-27T21:37:14Z
2024-10-10T19:15:29Z
https://github.com/kubernetes/kubernetes/issues/119626
1,825,261,852
119,626
[ "kubernetes", "kubernetes" ]
### NCC-E003660-MRE: API Server Proxy Disables TLS Certificate Validation This issue was reported in the [Kubernetes 1.24 Security Audit Report](https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf) **Impact** An...
NCC-E003660-MRE: API Server Proxy Disables TLS Certificate
https://api.github.com/repos/kubernetes/kubernetes/issues/119625/comments
7
2023-07-27T21:30:14Z
2024-11-19T21:30:29Z
https://github.com/kubernetes/kubernetes/issues/119625
1,825,255,534
119,625
[ "kubernetes", "kubernetes" ]
### What happened? I have noticed in the official documentation that the logic of the initialDelaySeconds field defined in the probes has changed. In the 1.26 documentation: https://v1-26.docs.kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes is described this way ![ima...
`initialDelaySeconds` logic changed on documentation but not in code or in changelog
https://api.github.com/repos/kubernetes/kubernetes/issues/119617/comments
17
2023-07-27T10:53:28Z
2024-09-16T17:21:55Z
https://github.com/kubernetes/kubernetes/issues/119617
1,824,121,387
119,617
[ "kubernetes", "kubernetes" ]
### What happened? If a controller issues a list request with a large RV, it will not be able to recover from it. it will get a 500 error as below and relist with the large RV again and again. ![image](https://github.com/kubernetes/kubernetes/assets/123823273/50578174-be08-44b1-9eab-622679b2cc64) the reason...
Update reflector.go to be able to recover from any ResourceVersion
https://api.github.com/repos/kubernetes/kubernetes/issues/119616/comments
9
2023-07-27T10:05:33Z
2024-08-01T13:11:51Z
https://github.com/kubernetes/kubernetes/issues/119616
1,824,045,644
119,616
[ "kubernetes", "kubernetes" ]
### What happened? As default [storageWatchListPageSize](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go#L60) was set to 10000, when each resource size is large,the initial list of watchcache will exceed the maxSendBytes (2GB)and return the error ``` C...
Apiserver can not initialize watchcache when resources size too large.
https://api.github.com/repos/kubernetes/kubernetes/issues/119615/comments
8
2023-07-27T09:14:18Z
2024-03-25T10:58:01Z
https://github.com/kubernetes/kubernetes/issues/119615
1,823,956,222
119,615
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I newly installed k8s 27.3 version, but I found that my cluster host can not ping the svc address, but can ping the pod address, and I created svc access is no problem, please tell me what is the reason. ![svc地址不通](https://github.com/kubernetes/kubernetes/assets/130622684/bb11e3e...
Destination Port Unreachable is displayed when a k8s host ping the svc address
https://api.github.com/repos/kubernetes/kubernetes/issues/119613/comments
4
2023-07-27T08:51:37Z
2023-08-08T11:05:32Z
https://github.com/kubernetes/kubernetes/issues/119613
1,823,912,541
119,613
[ "kubernetes", "kubernetes" ]
### What happened? **The following phenomena were observed:** * Pods that mounts a memory-backed EmptyDir with a default size (allocatable) was created on the node, and the app ran that quickly consumes this EmptyDir. * Since it is not counted as memory usage unless EmptyDir is actually consumed, multiple such Pod...
User can easily crash an entire cluster by creating pod with memory-backed EmptyDir
https://api.github.com/repos/kubernetes/kubernetes/issues/119611/comments
34
2023-07-27T08:25:45Z
2024-08-22T10:12:00Z
https://github.com/kubernetes/kubernetes/issues/119611
1,823,869,759
119,611
[ "kubernetes", "kubernetes" ]
### What happened? A pod uses a PVC with volumeMode: Block. The block volume is backed by a block device on the node (which is created by some CSI storage providers). If the node operating system is powered off , if the user delete the pod or the pod be eviceted by kcm, And then restarting the node, The pod would b...
Kubelet cannot finish terminating a pod that uses a PVC with volumeMode: Block when poweroff the node and then restarting the node
https://api.github.com/repos/kubernetes/kubernetes/issues/119608/comments
12
2023-07-27T03:33:09Z
2023-12-15T14:42:42Z
https://github.com/kubernetes/kubernetes/issues/119608
1,823,549,190
119,608
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://testgrid.k8s.io/sig-node-release-blocking#node-kubelet-serial-containerd ### Which tests are flaking? E2eNode Suite.[It] [sig-node] Device Manager [Serial] [Feature:DeviceManager][NodeFeature:DeviceManager] With sample device plugin [Serial] [Disruptive] should deploy pod consumin...
Flaking: Device Manager [Serial] [Feature:DeviceManager][NodeFeature:DeviceManager] With sample device plugin [Serial] [Disruptive] should deploy pod consuming devices first but fail with admission error after kubelet restart in case device plugin hasn't re-registered
https://api.github.com/repos/kubernetes/kubernetes/issues/119602/comments
3
2023-07-26T21:19:13Z
2023-08-09T15:16:37Z
https://github.com/kubernetes/kubernetes/issues/119602
1,823,190,414
119,602
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? See https://github.com/kubernetes/test-infra/pull/29717#issuecomment-1584967574 ### Which tests are failing? - Topology manager: runs green, but with zero tests: https://testgrid.k8s.io/sig-node-kubelet#kubelet-serial-gce-e2e-topology-manager - CPU manager fails on initializati...
Multi-numa periodics are not working
https://api.github.com/repos/kubernetes/kubernetes/issues/119601/comments
10
2023-07-26T21:17:34Z
2023-09-07T13:26:59Z
https://github.com/kubernetes/kubernetes/issues/119601
1,823,187,114
119,601
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/sig-node-containerd#containerd-node-e2e-1.7 ### Which tests are failing? - E2eNode Suite.[It] [sig-node] Summary API [NodeConformance] when querying /stats/summary should report resource usage through the stats api - E2eNode Suite.[It] [sig-node] OOMKiller [LinuxO...
OOMKiller tests are flaking - sometimes condition returned as Failed instead of OOMKilled
https://api.github.com/repos/kubernetes/kubernetes/issues/119600/comments
18
2023-07-26T21:15:15Z
2023-11-13T05:41:52Z
https://github.com/kubernetes/kubernetes/issues/119600
1,823,182,021
119,600
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/sig-node-kubelet#kubelet-gce-e2e-arm64-ubuntu-serial ### Which tests are failing? seems like an infra issue. No tests run ### Since when has it been failing? 7/21 ### Testgrid link https://testgrid.k8s.io/sig-node-kubelet#kubelet-gce-e2e-arm64-ubuntu-serial ##...
ARM tests has started failing
https://api.github.com/repos/kubernetes/kubernetes/issues/119599/comments
5
2023-07-26T21:12:35Z
2023-07-28T00:51:54Z
https://github.com/kubernetes/kubernetes/issues/119599
1,823,176,409
119,599
[ "kubernetes", "kubernetes" ]
CVSS Rating: [CVSS:3.1/av:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) - **HIGH** (8.8) A security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate to admin privileges on those no...
CVE-2023-3955: Insufficient input sanitization on Windows nodes leads to privilege escalation
https://api.github.com/repos/kubernetes/kubernetes/issues/119595/comments
2
2023-07-26T15:30:50Z
2023-11-01T00:33:34Z
https://github.com/kubernetes/kubernetes/issues/119595
1,822,677,454
119,595
[ "kubernetes", "kubernetes" ]
CVSS Rating: [CVSS:3.1/av:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) - **HIGH** (8.8) A security issue was discovered in Kubernetes where a user that can create pods on Windows nodes running kubernetes-csi-proxy may be able to escalate to...
CVE-2023-3893: Insufficient input sanitization on kubernetes-csi-proxy leads to privilege escalation
https://api.github.com/repos/kubernetes/kubernetes/issues/119594/comments
5
2023-07-26T15:30:26Z
2023-11-04T16:10:06Z
https://github.com/kubernetes/kubernetes/issues/119594
1,822,676,744
119,594
[ "kubernetes", "kubernetes" ]
### What happened? When creating a PVC and the creation fails because a PVC with that name already exists, that will still count towards the namespaces resource quota. ### What did you expect to happen? When a PVC cannot be created, it should not count towards the resource quota. ### How can we reproduce it (as min...
PVCs failing to be created still count towards the resource quota
https://api.github.com/repos/kubernetes/kubernetes/issues/119593/comments
4
2023-07-26T15:21:14Z
2023-08-04T05:28:25Z
https://github.com/kubernetes/kubernetes/issues/119593
1,822,649,478
119,593
[ "kubernetes", "kubernetes" ]
Hello, we are a team researching the dependency management mechanism of Golang. During our analysis, we came across your project and noticed that it contains a vulnerability (https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMLIBOPENSTORAGEOPENSTORAGEAPISERVER-565845). In your project, the github.com/libopenstorage/ope...
Vulnerability of dependency "github.com/libopenstorage/openstorage"
https://api.github.com/repos/kubernetes/kubernetes/issues/119591/comments
4
2023-07-26T12:25:17Z
2023-07-26T13:21:13Z
https://github.com/kubernetes/kubernetes/issues/119591
1,822,306,954
119,591
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add pagination to the initial list that is performed by the etcd watcher. We do not paginate the list when we do not set RV here: https://github.com/kubernetes/kubernetes/blob/a005617111cc44caa6c6cc4ecfcc3d4a0d30d008/staging/src/k8s.io/apiserver/pkg/storage/etcd3/watcher.go...
Paginate initial list inside the storage watcher
https://api.github.com/repos/kubernetes/kubernetes/issues/119588/comments
7
2023-07-26T10:08:19Z
2023-12-08T13:15:37Z
https://github.com/kubernetes/kubernetes/issues/119588
1,822,053,470
119,588
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? ci-cgroupv1-containerd-node-arm64-al2023-e2e-ec2-eks https://storage.googleapis.com/k8s-triage/index.html?test=stats%2Fsummary ### Which tests are failing? E2eNode Suite: [It] [sig-node] Summary API [NodeConformance] when querying /stats/summary should report resource usage thr...
[ARM] when querying /stats/summary should report resource usage through the stats api 
https://api.github.com/repos/kubernetes/kubernetes/issues/119585/comments
5
2023-07-26T06:28:08Z
2023-08-02T02:33:41Z
https://github.com/kubernetes/kubernetes/issues/119585
1,821,676,435
119,585
[ "kubernetes", "kubernetes" ]
### Failure cluster [ca29f4c94657ec191829](https://go.k8s.io/triage#ca29f4c94657ec191829) After https://github.com/kubernetes/kubernetes/issues/119455 is fixed, there are still several failing cases. This one is one of them. ##### Error text: ``` [FAILED] Timed out after 300.000s. expected pod to be running and ...
[Arm][NodeConformance][LinuxOnly] Container PID namespace sharing containers in pods using isolated PID namespaces should all receive PID 1
https://api.github.com/repos/kubernetes/kubernetes/issues/119584/comments
5
2023-07-26T06:17:51Z
2023-08-16T19:44:15Z
https://github.com/kubernetes/kubernetes/issues/119584
1,821,663,315
119,584
[ "kubernetes", "kubernetes" ]
I see the flake in recent run of https://testgrid.k8s.io/sig-release-master-informing#capz-windows-master. - later find it flake in https://testgrid.k8s.io/sig-release-master-blocking#kind-ipv6-master-parallel as well. (not flake now) ### Failure cluster [bb540b60dc9862b714f9](https://go.k8s.io/triage#bb540b60dc986...
[Flaking Test] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/119582/comments
22
2023-07-26T06:04:27Z
2024-07-09T13:02:06Z
https://github.com/kubernetes/kubernetes/issues/119582
1,821,644,646
119,582
[ "kubernetes", "kubernetes" ]
### What happened? Configuration of specifying the `ConfigMap` and `Secret` as a volume for `Pod` are not consistent with each other. In K8S Pod key to specify a `ConfigMap` in volumes is `name`, but key to specify a `Secret` name is `secretName`. As all the other configuration to set a volume as ConfigMap and...
Pod volume configuration miss match between config map and secrets
https://api.github.com/repos/kubernetes/kubernetes/issues/119581/comments
19
2023-07-26T05:36:11Z
2023-08-04T05:13:07Z
https://github.com/kubernetes/kubernetes/issues/119581
1,821,616,607
119,581
[ "kubernetes", "kubernetes" ]
### What happened? Tested this issue on Google Kubernetes Engine and minikube setup. In **Google Kubernetes Engine(GKE)** 1. Executing terraform init, terraform plan, terraform apply, terraform destroy commands in kubernetes pod. 2. Cache directory is created in Persistent Volume for storing the terraform plugin...
Terraform Plugins stored in Persistent Volume are loaded into pod memory during execution
https://api.github.com/repos/kubernetes/kubernetes/issues/119580/comments
8
2023-07-26T05:00:57Z
2024-04-20T19:57:59Z
https://github.com/kubernetes/kubernetes/issues/119580
1,821,583,600
119,580
[ "kubernetes", "kubernetes" ]
Test failures for the NodeLogQuery tests were discovered when integrating 1.28 into [openshift](https://github.com/openshift/kubernetes/pull/1646) https://github.com/kubernetes/kubernetes/pull/119571 fixes these issues, but I can't seem to find evidence they were running anywhere in the first place. Opening this...
NodeLogQuery tests don't seem to be running anywhere
https://api.github.com/repos/kubernetes/kubernetes/issues/119576/comments
8
2023-07-25T20:58:07Z
2024-01-25T16:39:58Z
https://github.com/kubernetes/kubernetes/issues/119576
1,821,140,068
119,576
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Validation for capabilities added to the security context of containers should be improved to make it easier to schedule containers with the expected capabilities. /sig apps OPTION 1: `CAP_`/`cap_` prefix is be forbidden - example capabilities that would be allowed: - `S...
Validation of linux capabilities in container security context should be stricter
https://api.github.com/repos/kubernetes/kubernetes/issues/119569/comments
28
2023-07-25T18:57:10Z
2024-11-17T10:21:56Z
https://github.com/kubernetes/kubernetes/issues/119569
1,820,953,245
119,569
[ "kubernetes", "kubernetes" ]
### What happened? Validation logic to disallow `allowPrivilegeEscalation: false` in combination with `SYS_ADMIN` capability checks for `CAP_SYS_ADMIN` instead of `SYS_ADMIN` (see [security context validation](https://github.com/kubernetes/kubernetes/blob/d17f3ba/pkg/apis/core/validation/validation.go#L6823)). Ad...
Incorrect validation of `allowPrivilegeEscalation` with `SYS_ADMIN` capability
https://api.github.com/repos/kubernetes/kubernetes/issues/119568/comments
14
2023-07-25T18:52:36Z
2025-02-17T18:47:53Z
https://github.com/kubernetes/kubernetes/issues/119568
1,820,947,022
119,568
[ "kubernetes", "kubernetes" ]
xref #116667 which was "resolved" with #116672 xref #73760 xref #40610 We have the "downward API" which extracts almost exclusively information which is represented as fields on "this pod" and projects either env vars or files on disk. But there's a slow but non-zero trickle of requests to extract info from other...
Make our `kubectl` image more useful?
https://api.github.com/repos/kubernetes/kubernetes/issues/119567/comments
24
2023-07-25T18:51:34Z
2024-03-11T15:31:04Z
https://github.com/kubernetes/kubernetes/issues/119567
1,820,945,672
119,567
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? windows-unit-master ### Which tests are failing? k8s.io/kubernetes/cmd/kubeadm/app/cmd.TestNewResetData k8s.io/kubernetes/cmd/kubeadm/app/cmd.TestNewResetData/Pass_with_config_from_file k8s.io/kubernetes/cmd/kube-scheduler/app/options.TestLoadConfigFromFile k8s.io/kubernetes/cmd/kube-s...
Windows unit test failure: [TestListPodStatsStrictlyFromCRI] panic: runtime error: invalid memory address or nil pointer dereference
https://api.github.com/repos/kubernetes/kubernetes/issues/119565/comments
12
2023-07-25T16:53:30Z
2025-01-11T16:43:13Z
https://github.com/kubernetes/kubernetes/issues/119565
1,820,738,990
119,565
[ "kubernetes", "kubernetes" ]
/assign /sig auth /triage accepted /milestone v1.29 ```[tasklist] ### Tasks - [ ] Seed rotation: https://github.com/kubernetes/kubernetes/pull/118828#discussion_r1267336920 - [ ] integration test that this dynamically takes effect: https://github.com/kubernetes/kubernetes/pull/118828#discussion_r1248315533 - [x] in...
kmsv2: follow-ups from KDF based nonce extension
https://api.github.com/repos/kubernetes/kubernetes/issues/119563/comments
9
2023-07-25T15:28:28Z
2025-02-23T23:28:17Z
https://github.com/kubernetes/kubernetes/issues/119563
1,820,597,127
119,563
[ "kubernetes", "kubernetes" ]
### What happened? It is suspected to be a concurrent bug of kubelet. When we delete the last pod that requires GPU on the node and create two or more pods that require GPU at the same time, kubelet may panic on `allocateContainerResources` as following. I think it's a concurrency issue. 1. Create a pod with ...
Kubelet panic when allocates device for pods.
https://api.github.com/repos/kubernetes/kubernetes/issues/119560/comments
17
2023-07-25T13:02:15Z
2024-02-29T11:06:57Z
https://github.com/kubernetes/kubernetes/issues/119560
1,820,295,868
119,560
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? All csi jobs running against 1.28 started failing. Here's one example: https://testgrid.k8s.io/sig-storage-csi-ci#1.25-on-master ### Which tests are failing? In some cases the entire test suite timed out after 2 hours. In other cases, some test cases also timed out. ### Since when ha...
All csi tests against 1.28 are failing
https://api.github.com/repos/kubernetes/kubernetes/issues/119549/comments
14
2023-07-25T01:24:09Z
2023-08-29T06:03:45Z
https://github.com/kubernetes/kubernetes/issues/119549
1,819,383,953
119,549
[ "kubernetes", "kubernetes" ]
### What happened? [Per AWS Load Balancer Controller's docs](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.5/guide/service/annotations/#lb-source-ranges), the annotation `service.beta.kubernetes.io/load-balancer-source-ranges` will provision Security Groups for a Load Balancer when configured wit...
service.beta.kubernetes.io/load-balancer-source-ranges not usable with ExternalName
https://api.github.com/repos/kubernetes/kubernetes/issues/119548/comments
8
2023-07-25T00:54:23Z
2023-08-06T05:26:21Z
https://github.com/kubernetes/kubernetes/issues/119548
1,819,354,688
119,548
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Ref: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ Today, The Pod's effective request for a resource is the higher of: - the sum of all app containers requestfor a resource - the effective init requestfor a resource I want to update a pod's effective r...
Update a pod's effective request after init containers complete execution
https://api.github.com/repos/kubernetes/kubernetes/issues/119547/comments
13
2023-07-24T23:40:14Z
2024-12-24T08:03:57Z
https://github.com/kubernetes/kubernetes/issues/119547
1,819,299,519
119,547
[ "kubernetes", "kubernetes" ]
### What happened? I upgraded k3s from `v1.26.2+k3s1` to `v1.27.3+k3s1` and noticed a log message `Adding GroupVersion` is repeated in the k3s.log. I also see this message when deploying a container that uses apiserver aggregation, such as `kubevirt` in other distros such as `minikube` in the api-server log. ### What...
After upgrading to version v1.27.3 `Adding GroupVersion` is repeated in the api-server log
https://api.github.com/repos/kubernetes/kubernetes/issues/119546/comments
4
2023-07-24T22:43:45Z
2023-08-16T06:13:33Z
https://github.com/kubernetes/kubernetes/issues/119546
1,819,254,590
119,546