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? [kube-addons_logs.txt](https://github.com/user-attachments/files/16386497/kube-addons_logs.txt) Hi Team , **Issue summary :** kube-addon-manager doesnt work as expected in kubernetes v1.28 , though job is running in background . Its unable to perform reconcile tasks for addons when add & r...
Kube-addon-manager fail to execute in kubernetes v1.28.7
https://api.github.com/repos/kubernetes/kubernetes/issues/126371/comments
4
2024-07-26T04:34:43Z
2024-07-27T12:20:51Z
https://github.com/kubernetes/kubernetes/issues/126371
2,431,404,728
126,371
[ "kubernetes", "kubernetes" ]
### What happened? The storage volume cannot be mounted or mounts have timed out ### What did you expect to happen? # PossibleSolution The storage volume cannot be mounted or mounts have timed out ### How can we reproduce it (as minimally and precisely as possible)? The number of replicas of a Deployment with EV...
The storage volume cannot be mounted or mounts have timed out
https://api.github.com/repos/kubernetes/kubernetes/issues/126370/comments
8
2024-07-26T01:04:26Z
2024-12-28T19:16:04Z
https://github.com/kubernetes/kubernetes/issues/126370
2,431,214,225
126,370
[ "kubernetes", "kubernetes" ]
The proposal is to create a collection of tests with the cross linked documentation pages that would demonstrate all interesting behaviors of Pod lifecycle events. Ideally, docs pages must be at least partially auto-generated off the tests. And tests be cross linked back to the documentation pages. More details: ...
Enhance pod lifecycle transitions testing and documentation
https://api.github.com/repos/kubernetes/kubernetes/issues/126369/comments
14
2024-07-25T23:05:59Z
2025-02-26T18:24:48Z
https://github.com/kubernetes/kubernetes/issues/126369
2,431,105,432
126,369
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/sig-node-cri-o#ci-crio-cgroupv1-node-e2e-unlabelled https://testgrid.k8s.io/sig-node-cri-o#ci-crio-cgroupv2-node-e2e-unlabelled https://testgrid.k8s.io/sig-node-containerd#node-e2e-unlabelled ### Which tests are failing? https://github.com/kubernetes/kubernetes/b...
[Failing Test] Device Plugin Pod Status
https://api.github.com/repos/kubernetes/kubernetes/issues/126367/comments
6
2024-07-25T20:13:42Z
2024-07-26T23:34:56Z
https://github.com/kubernetes/kubernetes/issues/126367
2,430,906,788
126,367
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? sig-release-master-informing - gce-master-scale-performance ### Which tests are failing? ClusterLoaderV2 test ### Since when has it been failing? 07/23, since commit 77c3859ae tracing back to this PR: https://github.com/kubernetes/kubernetes/pull/126270 (**_Actually may not...
[Failing Test or Infra] gce-master-scale-performance
https://api.github.com/repos/kubernetes/kubernetes/issues/126366/comments
49
2024-07-25T19:51:52Z
2024-08-01T00:09:30Z
https://github.com/kubernetes/kubernetes/issues/126366
2,430,876,441
126,366
[ "kubernetes", "kubernetes" ]
Per https://github.com/kubernetes/kubernetes/pull/126359#discussion_r1691976115 we should scan all our kubernetes libraries to find custom types and use that instead of a hard coded list in `cost_test.go`.
Add automatic detection of custom CEL types added to Kubernetes, use to verify cost is computed
https://api.github.com/repos/kubernetes/kubernetes/issues/126365/comments
2
2024-07-25T19:51:37Z
2024-07-30T20:26:23Z
https://github.com/kubernetes/kubernetes/issues/126365
2,430,876,052
126,365
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? master-informing - capz-windows-master ### Which tests are failing? Firstly `Kubernetes e2e suite.[It] [sig-windows] [Feature:Windows] SecurityContext should ignore ProcMount Specific SecurityContext if set` Then all future builds: `[Show 1 stale tests](javascript:;) (no results in last...
Kubernetes e2e suite: [It] [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a ResourceClaim [Feature:DynamicResourceAllocation]
https://api.github.com/repos/kubernetes/kubernetes/issues/126364/comments
11
2024-07-25T19:20:39Z
2024-07-29T19:53:22Z
https://github.com/kubernetes/kubernetes/issues/126364
2,430,832,322
126,364
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit ### Which tests are flaking? TestUpdateAllocatedResourcesStatus ### Since when has it been flaking? Few days ago ### Testgrid link https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit #...
[Flaking Test] TestUpdateAllocatedResourcesStatus
https://api.github.com/repos/kubernetes/kubernetes/issues/126357/comments
8
2024-07-25T15:51:32Z
2024-07-29T22:54:08Z
https://github.com/kubernetes/kubernetes/issues/126357
2,430,381,570
126,357
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? [post-kubernetes-push-image-etcd](https://prow.k8s.io/?type=postsubmit&job=post-kubernetes-push-image-etcd) ### Which tests are failing? build ### Since when has it been failing? only 2 runs are available. ### Testgrid link https://testgrid.k8s.io/sig-k8s-infra-gcb#post-kubernetes-pu...
[Flaking Test] post-kubernetes-push-image-etcd failed
https://api.github.com/repos/kubernetes/kubernetes/issues/126348/comments
5
2024-07-25T06:13:28Z
2024-07-25T20:48:42Z
https://github.com/kubernetes/kubernetes/issues/126348
2,429,109,442
126,348
[ "kubernetes", "kubernetes" ]
### What happened? ``` root@k8s-master01:~/k8s-core-teaching/scheduler# kubectl apply -f resource-slice.yaml resourceslice.resource.k8s.io/k8s-worker01 created root@k8s-master01:~/k8s-core-teaching/scheduler# kubectl get resourceslice -A No resources found ``` ``` apiVersion: resource.k8s.io/v1alpha2 kind: ...
dra did not create ResourceSlice api,so I create one,but get nono
https://api.github.com/repos/kubernetes/kubernetes/issues/126346/comments
18
2024-07-25T04:03:47Z
2024-12-23T02:40:59Z
https://github.com/kubernetes/kubernetes/issues/126346
2,428,932,943
126,346
[ "kubernetes", "kubernetes" ]
### What happened? Pods that already succeeded and waiting for finalizer are being readmitted, fail to be admitted and moving from Succeeded Phase to Failed (admission failed) phase. ### What did you expect to happen? The correct behavior would be to not try to re-admit the succeeded (or failed) Pod. ### How can we...
Terminated but not GC'd Pods should not be re-admitted on kubelet restart
https://api.github.com/repos/kubernetes/kubernetes/issues/126341/comments
2
2024-07-24T21:36:21Z
2024-09-29T02:20:26Z
https://github.com/kubernetes/kubernetes/issues/126341
2,428,517,623
126,341
[ "kubernetes", "kubernetes" ]
### Failure cluster [588abfeed37ae93ab261](https://go.k8s.io/triage#588abfeed37ae93ab261) ##### Error text: ``` [FAILED] Timed out after 180.001s. The function passed to Eventually returned the following error: <*errors.errorString | 0xc0009cfb00>: failed to parse /stats/summary to go struct: &{Status:...
Failure cluster [588abfee...][crio][fedora][sig-node] Summary API [NodeConformance] when querying /stats/summary should report resource usage through the stats api
https://api.github.com/repos/kubernetes/kubernetes/issues/126340/comments
3
2024-07-24T18:57:14Z
2024-07-24T19:05:57Z
https://github.com/kubernetes/kubernetes/issues/126340
2,428,271,988
126,340
[ "kubernetes", "kubernetes" ]
### What would you like to be added? apiserver-network-proxy supports tcp/mTLS over gRPC mode but from apiserver it seems the only supported option is to use UDS, [link](https://github.com/kubernetes/kubernetes/blob/696ad198013c116c1e871632f463edddc5b909b5/staging/src/k8s.io/apiserver/pkg/server/egressselector/egress_...
tcp over gRPC for apiserver-network-proxy
https://api.github.com/repos/kubernetes/kubernetes/issues/126339/comments
7
2024-07-24T18:24:12Z
2024-08-14T16:07:57Z
https://github.com/kubernetes/kubernetes/issues/126339
2,428,215,254
126,339
[ "kubernetes", "kubernetes" ]
### What happened? All pods will restart when enable feature-gates InPlacePodVerticalScaling of apiserver. I'm not sure if this is a bug or it should be an enhancement. ### What did you expect to happen? I hope I can enable InPlacePodVerticalScaling in some existing clusters without restarting pods, at least n...
All pods will restart when enable feature-gates InPlacePodVerticalScaling of apiserver.
https://api.github.com/repos/kubernetes/kubernetes/issues/126328/comments
6
2024-07-24T10:54:28Z
2024-07-26T15:04:41Z
https://github.com/kubernetes/kubernetes/issues/126328
2,427,260,499
126,328
[ "kubernetes", "kubernetes" ]
### What happened? Pod node affinity with empty `NodeSelectorTerm`, result in pod `Pending`. ``` apiVersion: v1 kind: Pod metadata: name: with-node-affinity spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - {} containers: ...
Empty `NodeSelectorTerm` is confusing in pod.nodeAffinity
https://api.github.com/repos/kubernetes/kubernetes/issues/126325/comments
4
2024-07-24T09:55:47Z
2024-08-06T20:07:54Z
https://github.com/kubernetes/kubernetes/issues/126325
2,427,114,386
126,325
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-capz-master-windows/1815980600901767168 ### Which tests are failing? Kubernetes e2e suite: [It] [sig-api-machinery] ResourceQuota should create a ResourceQuota and capture the life of a ResourceClaim [Feature:...
ci-kubernetes-e2e-capz-master-windows should skip DRA feature e2e
https://api.github.com/repos/kubernetes/kubernetes/issues/126321/comments
6
2024-07-24T07:11:06Z
2024-07-24T17:30:22Z
https://github.com/kubernetes/kubernetes/issues/126321
2,426,775,354
126,321
[ "kubernetes", "kubernetes" ]
### What happened? ``` root@k8s-master01:~/k8s-core-teaching/scheduler# kubectl get pod NAME READY STATUS RESTARTS AGE gpu-pod 0/1 Pending 0 7s gpu-pod2 1/1 Running 0 7s root@k8s-master01:~/k8s-core-teaching/scheduler# kubectl get resourceclaim NAME ...
dra static resourceClaim is ok,but dynamic is not ok?no error log
https://api.github.com/repos/kubernetes/kubernetes/issues/126320/comments
8
2024-07-24T04:03:05Z
2025-01-12T04:46:12Z
https://github.com/kubernetes/kubernetes/issues/126320
2,426,546,371
126,320
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-unit ### Which tests are flaking? TestRoundTripFuzzing ### Since when has it been flaking? Only noticed the failure once in https://github.com/kubernetes/kubernetes/pull/123642. ### Testgrid link https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/123642/pull-k...
TestRoundTripFuzzing failing in `pull-kubernetes-unit`
https://api.github.com/repos/kubernetes/kubernetes/issues/126319/comments
5
2024-07-23T23:58:05Z
2024-07-25T22:47:18Z
https://github.com/kubernetes/kubernetes/issues/126319
2,426,317,557
126,319
[ "kubernetes", "kubernetes" ]
### Failure cluster [3c74f753fac7957a050a](https://go.k8s.io/triage#3c74f753fac7957a050a) ##### Error text: ``` [FAILED] Timed out after 300.000s. Expected Pod to be in <v1.PodPhase>: "Running" Got instead: <*v1.Pod | 0xc001112908>: metadata: creationTimestamp: "2024-07-22T23:52:07Z" ...
Failure cluster [3c74f753...] lots of errors in ci-kubernetes-e2e-gci-gce-alpha-enabled-default
https://api.github.com/repos/kubernetes/kubernetes/issues/126317/comments
6
2024-07-23T22:26:27Z
2024-07-24T11:57:08Z
https://github.com/kubernetes/kubernetes/issues/126317
2,426,223,577
126,317
[ "kubernetes", "kubernetes" ]
For example, `validateIssuerDiscoveryURL` should not let you set discovery URL when the feature gate is not enabled. I believe this only impacts library users, as direct usage in KAS requires the file based config, which is feature gated. /assign enj aramase /milestone v1.32
`validateJWTAuthenticator` does not consistenly check `structuredAuthnFeatureEnabled`
https://api.github.com/repos/kubernetes/kubernetes/issues/126315/comments
0
2024-07-23T22:07:23Z
2024-08-14T04:03:33Z
https://github.com/kubernetes/kubernetes/issues/126315
2,426,205,374
126,315
[ "kubernetes", "kubernetes" ]
### What happened? Test is failing on crio conformance (cgroup v1 / cgroup v2) ### What did you expect to happen? Test doesn't fail. ### How can we reproduce it (as minimally and precisely as possible)? https://testgrid.k8s.io/sig-node-release-blocking#ci-crio-cgroupv1-node-e2e-conformance You can rep...
E2eNode Suite.[It] [sig-node] Summary API [NodeConformance] when querying /stats/summary should report resource usage through the stats apiChanges
https://api.github.com/repos/kubernetes/kubernetes/issues/126314/comments
27
2024-07-23T21:40:19Z
2024-07-24T20:55:11Z
https://github.com/kubernetes/kubernetes/issues/126314
2,426,176,311
126,314
[ "kubernetes", "kubernetes" ]
### What would you like to be added? `celReservedSymbols` is currently hard coded in https://github.com/kubernetes/kubernetes/blob/ad805387e26a4e76ab53505d5eb552686368180b/staging/src/k8s.io/apiserver/pkg/cel/escaping.go#L25-L34 and the list is from https://github.com/google/cel-spec/blob/master/doc/langdef.md#synta...
Prevent `celReservedSymbols` from accidentally adding value in escaping format
https://api.github.com/repos/kubernetes/kubernetes/issues/126311/comments
3
2024-07-23T20:15:41Z
2025-01-14T19:52:34Z
https://github.com/kubernetes/kubernetes/issues/126311
2,426,048,135
126,311
[ "kubernetes", "kubernetes" ]
sgtm, add an issue labeled as release-blocking and in the milestone to either promote to 1.23.0 or revert this to 1.22.x before our 1.31 release _Originally posted by @liggitt in https://github.com/kubernetes/kubernetes/issues/126047#issuecomment-2245648031_ Kubernetes is being built and tested with...
Promote Go version to either 1.23.0 or revert to 1.22.x before K8s 1.31
https://api.github.com/repos/kubernetes/kubernetes/issues/126299/comments
7
2024-07-23T16:54:37Z
2024-07-29T11:04:25Z
https://github.com/kubernetes/kubernetes/issues/126299
2,425,673,006
126,299
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? - Job: [`ci-kubernetes-e2e-capz-master-windows` (at master-informing > capz-windows-master)](https://testgrid.k8s.io/sig-release-master-informing#capz-windows-master) - Prow: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-capz-master-windows/1815116219770998784 ###...
[Flaky Test] [sig-windows] Eviction should evict a pod when a node experiences memory pressure
https://api.github.com/repos/kubernetes/kubernetes/issues/126297/comments
2
2024-07-23T16:00:52Z
2024-07-23T20:10:47Z
https://github.com/kubernetes/kubernetes/issues/126297
2,425,568,391
126,297
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? - `ci-kubernetes-e2e-capz-master-windows` - Prow: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-capz-master-windows/1815252624178417664 ### Which tests are flaking? Kubernetes e2e suite [It] [sig-windows] [Feature:Windows] Memory Limits [Serial] [Slow] attem...
[Flaky Test] [sig-windows] [Feature:Windows] Memory Limits [Serial] [Slow] attempt to deploy past allocatable memory limits should fail deployments of pods once there isn't enough memory
https://api.github.com/repos/kubernetes/kubernetes/issues/126289/comments
5
2024-07-23T12:19:25Z
2024-07-25T17:43:55Z
https://github.com/kubernetes/kubernetes/issues/126289
2,425,074,481
126,289
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? - `gce-ubuntu-master-containerd` - Prow: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-ubuntu-gce-containerd/1815039209832976384 ### Which tests are flaking? [sig-storage] CSI mock volume storage capacity exhausted, late binding, with topology ### Since when has ...
[Flaky Test] [sig-storage] CSI Mock volume storage capacity storage capacity exhausted, late binding, no topology
https://api.github.com/repos/kubernetes/kubernetes/issues/126288/comments
8
2024-07-23T11:09:28Z
2024-11-02T03:03:15Z
https://github.com/kubernetes/kubernetes/issues/126288
2,424,925,088
126,288
[ "kubernetes", "kubernetes" ]
### What happened? W0723 09:36:00.907949 1 warnings.go:70] unknown field "spec.allocatableDevices[0].gpu.cudaDriverVersion" W0723 09:36:00.907986 1 warnings.go:70] unknown field "spec.allocatableDevices[0].gpu.driverVersion" I0723 09:36:00.922111 1 device_state.go:146] using devRoot=/driver-root W...
dra nvidia k8s-dra-driver helm chart install with error
https://api.github.com/repos/kubernetes/kubernetes/issues/126285/comments
5
2024-07-23T09:44:40Z
2024-07-23T10:51:07Z
https://github.com/kubernetes/kubernetes/issues/126285
2,424,748,670
126,285
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Support adding label based indexes to apiserver cacher to speed up list and watch requests by labels. ### Why is this needed? Background: Each job of the big data computing engine spark/flink will start a master pod to create/list/watch/delete worker pods, namely the Driver pod ...
Feature requests: Support adding label based indexes to apiserver cache
https://api.github.com/repos/kubernetes/kubernetes/issues/126283/comments
5
2024-07-23T09:07:38Z
2024-10-29T06:42:11Z
https://github.com/kubernetes/kubernetes/issues/126283
2,424,670,211
126,283
[ "kubernetes", "kubernetes" ]
### What happened? https://github.com/kubernetes/kubernetes/issues/100485 describe the problem Although the ticket is closed, I see others comment that there still have problem.... So to double check whether this issue is resolved or not? If yes, in which kube server version? ### What did you expect to happen? ...
whether volume.kubernetes.io/selected-node problem is resolved?
https://api.github.com/repos/kubernetes/kubernetes/issues/126278/comments
2
2024-07-23T06:14:18Z
2024-07-23T06:33:41Z
https://github.com/kubernetes/kubernetes/issues/126278
2,424,343,559
126,278
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Follow up PR needed in 1.32 after https://github.com/kubernetes/kubernetes/pull/126188 ### Why is this needed? We would love to support reserved keyword in new expression starting 1.32 to meet compatibility concern.
Remove version requirement for recognizeKeywordAsFieldName after update default compatible version
https://api.github.com/repos/kubernetes/kubernetes/issues/126276/comments
5
2024-07-22T21:25:00Z
2024-07-26T08:25:57Z
https://github.com/kubernetes/kubernetes/issues/126276
2,423,796,300
126,276
[ "kubernetes", "kubernetes" ]
### What happened? Previously a [issue reported ](https://github.com/kubernetes/kubernetes/issues/126133) for CRD schema conversion. We have a [quick fix ](https://github.com/kubernetes/kubernetes/pull/126167) for not panic the cluser. We would love to have additional guards added to prevent invalid schema from get...
Adding additional guards on CRD schema
https://api.github.com/repos/kubernetes/kubernetes/issues/126273/comments
2
2024-07-22T19:41:54Z
2024-08-05T04:51:13Z
https://github.com/kubernetes/kubernetes/issues/126273
2,423,638,702
126,273
[ "kubernetes", "kubernetes" ]
### What happened? Since `ServiceTrafficDistribution` was promoted to beta and enabled by default https://github.com/kubernetes/kubernetes/pull/125838, v2 logs in kube-proxy are getting too aggressive logging the same message (see timestamps, this cluster has 10K services) ``` I0722 11:01:53.493532 1 topology....
Topology aware endpoint filtering logs too much.
https://api.github.com/repos/kubernetes/kubernetes/issues/126271/comments
11
2024-07-22T14:46:17Z
2024-08-05T16:21:29Z
https://github.com/kubernetes/kubernetes/issues/126271
2,423,069,142
126,271
[ "kubernetes", "kubernetes" ]
### What would you like to be added? From https://github.com/kubernetes/kubernetes/pull/125488#discussion_r1680019676: > We need more comprehensive tests here in general "Here" being populating the PodResource API with values actually taken from real claims. `pkg/kubelet/apis/podresources/server_v1_test.go` only t...
DRA kubelet: enhance PodResources testing
https://api.github.com/repos/kubernetes/kubernetes/issues/126268/comments
5
2024-07-22T12:43:17Z
2025-03-04T17:29:13Z
https://github.com/kubernetes/kubernetes/issues/126268
2,422,785,207
126,268
[ "kubernetes", "kubernetes" ]
### What happened? ``` apiVersion: resource.k8s.io/v1alpha2 kind: ResourceClass metadata: name: nvidia-gpu parametersRef: apiGroup: resource.k8s.io kind: ResourceClassParameters name: nvidia-gpu-class-param namespace: default driverName: nvidia.com/gpu suitableNodes: nodeSelectorTerms: - m...
how to config nvidia driverName in dynamicResourceAllocation
https://api.github.com/repos/kubernetes/kubernetes/issues/126267/comments
9
2024-07-22T10:23:09Z
2024-07-23T07:20:09Z
https://github.com/kubernetes/kubernetes/issues/126267
2,422,509,215
126,267
[ "kubernetes", "kubernetes" ]
### What happened? Here's the scenario I tested on k8 cluster: Created two pods, each consuming its own PVC/PV (mounting only one volume for each pod), and both got scheduled on the same worker node. Both pods are in a running state and volumes are mounted. Observations: Running the `lsblk` command on the wo...
See extra disks in container other than the one mounted inside the pod using lsblk command
https://api.github.com/repos/kubernetes/kubernetes/issues/126262/comments
8
2024-07-22T06:19:22Z
2024-08-07T17:16:18Z
https://github.com/kubernetes/kubernetes/issues/126262
2,422,038,982
126,262
[ "kubernetes", "kubernetes" ]
### What would you like to be added? The go.mod content of k8s.io/kubernetes contains the replace directive, which makes it cumbersome to import it (requires replace k8s.io/*). When we release a new version, is it possible to release a version for go mod k/k, e.g. v1.29.7-mod. Since it's already been released,...
Release a go mod version (with no replace)
https://api.github.com/repos/kubernetes/kubernetes/issues/126261/comments
15
2024-07-22T05:38:04Z
2024-07-23T03:08:30Z
https://github.com/kubernetes/kubernetes/issues/126261
2,421,986,148
126,261
[ "kubernetes", "kubernetes" ]
### What would you like to be added? In unit tests and integration tests, after the informer calls the Start method, many files do not call the WaitForCacheSync method to wait for the informer to synchronize. We should use `WaitForCacheSync` method after sharedInformerFactory `Start` example: (I just gave exampl...
chore: use WaitForCacheSync method after sharedInformerFactory Start in integration or unit test follow-ups
https://api.github.com/repos/kubernetes/kubernetes/issues/126256/comments
13
2024-07-21T13:16:25Z
2024-07-30T20:23:47Z
https://github.com/kubernetes/kubernetes/issues/126256
2,421,400,084
126,256
[ "kubernetes", "kubernetes" ]
Either kindnetd fails or that succeeds and then coredns fails :( - https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-ec2-alpha-features/1814933513313456128 - https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-ec2-eks-al2023/1814933511295995904 - https://prow.k8s.io/view/gs/k...
kindnetd + coredns issues in ec2 test harness
https://api.github.com/repos/kubernetes/kubernetes/issues/126255/comments
10
2024-07-21T12:57:57Z
2024-07-23T10:48:17Z
https://github.com/kubernetes/kubernetes/issues/126255
2,421,392,428
126,255
[ "kubernetes", "kubernetes" ]
### What happened? kubelet can't start containers: ``` Jul 20 19:47:48 server.local containerd[443986]: time="2024-07-20T19:47:48.975231965Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-apiserver-server.local,Uid:8cf264a781ed44e362dd5c99bde47488,Namespace:kube-system,Attempt:489,}" Jul 20 19:4...
Kube 1.30.2 wouldn't not start on CentOS9 - OCI runtime create failed: runc create failed: unable to create new parent process: namespace
https://api.github.com/repos/kubernetes/kubernetes/issues/126252/comments
3
2024-07-20T19:56:20Z
2024-07-21T02:14:58Z
https://github.com/kubernetes/kubernetes/issues/126252
2,421,036,294
126,252
[ "kubernetes", "kubernetes" ]
### Failure cluster [92dcc8a6dd967150d1c1](https://go.k8s.io/triage#92dcc8a6dd967150d1c1) ##### Error text: ``` [FAILED] should be able to start node services. Expected success, but got an error: <*fmt.wrapError | 0xc0007b3aa0>: failed to start internal services: failed to run start command for server ...
Failure cluster [92dcc8a6...] DRA E2eNode Suite failures
https://api.github.com/repos/kubernetes/kubernetes/issues/126241/comments
8
2024-07-20T00:08:09Z
2024-07-22T03:35:20Z
https://github.com/kubernetes/kubernetes/issues/126241
2,420,397,855
126,241
[ "kubernetes", "kubernetes" ]
### What happened? In https://github.com/kubernetes-sigs/gateway-api/pull/3205, @howardjohn is trying to add CEL validation that iterates through a list of lists, and gets the total number of items in the sublists. The relevant CEL validation looks like `self.map(r, r.matches.size()).sum() < 128`. Applying a CRD wit...
CEL Cost Calculation Overestimates Cost of Sum in CRD Validation
https://api.github.com/repos/kubernetes/kubernetes/issues/126239/comments
4
2024-07-19T22:29:52Z
2024-07-19T23:16:18Z
https://github.com/kubernetes/kubernetes/issues/126239
2,420,108,288
126,239
[ "kubernetes", "kubernetes" ]
### What happened? When reviewing controller code that reacts to an `error` from `SharedInformer.AddEventHandler`, I found myself unsure whether the code I was looking at is correct. The comments do not explain why the `AddEventHandler` method of `SharedInformer` can return an `error`. No mention of what errors can ...
No explanation of error returned from SharedInformer.AddEventHandler
https://api.github.com/repos/kubernetes/kubernetes/issues/126235/comments
6
2024-07-19T20:06:08Z
2024-07-27T22:03:24Z
https://github.com/kubernetes/kubernetes/issues/126235
2,419,760,636
126,235
[ "kubernetes", "kubernetes" ]
Hi, I'm Harshita. I’m working with [CNCF and the Google Open Source Security Team for the GSoC 2024 term](https://github.com/cncf/mentoring/issues/1196). We are collaborating to enhance security practices across various CNCF projects. The goal is to improve security for all CNCF projects by both using OpenSSF Scorecard...
Enable OpenSSF Scorecard to enhance security practices across the project
https://api.github.com/repos/kubernetes/kubernetes/issues/126233/comments
14
2024-07-19T19:30:15Z
2024-08-16T13:16:04Z
https://github.com/kubernetes/kubernetes/issues/126233
2,419,699,656
126,233
[ "kubernetes", "kubernetes" ]
### What happened? kubelet recently started expoing a new checkpoint endpoint. A user must have RBAC `nodes/checkpoint` permission to call this endpoint. I believe we missed updating the `system:kubelet-api-admin` ClusterRole. ### What did you expect to happen? I expect `system:kubelet-api-admin` to have this permis...
system:kubelet-api-admin does not have permissions to issue checkpoint.
https://api.github.com/repos/kubernetes/kubernetes/issues/126232/comments
8
2024-07-19T19:27:17Z
2024-08-15T21:26:45Z
https://github.com/kubernetes/kubernetes/issues/126232
2,419,696,321
126,232
[ "kubernetes", "kubernetes" ]
This is a spin off from https://github.com/kubernetes/kubernetes/issues/126202 as there are still some tests which spawn api server per test case (which takes around 2s). Example https://github.com/kubernetes/kubernetes/blob/dda657b5982e8f9102b8df5931344262b0793163/test/integration/job/job_test.go#L431-L432 The idea...
Investigate improving Job integration test runtime by reusing the api server
https://api.github.com/repos/kubernetes/kubernetes/issues/126225/comments
6
2024-07-19T13:52:23Z
2024-09-11T18:03:15Z
https://github.com/kubernetes/kubernetes/issues/126225
2,418,979,554
126,225
[ "kubernetes", "kubernetes" ]
### What would you like to be added? This issue is to track follow-ups from #125692 and #125820. Those PRs introduced two new locks to scheduling queue and still require some smaller changes to be made: - [x] Move `activeQ` and other related fields that needs to be locked with new `activeQLock` to a dedicated une...
Scheduling queue lock improvements follow-ups
https://api.github.com/repos/kubernetes/kubernetes/issues/126219/comments
7
2024-07-19T07:07:56Z
2024-08-22T09:35:36Z
https://github.com/kubernetes/kubernetes/issues/126219
2,418,223,766
126,219
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I want to add the APIs of Kubeadm to deal with the response easily. ### Why is this needed? Currently, we can use kubeadm command and check the result as the output of os.Stdout. Thus, if we want to handle the output of kubeadm command, we should write the code like following. ...
Make Kubeadm client to call API of it.
https://api.github.com/repos/kubernetes/kubernetes/issues/126218/comments
6
2024-07-19T07:04:09Z
2024-07-20T02:29:21Z
https://github.com/kubernetes/kubernetes/issues/126218
2,418,218,168
126,218
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add https://repobeats.axiom.co/ to readme to show off the development of the project ### Why is this needed? Kubernetes is the most significant project on github ever. Adding repobeats to show off the incredible support this project gets would be of benefit to the community.
Add repobeats to the readme
https://api.github.com/repos/kubernetes/kubernetes/issues/126212/comments
9
2024-07-18T22:27:24Z
2024-12-16T11:48:57Z
https://github.com/kubernetes/kubernetes/issues/126212
2,417,515,104
126,212
[ "kubernetes", "kubernetes" ]
### What happened? When perform a List or WatchList with `Accept: application/json;as=Table;v=v1;g=meta.k8s.io`, api will convert every objects of response into `metav1.Table`. And as per the specification of the WatchList, a Bookmark event with `k8s.io/initial-events-end` should be sent after all initial events hav...
WatchList failed when Accept content-type is Table
https://api.github.com/repos/kubernetes/kubernetes/issues/126206/comments
15
2024-07-18T17:32:09Z
2024-09-25T14:37:31Z
https://github.com/kubernetes/kubernetes/issues/126206
2,416,987,467
126,206
[ "kubernetes", "kubernetes" ]
This job is often taking well over an hour even with 8 cores and 20Gi assigned in prow. It used to be more like 30m or less. (because these tests cases are mostly kubectl and apiserver) A handful of specific tests seem to be large outliers the CEL tests alone take 11+ minutes > k8s.io/kubernetes/test/integrat...
integration tests are painfully slow
https://api.github.com/repos/kubernetes/kubernetes/issues/126202/comments
36
2024-07-18T14:47:45Z
2025-01-31T07:46:49Z
https://github.com/kubernetes/kubernetes/issues/126202
2,416,633,727
126,202
[ "kubernetes", "kubernetes" ]
Bonjour j'utilise un server Rocky linux 9 j'ai installe un cluster kubernetes que je deploye un reseau flannel pour le déploiement du réseau flannel "kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml" cependant, dans les interfaces reseaux de mon server le resaux flanne...
Need assistance troubleshooting CoreDNS stuck in "ContainerCreating" state
https://api.github.com/repos/kubernetes/kubernetes/issues/126210/comments
7
2024-07-18T13:56:23Z
2024-07-18T22:08:47Z
https://github.com/kubernetes/kubernetes/issues/126210
2,417,495,978
126,210
[ "kubernetes", "kubernetes" ]
### What happened? If `InPlacePodVerticalScaling` is enabled and only a memory resource request is configured in a pod, the minimum CPU request set internally is displayed in the pod status: ``` $ kubectl get pod testpod -o jsonpath='spec: {.spec.containers[0].resources}{"\nallocatedResources: "}{.status.containerSt...
[FG:InPlacePodVerticalScaling] Minimum CPU request is displayed when only memory request is configured
https://api.github.com/repos/kubernetes/kubernetes/issues/126195/comments
12
2024-07-18T11:47:33Z
2024-11-08T05:24:54Z
https://github.com/kubernetes/kubernetes/issues/126195
2,416,150,140
126,195
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? NodeProblemDetector [NodeFeature:NodeProblemDetector] should run without error ### Which tests are failing? ci-kubernetes-e2e-gci-gce-alpha-enabled-default ### Since when has it been failing? for a long time ### Testgrid link https://testgrid.k8s.io/google-gce#gci-gce-alpha-enabled-d...
[Flaking Test] [sig-node] [NodeFeature:NodeProblemDetector] should run without error
https://api.github.com/repos/kubernetes/kubernetes/issues/126192/comments
9
2024-07-18T08:46:02Z
2024-12-26T01:22:27Z
https://github.com/kubernetes/kubernetes/issues/126192
2,415,758,829
126,192
[ "kubernetes", "kubernetes" ]
Is there a reason why these vulnerabilities are not part of the [official feed](https://kubernetes.io/docs/reference/issues-security/official-cve-feed/) although they have been fixed here: https://github.com/kubernetes/kubernetes/pull/123540 https://github.com/kubernetes/kubernetes/pull/121120
CVE-2024-5037 and CVE-2023-44487 not listed in the official feed?
https://api.github.com/repos/kubernetes/kubernetes/issues/126211/comments
11
2024-07-18T08:01:45Z
2024-12-19T17:17:57Z
https://github.com/kubernetes/kubernetes/issues/126211
2,417,498,073
126,211
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add a new field to tolerations API to ensure that the PDBs are honored while deleting pods during Taint Based Evictions ### Why is this needed? The current approach of using tolerationSeconds in pod specifications has two key limitations: - Most application developers a...
Taint Tolerance Tied to Pod Disruption Budget Availability
https://api.github.com/repos/kubernetes/kubernetes/issues/126189/comments
7
2024-07-18T06:03:21Z
2025-01-07T21:30:53Z
https://github.com/kubernetes/kubernetes/issues/126189
2,415,452,051
126,189
[ "kubernetes", "kubernetes" ]
### What happened? When I put a **wrong subpath** in the pod, the pod still can start without any warning. - the subpath cannot be found in the keys of the configmap volume. ### What did you expect to happen? - kubelet may provide a warning event or log when pod mount a wrong subpath from configmap for i...
kubelet may provide a warning event or log when pod mount a wrong subpath from configmap
https://api.github.com/repos/kubernetes/kubernetes/issues/126186/comments
10
2024-07-18T04:08:11Z
2024-08-21T17:57:44Z
https://github.com/kubernetes/kubernetes/issues/126186
2,415,178,170
126,186
[ "kubernetes", "kubernetes" ]
After https://github.com/kubernetes/kubernetes/pull/125259 merged we are seeing the new test added in https://github.com/kubernetes/kubernetes/pull/123303/files fail since it was turned on be default now (it passed in the PR linked because it didn't have the alpha feature enabled). ``` Kubernetes e2e suite: [It] [s...
[failing-test] ProcMount Specific SecurityContext set fails
https://api.github.com/repos/kubernetes/kubernetes/issues/126180/comments
2
2024-07-17T22:14:03Z
2024-07-23T21:39:53Z
https://github.com/kubernetes/kubernetes/issues/126180
2,414,702,299
126,180
[ "kubernetes", "kubernetes" ]
### What happened? Validation errors are returned by API server when trying to create a valid JobSet 0.5.2 embedding JobTemplate with pod failure policy, using k8s 1.30.2. The Job template is correct - there is no validation error when created without the JobSet wrapper. The errors are only returned when the JobSet ...
API Server fails validation for CRDs embedding resources with optional fields without omitempty when there is webhook
https://api.github.com/repos/kubernetes/kubernetes/issues/126175/comments
2
2024-07-17T18:16:31Z
2024-07-18T19:38:34Z
https://github.com/kubernetes/kubernetes/issues/126175
2,414,268,076
126,175
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? * ci-cgroupv1-containerd-node-arm64-e2e-ec2-eks * ci-cgroupv1-containerd-node-arm64-e2e-serial-ec2-eks * ci-cgroupv1-containerd-node-e2e-ec2-eks * ci-cgroupv1-containerd-node-e2e-serial-ec2-eks * ci-cgroupv2-containerd-node-al2023-e2e-ec2-eks * ci-cgroupv2-containerd-node-al2023-e2e-...
ec2-eks jobs are failing to create the cluster successfully
https://api.github.com/repos/kubernetes/kubernetes/issues/126171/comments
6
2024-07-17T16:20:16Z
2024-07-18T01:37:02Z
https://github.com/kubernetes/kubernetes/issues/126171
2,414,036,104
126,171
[ "kubernetes", "kubernetes" ]
### What happened? I was trying to create a new k8s cluster and there was now way to pull images for v1.30.3. _kubeadm init_ command gives the same results. `[ERROR ImagePull]: failed to pull image registry.k8s.io/kube-apiserver:v1.30.3: output: E0717 17:53:46.785794 43580 remote_image.go:180] "PullImage from ...
Error during pulling of v.1.30.3 images
https://api.github.com/repos/kubernetes/kubernetes/issues/126170/comments
20
2024-07-17T16:11:25Z
2024-07-18T07:57:28Z
https://github.com/kubernetes/kubernetes/issues/126170
2,414,019,362
126,170
[ "kubernetes", "kubernetes" ]
### What happened? We have pods with an entry point script which first downloads many files from s3 using the aws CLI. This is a very intermittent issue. Our theory is that it relates to large Nodes (72+ CPU capacity) and having many of these pods scheduled at the same time, causing some race condition. The full er...
Intermittent error on new Nodes: "Unable to locate credentials"
https://api.github.com/repos/kubernetes/kubernetes/issues/126168/comments
4
2024-07-17T16:10:28Z
2024-07-17T16:22:18Z
https://github.com/kubernetes/kubernetes/issues/126168
2,414,017,821
126,168
[ "kubernetes", "kubernetes" ]
CVSS Rating: [CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N) - **MEDIUM** (6.1) A security issue was discovered in Kubernetes clusters with Windows nodes where `BUILTIN\Users` may be able to read container logs and `NT AUTHORITY\A...
CVE-2024-5321: Incorrect permissions on Windows containers logs
https://api.github.com/repos/kubernetes/kubernetes/issues/126161/comments
1
2024-07-17T13:06:48Z
2024-07-17T14:14:27Z
https://github.com/kubernetes/kubernetes/issues/126161
2,413,580,197
126,161
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://prow.ppc64le-cloud.cis.ibm.net/view/gs/ppc64le-kubernetes/logs/periodic-kubernetes-containerd-e2e-node-tests-ppc64le/1813453645665013760 ### Which tests are failing? E2eNode Suite: [It] [sig-node] DefaultProcMount [LinuxOnly] [NodeConformance] will mask proc mounts by default ...
[Failing Test] Test DefaultProcMount - `will mask proc mounts by default` is failing
https://api.github.com/repos/kubernetes/kubernetes/issues/126155/comments
3
2024-07-17T11:51:12Z
2024-07-17T20:10:12Z
https://github.com/kubernetes/kubernetes/issues/126155
2,413,409,352
126,155
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? - ci-kubernetes-e2e-storage-kind-alpha-features - pull-kubernetes-e2e-storage-kind-alpha-features ### Which tests are flaking? Kubernetes e2e suite: [It] [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] volume-modify [Feature:VolumeAttributesC...
flaky test: VolumeAttributesClass e2e
https://api.github.com/repos/kubernetes/kubernetes/issues/126154/comments
9
2024-07-17T10:08:45Z
2024-11-06T03:23:06Z
https://github.com/kubernetes/kubernetes/issues/126154
2,413,200,559
126,154
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Without containerID, I cannot perform secondary preferences for devices in the GetPreferredAllocation interface ### Why is this needed? Without containerID, I cannot perform secondary preferences for devices in the GetPreferredAllocation interface
Why doesn't the device plugin pass the containerID parameter
https://api.github.com/repos/kubernetes/kubernetes/issues/126148/comments
20
2024-07-17T09:02:16Z
2025-02-09T19:08:13Z
https://github.com/kubernetes/kubernetes/issues/126148
2,413,062,953
126,148
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/sig-testing-kind#kind-master-beta https://testgrid.k8s.io/sig-testing-kind#kind-master-alpha-beta ### Which tests are failing? CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] read-write-once-pod [MinimumKubeletVersion:1.27] should preempt...
[Failing Test] CSI Volumes .. should preempt lower priority pods using ReadWriteOncePod volumes fails when Beta Feature gates are enabled
https://api.github.com/repos/kubernetes/kubernetes/issues/126142/comments
5
2024-07-17T07:23:49Z
2024-07-23T04:27:05Z
https://github.com/kubernetes/kubernetes/issues/126142
2,412,865,463
126,142
[ "kubernetes", "kubernetes" ]
### What happened? I created a `ReplicationController` with 1 replicas: analysis-3-8hplt Then I set the replicas of the rc to 2 using the `scale` command, Created a new pod: `analysis-3-fbcdl` (2024-07-11T22:38:10.280375Z )Next, I set the annotation `controller.kubernetes.io/pod-deletion-cost: "-1"` for the ...
PodDeletionCost occasionally doesn't work
https://api.github.com/repos/kubernetes/kubernetes/issues/126138/comments
18
2024-07-17T02:00:21Z
2025-01-07T04:16:08Z
https://github.com/kubernetes/kubernetes/issues/126138
2,412,436,053
126,138
[ "kubernetes", "kubernetes" ]
### Failure cluster [1f90b3bc1af8593b3977](https://go.k8s.io/triage#1f90b3bc1af8593b3977) ##### Error text: ``` [FAILED] Expected <[]v1.ContainerResizePolicy | len:2, cap:2>: - resourceName: cpu restartPolicy: NotRequired - resourceName: memory restartPolicy: NotRequir...
Failure cluster [1f90b3bc...] `[sig-node] Pod InPlace Resize Container [Serial] [Feature:InPlacePodVerticalScaling] BestEffort pod - try requesting memory, expect error`
https://api.github.com/repos/kubernetes/kubernetes/issues/126135/comments
6
2024-07-16T18:03:04Z
2024-07-17T23:29:26Z
https://github.com/kubernetes/kubernetes/issues/126135
2,411,740,928
126,135
[ "kubernetes", "kubernetes" ]
### What happened? Starting on version 1.30, `kubectl exec` craps out when `proxy-url` setting has an HTTPS scheme. > Note that other operations (e.g. `kubectl get <resource>`) work as expected, it is only `exec` that does not work. ``` 10:47 $ cat ~/.kube/config | yq .clusters[0].cluster.proxy-url https://k...
Kubectl Versions >= 1.30 Don't Allow Exec When HTTPS Scheme in proxy-url
https://api.github.com/repos/kubernetes/kubernetes/issues/126134/comments
14
2024-07-16T18:01:28Z
2024-07-20T20:23:18Z
https://github.com/kubernetes/kubernetes/issues/126134
2,411,738,319
126,134
[ "kubernetes", "kubernetes" ]
### What happened? We observed a scenario that can cause APIServer to crash due to a CEL validation issue for CRD. There's an edge case that when a CRD schema is updated after a CR instance is created, CRD finalizer can cause APIServer to crash when the CRD is being deleted. Updating the CRD schema after some CRs ...
CEL validation can cause APIServer to crashloop
https://api.github.com/repos/kubernetes/kubernetes/issues/126133/comments
11
2024-07-16T17:55:38Z
2024-07-23T02:43:46Z
https://github.com/kubernetes/kubernetes/issues/126133
2,411,728,934
126,133
[ "kubernetes", "kubernetes" ]
### What happened? In [CRD validation rules](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation-rules), there are a list of [CEL reserved keywords](https://github.com/google/cel-spec/blob/v0.6.0/doc/langdef.md#syntax) which are applied by escaping rules. e.g....
CRD validation rule: escape would overwrite the field whose name is in escape format
https://api.github.com/repos/kubernetes/kubernetes/issues/126132/comments
4
2024-07-16T17:16:28Z
2024-07-25T21:57:19Z
https://github.com/kubernetes/kubernetes/issues/126132
2,411,666,989
126,132
[ "kubernetes", "kubernetes" ]
### What would you like to be added? We'd like to have conntrack reconciler for Services in kube-proxy, for each Service or Endpoint change it should reconcile the Service/Endpoint table with the existing conntrack table and remove stale UDP entries (we have concluded in other issues that UDP is the only protocol th...
Implement a kube-proxy conntrack reconciler
https://api.github.com/repos/kubernetes/kubernetes/issues/126130/comments
41
2024-07-16T16:13:44Z
2025-02-28T22:51:01Z
https://github.com/kubernetes/kubernetes/issues/126130
2,411,565,205
126,130
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Remove the need to start cadvisor, which has a periodic housekeeping task. That leaves on-demand invocations to cadvisor APIs ### Why is this needed? Cadvisor housekeeping task is a visible overhead that collects host OS stats, which can be entirely replaced by CRI APIs. The ...
Do not start cadvisor when feature PodAndContainerStatsFromCRI is enabled
https://api.github.com/repos/kubernetes/kubernetes/issues/126119/comments
13
2024-07-16T09:17:33Z
2025-02-11T16:54:11Z
https://github.com/kubernetes/kubernetes/issues/126119
2,410,642,998
126,119
[ "kubernetes", "kubernetes" ]
### What happened? I want to prevent kubernetes from automatically updating my mounted secrets. I project my secrets in a volume and mount them with a subpath to unlink them. In the configuration I see the files I expect and they are unlinked. After I update the secret I mounted the files disappear from the pod. ### ...
Projected secrets mounted with a subPath disappear after the secret is updated.
https://api.github.com/repos/kubernetes/kubernetes/issues/126112/comments
29
2024-07-16T05:15:58Z
2025-03-04T02:26:17Z
https://github.com/kubernetes/kubernetes/issues/126112
2,410,232,536
126,112
[ "kubernetes", "kubernetes" ]
The comments do not explain why the AddEventHandler method of SharedInformer can return an error. No mention of what errors can appear, what such an appearance would mean. The caller gets no clue about how to react to an error.
No explanation of error returned from SharedInformer.AddEventHandler
https://api.github.com/repos/kubernetes/kubernetes/issues/126106/comments
4
2024-07-15T19:04:50Z
2024-07-19T20:07:50Z
https://github.com/kubernetes/kubernetes/issues/126106
2,409,422,874
126,106
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Could we get some sort of technology to get an organized and controller "complete cluster shutdown" and "controlled startup" into Kubernetes? **Background - Shutdown:** From time to time we need to poweroff a data-center i.e. for maintenance purposes. In case we have a single ...
Gracefull and Controlled / Ordered Cluster Shutdown and Controlled / Ordered Startup
https://api.github.com/repos/kubernetes/kubernetes/issues/126103/comments
6
2024-07-15T12:50:05Z
2024-12-12T21:19:09Z
https://github.com/kubernetes/kubernetes/issues/126103
2,408,666,400
126,103
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I 'd like to extend the already existing histograms QueueLatencyKey and WorkDurationKey with two additional buckets 100s and 1000s. ### Why is this needed? Controllers making many external requests in large clusters may have normal operating latency on the order of ~100s. Add buc...
Add 100/1000s buckets for prometheus workqueue histograms QueueLatencyKey and WorkDurationKey
https://api.github.com/repos/kubernetes/kubernetes/issues/126100/comments
2
2024-07-15T09:17:32Z
2024-07-25T16:37:39Z
https://github.com/kubernetes/kubernetes/issues/126100
2,408,254,277
126,100
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I do a lot of debugging and scripting with kubectl. A common pattern I use is something like: ``` kubectl get pod -n prometheus -o json | gron | grep image ``` gron is a tool which transforms JSON in line-based JavaScript notation, which makes it greppable and easy to man...
Can we implement `kubectl get pod -o gron` ?
https://api.github.com/repos/kubernetes/kubernetes/issues/126097/comments
9
2024-07-15T07:18:12Z
2024-12-15T14:44:55Z
https://github.com/kubernetes/kubernetes/issues/126097
2,408,036,254
126,097
[ "kubernetes", "kubernetes" ]
This one simple concept can be decider factor during Kubernetes Interview. Resource requests and limits. Limits and Requests are important settings when working with Kubernetes. Kubernetes defines Limits as the maximum amount of a resource to be used by a container. This means that the container can never consume mo...
Kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/126095/comments
4
2024-07-15T04:27:31Z
2024-07-15T05:48:43Z
https://github.com/kubernetes/kubernetes/issues/126095
2,407,833,776
126,095
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? master-informing: - gce-cos-master-slow ### Which tests are flaking? `Kubernetes e2e suite.[It] [sig-network] LoadBalancers [Feature:LoadBalancer] should only allow access from service loadbalancer source ranges [Slow]` ### Since when has it been flaking? [7/14/2024, 1:09:26 PM ci-kube...
[Flaky Test] gce-cos-master-slow (LoadBalancer Test)
https://api.github.com/repos/kubernetes/kubernetes/issues/126094/comments
3
2024-07-15T04:09:26Z
2024-07-18T20:41:46Z
https://github.com/kubernetes/kubernetes/issues/126094
2,407,819,456
126,094
[ "kubernetes", "kubernetes" ]
### Failure cluster [9f81c7ae62912ee618b5](https://go.k8s.io/triage#9f81c7ae62912ee618b5) https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-cos-k8sbeta-serial/1812587987444174848 https://testgrid.k8s.io/sig-release-1.30-informing#gce-cos-k8sbeta-serial ##### Error text: ``` [FAILED] Tim...
[Flaking Test] [sig-cloud-provider-gcp] [Disruptive]NodeLease NodeLease deletion node lease should be deleted when corresponding node is deleted
https://api.github.com/repos/kubernetes/kubernetes/issues/126093/comments
4
2024-07-15T04:02:24Z
2024-07-18T09:44:45Z
https://github.com/kubernetes/kubernetes/issues/126093
2,407,813,954
126,093
[ "kubernetes", "kubernetes" ]
### Failure cluster [c302dcfeb8c00cdd8e31](https://go.k8s.io/triage#c302dcfeb8c00cdd8e31) `kubelet kubectl get --raw "/api/v1/nodes/<insert-node-name-here>/proxy/logs/?query=/<insert-log-file-name-here> ` https://testgrid.k8s.io/sig-windows-master-release#capz-windows-master-alpha-features ci-kubernetes-e2e-ca...
[Failing Test] [sig-node] [Feature:NodeLogQuery] should return the kubelet logs since the current date and time
https://api.github.com/repos/kubernetes/kubernetes/issues/126090/comments
14
2024-07-15T02:14:38Z
2025-01-31T21:07:47Z
https://github.com/kubernetes/kubernetes/issues/126090
2,407,736,628
126,090
[ "kubernetes", "kubernetes" ]
I expect this to be something related to the EC2/Kubeadm based cluster setup. https://github.com/kubernetes-sigs/provider-aws-test-infra ### Failure cluster [5cf7d618c30295b09540](https://go.k8s.io/triage#5cf7d618c30295b09540) ##### Error text: ``` [FAILED] Expected <string>: 172.31.94.67 to equal <s...
Failure cluster [5cf7d618...] `[sig-network] Services should preserve source pod IP for traffic thru service cluster IP`
https://api.github.com/repos/kubernetes/kubernetes/issues/126089/comments
21
2024-07-15T02:07:15Z
2024-11-25T15:58:51Z
https://github.com/kubernetes/kubernetes/issues/126089
2,407,731,645
126,089
[ "kubernetes", "kubernetes" ]
### Failure cluster [12424bf6b96b3c471ebe](https://go.k8s.io/triage#12424bf6b96b3c471ebe) In addition to this cluster, there are a few others: https://storage.googleapis.com/k8s-triage/index.html?pr=1&test=Services%20should%20function%20for%20service%20endpoints%20using%20hostNetwork There's something wrong i am...
Failure cluster [12424bf6...][EC2-ONLY] [sig-network] Networking Granular Checks: Services should function for service endpoints using hostNetwork
https://api.github.com/repos/kubernetes/kubernetes/issues/126087/comments
4
2024-07-14T16:22:54Z
2024-07-14T21:29:55Z
https://github.com/kubernetes/kubernetes/issues/126087
2,407,502,679
126,087
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add an kubelet configuration option to adjust https://github.com/kubernetes/kubernetes/blob/7ec344dcef9a04920578aabe4e122bc0b3404afe/pkg/kubelet/kubelet.go#L163 ### Why is this needed? For a steady node, evictions are very rare so executing eviction routine for every 10s is unnec...
Add kubelet configuration option to adjust eviction period
https://api.github.com/repos/kubernetes/kubernetes/issues/126085/comments
7
2024-07-14T13:09:07Z
2025-02-25T06:35:18Z
https://github.com/kubernetes/kubernetes/issues/126085
2,407,429,132
126,085
[ "kubernetes", "kubernetes" ]
### What would you like to be added? The documentation mentions a `sinceTime` request parameter, but does not explain how it works or what its value type is: https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#get-read-log-of-the-specified-pod > sinceSeconds (in query): integer > [......
Document sinceTime for pod log API endpoint
https://api.github.com/repos/kubernetes/kubernetes/issues/126076/comments
8
2024-07-14T07:44:36Z
2025-02-20T14:57:16Z
https://github.com/kubernetes/kubernetes/issues/126076
2,407,311,446
126,076
[ "kubernetes", "kubernetes" ]
/sig storage /kind cleanup https://kubernetes.slack.com/archives/C09QZFCE5/p1720848771491719 I should've raised it as an issue for a better tracking. > Hi, one general feedback. I suppose maybe it’s not only sig-storage area’s problem, though. I saw several fields don’t mention they’re immutable while they act...
Mention fields' immutability in spec
https://api.github.com/repos/kubernetes/kubernetes/issues/126068/comments
5
2024-07-13T05:40:02Z
2024-09-30T08:33:38Z
https://github.com/kubernetes/kubernetes/issues/126068
2,406,717,423
126,068
[ "kubernetes", "kubernetes" ]
### What happened? I built a brand new Kubernetes cluster on Rocky 9 with one control-plane and two workers. I deployed a sample Nginx deployment and service which serves a simple index.html page on port 30081 using a nodePort in the service file. I can curl the node that is running the pod and see the index.html, but...
Can only access pod nodePort accessible only from the node where the pod is running
https://api.github.com/repos/kubernetes/kubernetes/issues/126065/comments
3
2024-07-13T00:13:41Z
2024-07-13T02:41:07Z
https://github.com/kubernetes/kubernetes/issues/126065
2,406,511,152
126,065
[ "kubernetes", "kubernetes" ]
### Failure cluster [b925900d8a1348e82007](https://go.k8s.io/triage#b925900d8a1348e82007) ##### Error text: ``` [FAILED] Key "attachdetach_controller_forced_detaches" not found in A/D Controller metrics In [It] at: k8s.io/kubernetes/test/e2e/storage/volume_metrics.go:436 @ 06/28/24 00:37:36.665 ``` #### Recen...
Failure cluster [b925900d...] [It] [sig-storage] [Serial] Volume metrics Ephemeral should create metrics for total number of volumes in A/D Controller
https://api.github.com/repos/kubernetes/kubernetes/issues/126063/comments
5
2024-07-12T19:06:42Z
2024-11-25T15:58:51Z
https://github.com/kubernetes/kubernetes/issues/126063
2,406,183,012
126,063
[ "kubernetes", "kubernetes" ]
### Failure cluster [3cbc4688a46949b4cc37](https://go.k8s.io/triage#3cbc4688a46949b4cc37) ##### Error text: ``` [FAILED] Failed waiting for PVC to be bound PersistentVolumeClaims [pvc-8s72t] not all in phase Bound within 5m0s: PersistentVolumeClaims [pvc-8s72t] not all in phase Bound within 5m0s In [BeforeEach] a...
Failure cluster [3cbc4688...] [sig-storage] GenericPersistentVolume [Disruptive] When kubelet restarts Should test that a volume mounted to a pod that is deleted while the kubelet is down unmounts when the kubelet returns.
https://api.github.com/repos/kubernetes/kubernetes/issues/126062/comments
4
2024-07-12T19:03:56Z
2024-09-01T12:10:37Z
https://github.com/kubernetes/kubernetes/issues/126062
2,406,179,563
126,062
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Change how volume management tasks are scheduled to execute to reduce its overhead. ### Why is this needed? There are two parts in volume management: * populating the desired state of volumes * reconciling the desired state and actual state Both parts are scheduled t...
Optimize volumemanager run loop
https://api.github.com/repos/kubernetes/kubernetes/issues/126049/comments
15
2024-07-12T10:03:33Z
2024-09-19T16:52:21Z
https://github.com/kubernetes/kubernetes/issues/126049
2,405,211,683
126,049
[ "kubernetes", "kubernetes" ]
### What happened? cli-runtime builder.Do func execute two times NewFlattenListVisitor func for build visitor builder.Do() func execute once [first](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cli-runtime/pkg/resource/builder.go#L1177) builder.visitByPaths execute once [two](https:/...
why build visitor NewFlattenListVisitor func executed twice repeatedly
https://api.github.com/repos/kubernetes/kubernetes/issues/126042/comments
7
2024-07-12T03:42:29Z
2024-10-23T03:39:20Z
https://github.com/kubernetes/kubernetes/issues/126042
2,404,590,083
126,042
[ "kubernetes", "kubernetes" ]
### What happened? In SIG Storage Meeting today, @bswartz pointed out that `gitrepo` in-tree volume was deprecated a long time ago (see https://github.com/kubernetes/kubernetes/issues/60999) but the code is still around and may have vulnerabilities. We should consider removing it. ### What did you expect to happen...
Remove long deprecated gitrepo volume plugin from code base
https://api.github.com/repos/kubernetes/kubernetes/issues/126041/comments
5
2024-07-12T02:27:18Z
2024-07-12T06:55:04Z
https://github.com/kubernetes/kubernetes/issues/126041
2,404,520,560
126,041
[ "kubernetes", "kubernetes" ]
### What happened? [OnExitCodes field should be optional](https://github.com/kubernetes/kubernetes/blob/60862c98a4c0bcbc351b076714108d364883b5f7/staging/src/k8s.io/api/batch/v1/types.go#L238) for a PodFailurePolicyRule. However, when trying to create a JobSet programmatically with a JobTemplate that defines a Po...
JobTemplate validation bug: OnExitCodes should be an optional field for PodFailurePolicyRule
https://api.github.com/repos/kubernetes/kubernetes/issues/126040/comments
5
2024-07-11T21:26:54Z
2024-07-12T15:13:06Z
https://github.com/kubernetes/kubernetes/issues/126040
2,404,155,576
126,040
[ "kubernetes", "kubernetes" ]
### What happened? If a container is restarted along with an exit while its resizing is stuck in `Infeasible` or `Deferred`, the unacceptable resizing is actuated: 1. Request an infeasible resize (exceeds node allocatable cpu): ``` $ kubectl patch pod resize-pod --patch '{"spec":{"containers":[{"name":"res...
[FG:InPlacePodVerticalScaling] Infeasible resize is actuated by restarting container
https://api.github.com/repos/kubernetes/kubernetes/issues/126033/comments
6
2024-07-11T12:54:38Z
2024-10-31T17:08:27Z
https://github.com/kubernetes/kubernetes/issues/126033
2,403,115,734
126,033
[ "kubernetes", "kubernetes" ]
@jingxu97 @saad-ali ### What happened? I am using google cloud , on that i have created gke cluster and install the nfs server on to it and created a PV for nfs server and then created pv and pvc which is using nfs server ip for connection and lastly we are using a clinet-deployment.yaml file which is used to ...
Issue: NFS Server Not Mounting on Agent Pod
https://api.github.com/repos/kubernetes/kubernetes/issues/126028/comments
7
2024-07-11T10:25:11Z
2024-07-11T11:22:42Z
https://github.com/kubernetes/kubernetes/issues/126028
2,402,827,348
126,028
[ "kubernetes", "kubernetes" ]
We encountered some very unexpected behavior while working with the [DelayingQueue](https://github.com/kubernetes/kubernetes/blob/5a99930ab57b2c7837960b21d2c92e958db8c377/staging/src/k8s.io/client-go/util/workqueue/delaying_queue.go#L68). Calling `q.AddAfter(item, 5*time.Hour)` and `q.AddAfter(item, 10*time.Millisecon...
client-go/util/workqueue: DelayingQueue does not deduplicate items added with a zero or very small duration
https://api.github.com/repos/kubernetes/kubernetes/issues/126027/comments
9
2024-07-11T09:50:17Z
2024-07-25T20:26:54Z
https://github.com/kubernetes/kubernetes/issues/126027
2,402,757,473
126,027
[ "kubernetes", "kubernetes" ]
### What happened? 1、Remove a static pod file from /etc/kubernetes/manifests 2、The podWorker termination process encounter an error (CRI KillPodSandboxError .etc) 3、The termination stucks and never retry. (Leaves the sandbox running still and block the same static pod to recreate later) ### What did you expect ...
Remove Mirror pod from manifests won't retry if process failed
https://api.github.com/repos/kubernetes/kubernetes/issues/126021/comments
8
2024-07-11T04:31:16Z
2024-07-31T17:42:30Z
https://github.com/kubernetes/kubernetes/issues/126021
2,402,223,564
126,021
[ "kubernetes", "kubernetes" ]
### What happened? ``` 2024-07-11T04:13:00Z debug layer=debugger halting 2024-07-11T04:13:00Z debug layer=debugger callInjection protocol on: 2024-07-11T04:13:00Z debug layer=debugger 10 PC=0x4834c3 2024-07-11T04:13:00Z debug layer=debugger 14 PC=0x4834c3 2024-07-11T04:13:00Z debug layer=debugger ...
k8s scheduler code seems has problem ,I implement scheduler plguin ,but can not remote debug
https://api.github.com/repos/kubernetes/kubernetes/issues/126020/comments
4
2024-07-11T04:18:29Z
2024-07-23T09:45:14Z
https://github.com/kubernetes/kubernetes/issues/126020
2,402,211,872
126,020
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? * ci-cgroupv1-containerd-node-arm64-e2e-serial-ec2-eks * ci-cgroupv1-containerd-node-e2e-serial-ec2-eks ### Which tests are failing? ``` E2eNode Suite.[It] [sig-node] OOMKiller for pod using more memory than node allocatable [LinuxOnly] [Serial] single process container without re...
OOMKiller test consistently failing in EC2 cgroupv1 serial jobs
https://api.github.com/repos/kubernetes/kubernetes/issues/126009/comments
4
2024-07-10T16:40:42Z
2024-07-14T12:45:11Z
https://github.com/kubernetes/kubernetes/issues/126009
2,401,225,703
126,009