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? I have a statefulset with `replicas=4` and `partition=2`. After updating podTemplate to change the image fields, two old version pods and two new version pods are presented. Then scale down the statefulset to 0, and scale it up to 2, the 2 newly created pods are of the new version, which is not th...
Statefulset scales out wrong pods with partition
https://api.github.com/repos/kubernetes/kubernetes/issues/121534/comments
13
2023-10-26T09:27:10Z
2024-06-03T06:18:57Z
https://github.com/kubernetes/kubernetes/issues/121534
1,963,091,711
121,534
[ "kubernetes", "kubernetes" ]
### What happened? I build Kubernetes cluster v1.26.9 on Virtual Machines with RHEL 8.6. I am using flannel as Container Networking Interface with backend VXLAN. Communication between Pods on the same server works fine but I can’t connect from Pods on one server to Pods on different server. For testing purposes I t...
Can’t connect from Pods on one server to Pods on different server using VXLAN
https://api.github.com/repos/kubernetes/kubernetes/issues/121530/comments
6
2023-10-26T08:11:07Z
2023-11-06T06:33:37Z
https://github.com/kubernetes/kubernetes/issues/121530
1,962,957,088
121,530
[ "kubernetes", "kubernetes" ]
### What would you like to be added? When I write a scheduler extender in my k8s cluster, try to extend one extend policy to let k8s scheduler take my extender into consideration, while found that: #### the content of [extenderv1.ExtenderArgs](https://github.com/kubernetes/kubernetes/blob/release-1.28/pkg/schedul...
Existing scheduler-extender framework transfer too much content, which resulting in the poor performance in production K8s clusters when new pod needs to be scheduled
https://api.github.com/repos/kubernetes/kubernetes/issues/121527/comments
10
2023-10-26T03:15:42Z
2024-04-19T04:26:51Z
https://github.com/kubernetes/kubernetes/issues/121527
1,962,622,716
121,527
[ "kubernetes", "kubernetes" ]
### What happened? I was trying to rename the `JOB_COMPLETION_INDEX` environment variable to the name my job container was expecting, e.g.: ```yaml apiVersion: batch/v1 kind: Job metadata: name: job-foo spec: parallelism: 1 completions: 1 completionMode: Indexed template: spec: restar...
JOB_COMPLETION_INDEX is bound too late for env var expansion
https://api.github.com/repos/kubernetes/kubernetes/issues/121523/comments
13
2023-10-25T23:41:42Z
2024-11-27T09:25:10Z
https://github.com/kubernetes/kubernetes/issues/121523
1,962,463,560
121,523
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? The examples I know of are gracefulshutdown and eviction. ### Which tests are failing? Gracefulshutdown via pod prority and sorting of evicted pods based on their priority. E2eNode Suite.[It] [sig-node] GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShutdown] [NodeFea...
[Node E2E Tests] Any test that relies on priority classes in node_e2e seems to be flaky.
https://api.github.com/repos/kubernetes/kubernetes/issues/121518/comments
9
2023-10-25T17:10:06Z
2024-01-23T16:57:27Z
https://github.com/kubernetes/kubernetes/issues/121518
1,961,871,717
121,518
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Currently OverloadThreshold is defined as a float constant: ``` const ( // OverloadThreshold represents the maximum overload any individual endpoint // should be exposed to. OverloadThreshold float64 = 0.2 ) ``` Instead it should be configurabl...
Topology Aware Routing's OverloadThreshold should be configurable per Service
https://api.github.com/repos/kubernetes/kubernetes/issues/121516/comments
8
2023-10-25T17:00:24Z
2024-04-30T17:05:10Z
https://github.com/kubernetes/kubernetes/issues/121516
1,961,854,890
121,516
[ "kubernetes", "kubernetes" ]
> Hm - this entire file does not have any unit tests for token generation logic it seems? I think currently this is all covered by the (quite extensive) integration tests. > > Is this something we want to get done prior to this merging for alpha? Whilst I'd also love to get better coverage here, I am conscious of th...
Add unit tests for `pkg/registry/core/serviceaccount/storage/token.go`
https://api.github.com/repos/kubernetes/kubernetes/issues/121515/comments
23
2023-10-25T16:44:20Z
2025-02-24T10:55:37Z
https://github.com/kubernetes/kubernetes/issues/121515
1,961,830,207
121,515
[ "kubernetes", "kubernetes" ]
### What would you like to be added? ~~We~~ VMware would like to define a new, well-known annotation, `kubernetes.io/display-name`, per [_Well-known labels, annotations, and taints_](https://kubernetes.io/docs/reference/labels-annotations-taints). A quick tl;dr about the history of this issue is as follows: * The...
Define new well-known annotation: `kubernetes.io/display-name`
https://api.github.com/repos/kubernetes/kubernetes/issues/121514/comments
7
2023-10-25T16:16:45Z
2023-11-15T18:58:47Z
https://github.com/kubernetes/kubernetes/issues/121514
1,961,787,941
121,514
[ "kubernetes", "kubernetes" ]
### Issue Details A security issue was identified in [ingress-nginx](https://github.com/kubernetes/ingress-nginx) where the nginx.ingress.kubernetes.io/permanent-redirect annotation on an Ingress object (in the `networking.k8s.io` or `extensions` API group) can be used to inject arbitrary commands, and obtain the cred...
CVE-2023-5044: Code injection via nginx.ingress.kubernetes.io/permanent-redirect annotation
https://api.github.com/repos/kubernetes/kubernetes/issues/126817/comments
15
2023-10-25T15:48:28Z
2024-08-20T13:24:56Z
https://github.com/kubernetes/kubernetes/issues/126817
2,475,634,462
126,817
[ "kubernetes", "kubernetes" ]
### Issue Details A security issue was identified in [ingress-nginx](https://github.com/kubernetes/ingress-nginx) where the nginx.ingress.kubernetes.io/configuration-snippet annotation on an Ingress object (in the `networking.k8s.io` or `extensions` API group) can be used to inject arbitrary commands, and obtain the...
CVE-2023-5043: Ingress nginx annotation injection causes arbitrary command execution
https://api.github.com/repos/kubernetes/kubernetes/issues/126816/comments
27
2023-10-25T15:48:20Z
2024-08-20T13:24:48Z
https://github.com/kubernetes/kubernetes/issues/126816
2,475,633,958
126,816
[ "kubernetes", "kubernetes" ]
### Issue Details A security issue was discovered in [ingress-nginx](https://github.com/kubernetes/ingress-nginx) where a user that can create or update ingress objects can use directives to bypass the sanitization of the `spec.rules[].http.paths[].path` field of an Ingress object (in the `networking.k8s.io` or `exten...
CVE-2022-4886: ingress-nginx path sanitization can be bypassed
https://api.github.com/repos/kubernetes/kubernetes/issues/126815/comments
11
2023-10-25T15:48:08Z
2024-08-20T17:53:08Z
https://github.com/kubernetes/kubernetes/issues/126815
2,475,633,416
126,815
[ "kubernetes", "kubernetes" ]
### What happened? In 1.30, Priority and Fairness should allow a zero value, either via v1 or v1beta3 (with the roundtrip annotation) in create and update requests See: https://github.com/kubernetes/kubernetes/pull/121089
APF: in 1.30, allow zero values for the 'nominalConcurrencyShares' field
https://api.github.com/repos/kubernetes/kubernetes/issues/121510/comments
3
2023-10-25T14:35:31Z
2024-02-06T17:08:19Z
https://github.com/kubernetes/kubernetes/issues/121510
1,961,581,203
121,510
[ "kubernetes", "kubernetes" ]
/kind feature /sig auth Our use case with coralogix SAAS backend requires setting authentication headers, Currently we can't install VPA to fetch history from our coralogix backend since headers are not supported. I prepared a small PR with the suggested changes
Add custom AUTH headers to VPA / prometheus client
https://api.github.com/repos/kubernetes/kubernetes/issues/121507/comments
4
2023-10-25T11:58:07Z
2023-11-27T17:23:54Z
https://github.com/kubernetes/kubernetes/issues/121507
1,961,227,809
121,507
[ "kubernetes", "kubernetes" ]
### What happened? Pod mount csi volume failed Warning FailedMount 61s (x3 over 5m5s) kubelet MountVolume.WaitForAttach failed for volume "pvc-dcc538d6-c553-4145-969c-0a05281bd750" storageclass cinder-standard (UniqueName: "kubernetes.io/csi/vmvolume.csi.tess.io^pvc-dcc538d6-c553-4145...
csi volume can not mount when frequently sche
https://api.github.com/repos/kubernetes/kubernetes/issues/121505/comments
9
2023-10-25T10:58:10Z
2024-06-29T08:59:36Z
https://github.com/kubernetes/kubernetes/issues/121505
1,961,115,110
121,505
[ "kubernetes", "kubernetes" ]
### What happened? I create cron job from this sample https://raw.githubusercontent.com/kubernetes/website/main/content/en/examples/application/job/cronjob.yaml completed pod not clean. ### What did you expect to happen? The pods spawned from the cronjob should get cleanup after the job has completed ### ...
Kubernetes CronJob pods is not getting clean-up when Job is completed
https://api.github.com/repos/kubernetes/kubernetes/issues/121502/comments
17
2023-10-25T08:16:33Z
2023-11-08T11:42:29Z
https://github.com/kubernetes/kubernetes/issues/121502
1,960,817,114
121,502
[ "kubernetes", "kubernetes" ]
### What happened? With "SidecarContainers" feature flag enabled, I tried setting `restartPolicy` for one of the init containers and the main container. The restart policy of the init container is set to "Always" and the restart policy of main container is set to "Never". The YAML manifest is considered invalid by the...
Setting restart policy in init container and main container makes the pod manifest invalid
https://api.github.com/repos/kubernetes/kubernetes/issues/121498/comments
9
2023-10-25T00:25:46Z
2023-10-27T00:45:45Z
https://github.com/kubernetes/kubernetes/issues/121498
1,960,293,163
121,498
[ "kubernetes", "kubernetes" ]
we just log that the user should install etcd, which is impractical in an ephemeral container we actually already call installing etcd in the verify script, but we don't export it into the current PATH for the process so it doesn't work ... ref: https://github.com/kubernetes/kubernetes/issues/117821#issuecomment-...
dockerized verify-openapi-spec.sh doesn't work due to etcd install
https://api.github.com/repos/kubernetes/kubernetes/issues/121492/comments
3
2023-10-24T21:31:37Z
2023-12-13T20:26:56Z
https://github.com/kubernetes/kubernetes/issues/121492
1,960,111,409
121,492
[ "kubernetes", "kubernetes" ]
### What happened? After a CRD DELETE, while the CRD finalizer is deleting all custom resource objects of that type, and the `Terminating=True` status condition is set, it should not be possible to create objects of that type, but it is with server-side apply, because the creation prevention implementation blocks by m...
Custom resource objects can be created during CRD Termination using server-side apply
https://api.github.com/repos/kubernetes/kubernetes/issues/121490/comments
16
2023-10-24T21:03:26Z
2025-02-06T21:29:01Z
https://github.com/kubernetes/kubernetes/issues/121490
1,960,071,380
121,490
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-e2e-kind example: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/121368/pull-kubernetes-e2e-kind/1716714341606100992 ### Which tests are flaking? Example, but does not seem to be specific to the test: "Using a pod failure policy to not count some failures t...
e2e tests occasionally fail due to OutOfpods
https://api.github.com/repos/kubernetes/kubernetes/issues/121475/comments
14
2023-10-24T08:47:34Z
2023-10-25T23:08:34Z
https://github.com/kubernetes/kubernetes/issues/121475
1,958,791,319
121,475
[ "kubernetes", "kubernetes" ]
### What happened? ref: https://github.com/kubernetes/kubernetes/issues/112319 【Question】 question 1: Now our k8s cluster has 5k nodes. When we expand some nodes in the k8s cluster, the daemonset pod cannot be created quickly. It takes about 2 hours to create the daemonset pod. Add a new node daemonset pod s...
daemonset pod cannot be created quickly, when some nodes are added to the cluster and controller-manager OOM will be triggered
https://api.github.com/repos/kubernetes/kubernetes/issues/121474/comments
30
2023-10-24T08:15:12Z
2024-02-01T03:20:40Z
https://github.com/kubernetes/kubernetes/issues/121474
1,958,740,918
121,474
[ "kubernetes", "kubernetes" ]
### What happened? When kubelet is creating configmap volume for a pod, it finished writing `timestamp` dir and made symlink to `..data`. At the same time, the kubelet is restarted, unfortunately the configmap item symlink is not created. The restarted kubelet will try to `SetUpAt` configmap, `no update require...
Kubelet not create Symlink for configmap volume after restarted
https://api.github.com/repos/kubernetes/kubernetes/issues/121472/comments
6
2023-10-24T07:57:16Z
2024-01-30T12:19:28Z
https://github.com/kubernetes/kubernetes/issues/121472
1,958,713,926
121,472
[ "kubernetes", "kubernetes" ]
### What happened? I use command line to contol kubeadm init ,but have something wrong 。 **Firstly:** I try: sudo kubeadm init --pod-network-cidr=10.244.0.0/16 --kubernetes-version v1.22.2 --ignore-preflight-errors=all and return: The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed wi...
file" err="failed to load Kubelet config file /etc/kubernetes/kubelet.conf, error failed to decode: no kind \"Config\" is registered for version \"v1\" in scheme \"k8s.io/kubernetes/pkg/kubelet/apis/config/scheme/scheme.go:32\"
https://api.github.com/repos/kubernetes/kubernetes/issues/121467/comments
4
2023-10-24T05:58:41Z
2023-10-24T07:17:57Z
https://github.com/kubernetes/kubernetes/issues/121467
1,958,572,255
121,467
[ "kubernetes", "kubernetes" ]
e.g., https://github.com/CycloneDX/bom-examples/tree/master/VEX/Use-Cases/Case-4 For false positives like: - https://github.com/kubernetes/kubernetes/pull/121338#issuecomment-1771341403
Set up VEX to eliminate false-positives from vulnerability scanning tool results
https://api.github.com/repos/kubernetes/kubernetes/issues/121454/comments
17
2023-10-23T17:59:36Z
2025-01-23T17:39:33Z
https://github.com/kubernetes/kubernetes/issues/121454
1,957,714,146
121,454
[ "kubernetes", "kubernetes" ]
Seen in https://github.com/kubernetes/kubernetes/pull/121445#issuecomment-1775347291 and in https://github.com/kubernetes/kubernetes/pull/121407 No hits on https://storage.googleapis.com/k8s-triage/index.html?pr=1&test=TestNewManagerImplStartProbeMode stack strace ``` E1023 13:40:22.589536 43369 goroutinema...
[Flake] unit test TestNewManagerImplStartProbeMode
https://api.github.com/repos/kubernetes/kubernetes/issues/121451/comments
3
2023-10-23T15:56:28Z
2023-10-25T04:57:06Z
https://github.com/kubernetes/kubernetes/issues/121451
1,957,494,861
121,451
[ "kubernetes", "kubernetes" ]
We should add a unit test to Eviction manager that accounts for PID Pressure. The test should cover similar cases as DiskPressure or MemoryPressure. https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/eviction/eviction_manager_test.go 1) PIDPressure doesn't exist on node. 2) Force PidPressure...
[Eviction Manager] Missing unit test on PIDPressure
https://api.github.com/repos/kubernetes/kubernetes/issues/121449/comments
13
2023-10-23T14:59:26Z
2024-02-29T19:55:30Z
https://github.com/kubernetes/kubernetes/issues/121449
1,957,382,544
121,449
[ "kubernetes", "kubernetes" ]
As we are debugging node_e2e tests, we realize that we are missing kubelet logs and services. Kubelet logs allow us to see problems with kubelet which would be useful for all node_e2e jobs. Services are the other components that are started. I saw some warnings related to startup of apiserver so it would be ...
[Node E2E Tests] Kubelet and Services.log should be required logs in our artifacts
https://api.github.com/repos/kubernetes/kubernetes/issues/121444/comments
6
2023-10-23T13:22:02Z
2023-10-31T17:10:21Z
https://github.com/kubernetes/kubernetes/issues/121444
1,957,157,489
121,444
[ "kubernetes", "kubernetes" ]
### What happened? Each watch request to the cacher is assigned a buffer for watch events. The buffer size is calculated before serving the actual watch request and remains unchanged for the duration of the request. The buffer size is constrained to be between 10 and 1000 slots, depending on the current size of the hi...
apiserver/cacher: adjust a watch's chanSize
https://api.github.com/repos/kubernetes/kubernetes/issues/121438/comments
8
2023-10-23T10:20:33Z
2025-01-07T21:21:22Z
https://github.com/kubernetes/kubernetes/issues/121438
1,956,834,521
121,438
[ "kubernetes", "kubernetes" ]
### What happened? In my cluster, I have three nodes, each belonging to different availability zones: us-east-1a, us-east-1b, and us-east-1c. I have a StatefulSet resource with a replica count of 3, set podManagementPolicy as Parallel to allow creating pods in parallel. The StatefulSet resource uses volumeClaimTemplat...
When Pod fails to schedule during bind stage, PVC and PV are still bound, prevent pod reschedule to another node
https://api.github.com/repos/kubernetes/kubernetes/issues/121436/comments
4
2023-10-23T09:06:24Z
2023-11-09T02:05:49Z
https://github.com/kubernetes/kubernetes/issues/121436
1,956,699,049
121,436
[ "kubernetes", "kubernetes" ]
### What happened? If the pod creation is not yet completed and it is in a pending state, deleting it will not be successful and the pod will remain in the terminating state for a long time. there are two questions: 1、the pod has been in Terminating(Pending)state for a long time and can not be deleted. ``` kube...
fail to delete the pod that is in pending state
https://api.github.com/repos/kubernetes/kubernetes/issues/121435/comments
18
2023-10-23T08:49:23Z
2024-10-26T21:20:57Z
https://github.com/kubernetes/kubernetes/issues/121435
1,956,667,003
121,435
[ "kubernetes", "kubernetes" ]
We have lots of validation which checks mutually-incompatible fields or dependent fields. E.g. errors of the form "X: must not be set when Y is set" or "X: may only be set when Y is Z". The error strings are all over the map. I think we should encapsulate those into a few functions, like `field.Invalid` to make them...
Cleanup: validation errors which are conditional on another field
https://api.github.com/repos/kubernetes/kubernetes/issues/121432/comments
8
2023-10-23T05:56:36Z
2024-11-10T08:04:14Z
https://github.com/kubernetes/kubernetes/issues/121432
1,956,408,707
121,432
[ "kubernetes", "kubernetes" ]
https://github.com/kubernetes/kubernetes/blob/2f270bd99609561be53893d3c7fc77d8efe7ac4e/staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/controller.go#L223C100-L224C37 "It there was no quota change mark the waiter as succeeded. "
Minor type in a comment on the `checkQuotas` method
https://api.github.com/repos/kubernetes/kubernetes/issues/121427/comments
7
2023-10-23T02:28:46Z
2024-02-05T16:45:02Z
https://github.com/kubernetes/kubernetes/issues/121427
1,956,234,192
121,427
[ "kubernetes", "kubernetes" ]
### Failure cluster [44e595a4f2136ed91269](https://go.k8s.io/triage#44e595a4f2136ed91269) https://storage.googleapis.com/k8s-triage/index.html?test=%20volume%20as%20non-root%20with%20FSGroup ##### Error text: ``` [FAILED] failed to get logs from pod-projected-configmaps-eb98f1f6-8533-46af-a8e5-aff5002d5bf9 for ag...
[Flaking Test][sig-storage] Projected configMap should be consumable from pods in volume as non-root with FSGroup
https://api.github.com/repos/kubernetes/kubernetes/issues/121425/comments
5
2023-10-23T02:06:54Z
2023-10-30T01:49:59Z
https://github.com/kubernetes/kubernetes/issues/121425
1,956,213,442
121,425
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? 4 other Test Failures in ci-crio-cgroupv1-node-e2e-features. ### Which tests are failing? Test [E2eNode Suite.[It] [sig-network] DualStack Host IP [NodeFeature:PodHostIPs] [Feature:PodHostIPs] when creating a Pod, it has no PodHostIPs feature should create pod with hostNetwork, add host...
[Failing-Test][sig-network] DualStack Host IP [Feature:PodHostIPs] when creating a Pod, it has no PodHostIPs feature should create pod with hostNetwork, add host ips is empty
https://api.github.com/repos/kubernetes/kubernetes/issues/121424/comments
5
2023-10-23T01:58:21Z
2023-10-30T07:23:16Z
https://github.com/kubernetes/kubernetes/issues/121424
1,956,207,106
121,424
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Currently, setting cpu-manager-policy to static requires lowercase but setting memory-manager-policy to static requires uppercase S ### Why is this needed? Minor inconvenience :)
memory-manager-policy & cpu-manager-policy value consistency (static vs Static)
https://api.github.com/repos/kubernetes/kubernetes/issues/121423/comments
7
2023-10-23T01:42:11Z
2024-03-31T00:08:09Z
https://github.com/kubernetes/kubernetes/issues/121423
1,956,191,791
121,423
[ "kubernetes", "kubernetes" ]
### What happened? A 5 control-plane and 29 workers cluster, worker 23 failed to join the cluster, all other contol-plane and worker nodes joined successfully. Kubeadm reset on worker 23 and redo the kubeadm join was OK. 1> kubeadm join --config /etc/kubernetes/kubeadminitworker.yaml ``` fatal: [worker-23]: FAIL...
Worker node failed to join the cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/121417/comments
5
2023-10-22T04:00:10Z
2023-10-24T20:42:09Z
https://github.com/kubernetes/kubernetes/issues/121417
1,955,750,321
121,417
[ "kubernetes", "kubernetes" ]
> also call `validateLocalNonReservedPath` on `source.ClusterTrustBundle.Path` to catch paths the kubelet will reject (like absolute paths, paths containing backsteps, etc): https://github.com/kubernetes/kubernetes/blob/f7cb8a5e8a860df643e143cde54d34080372b771/pkg/volume/util/atomic_writer.go#L252-L264 > configma...
Service account token projected volume validation should call `validateLocalNonReservedPath` on the token path
https://api.github.com/repos/kubernetes/kubernetes/issues/121415/comments
3
2023-10-21T18:19:51Z
2024-01-24T18:51:44Z
https://github.com/kubernetes/kubernetes/issues/121415
1,955,612,364
121,415
[ "kubernetes", "kubernetes" ]
> preexisting, but @enj, mind opening an issue to track not validating the token path is unique (in the `allPaths` accumulator) > > depending on what happens today, we would either warn (if current pods "succeed" with last-one-wins behavior) or fail validation in a ratcheting way (if current pods fail to set up volu...
Service account token projected volume validation should require the token path to be unique
https://api.github.com/repos/kubernetes/kubernetes/issues/121414/comments
7
2023-10-21T18:16:24Z
2024-11-08T02:20:44Z
https://github.com/kubernetes/kubernetes/issues/121414
1,955,610,979
121,414
[ "kubernetes", "kubernetes" ]
### What happened? I server-side applied an object many times. It has no changes, so should not write anything. Instead, everytime the write is in a new second, it writes. Multiple writes in the same second are correctly ignored. /sig api-machinery ### What did you expect to happen? It has no changes, so should...
Server side apply increments resource version for certain fields every second
https://api.github.com/repos/kubernetes/kubernetes/issues/121404/comments
8
2023-10-20T17:31:59Z
2024-12-19T21:31:22Z
https://github.com/kubernetes/kubernetes/issues/121404
1,954,752,170
121,404
[ "kubernetes", "kubernetes" ]
### What happened? A terminated container cannot restart when there is any terminating container in the same pod. /sig node ### What did you expect to happen? I expect the terminated container can restart during another container's termination. ### How can we reproduce it (as minimally and precisely as p...
A container cannot restart when there is any terminating container in the same pod
https://api.github.com/repos/kubernetes/kubernetes/issues/121398/comments
10
2023-10-20T15:09:45Z
2025-03-12T06:56:04Z
https://github.com/kubernetes/kubernetes/issues/121398
1,954,493,001
121,398
[ "kubernetes", "kubernetes" ]
### What happened? This is a follow up to investigate and potentially fix based on this comment: https://github.com/kubernetes/kubernetes/pull/120731#pullrequestreview-1689842503. The values for `CurrentReplicas` and `UpdatedReplicas` in status fields are invalid. ### What did you expect to happen? Quoting...
Invalid status reporting in StatefulSet during rolling update with partition (investigation)
https://api.github.com/repos/kubernetes/kubernetes/issues/121397/comments
5
2023-10-20T15:04:57Z
2023-10-25T05:57:05Z
https://github.com/kubernetes/kubernetes/issues/121397
1,954,483,563
121,397
[ "kubernetes", "kubernetes" ]
### What happened? Job controller, and possibly other controllers keep logging panics from this line in `FilterActivePods`: https://github.com/kubernetes/kubernetes/blob/349b85650530da2b4091dd1977f9344ff4f83201/pkg/controller/controller_utils.go#L955. This happens during e2e tests, and I think it happens on produ...
Job controller keeps logging panics
https://api.github.com/repos/kubernetes/kubernetes/issues/121392/comments
22
2023-10-20T13:54:33Z
2024-02-13T17:33:05Z
https://github.com/kubernetes/kubernetes/issues/121392
1,954,344,901
121,392
[ "kubernetes", "kubernetes" ]
### What happened? Restrictions: 3 different nodes, 3 pods, anti-affinity must be met, anti-affinity topology key is kubernetes.io/hostname, rolling update, maxUnavailable=3. Operation process: Start a deployment with replicas=3. After the deployment is successful, update the deployment. A problem occurred: pod ca...
Defects of anti-affinity plus rolling upgrade
https://api.github.com/repos/kubernetes/kubernetes/issues/121388/comments
7
2023-10-20T10:34:00Z
2024-06-14T13:28:31Z
https://github.com/kubernetes/kubernetes/issues/121388
1,954,009,886
121,388
[ "kubernetes", "kubernetes" ]
/kind feature /sig scheduling Filter will return `framework.UnschedulableAndUnresolvable` for all nodes when `f.enableSidecarContainers` is `false` and `hasRestartableInitContainer(pod)` is `true`. https://github.com/kubernetes/kubernetes/blob/2c10d9cacb0626219753a3df28a76b6bfae2b34a/pkg/scheduler/framework/plu...
Move SidecarContainers featureGate checking from Filter to PreFilter in scheduler
https://api.github.com/repos/kubernetes/kubernetes/issues/121375/comments
6
2023-10-20T02:57:18Z
2023-12-13T20:26:10Z
https://github.com/kubernetes/kubernetes/issues/121375
1,953,413,756
121,375
[ "kubernetes", "kubernetes" ]
The eventsv1.Event documentation says: ``` // reason is why the action was taken. It is human-readable. // This field cannot be empty for new Events and it can have at most 128 characters. Reason string `json:"reason,omitempty" protobuf:"bytes,7,name=reason"` ``` The "human-readable" part contradicts every...
eventsv1 API documentation seems inaccurate
https://api.github.com/repos/kubernetes/kubernetes/issues/121374/comments
9
2023-10-19T20:41:04Z
2025-03-04T21:22:08Z
https://github.com/kubernetes/kubernetes/issues/121374
1,953,022,802
121,374
[ "kubernetes", "kubernetes" ]
### What happened? When setting internalTrafficPolicy: Local and see what happens when there are no available pods on the specific node:I exec into a pod on a specific node and ran the curl command: curl micronaut-k8-sample:8080/stickiness/5 and got: curl: (28) Failed to connect to micronaut-k8-sample port 8080 afte...
Requests to a service with no local endpoints are dropped rather than ICMP rejected
https://api.github.com/repos/kubernetes/kubernetes/issues/121371/comments
33
2023-10-19T19:24:54Z
2024-07-05T22:35:47Z
https://github.com/kubernetes/kubernetes/issues/121371
1,952,920,304
121,371
[ "kubernetes", "kubernetes" ]
### What happened? otel has fixed a CVE in the otelhttp module in v0.44.0 https://security.snyk.io/vuln/SNYK-GOLANG-GOOPENTELEMETRYIOCONTRIBINSTRUMENTATIONNETHTTPOTELHTTP-5963583 ### What did you expect to happen? Latest otelhttp module is pulled by k/k ### How can we reproduce it (as minimally and precisely as...
CVE-2022-21698: Bump otelhttp go module v0.42.0 -> v0.44.0
https://api.github.com/repos/kubernetes/kubernetes/issues/121370/comments
10
2023-10-19T16:25:08Z
2024-06-27T22:40:11Z
https://github.com/kubernetes/kubernetes/issues/121370
1,952,644,317
121,370
[ "kubernetes", "kubernetes" ]
### What happened? To test out the MinimizeIPTablesRestore feature enabled in 1.27 by default we enabled the setting in 1.26 and discovered that it appears to not configure endpoints properly everytime. While the version in 1.26 is still alpha I have not found any significant changes, bug reports or backports in th...
endpoints not configured with MinimizeIPTablesRestore
https://api.github.com/repos/kubernetes/kubernetes/issues/121362/comments
29
2023-10-19T12:56:46Z
2023-12-20T18:22:18Z
https://github.com/kubernetes/kubernetes/issues/121362
1,952,196,944
121,362
[ "kubernetes", "kubernetes" ]
### What happened? I've noticed that when I use the kubectl delete ns command to remove a namespace in Kubernetes, it successfully deletes Pods and all other resources within the namespace, but the Persistent Volume Claims (PVCs) seem to persist. Even more oddly, the PVCs disappear along with the namespace. ### What ...
Why do PVCs persist when using 'kubectl delete ns' while Pods are deleted, and the entire namespace is removed?
https://api.github.com/repos/kubernetes/kubernetes/issues/121361/comments
9
2023-10-19T12:28:55Z
2023-12-14T10:44:18Z
https://github.com/kubernetes/kubernetes/issues/121361
1,952,129,968
121,361
[ "kubernetes", "kubernetes" ]
### What happened? I got into a situation where NodeUnstage was stuck and NodeStage and NodePublish were sent to csi driver and NodeUnstage eventually completed * Step to reproduce Create RWX PVC Create a deployment with replica 1 Introduce a hack in csi to sleep for 4 minutes in NodeUnstageVolume Scale down...
NodeStageVolume was sent before NodeUnstageVolume was successful
https://api.github.com/repos/kubernetes/kubernetes/issues/121357/comments
15
2023-10-19T11:17:03Z
2024-03-13T05:53:25Z
https://github.com/kubernetes/kubernetes/issues/121357
1,951,945,686
121,357
[ "kubernetes", "kubernetes" ]
As [Dynamic Resource Allocation](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/3063-dynamic-resource-allocation) and [Device Plugins](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4009-add-cdi-devices-to-device-plugin-api) depend on [CDI](https://github.com/cncf-tags/contai...
Check if CRI runtime supports CDI
https://api.github.com/repos/kubernetes/kubernetes/issues/121350/comments
15
2023-10-19T08:32:51Z
2024-07-03T14:49:34Z
https://github.com/kubernetes/kubernetes/issues/121350
1,951,599,649
121,350
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? scheduler/controller-manager pod not ready ### Which tests are failing? cluster initialization ### Since when has it been failing? test-infra about this CI is https://github.com/kubernetes/test-infra/pull/30960/files. ### Testgrid link - original: https://testgrid....
[Failing Test] ci-kubernetes-e2e-kind-beta-features/pull-kubernetes-e2e-kind-beta-features failed for enabling some beta features(by default disabled)
https://api.github.com/repos/kubernetes/kubernetes/issues/121349/comments
31
2023-10-19T08:30:28Z
2024-01-14T12:55:50Z
https://github.com/kubernetes/kubernetes/issues/121349
1,951,595,197
121,349
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? master-informing: - periodic-conformance-main-k8s-main ### Which tests are failing? `periodic-cluster-api-provider-aws-e2e-conformance-with-k8s-ci-artifacts.Overall` ![Image](https://github.com/kubernetes/kubernetes/assets/73882557/bfff3e97-48ea-4cb2-9493-0e391f40b3be) ### Since when...
[Failing Test] (periodic-conformance-main-k8s-main) Job execution failed: Pod got deleted unexpectedly
https://api.github.com/repos/kubernetes/kubernetes/issues/121344/comments
3
2023-10-19T03:51:49Z
2023-10-24T06:52:10Z
https://github.com/kubernetes/kubernetes/issues/121344
1,951,145,478
121,344
[ "kubernetes", "kubernetes" ]
### What happened? The statefulset controller started intermittently panicing with the follow stack trace: ``` fatal error: concurrent map writes goroutine 15081 [running]: k8s.io/kubernetes/pkg/controller/statefulset.getPersistentVolumeClaims(0xc0b3743900, 0xc0c3da8480?) pkg/controller/statefulset/stat...
Panic in statefulset controller
https://api.github.com/repos/kubernetes/kubernetes/issues/121336/comments
4
2023-10-18T21:36:41Z
2023-10-18T22:28:18Z
https://github.com/kubernetes/kubernetes/issues/121336
1,950,709,566
121,336
[ "kubernetes", "kubernetes" ]
### What would you like to be added? We need E2E tests for sidecars when modifying the image of a sidecar container for a running pod. ### Why is this needed? We don't have tests that cover this scenario and haven't documented what should occur.
Sidecar container will not be restarted when image was changed
https://api.github.com/repos/kubernetes/kubernetes/issues/121333/comments
13
2023-10-18T21:08:22Z
2024-11-06T00:35:37Z
https://github.com/kubernetes/kubernetes/issues/121333
1,950,660,839
121,333
[ "kubernetes", "kubernetes" ]
I think we want to go ahead and start failing if username is the empty string. _Originally posted by @enj in https://github.com/kubernetes/kubernetes/pull/121078#discussion_r1362658684_
[StructuredAuthnConfig] Make username required
https://api.github.com/repos/kubernetes/kubernetes/issues/121329/comments
6
2023-10-18T19:56:28Z
2024-08-01T18:36:17Z
https://github.com/kubernetes/kubernetes/issues/121329
1,950,545,444
121,329
[ "kubernetes", "kubernetes" ]
### What happened? After upgrading Kubernetes from `1.25.11` to `1.25.12` the metric `etcd_server_health_success` stops to increment. Now, it's reporting only zero value. ![Screenshot 2023-10-18 at 15 25 02](https://github.com/kubernetes/kubernetes/assets/26969641/c5a31ec0-94f7-46e3-a424-631614d34604) ![Screenshot 2...
Metric etcd_server_health_success reporting zero after kubernetes upgrade
https://api.github.com/repos/kubernetes/kubernetes/issues/121328/comments
6
2023-10-18T18:35:52Z
2023-10-26T18:14:37Z
https://github.com/kubernetes/kubernetes/issues/121328
1,950,396,616
121,328
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: curl -LO http...
Release mentioned in stable.txt does not exist on GCS
https://api.github.com/repos/kubernetes/kubernetes/issues/121400/comments
10
2023-10-18T16:38:29Z
2024-03-30T21:05:12Z
https://github.com/kubernetes/kubernetes/issues/121400
1,954,544,353
121,400
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I see [ttlSecondsAfterFinished](https://github.com/vmware-tanzu/kubeapps/blob/a6843f48f8e43224e4b9a4f068447d05217310cb/cmd/apprepository-controller/cmd/root.go#L92) is supported as an extraFlags. Can we add the same for [activeDeadlineSeconds](https://kubernetes.io/docs/concepts/wo...
Support for activeDeadlineSeconds extraFlag for AppRepository CronJobs
https://api.github.com/repos/kubernetes/kubernetes/issues/121322/comments
3
2023-10-18T13:01:39Z
2023-10-18T13:03:19Z
https://github.com/kubernetes/kubernetes/issues/121322
1,949,699,846
121,322
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? master-informing: - gce-master-scale-performance ### Which tests are failing? `kubetest.DumpClusterLogs` ### Since when has it been failing? ~https://github.com/kubernetes/kubernetes/pull/121242~ ### Testgrid link https://testgrid.k8s.io/sig-release-master-informing#gce...
[Failing Test] (gce-master-scale-performance) Error while dumping cluster logs
https://api.github.com/repos/kubernetes/kubernetes/issues/121320/comments
31
2023-10-18T11:48:19Z
2023-11-20T07:32:36Z
https://github.com/kubernetes/kubernetes/issues/121320
1,949,552,170
121,320
[ "kubernetes", "kubernetes" ]
https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/116516/pull-kubernetes-integration/1714543422397747200 k8s.io/kubernetes/test/integration/controlplane: transformation ``` I1018 07:54:38.842524 87975 controller.go:624] quota admission added evaluator for: namespaces kms_transformation_test.go:...
[Flaky] Integration test TestEncryptionConfigHotReload
https://api.github.com/repos/kubernetes/kubernetes/issues/121318/comments
5
2023-10-18T09:42:19Z
2023-10-18T10:14:36Z
https://github.com/kubernetes/kubernetes/issues/121318
1,949,313,158
121,318
[ "kubernetes", "kubernetes" ]
### What happened? Two serial tests from sig-node are keep failing: E2eNode Suite.[It] [sig-node] Pod conditions managed by Kubelet including PodReadyToStartContainers condition [Serial] [Feature:PodReadyToStartContainersCondition] a pod failing to mount volumes and with init containers should report just the sched...
[sig-node] [Serial] [Feature:PodReadyToStartContainersCondition] starts to flaky
https://api.github.com/repos/kubernetes/kubernetes/issues/121317/comments
9
2023-10-18T09:25:39Z
2023-10-18T19:29:39Z
https://github.com/kubernetes/kubernetes/issues/121317
1,949,279,939
121,317
[ "kubernetes", "kubernetes" ]
### What happened? I've executed `kubectl top pod <pod-name>` while the pod is initizalizing state. Instead of returning the resource consumption the server replied with: ``` $ kubectl get pods NAME READY STATUS RESTARTS AGE scanner-db-7484ff5c96-dsgg9 0/1 Init:0/1 0 ...
`kubectl top` command returns "Error from server (NotFound): pods ..." when pod is in init stage
https://api.github.com/repos/kubernetes/kubernetes/issues/125783/comments
16
2023-10-18T09:02:32Z
2024-07-28T13:57:42Z
https://github.com/kubernetes/kubernetes/issues/125783
2,380,386,638
125,783
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-integration-master/1714423851380641792 k8s.io/kubernetes/test/integration/controlplane: transformation expand_less | 14m1s - Failed; === RUN TestEncryptionConfigHotReload ### Which tests are flaking? TestEn...
[Flaking Test] integration TestEncryptionConfigHotReload
https://api.github.com/repos/kubernetes/kubernetes/issues/121313/comments
5
2023-10-18T05:35:04Z
2023-10-25T04:57:15Z
https://github.com/kubernetes/kubernetes/issues/121313
1,948,863,834
121,313
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? - https://testgrid.k8s.io/sig-node-containerd#cos-cgroupv1-containerd-e2e - https://testgrid.k8s.io/sig-node-containerd#cos-cgroupv1-inplace-pod-resize-containerd-e2e-serial - https://testgrid.k8s.io/sig-node-containerd#cos-cgroupv2-containerd-e2e - https://testgrid.k8s.io/sig-node-pre...
[Failing Test] Cos containerd tests are failing due libgc mismatch
https://api.github.com/repos/kubernetes/kubernetes/issues/121309/comments
16
2023-10-17T20:57:10Z
2023-12-17T16:35:45Z
https://github.com/kubernetes/kubernetes/issues/121309
1,948,249,603
121,309
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Currently, the kubelet idle time to api server is fixed to 90 seconds. Would it be possible to make the idle time configurable, so that kubelet can recognize there is something wrong with the current connection, and reconnect sooner? ### Why is this needed? If there is s...
Enable Kubelet HTTP/2 idle time configurable
https://api.github.com/repos/kubernetes/kubernetes/issues/121308/comments
5
2023-10-17T20:53:36Z
2023-10-24T14:34:50Z
https://github.com/kubernetes/kubernetes/issues/121308
1,948,243,557
121,308
[ "kubernetes", "kubernetes" ]
Hello All, I am referring this code and line https://github.com/kubernetes/kubernetes/blob/master/test/integration/events/events_test.go#L76 First I would like to thank to author for adding this example. This piece of code is really helpful to develop more complicated solution based on k8s `go-client`. But I hav...
Why eventf API of go-client requires polling
https://api.github.com/repos/kubernetes/kubernetes/issues/121298/comments
5
2023-10-17T15:16:14Z
2024-12-19T21:28:21Z
https://github.com/kubernetes/kubernetes/issues/121298
1,947,674,808
121,298
[ "kubernetes", "kubernetes" ]
### What happened? ConfigMap, DownwardAPI, and Secret volumes can be mounted within each other since #60342. However, when I try to do the same with a read-only emptyDir, the container fails to start, and `runc` returns an error: `read-only file system: unknown`. For example, this pod creates, but the container f...
Unable to mount configMap below readOnly emptyDir
https://api.github.com/repos/kubernetes/kubernetes/issues/121294/comments
15
2023-10-17T13:49:29Z
2025-02-25T06:35:21Z
https://github.com/kubernetes/kubernetes/issues/121294
1,947,484,626
121,294
[ "kubernetes", "kubernetes" ]
### What happened? We are seeing PRISMA-2022-0270 vulnerability because of github.com/golang-jwt/jwt/v4 version v4.2.0. Affected code base: github.com/golang-jwt/jwt/v4 Affected version : v4.2.0 Fixed version: v4.4.3 Requesting you to upgrade github.com/golang-jwt/jwt/v4 version from v4.2.0 to v4.4.3 ### What...
Bump github.com/golang-jwt/jwt/v4 version to v4.4.3
https://api.github.com/repos/kubernetes/kubernetes/issues/121287/comments
7
2023-10-17T10:35:57Z
2023-11-27T17:16:12Z
https://github.com/kubernetes/kubernetes/issues/121287
1,947,102,563
121,287
[ "kubernetes", "kubernetes" ]
I want to create a custom pod security baseline as currently I cannot restrict the below runAsUser in the baseline without using restricted policy which won't work in my case. apiVersion: v1 kind: Pod metadata: name: nginx spec: containers: - name: test-container image: nginx securityContext:...
Pod Security Standards Customization
https://api.github.com/repos/kubernetes/kubernetes/issues/121289/comments
10
2023-10-17T09:57:06Z
2024-03-30T14:59:10Z
https://github.com/kubernetes/kubernetes/issues/121289
1,947,271,867
121,289
[ "kubernetes", "kubernetes" ]
### What happened? In my Kind environment, once I create a Deployment I received error event. logs: ```text deployment {ADDED &Deployment{ObjectMeta:{dep-name-abe612424b ns-8279f576af c9f26726-c2f2-4f9e-841e-2eb7c5d2dfe1 5743 1 2023-10-17 09:06:01 +0000 UTC <nil> <nil> map[] map[] [] [] [{macvlan-overlay-...
Creating deployment received etcd error event
https://api.github.com/repos/kubernetes/kubernetes/issues/121285/comments
8
2023-10-17T09:38:55Z
2024-10-18T08:46:15Z
https://github.com/kubernetes/kubernetes/issues/121285
1,946,991,990
121,285
[ "kubernetes", "kubernetes" ]
### What happened? Restrictions: 2 availability zones and 3 pods, maxSkew = 2, must be met, rolling release. Possible occurrence: 3 Pods are scheduled to an available area Reason: There are two availability zones a1 and a2, and three pods, p1, p2, and p3. The scheduling conditions must be met for rolling release. ...
K8s topology spread constrains existing defects
https://api.github.com/repos/kubernetes/kubernetes/issues/121284/comments
11
2023-10-17T09:33:35Z
2023-10-18T03:46:34Z
https://github.com/kubernetes/kubernetes/issues/121284
1,946,980,857
121,284
[ "kubernetes", "kubernetes" ]
### What happened? After kube-proxy switching in ipvs mode the routing can't go on control plane cluster nodes. Kube-proxy config: ``` apiVersion: v1 data: config.conf: |- apiVersion: kubeproxy.config.k8s.io/v1alpha1 bindAddress: 0.0.0.0 bindAddressHardFail: false clientConnection: ...
kube-proxy bug in ipvs mode
https://api.github.com/repos/kubernetes/kubernetes/issues/121272/comments
11
2023-10-16T19:03:15Z
2023-10-19T13:49:49Z
https://github.com/kubernetes/kubernetes/issues/121272
1,945,902,960
121,272
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **I don’t understand how you can ge...
Preprocessing of kube.kubelet.containers.running key
https://api.github.com/repos/kubernetes/kubernetes/issues/122454/comments
7
2023-10-16T18:51:55Z
2024-06-01T21:06:47Z
https://github.com/kubernetes/kubernetes/issues/122454
2,053,928,001
122,454
[ "kubernetes", "kubernetes" ]
### What happened? When a CSI driver uses `spec.requiresRepublish` to request repeated calls to NodePublishVolume, if any of the "refresh" calls return a "final" error, then Kubelet will delete the mount point on the host filesystem ([code](https://github.com/kubernetes/kubernetes/blob/bdcb73d6b34288b030c5e98d6c2971...
Kubelet deletes CSI mount points if a "requiresrepublish" call to NodePublishVolume returns an error
https://api.github.com/repos/kubernetes/kubernetes/issues/121271/comments
7
2023-10-16T18:50:54Z
2024-12-06T09:26:19Z
https://github.com/kubernetes/kubernetes/issues/121271
1,945,883,451
121,271
[ "kubernetes", "kubernetes" ]
### Failure cluster [dc04955f37ac5e247ee0](https://go.k8s.io/triage#dc04955f37ac5e247ee0) ##### Error text: ``` [FAILED] inconsistent device assignment after pod restart: no resources found for device-plugin-errors-9127/device-plugin-test-5b57f924-1ba7-4bc7-8554-26902dc04939/device-plugin-test-5b57f924-1ba7-4bc7-8...
[Failing-test] [sig-node] Keeps device plugin assignments across kubelet restarts
https://api.github.com/repos/kubernetes/kubernetes/issues/121269/comments
4
2023-10-16T17:13:09Z
2023-10-17T23:29:29Z
https://github.com/kubernetes/kubernetes/issues/121269
1,945,716,799
121,269
[ "kubernetes", "kubernetes" ]
### What happened? It is possible to issue a list request which exceeds the duration set by the request-timeout apiserver flag. The request-timeout flag does not appear to be enforced when the apiserver is decoding the response from etcd. Specifically, listing a large number of CRDs from etcd can result in high re...
Request timeout not respected while listing from storage
https://api.github.com/repos/kubernetes/kubernetes/issues/121267/comments
9
2023-10-16T16:38:54Z
2023-12-13T22:55:12Z
https://github.com/kubernetes/kubernetes/issues/121267
1,945,661,336
121,267
[ "kubernetes", "kubernetes" ]
### What happened? I want to enable UserNameSpaceSupport on my k8s cluster but I can’t get it to work. I’ve followed [User Namespaces: Now Supports Running Stateful Pods in Alpha](https://kubernetes.io/blog/2023/09/13/userns-alpha/) exactly, but still cant get the expected results. From the above link, I understoo...
Can’t get UserNamespacesSupport to work on kubernetes 1.28.1
https://api.github.com/repos/kubernetes/kubernetes/issues/121265/comments
6
2023-10-16T14:44:45Z
2023-10-18T12:44:36Z
https://github.com/kubernetes/kubernetes/issues/121265
1,945,388,773
121,265
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? The Huge pages test in both containerd/cri is consistently failing. ### Which tests are failing? - https://testgrid.k8s.io/sig-node-cri-o#ci-crio-cgroupv1-node-e2e-hugepages - https://testgrid.k8s.io/sig-node-containerd#node-kubelet-containerd-hugepages ### Since when has ...
[Failing-Test] [Huge Pages] should remove resources for huge page sizes no longer supported
https://api.github.com/repos/kubernetes/kubernetes/issues/121264/comments
2
2023-10-16T14:20:23Z
2023-10-18T20:48:15Z
https://github.com/kubernetes/kubernetes/issues/121264
1,945,331,994
121,264
[ "kubernetes", "kubernetes" ]
### What happened? Yaml is as follows: env: - name: POD_NAME valueFrom: fieldRef: fieldPath: metadata.name Script content for process 1: mkdir - p/home/$POD_ NAME Expect to create/home/$POD_NAME directory, but occasionally it was found that it could not be created. Debugging found that the $...
valueFrom slow work
https://api.github.com/repos/kubernetes/kubernetes/issues/121263/comments
8
2023-10-16T14:13:34Z
2024-03-30T17:01:09Z
https://github.com/kubernetes/kubernetes/issues/121263
1,945,316,459
121,263
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I need the scheduler to support scheduling capabilities for hardware heterogeneous scenarios, similar to the optional allocation mentioned in the DRA document. ### Why is this needed? In the same cluster, I have multiple types of heterogeneous hardware. However, these hardware re...
DRA: How to use optional allocation ?
https://api.github.com/repos/kubernetes/kubernetes/issues/121253/comments
11
2023-10-16T10:16:25Z
2024-04-29T14:53:06Z
https://github.com/kubernetes/kubernetes/issues/121253
1,944,866,526
121,253
[ "kubernetes", "kubernetes" ]
Is it possible to get any custom labels on the PVC? https://github.com/kubernetes/kubernetes/blob/7d309e0104fedb57280b261e5677d919cb2a0e2d/pkg/kubelet/metrics/collectors/volume_stats.go#L97 If I have the following PVC template ``` apiVersion: v1 kind: PersistentVolumeClaim metadata: name: myPVC labels: ...
Custom Labels for PVC metrics
https://api.github.com/repos/kubernetes/kubernetes/issues/121251/comments
10
2023-10-16T09:45:28Z
2024-04-19T12:34:51Z
https://github.com/kubernetes/kubernetes/issues/121251
1,944,807,907
121,251
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? Ref https://github.com/kubernetes/kubernetes/pull/121243#issue-1944069245 as well which will fix this flake. ### Which tests are flaking? - CSI Mock volume limit CSI volume limit information using mock driver should report attach limit when limit is bigger than 0 - PersistentVolumes CSI...
[Flaking Test] [sig-storage] newly add PersistentVolumeStatus & PersistentVolumeClaimStatus e2e
https://api.github.com/repos/kubernetes/kubernetes/issues/121248/comments
7
2023-10-16T07:05:13Z
2023-10-18T07:30:52Z
https://github.com/kubernetes/kubernetes/issues/121248
1,944,520,170
121,248
[ "kubernetes", "kubernetes" ]
### What would you like to be added? `gen_client()` function in `kube_codegen` script has following issues: - `gen_client()` function only supports `types.go` file https://github.com/kubernetes/code-generator/blob/e4611069dfb4b0c04c7751afae1b9fef64828964/kube_codegen.sh#L539-L544 but we have multiple types file with...
[code-generator] Breaking `gen_client()` function in `kube_codegen` script
https://api.github.com/repos/kubernetes/kubernetes/issues/121247/comments
11
2023-10-16T06:17:37Z
2023-12-13T20:26:20Z
https://github.com/kubernetes/kubernetes/issues/121247
1,944,449,274
121,247
[ "kubernetes", "kubernetes" ]
### What happened? We meet a problem that the APISerivce is blocked on the FailedDiscoveryCheck condition: ``` status: conditions: - lastTransitionTime: "2023-10-15T16:35:28Z" message: 'failing or missing response from https://12.4.170.157:6443/apis/cluster.alauda.io/v1: bad status from https://12....
APIService's status blocked on FailedDiscoveryCheck condition with 503
https://api.github.com/repos/kubernetes/kubernetes/issues/121245/comments
6
2023-10-16T04:09:40Z
2024-04-16T05:39:11Z
https://github.com/kubernetes/kubernetes/issues/121245
1,944,313,679
121,245
[ "kubernetes", "kubernetes" ]
Does k8s of v1.28 not require the deployment of network components (such as calico, flannel, etc.)? After I deployed the cluster, the two coredns pods directly changed to the Running 1/1 state and were able to deploy Pod applications to the nodes normally. ![image](https://github.com/kubernetes/kubernetes/assets/81799...
Does k8s of v1.28 not require the deployment of network components (such as calico, flannel, etc.)?
https://api.github.com/repos/kubernetes/kubernetes/issues/121244/comments
5
2023-10-16T03:24:08Z
2023-10-16T05:39:25Z
https://github.com/kubernetes/kubernetes/issues/121244
1,944,276,582
121,244
[ "kubernetes", "kubernetes" ]
xref: https://github.com/kubernetes/kubernetes/pull/119026/files#r1265687485 Apparently we do not validate that the `terminationGracePeriodSeconds` field is non-nil. It has a default value, so it should never actually be nil, but because we never validated it in the past, we have tests that do not set it. We sho...
Cleanup: Validate pod terminationGracePeriodSeconds and fix tests
https://api.github.com/repos/kubernetes/kubernetes/issues/121234/comments
9
2023-10-14T23:30:11Z
2024-06-30T01:09:30Z
https://github.com/kubernetes/kubernetes/issues/121234
1,943,603,488
121,234
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://prow.k8s.io/job-history/gs/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-unit ### Which tests are failing? kubernetes/staging/src/k8s.io/client-go/tools/remotecommand TestWebSocketClient_TextMessageTypeError ### Since when has it been failing? not very sure as I was noti...
[Flaking Test] UT TestWebSocketClient for closed connection
https://api.github.com/repos/kubernetes/kubernetes/issues/121233/comments
14
2023-10-14T12:15:46Z
2024-02-29T21:40:50Z
https://github.com/kubernetes/kubernetes/issues/121233
1,943,224,777
121,233
[ "kubernetes", "kubernetes" ]
Kubeadm should check if CRI runtime supports CDI and issue a warning/error if not when user tries to setup a cluster with enabled DynamicResourceAllocation. This would inform users of possible setup issues when enabling [Dynamic Resource Allocation](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/3...
kubeadm: check for DRA/Runtime compatibility
https://api.github.com/repos/kubernetes/kubernetes/issues/121232/comments
11
2023-10-14T11:34:40Z
2023-10-16T09:32:22Z
https://github.com/kubernetes/kubernetes/issues/121232
1,943,213,869
121,232
[ "kubernetes", "kubernetes" ]
### What happened? Update "kubernetes" endpoint by moving `subsets[0].addresses` to `subsets[0].notReadyAddresses` and the kube-apiserver keep logging ``` ... Resetting endpoints for master service "kubernetes" to [x.x.x.x] ... "HTTP" verb="GET" URI="/api/v1/namespaces/default/endpoints/kubernetes" "HTTP" verb="...
The "kubernetes" endpoint is continuously updated when its subsets[0].addresses has been manually moved to subsets[0].notReadyAddresses
https://api.github.com/repos/kubernetes/kubernetes/issues/121231/comments
18
2023-10-14T08:45:09Z
2024-09-29T19:56:30Z
https://github.com/kubernetes/kubernetes/issues/121231
1,943,100,264
121,231
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I would like to inquire about the recent removal of Bazel build tool support in the Kubernetes project. Could you please provide insights into the reasons behind this decision and whether there are plans to reintroduce support for Bazel in the near future? ### Why is this ...
Inquiry Regarding Removal of Bazel Build Tool Support
https://api.github.com/repos/kubernetes/kubernetes/issues/121221/comments
4
2023-10-13T18:45:01Z
2023-10-13T21:35:08Z
https://github.com/kubernetes/kubernetes/issues/121221
1,942,464,395
121,221
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? The two jobs in the title are failing. The odd thing about these jobs are that they are running but we are not getting reports on which jobs have succeeded or failed. The testgrid report is not being uploaded to show successful or failed jobs. ### Which tests are failing? Ku...
Kubelet-gce-e2e-swap-fedora and node-kubelet-serial-crio are not displaying the test grid report
https://api.github.com/repos/kubernetes/kubernetes/issues/121220/comments
10
2023-10-13T15:59:39Z
2024-02-07T19:39:28Z
https://github.com/kubernetes/kubernetes/issues/121220
1,942,214,584
121,220
[ "kubernetes", "kubernetes" ]
### What happened? ``` // nodeStatusUpdateFrequency is the frequency that kubelet computes node // status. If node lease feature is not enabled, it is also the frequency that // kubelet posts node status to master. In that case, be cautious when // changing the constant, it must work with nodeMonitorGracePeriod ...
The description of NodeStatusUpdateFrequency is inaccurate.
https://api.github.com/repos/kubernetes/kubernetes/issues/121214/comments
8
2023-10-13T07:59:27Z
2024-12-20T20:18:43Z
https://github.com/kubernetes/kubernetes/issues/121214
1,941,444,938
121,214
[ "kubernetes", "kubernetes" ]
## What Implement an uneven Pod spreading constraints between domains. Like domainA:domainB = x:y. This requires us to introduce a new field to `topologySpreadConstraints` (name it `domains` for now). When `domains` field is non-empty, `maxSkew` should be nil. (vise-versa) ```yaml - topologySpreadConstrain...
uneven Pods spreading across domains
https://api.github.com/repos/kubernetes/kubernetes/issues/121211/comments
35
2023-10-13T05:47:26Z
2025-02-28T10:24:23Z
https://github.com/kubernetes/kubernetes/issues/121211
1,941,282,920
121,211
[ "kubernetes", "kubernetes" ]
### Failure cluster [2ba4254643e8ce642cec](https://go.k8s.io/triage#2ba4254643e8ce642cec) https://storage.googleapis.com/k8s-triage/index.html?test=PublishNotReadyAddresses also see it flaky in https://testgrid.k8s.io/sig-release-master-blocking#gce-ubuntu-master-containerd ##### Error text: ``` [FAILED] expecte...
[flaky] [sig-network] Services should not be able to connect to terminating and unready endpoints if PublishNotReadyAddresses is false
https://api.github.com/repos/kubernetes/kubernetes/issues/121209/comments
12
2023-10-13T03:48:48Z
2023-10-31T12:14:07Z
https://github.com/kubernetes/kubernetes/issues/121209
1,941,178,279
121,209
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? ci-npd-e2e-kubernetes-gce-gci ### Which tests are failing? ``` { failed [FAILED] Timed out after 60.001s. Expected success, but got an error: <*errors.errorString | 0xc000bf6fb0>: node condition "KernelDeadlock" not found { s: "node condition \"KernelDeadlock...
[sig-node] NodeProblemDetector should run without error
https://api.github.com/repos/kubernetes/kubernetes/issues/121208/comments
11
2023-10-13T03:33:20Z
2023-11-08T21:52:51Z
https://github.com/kubernetes/kubernetes/issues/121208
1,941,168,125
121,208
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add a separate flowSchema (and priorityLevelConfiguration (PLC)) for SubjectAccessReview and other that related to authorization. Option 1: add a new default `flowSchema` and corresponding PLC Option 2: add a new default `flowSchema` that maps to a PLC like workload-high ### W...
APF: Add a separate flowSchema (and priorityLevelConfiguration) for SubjectAccessReview
https://api.github.com/repos/kubernetes/kubernetes/issues/121202/comments
4
2023-10-12T22:35:32Z
2024-10-17T20:22:04Z
https://github.com/kubernetes/kubernetes/issues/121202
1,940,896,190
121,202
[ "kubernetes", "kubernetes" ]
### What happened? APF doesn't do much for Deletecollection verb, even though it's more expensive than list (list + delete one by one) https://github.com/kubernetes/kubernetes/blob/2b4ef19578f6bec7f4a76c82b7afcac2c228648d/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/request/width.go#L112-L126 ### What did you e...
APF should handle Deletecollection verb
https://api.github.com/repos/kubernetes/kubernetes/issues/121198/comments
5
2023-10-12T22:00:29Z
2024-10-17T20:21:06Z
https://github.com/kubernetes/kubernetes/issues/121198
1,940,861,133
121,198
[ "kubernetes", "kubernetes" ]
https://github.com/golang/net/commit/b225e7ca6dde1ef5a5ae5ce922861bda011cfabd does not sufficiently protect us from a malicious http/2 client. #121120 handles unauthenticated clients. This issue tracks mitigations for authenticated clients. pprof svg from a single client with a single connection attempting to DOS ...
Mitigate http/2 attacks by authenticated clients
https://api.github.com/repos/kubernetes/kubernetes/issues/121197/comments
12
2023-10-12T21:29:32Z
2024-04-23T19:50:22Z
https://github.com/kubernetes/kubernetes/issues/121197
1,940,820,076
121,197
[ "kubernetes", "kubernetes" ]
### What happened? spans are not being parented to other spans - propagation of context seems broken. More context: https://kubernetes.slack.com/archives/C0BP8PW9G/p1695396184849579 ### What did you expect to happen? spans should be parented to other spans ### How can we reproduce it (as minimally and precisely as ...
kubelet traces broken from at least 1.28
https://api.github.com/repos/kubernetes/kubernetes/issues/121192/comments
9
2023-10-12T18:38:11Z
2024-01-04T16:59:41Z
https://github.com/kubernetes/kubernetes/issues/121192
1,940,573,986
121,192
[ "kubernetes", "kubernetes" ]
### What happened? Except for the case when the `privileged` field is enabled in a container `securityContext`, `cgroup` fs is mounted in `/sys/fs/cgroup` as read only. While this behavior is desirable for most workloads, it simply prevents further/nested containerization (e.g. docker/podman in kubernetes) inside kube...
Writable cgroup for unprivileged containers
https://api.github.com/repos/kubernetes/kubernetes/issues/121190/comments
19
2023-10-12T18:21:27Z
2025-02-22T07:19:14Z
https://github.com/kubernetes/kubernetes/issues/121190
1,940,548,053
121,190