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 would you like to be added? When a pod is created with CPU request of 1m or 2m, they lead to a value of cpu.shares = 2 in both cases. This is due to kernel [clamping](https://github.com/torvalds/linux/blob/27bc50fc90647bbf7b734c3fc306a5e61350da53/kernel/sched/fair.c#L3452) the value of cpu.shares to MIN_SHARE...
[FG:InPlacePodVerticalScaling] Handle pod CPU resize where caller requests CPU value of 1m
https://api.github.com/repos/kubernetes/kubernetes/issues/114123/comments
16
2022-11-25T02:34:32Z
2024-11-08T05:24:53Z
https://github.com/kubernetes/kubernetes/issues/114123
1,463,964,859
114,123
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Profiling reveals that a non-negligible amount of time is wasted creating and querying small maps (example: `make(resourceToValueMap)`, with an expected size of 2 or 3). I believe we should be able to replace them with slices for a performance boost. We should build unit-level b...
Improve performance of NodeResourcesFit scoring
https://api.github.com/repos/kubernetes/kubernetes/issues/114121/comments
14
2022-11-24T17:15:19Z
2022-12-22T14:57:28Z
https://github.com/kubernetes/kubernetes/issues/114121
1,463,636,408
114,121
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add a PreFilter endpoint to the VolumeZone plugin to do all the operations that don't depend on the node, like listing the claims. Also, the volumeZoneLabels set is wasteful. Having only 4 elements, it can be stored in a list. We can iterate through this list instead of iteratin...
Implement PreFilter for VolumeZone plugin for performance
https://api.github.com/repos/kubernetes/kubernetes/issues/114120/comments
16
2022-11-24T16:52:07Z
2022-12-10T14:04:50Z
https://github.com/kubernetes/kubernetes/issues/114120
1,463,606,835
114,120
[ "kubernetes", "kubernetes" ]
### What happened? When OwnerReferencesPermissionEnforcement admission plugin is enabled, StatefulSetAutoDeletePVC feature cannot delete PVCs when scaling down a StatefulSet. ### What did you expect to happen? StatefulSetAutoDeletePVC deletes PVCs when scaling down a StatefulSet ### How can we reproduce it ...
OwnerReferencesPermissionEnforcement admission blocks PVC autodeletion from StatefulSet
https://api.github.com/repos/kubernetes/kubernetes/issues/114115/comments
2
2022-11-24T13:40:45Z
2022-12-10T14:04:42Z
https://github.com/kubernetes/kubernetes/issues/114115
1,463,367,379
114,115
[ "kubernetes", "kubernetes" ]
### What happened? I am encountering a scenario, where I'm deleting a DaemonSet with the following delete options set. The propagation policy, grace period seconds are defined at as part of [DeleteOptions](https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#DeleteOptions) struct. ```go gracePeriod := int64(3...
Deleting DaemonSet with GracePeriodSeconds with DeletePropagationBackground is not honoured by the pods
https://api.github.com/repos/kubernetes/kubernetes/issues/114113/comments
6
2022-11-24T12:22:47Z
2022-11-30T15:44:12Z
https://github.com/kubernetes/kubernetes/issues/114113
1,463,264,851
114,113
[ "kubernetes", "kubernetes" ]
### What happened? I have a `type: LoadBalancer` service with the following annotations ``` serviceAnnotations: service.beta.kubernetes.io/aws-load-balancer-type: "nlb" service.beta.kubernetes.io/aws-load-balancer-internal: "true" service.beta.kubernetes.io/aws-load-balancer-additi...
Annnotation updates on LoadBalancer service are not propagated to corresponding AWS LoadBalancer listener
https://api.github.com/repos/kubernetes/kubernetes/issues/114111/comments
5
2022-11-24T11:40:14Z
2023-01-16T19:31:40Z
https://github.com/kubernetes/kubernetes/issues/114111
1,463,213,505
114,111
[ "kubernetes", "kubernetes" ]
### What happened? If the `stabilizationWindowSeconds` of scaling down in HPA is `nil`, the hpa controller will use `300` as the default value, and won't change the value to `300` in the object. This is not explict for what the stabilizationWindowSeconds is on querying the resource, and will make some confusion....
The default stabilizationWindowSeconds of scaling down in HPA is not explicit
https://api.github.com/repos/kubernetes/kubernetes/issues/114100/comments
8
2022-11-24T08:36:50Z
2024-04-19T06:26:24Z
https://github.com/kubernetes/kubernetes/issues/114100
1,462,962,389
114,100
[ "kubernetes", "kubernetes" ]
### What happened? cloud-user@mst:~$ kubectl get nodes NAME STATUS ROLES AGE VERSION mast Ready control-plane 25h v1.25.4 cloud-user@mst:~$ kubectl get pods -A NAMESPACE NAME READY STATUS REST...
calico-node failing with Kubernetes 1.25.2
https://api.github.com/repos/kubernetes/kubernetes/issues/114091/comments
7
2022-11-23T21:27:39Z
2022-11-25T08:40:19Z
https://github.com/kubernetes/kubernetes/issues/114091
1,462,426,563
114,091
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Make the field immutable in the webhook. ### Why is this needed? The current implementation doesn't support changing the strategy. Since requeing everything might be costly, it's better to explicitly require the user to recreate the ClusterQueue if that's the desired behavior.
Make ClusterQueue.spec.queuingStrategy inmutable
https://api.github.com/repos/kubernetes/kubernetes/issues/114090/comments
4
2022-11-23T19:01:54Z
2022-11-23T19:02:24Z
https://github.com/kubernetes/kubernetes/issues/114090
1,462,262,315
114,090
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://prow.ppc64le-cloud.org/job-history/s3/ppc64le-prow-logs/logs/postsubmit-master-golang-kubernetes-unit-test-ppc64le ### Which tests are failing? Below tests in vendor/k8s.io/legacy-cloud-providers/vsphere/vclib: ``` TestWithVerificationWithWrongThumbprint TestWithVerificat...
[Failing Test] Thumbprint related connection_tests in vclib vsphere provider fails with golang master
https://api.github.com/repos/kubernetes/kubernetes/issues/114089/comments
10
2022-11-23T18:46:23Z
2023-06-12T17:01:44Z
https://github.com/kubernetes/kubernetes/issues/114089
1,462,243,241
114,089
[ "kubernetes", "kubernetes" ]
### What happened? The [Important Security Information](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md#important-security-information) section of the Changelog for 1.23.14 (and sibling bugfix releases) says that 1.23.13 both has the vuln and also has the fix. ### What did you expect ...
Changelog for v1.23.14 says 1.23.13 has the fix
https://api.github.com/repos/kubernetes/kubernetes/issues/114087/comments
12
2022-11-23T17:00:37Z
2022-11-24T11:22:41Z
https://github.com/kubernetes/kubernetes/issues/114087
1,462,103,593
114,087
[ "kubernetes", "kubernetes" ]
### What happened? Events from node taint manager doesn't report involved object apiVersion: ![image](https://user-images.githubusercontent.com/6214067/203544886-75ce77dc-d6dd-46f6-8a71-012ac8fbdde6.png) ### What did you expect to happen? apiVersion is reported as other events. For example: ![image](ht...
Field apiVersion is missing from events reported from taint manager
https://api.github.com/repos/kubernetes/kubernetes/issues/114083/comments
9
2022-11-23T12:21:19Z
2023-08-21T14:03:25Z
https://github.com/kubernetes/kubernetes/issues/114083
1,461,659,730
114,083
[ "kubernetes", "kubernetes" ]
### What happened? Hi, I am facing a weird problem of not being able to run Kubelet on an Ubuntu 20.04 node. The story, of course, began with the installation `sudo apt install kubelet=1.21.0-00 kubeadm=1.21.0-00 kubectl=1.21.0-00` where everything seemed to go perfectly fine. `Reading package lists... Don...
[BUG] Cannot operate Kubelet, possibly because of installation failure
https://api.github.com/repos/kubernetes/kubernetes/issues/114081/comments
4
2022-11-23T11:14:54Z
2022-11-23T12:50:10Z
https://github.com/kubernetes/kubernetes/issues/114081
1,461,554,905
114,081
[ "kubernetes", "kubernetes" ]
### What would you like to be added? The call to list all PVs that belong to a storage class is expensive to do per node at scale. This can be moved to PreFilter and so done once for all nodes. https://github.com/kubernetes/kubernetes/blob/57eb5d631ccd615cd161b6da36afc759af004b93/pkg/scheduler/framework/plugins/vol...
Optimize volumebinding by moving PV list calls to PreFilter
https://api.github.com/repos/kubernetes/kubernetes/issues/114075/comments
6
2022-11-22T21:00:21Z
2022-12-22T18:11:38Z
https://github.com/kubernetes/kubernetes/issues/114075
1,460,544,501
114,075
[ "kubernetes", "kubernetes" ]
### What happened? Updated to Kubernetes v1.24.8, and Prometheus was no longer able to collect metrics from one of the control-plane nodes. Our Prometheus config asking `kubernetes.default.svc:443` with URL path `/api/v1/nodes/${1}/proxy/metrics`, where `${1}` is replaced by each of the node names. It is able to...
Prometheus fails to proxy /metrics or /metrics/cadvisor in v1.24.8
https://api.github.com/repos/kubernetes/kubernetes/issues/114073/comments
10
2022-11-22T16:40:12Z
2022-11-23T09:36:37Z
https://github.com/kubernetes/kubernetes/issues/114073
1,460,210,000
114,073
[ "kubernetes", "kubernetes" ]
### What happened? It's at [migrate_server.go](https://github.com/kubernetes/kubernetes/blob/master/cluster/images/etcd/migrate/migrate_server.go) line 111 When the server stopped before timeout, the first goroutine will be block on `timeout <- true` because the receiver in the second goroutine is not exist. Cha...
Goroutine leak in EtcdMigrateServer
https://api.github.com/repos/kubernetes/kubernetes/issues/114070/comments
4
2022-11-22T14:38:32Z
2022-12-10T14:04:19Z
https://github.com/kubernetes/kubernetes/issues/114070
1,460,000,572
114,070
[ "kubernetes", "kubernetes" ]
### What happened? Hi Team, I am trying to get k8 audit logs only for level "Metadata" but I am logs for level "Request" and "RequestResponse". I tried multiple combinations to achieve the same but no luck. Also, followed K8 audit documentation but seems it's not helpful. Although they have mentioned to pull only m...
Only Metadata level audit logging is required for Kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/114069/comments
6
2022-11-22T14:14:46Z
2023-03-06T17:26:12Z
https://github.com/kubernetes/kubernetes/issues/114069
1,459,955,338
114,069
[ "kubernetes", "kubernetes" ]
### What happened? when frequently create and delete same crd, kube controller manager memory leak throuth golang heap ![pprof](https://user-images.githubusercontent.com/13744637/203279108-4a0c4e96-4ffc-472e-9dab-a4844f9d5c04.PNG) when create crd, gc controller will use shared informer, and add a new event ha...
kube-controller-manager memory leak when frequently create and delete same crd
https://api.github.com/repos/kubernetes/kubernetes/issues/114066/comments
15
2022-11-22T09:44:11Z
2025-02-06T21:16:28Z
https://github.com/kubernetes/kubernetes/issues/114066
1,459,503,070
114,066
[ "kubernetes", "kubernetes" ]
### What happened? NodePort Services with externalTrafficPolicy: Local. While give curl request to ip:port <xx.xx.xx.xx:8080> from vm machine, In the pod able to receive the logs, but in the log clientIp is showing as "172.17.1.1" Actual external clientip is not showing. ### What did you expect to happen? wh...
ExternalTrafficPolicy: Local does not work for NodePort Services
https://api.github.com/repos/kubernetes/kubernetes/issues/114058/comments
9
2022-11-22T06:22:55Z
2022-11-23T09:27:13Z
https://github.com/kubernetes/kubernetes/issues/114058
1,459,193,062
114,058
[ "kubernetes", "kubernetes" ]
### What happened? I am querying kubelet embedded cadvisor /stats/summary endpoint to get summary metrics and am seeing impossibly high values for the cpu usage metric for containers Sample value: ``` "cpu"=>{ "time"=>"2022-11-12T09:36:38Z", "usageNanoCores"=>5213910257021878272, "usageCoreNanoSecond...
Impossibly high cpu usage value from kubelet embedded cadvisor (k8s 1.23.12)
https://api.github.com/repos/kubernetes/kubernetes/issues/114057/comments
35
2022-11-22T05:49:31Z
2024-09-13T21:02:58Z
https://github.com/kubernetes/kubernetes/issues/114057
1,459,146,816
114,057
[ "kubernetes", "kubernetes" ]
### What would you like to be added? on the [support page](https://github.com/kubernetes/kubernetes/blob/master/SUPPORT.md) it is mentioned that questions should be posted on [stackoverflow](https://stackoverflow.com). But doing so, my question was closed immediately because it was - of course - not about programming:...
SUPPORT.md should be updated
https://api.github.com/repos/kubernetes/kubernetes/issues/114050/comments
24
2022-11-21T20:20:34Z
2024-03-19T18:54:05Z
https://github.com/kubernetes/kubernetes/issues/114050
1,458,522,792
114,050
[ "kubernetes", "kubernetes" ]
### What happened? Hi, At the time of shutdown process of an control-plane instance, apiserver attemps to remove it's `master Lease-object` from etcd, and it may not find the lease-object in storage if the leases already expire by the time APIServer attempts to delete it from storage [here](https://github.com/...
Endpoints doesn't reconcile in some cases from instance that is shutting down
https://api.github.com/repos/kubernetes/kubernetes/issues/114049/comments
16
2022-11-21T17:57:29Z
2022-11-29T21:21:29Z
https://github.com/kubernetes/kubernetes/issues/114049
1,458,355,080
114,049
[ "kubernetes", "kubernetes" ]
### What happened? Workloads which do not shutdown instantly on SIGTERM but start a graceful shutdown behavior to delay the shutdown of the container for some additional time will be in the Pod-Phase "Terminating" after the SIGTERM was received. If the kubelet on a node that hosts such a "Terminating" pod is rest...
Terminating Pods will get their empty dir volumes unmounted when kubelet restarts
https://api.github.com/repos/kubernetes/kubernetes/issues/114047/comments
7
2022-11-21T16:07:37Z
2023-05-11T02:26:12Z
https://github.com/kubernetes/kubernetes/issues/114047
1,458,200,662
114,047
[ "kubernetes", "kubernetes" ]
### What happened? Hi, I'm searching for out of date apis in my k8s cluster but when I try to do `kubectl get TokenReview --all-namespaces ` , it comes back with `Error from server (MethodNotAllowed): the server does not allow this method on the requested resource` It doesn't do this with any other resource ki...
Can't do a kubectl get on the TokenReview kind
https://api.github.com/repos/kubernetes/kubernetes/issues/114045/comments
4
2022-11-21T15:01:40Z
2022-11-24T10:58:02Z
https://github.com/kubernetes/kubernetes/issues/114045
1,458,090,903
114,045
[ "kubernetes", "kubernetes" ]
### What happened? As part of our product we use [extended resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#extended-resources) to add a capacity to certain nodes for use by special pods. I found that if I add a capacity (`22` in my particular test case) to a node and then I...
OutOfpods crashloop with extended resource and maximum size deployment
https://api.github.com/repos/kubernetes/kubernetes/issues/114043/comments
8
2022-11-21T14:29:05Z
2023-07-20T13:22:28Z
https://github.com/kubernetes/kubernetes/issues/114043
1,458,042,798
114,043
[ "kubernetes", "kubernetes" ]
description of envar 'valueFrom' has text: *Cannot* be used if value is *not* empty. created #114041 to change to 'Only used if value..'
Text contains double negative
https://api.github.com/repos/kubernetes/kubernetes/issues/114042/comments
18
2022-11-21T12:42:16Z
2024-03-23T13:39:58Z
https://github.com/kubernetes/kubernetes/issues/114042
1,457,885,607
114,042
[ "kubernetes", "kubernetes" ]
### What happened? I am running on a Debian GNU/Linux 11 (bullseye) system with kubeadm version 1.24.8-00. I followed the official guideline on kubernetes.io. I installed `containerd` and have set `SystemdCgroup = true` in /etc/containerd/config.toml. ``` [plugins."io.containerd.grpc.v1.cri".containerd.ru...
kubeadm 1.24 init failed on Debian 11 with connection refused
https://api.github.com/repos/kubernetes/kubernetes/issues/114034/comments
24
2022-11-21T11:03:37Z
2024-10-21T14:47:50Z
https://github.com/kubernetes/kubernetes/issues/114034
1,457,742,366
114,034
[ "kubernetes", "kubernetes" ]
### What happened? I tried to create a simple pod with user namespace feature on Fedora 36 and running crio-1.25 from testing repos and got: ``` Normal Scheduled 3m1s default-scheduler Successfully assigned default/sandbox to 127.0.0.1 Warning FailedCreatePodSandBox 3m1s ...
Pods with user namespaces don't start
https://api.github.com/repos/kubernetes/kubernetes/issues/114011/comments
11
2022-11-18T20:27:07Z
2022-12-07T18:57:51Z
https://github.com/kubernetes/kubernetes/issues/114011
1,455,753,049
114,011
[ "kubernetes", "kubernetes" ]
The link to documentation on ["Node Allocatable"](https://git.k8s.io/community/contributors/design-proposals/node/node-allocatable.md) is dead. The page was autogenerated. I found a document with the same name within the Kubernetes project [as an archived repo](https://github.com/kubernetes/design-proposals-archive...
Dead link for "Node Allocatable" in doc page Kubelet Configuration (v1beta1)
https://api.github.com/repos/kubernetes/kubernetes/issues/114019/comments
10
2022-11-18T20:26:02Z
2023-06-03T09:55:47Z
https://github.com/kubernetes/kubernetes/issues/114019
1,456,484,204
114,019
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add the following features to the StatefulSet API for Kubernetes to make the management of stateful apps easier: 1. The ability to rollout pods by zone for a Statefulset. 2. Allow PDBs to have budget of disruptions per zone for a Statefulset. ### Why is this needed? A k...
Topology Aware Infrastructure Disruptions for Statefulsets
https://api.github.com/repos/kubernetes/kubernetes/issues/114010/comments
26
2022-11-18T20:16:38Z
2024-07-29T19:14:16Z
https://github.com/kubernetes/kubernetes/issues/114010
1,455,741,256
114,010
[ "kubernetes", "kubernetes" ]
### What happened? During kubelet start up if the system reserved or kube reserved values failed to parse, the kubelet won't start up. The error logged looks like, ``` "command failed" err="failed to run Kubelet: quantities must match the regular expression '^([+-]?[0-9.]+)([eEinumkKMGTP][-+]?[0-9])$'" ``` However...
Kubelet should print useful information if quantities fails to parse during startup
https://api.github.com/repos/kubernetes/kubernetes/issues/114008/comments
8
2022-11-18T19:58:10Z
2022-12-07T19:34:22Z
https://github.com/kubernetes/kubernetes/issues/114008
1,455,716,915
114,008
[ "kubernetes", "kubernetes" ]
So that we know the wiring actually works there too.
encryption-at-rest: add encryption at rest integration test for aggregated API servers
https://api.github.com/repos/kubernetes/kubernetes/issues/114007/comments
5
2022-11-18T19:36:21Z
2024-06-17T12:58:54Z
https://github.com/kubernetes/kubernetes/issues/114007
1,455,690,916
114,007
[ "kubernetes", "kubernetes" ]
### What would you like to be added? - expose option for custom PriorityClass used in test Pods - expose option to add custom quota to test namespaces ### Why is this needed? Some clusters require a PriorityClass be set on all Pods, and if setting a PriorityClass then you may need to set a quota in test names...
e2e test framework expose options for pod PriorityClass and quota
https://api.github.com/repos/kubernetes/kubernetes/issues/114006/comments
33
2022-11-18T18:56:47Z
2023-06-05T17:01:47Z
https://github.com/kubernetes/kubernetes/issues/114006
1,455,642,523
114,006
[ "kubernetes", "kubernetes" ]
### What happened? The combination of using the Pod spec nodeName field with the `DynamicResources` scheduler plugin (currently feature-gated) doesn't work. No surprise really as the nodeName field effective bypasses the `DynamicResources` scheduler plugin running, and something rather clever would need to be invented...
Scheduling Pods with dynamic resources and using the Pod `.spec.nodeName` field fails
https://api.github.com/repos/kubernetes/kubernetes/issues/114005/comments
8
2022-11-18T16:15:38Z
2023-07-13T21:43:39Z
https://github.com/kubernetes/kubernetes/issues/114005
1,455,406,501
114,005
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Currently if you delete a CustomResourceDefinition, all CustomResource instances of that CRD will be deleted. There should be a field users can specify in the CRD spec that protects the CRD from deletion if CR instances still exist. ### Why is this needed? This will prevent cons...
Option to prevent CRD from being deleted if CR instances still exist
https://api.github.com/repos/kubernetes/kubernetes/issues/114003/comments
6
2022-11-18T15:38:27Z
2024-07-05T19:26:50Z
https://github.com/kubernetes/kubernetes/issues/114003
1,455,349,238
114,003
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Currently, `seccomp-default` in kubelet supports only `true` OR `false`. Could we think about the possibility of expanding this to support something like `Localhost` so that the user can specify seccomp profile in another new flag to kubelet? ### Why is this needed? If we w...
seccomp-default in kubelet to support custom profile.
https://api.github.com/repos/kubernetes/kubernetes/issues/113997/comments
6
2022-11-18T05:21:07Z
2023-04-17T09:59:32Z
https://github.com/kubernetes/kubernetes/issues/113997
1,454,468,978
113,997
[ "kubernetes", "kubernetes" ]
## Problem I pushed the ```busybox``` image to harbor, first. ```bash # docker push core.harbor.domain/iot/busybox:latest The push refers to repository [core.harbor.domain/iot/busybox] 01fd6df81c8e: Pushed latest: digest: sha256:62ffc2ed7554e4c6d360bce40bbcf196573dd27c4ce080641a2c59867e732dee size: 527 ``` ...
pull private image failed on crictl 1.24.2
https://api.github.com/repos/kubernetes/kubernetes/issues/113996/comments
6
2022-11-18T04:20:57Z
2022-11-18T08:25:45Z
https://github.com/kubernetes/kubernetes/issues/113996
1,454,415,479
113,996
[ "kubernetes", "kubernetes" ]
### What happened? hi, I delet one pod use ` kubectl delete pods <pod> --grace-period=0 --force ` after that , I creat this pod one again, but I fonud it cannot be created after being deleted ` kubectl get pods -n Namespace ` dont have the pod ### What did you expect to happen? create the pod ### How ...
cannot be created after being deleted
https://api.github.com/repos/kubernetes/kubernetes/issues/113995/comments
5
2022-11-18T04:03:10Z
2022-11-21T09:04:36Z
https://github.com/kubernetes/kubernetes/issues/113995
1,454,400,897
113,995
[ "kubernetes", "kubernetes" ]
### What would you like to be added? A `--uid` flag to `kubectl debug`. ### Why is this needed? The ability to specify a custom UID to run the debug container in `kubectl debug` would be desirable and convenient in cases where the users wishes to run as a different user ID, e.g. root, in the debug container.
support UID specification in kubectl debug
https://api.github.com/repos/kubernetes/kubernetes/issues/113989/comments
8
2022-11-18T03:07:31Z
2024-03-28T16:17:41Z
https://github.com/kubernetes/kubernetes/issues/113989
1,454,360,854
113,989
[ "kubernetes", "kubernetes" ]
### What happened? the pod is successfully removed but the configmap volume remains on the node ### What did you expect to happen? The pod is successfully removed add clean volumes on the node ### How can we reproduce it (as minimally and precisely as possible)? ```console $ kubectl -n kube-system get p...
The pod is successfully removed but the configmap volume remains on the node
https://api.github.com/repos/kubernetes/kubernetes/issues/113987/comments
20
2022-11-18T02:17:38Z
2024-11-17T18:22:00Z
https://github.com/kubernetes/kubernetes/issues/113987
1,454,325,732
113,987
[ "kubernetes", "kubernetes" ]
### What happened? Reporting volume limits for migrated volume plugins with often incorrect values confuses users because intree limits are mostly hardcoded and are not getting updated now that CSI driver is handling these volume types. ### What did you expect to happen? Should not report any volume limits...
Stop reporting volume limits for migrated volume plugins in Node object
https://api.github.com/repos/kubernetes/kubernetes/issues/113982/comments
11
2022-11-17T20:42:53Z
2023-06-12T21:16:06Z
https://github.com/kubernetes/kubernetes/issues/113982
1,453,966,228
113,982
[ "kubernetes", "kubernetes" ]
### What happened? I've installed a CRD and deleted again. kubectl gives different results when querying for the CRD before and after creating and deleting it. ### What did you expect to happen? I would expect deleting a CRD would result in the same state as the cluster as before. Note that deleting the ca...
`kubectl get` returns different error for removed custom type with stale discovery cache
https://api.github.com/repos/kubernetes/kubernetes/issues/113980/comments
7
2022-11-17T20:30:35Z
2023-04-21T21:48:44Z
https://github.com/kubernetes/kubernetes/issues/113980
1,453,950,637
113,980
[ "kubernetes", "kubernetes" ]
### What happened? We observed that while a container is in the process of being torn down, but not completed, the volume gets unmounted and then subsequently detached, causing the fs to enter read-only mode. This happened after kubelet restarted. ``` 2022-11-03 02:42:32.404 PDT | I1103 09:42:32.404518 422257 reco...
Volume is unmounted while container still running during kubelet restart
https://api.github.com/repos/kubernetes/kubernetes/issues/113979/comments
12
2022-11-17T19:05:01Z
2022-12-21T00:31:26Z
https://github.com/kubernetes/kubernetes/issues/113979
1,453,836,227
113,979
[ "kubernetes", "kubernetes" ]
### What happened? I had a discussion with @kad during KubeCon about some unexpected behavior we observed testing Pod Quality of Service and its relation to OOMKills. The kubernetes documentation [here](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#node-out-of-memory-behavior) talks ...
Memory QoS should not be affected by CPU requests/limits
https://api.github.com/repos/kubernetes/kubernetes/issues/113977/comments
11
2022-11-17T15:19:31Z
2024-01-20T10:34:47Z
https://github.com/kubernetes/kubernetes/issues/113977
1,453,527,499
113,977
[ "kubernetes", "kubernetes" ]
### What happened? Spec.hard of ResourcesQuota can be set less than status.used. ### What did you expect to happen? Spec.hard of ResourcesQuota can not be set less than status.used. Server should deny the op. ### How can we reproduce it (as minimally and precisely as possible)? 1. create a ResourceQuota under ...
Spec.hard of ResourcesQuota can be set less than status.used
https://api.github.com/repos/kubernetes/kubernetes/issues/113974/comments
4
2022-11-17T12:21:48Z
2022-12-08T13:26:13Z
https://github.com/kubernetes/kubernetes/issues/113974
1,453,252,615
113,974
[ "kubernetes", "kubernetes" ]
### What happened? 1. update CRD 's description fields 2. the client watching for the cr resource will lost watch https://github.com/kubernetes/kubernetes/pull/78029 ### What did you expect to happen? As i only chang the CRD's descriptions , this is not necessory to notify all client about the change. This i...
updating CRD causes connection loss with active watches of custom resources
https://api.github.com/repos/kubernetes/kubernetes/issues/113966/comments
23
2022-11-17T05:36:55Z
2025-02-07T14:42:47Z
https://github.com/kubernetes/kubernetes/issues/113966
1,452,740,574
113,966
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/kops-ipv6#kops-aws-cni-calico-ipv6&show-stale-tests= https://testgrid.k8s.io/kops-ipv6#kops-aws-cni-calico-ipv6-flatcar&show-stale-tests= https://testgrid.k8s.io/kops-ipv6#kops-aws-cni-cilium-ipv6&show-stale-tests= https://testgrid.k8s.io/kops-ipv6#kops-aws-ipv6-f...
"LoadBalancers should be able to preserve UDP traffic" test incorrectly assumes IPv4
https://api.github.com/repos/kubernetes/kubernetes/issues/113964/comments
14
2022-11-17T03:32:47Z
2022-12-12T10:45:35Z
https://github.com/kubernetes/kubernetes/issues/113964
1,452,638,443
113,964
[ "kubernetes", "kubernetes" ]
### What happened? Pod's metadata.generation doesn't function, it should be implemented here but isn't: https://github.com/kubernetes/kubernetes/blob/master/pkg/registry/core/pod/strategy.go#L96-L102 Some other build in objects have the same problem. ### What did you expect to happen? All built in objects should ...
Some built in objects don't implement generation
https://api.github.com/repos/kubernetes/kubernetes/issues/113961/comments
10
2022-11-16T22:05:18Z
2025-02-24T19:27:29Z
https://github.com/kubernetes/kubernetes/issues/113961
1,452,338,050
113,961
[ "kubernetes", "kubernetes" ]
### What would you like to be added? - [x] https://github.com/kubernetes/kubernetes/issues/113903#issuecomment-1317369712 - [ ] Display new v3 `nullable` field. Check if populated by k8s. If not, then create infrastructure to do so. - [ ] Display new v3 `deprecated` field. Check if populated by k8s. If not, then c...
kubectl explain openapiv3: Future Improvements
https://api.github.com/repos/kubernetes/kubernetes/issues/113958/comments
10
2022-11-16T18:36:09Z
2025-01-15T00:03:16Z
https://github.com/kubernetes/kubernetes/issues/113958
1,452,091,548
113,958
[ "kubernetes", "kubernetes" ]
### What happened? After https://github.com/kubernetes/kubernetes/releases/tag/v1.26.0-rc.0 release, Go modules are not tagged for 0.26.0-rc.0. See e.g. https://pkg.go.dev/k8s.io/api@v0.26.0-beta.0?tab=versions ### What did you expect to happen? Go modules to be tagged with the release ### How can we reproduce i...
Go modules are not tagged for v0.26.0-rc.0
https://api.github.com/repos/kubernetes/kubernetes/issues/113951/comments
5
2022-11-16T12:17:03Z
2022-11-16T15:20:05Z
https://github.com/kubernetes/kubernetes/issues/113951
1,451,490,457
113,951
[ "kubernetes", "kubernetes" ]
### What happened? When working on a kustomize project I noticed this error on a SecretClassProvider running this from the overlay folder: ``` kubectl.exe apply --validate=true --dry-run=client -k . ... secretproviderclass.secrets-store.csi.x-k8s.io/connector-abuseipdb-secret-provider-class configured (dry ...
Kubectl apply -k (kustomizefile) validation errors do not specify the file
https://api.github.com/repos/kubernetes/kubernetes/issues/113950/comments
9
2022-11-16T10:48:28Z
2023-04-25T17:25:52Z
https://github.com/kubernetes/kubernetes/issues/113950
1,451,350,332
113,950
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://prow.ppc64le-cloud.org/job-history/s3/ppc64le-prow-logs/logs/postsubmit-master-golang-kubernetes-unit-test-ppc64le ### Which tests are failing? Below tests are failing with the mast golang: ``` k8s.io/kubernetes/pkg/credentialprovider/plugin: Test_validateCredentialProvide...
master golang modifies url parsing to accept invalid %-encodings
https://api.github.com/repos/kubernetes/kubernetes/issues/113948/comments
11
2022-11-16T10:39:43Z
2022-11-22T20:46:26Z
https://github.com/kubernetes/kubernetes/issues/113948
1,451,336,341
113,948
[ "kubernetes", "kubernetes" ]
### What happened? With new alpha feature `PodSchedulingReadiness` enabled, the metric `scheduler_pending_pods{queue=gated|unschedulable}` becomes inaccurate. ### Case 1 - Create a Pod carrying a schedulingGate `foo`. The metrics look good: ``` scheduler_pending_pods{queue="gated"} 1 scheduler_pending_pods{...
Inaccurate metric scheduler_pending_pods{queue=gated|unschedulable}
https://api.github.com/repos/kubernetes/kubernetes/issues/113945/comments
3
2022-11-16T06:48:19Z
2022-11-23T00:42:15Z
https://github.com/kubernetes/kubernetes/issues/113945
1,450,981,589
113,945
[ "kubernetes", "kubernetes" ]
IGNORe
ignore
https://api.github.com/repos/kubernetes/kubernetes/issues/113944/comments
2
2022-11-16T06:18:15Z
2022-11-16T06:59:29Z
https://github.com/kubernetes/kubernetes/issues/113944
1,450,946,913
113,944
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? The below tests are failing when we tried to update the openssh to version 9.1_p1 * Kubernetes e2e suite.[sig-node] SSH should SSH to all nodes and run commands * Kubernetes e2e suite.[sig-storage] Flexvolumes should be mountable when non-attachable Error: ```{ Failure /workspac...
k8s tests failing with openssh 9
https://api.github.com/repos/kubernetes/kubernetes/issues/113941/comments
14
2022-11-16T05:44:47Z
2023-04-17T07:59:32Z
https://github.com/kubernetes/kubernetes/issues/113941
1,450,910,137
113,941
[ "kubernetes", "kubernetes" ]
### What happened? etcd / kube-apiserver stops before most containers, despite using `shutdownGracePeriodByPodPriority`. On a single node server, with multus (and likely other CNI talking to the API), this spam the logs and make the shutdown slower ### What did you expect to happen? `shutdownGracePeriodByPodPriorit...
Static pods stopped first when priority is not explicitly set
https://api.github.com/repos/kubernetes/kubernetes/issues/113940/comments
18
2022-11-16T05:22:17Z
2022-12-15T04:36:37Z
https://github.com/kubernetes/kubernetes/issues/113940
1,450,885,644
113,940
[ "kubernetes", "kubernetes" ]
### What happened? ### /api/v1/componentstatuses/{name} When I accessed a non-existent component,I recevied 500 status ### resourceVerison parameter parsiong error When I set the value of the `resourceverion` parameter to an arbitrary string,I got 500 status ### What did you expect to happen? ### /api/v1...
Some API parameter parsing error
https://api.github.com/repos/kubernetes/kubernetes/issues/113939/comments
11
2022-11-16T03:21:52Z
2025-01-28T23:19:49Z
https://github.com/kubernetes/kubernetes/issues/113939
1,450,769,557
113,939
[ "kubernetes", "kubernetes" ]
### What happened? I have a pod with config of httpGet probe,but it's never passed But the http api is ok weather in other container or in k8s node throuth `curl podIP:port/path` ### What did you expect to happen? kubelet probe httpGet correctly ### How can we reproduce it (as minimally and precisely as ...
Liveness probe errored: context deadline exceeded (Client.Timeout or context cancellation while reading body)
https://api.github.com/repos/kubernetes/kubernetes/issues/113938/comments
15
2022-11-16T03:19:46Z
2024-01-20T11:12:58Z
https://github.com/kubernetes/kubernetes/issues/113938
1,450,766,492
113,938
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? ### Steps to reproduce the issue ```console [root@centos src]# go version go version go1.19 linux/arm64 [root@centos src]# make test …… The following error is reported when the test case fails due to other reasons: FAIL k8s.io/kubernetes/cmd/kubeadm/app/cmd --- FAIL: TestGen...
make test failed about kubernetes@1.25.4 on centos8_aarch64
https://api.github.com/repos/kubernetes/kubernetes/issues/113936/comments
19
2022-11-16T02:40:37Z
2023-06-10T11:51:32Z
https://github.com/kubernetes/kubernetes/issues/113936
1,450,727,409
113,936
[ "kubernetes", "kubernetes" ]
### What happened? I created an ephemeral container for a Static Pod using the `kubectl debug` command. The command succeed. ```console ❯ kubectl debug --image=busybox --share-processes=true --target=kube-apiserver -n kube-system kube-apiserver-kind-control-plane -- sleep infinity Targeting container "kube-apis...
Ephemeral container fails to be created for Static Pod
https://api.github.com/repos/kubernetes/kubernetes/issues/113935/comments
24
2022-11-16T01:31:33Z
2023-01-13T15:36:30Z
https://github.com/kubernetes/kubernetes/issues/113935
1,450,662,816
113,935
[ "kubernetes", "kubernetes" ]
Creating an issue to track any flaky tests related to CEL admission after merging https://github.com/kubernetes/kubernetes/pull/113314 ### Which jobs are flaking? Jobs running integration tests ### Which tests are flaking? * k8s.io/kubernetes/test/integration/apiserver/cel: Test_ValidateNamespace_NoParams/...
CEL Validating Admission Policy flaky integration tests
https://api.github.com/repos/kubernetes/kubernetes/issues/113932/comments
8
2022-11-15T21:01:47Z
2023-09-15T22:18:18Z
https://github.com/kubernetes/kubernetes/issues/113932
1,450,373,194
113,932
[ "kubernetes", "kubernetes" ]
Currently, the [egress network selection logic](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/util/webhook/authentication.go#L67) always uses the cluster network when the webhook is specified by service, and always uses the control plane network when the webhook is specified by [...
[FR] External network egress selector.
https://api.github.com/repos/kubernetes/kubernetes/issues/113926/comments
4
2022-11-15T18:12:17Z
2023-09-20T16:29:30Z
https://github.com/kubernetes/kubernetes/issues/113926
1,450,185,596
113,926
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? capz-windows-containerd-master ### Which tests are failing? ``[sig-node] Container Runtime blackbox test when running a container with a new image should be able to pull from private registry with secret [NodeConformance]`` ### Since when has it been failing? Since https://github.com/ku...
Missing gcr.io/authenticated-image-pulling/windows-nanoserver:v3 image for E2E tests
https://api.github.com/repos/kubernetes/kubernetes/issues/113925/comments
33
2022-11-15T17:40:42Z
2024-08-22T16:14:52Z
https://github.com/kubernetes/kubernetes/issues/113925
1,450,150,591
113,925
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Enable specification of Admission Webhook credentials in a Secret instead of a kubeconfig file for the kube-apiserver. ### Why is this needed? Currently, to enable use of a ValidationAdmissionWebhook or a MutatingAdmissionWebhook that requires authentication, credentials must be ...
Allow specifying credentials for Admission Webhooks via K8S resource
https://api.github.com/repos/kubernetes/kubernetes/issues/113921/comments
6
2022-11-15T15:03:55Z
2024-04-16T20:26:24Z
https://github.com/kubernetes/kubernetes/issues/113921
1,449,932,256
113,921
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://prow.ppc64le-cloud.org/job-history/s3/ppc64le-prow-logs/logs/postsubmit-master-golang-kubernetes-unit-test-ppc64le ### Which tests are flaking? k8s.io/kubernetes/vendor/k8s.io/legacy-cloud-providers/azure/retry: TestJitterWithNegativeMaxFactor ### Since when has it been f...
Flake: Azure unit test TestJitterWithNegativeMaxFactor is Flaking with master golang
https://api.github.com/repos/kubernetes/kubernetes/issues/113912/comments
4
2022-11-15T10:22:13Z
2023-01-13T05:47:13Z
https://github.com/kubernetes/kubernetes/issues/113912
1,449,532,933
113,912
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Can Grafana Dashbord json file be appended to the project? ### Why is this needed? Can Grafana Dashbord json file be appended to the project?
Can Grafana Dashbord json file be appended to the project?
https://api.github.com/repos/kubernetes/kubernetes/issues/113911/comments
5
2022-11-15T10:21:01Z
2022-11-17T14:29:34Z
https://github.com/kubernetes/kubernetes/issues/113911
1,449,531,256
113,911
[ "kubernetes", "kubernetes" ]
### What happened? kube-controller-manager is **creating pods continuously** after the replication count reaches a certain number (91 in this case). All the pods being generated is in **OutOfpods** state NAME READY STATUS RESTARTS AGE test-d5d446578-22gjn 0/1 OutOfpods 0 ...
Manually assigning pods to nodes could lead to cluster instability
https://api.github.com/repos/kubernetes/kubernetes/issues/113907/comments
46
2022-11-15T07:33:43Z
2024-01-19T12:59:58Z
https://github.com/kubernetes/kubernetes/issues/113907
1,449,310,703
113,907
[ "kubernetes", "kubernetes" ]
This is after running the command a few times, we can see that the request to the root OpenAPI v3 document is not coming back from cache. The content-type is not super correct either by the way. Also, not sure why we're still getting OpenAPI v2, it doesn't seem necessary. Cache for the sub-openapi seems to be working f...
`KUBECTL_EXPLAIN_OPENAPIV3=true kubectl explain` does not properly cache root OpenAPI v3 document
https://api.github.com/repos/kubernetes/kubernetes/issues/113903/comments
9
2022-11-15T00:14:55Z
2023-01-17T22:59:43Z
https://github.com/kubernetes/kubernetes/issues/113903
1,448,958,851
113,903
[ "kubernetes", "kubernetes" ]
```shell $ KUBECTL_EXPLAIN_OPENAPIV3=true kubectl explain --help List the fields for supported resources. This command describes the fields associated with each supported API resource. Fields are identified via a simple JSONPath identifier: <type>.<fieldName>[.<fieldName>] Add the --recursive flag to ...
`KUBECTL_EXPLAIN_OPENAPIV3=true kubectl explain --help` is sad
https://api.github.com/repos/kubernetes/kubernetes/issues/113902/comments
11
2022-11-15T00:09:43Z
2023-06-24T04:19:08Z
https://github.com/kubernetes/kubernetes/issues/113902
1,448,954,462
113,902
[ "kubernetes", "kubernetes" ]
### What happened? This issue is a bucket placeholder for collaborating on the "Known Issues" additions for the 1.26 Release Notes. If you know of issues or API changes that are going out in 1.26, please comment here so that we can coordinate incorporating information about these changes in the Release Notes. /as...
1.26 Release Notes: "Known Issues"
https://api.github.com/repos/kubernetes/kubernetes/issues/113901/comments
3
2022-11-14T23:40:28Z
2022-11-28T09:44:23Z
https://github.com/kubernetes/kubernetes/issues/113901
1,448,932,964
113,901
[ "kubernetes", "kubernetes" ]
### What happened? I got the cluster deployed with kops 1.19 and k8s 1.11. I see master node is working fine but worker nodes are failing to install kubectl with following error. Im using the follwoing image in kops IG group for both master and nodes: `099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-serv...
kube-proxy unable to start due to error "Kubenet does not have netConfig. This is most likely due to lack of PodCIDR"
https://api.github.com/repos/kubernetes/kubernetes/issues/113893/comments
3
2022-11-14T17:49:10Z
2022-11-14T22:47:47Z
https://github.com/kubernetes/kubernetes/issues/113893
1,448,487,550
113,893
[ "kubernetes", "kubernetes" ]
### What happened? https://pkg.go.dev/k8s.io/apimachinery/pkg/util/wait#PollImmediate method has a timeout parameter, and is documented as: > PollImmediate tries a condition func until it returns true, an error, or the timeout is reached. Under certain (realistic, non-artificial) conditions, the timeout is not ...
`wait.PollImmediate` timeout not respected when `ConditionFunc` takes a long time to execute
https://api.github.com/repos/kubernetes/kubernetes/issues/113892/comments
12
2022-11-14T16:52:48Z
2025-02-08T06:34:11Z
https://github.com/kubernetes/kubernetes/issues/113892
1,448,407,184
113,892
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Kubernetes PDB definition uses a label selector to match pods for which PDB should be enforced. As such, it is possible to define multiple PDBs with different label selectors yet resolving to the same pod (or set of pods). The PDB is utilized primarily (exclusively) in two cont...
Add support for multiple PDB per Pod in EvictionAPI
https://api.github.com/repos/kubernetes/kubernetes/issues/113891/comments
9
2022-11-14T16:40:03Z
2022-12-19T19:20:28Z
https://github.com/kubernetes/kubernetes/issues/113891
1,448,389,965
113,891
[ "kubernetes", "kubernetes" ]
At the moment, dynamic resource allocation relies on the garbage collector to delete a ResourceClaim that was created from a template for a specific pod. But that garbage collection only happens when the pod actually gets deleted. That means that for pods that linger after having failed or completed (manually created ...
dynamic resource allocation: delete generated ResourceClaims
https://api.github.com/repos/kubernetes/kubernetes/issues/113890/comments
7
2022-11-14T15:36:39Z
2023-07-06T17:15:17Z
https://github.com/kubernetes/kubernetes/issues/113890
1,448,290,975
113,890
[ "kubernetes", "kubernetes" ]
In particular PotentialNodes and SuitableNodes - see separate commit "api: fully validate PotentialNodes and SuitableNodes".
benchmark apiserver validation of PodScheduling
https://api.github.com/repos/kubernetes/kubernetes/issues/113889/comments
6
2022-11-14T15:06:33Z
2024-10-14T09:48:49Z
https://github.com/kubernetes/kubernetes/issues/113889
1,448,233,930
113,889
[ "kubernetes", "kubernetes" ]
null
kubelet: implement retrying NodePrepareResource when node plugin is not registered or previous call failed
https://api.github.com/repos/kubernetes/kubernetes/issues/113888/comments
3
2022-11-14T15:04:06Z
2022-11-14T15:06:07Z
https://github.com/kubernetes/kubernetes/issues/113888
1,448,229,419
113,888
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? All kubemark tests started failing around 11-04. * https://k8s-testgrid.appspot.com/sig-scalability-gce * https://k8s-testgrid.appspot.com/sig-scalability-kubemark#kubemark-master-500 The testing framework is not able to schedule pods. hollow kubelets has errors like: https://stor...
kubemark tests are failing
https://api.github.com/repos/kubernetes/kubernetes/issues/113886/comments
5
2022-11-14T13:33:17Z
2022-11-15T08:14:10Z
https://github.com/kubernetes/kubernetes/issues/113886
1,448,083,286
113,886
[ "kubernetes", "kubernetes" ]
### What would you like to be added? We removed most of the code that handles in-tree OpenStack Cinder volumes (= PVs with `pv.spec.cinder`) in https://github.com/kubernetes/kubernetes/pull/113826. We need to investigate if we still need to keep Cinder code in scheduler, pkg/scheduler/framework/plugins/nodevolumelim...
Remove volumes migrated to CSI from nodevolumelimits scheduler predicate
https://api.github.com/repos/kubernetes/kubernetes/issues/113885/comments
10
2022-11-14T10:02:22Z
2024-07-19T02:46:44Z
https://github.com/kubernetes/kubernetes/issues/113885
1,447,747,979
113,885
[ "kubernetes", "kubernetes" ]
### What happened? According to the official documentation https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies, when using the OnDelete strategy, the update of the pods should be done when the user deletes the pod. However, I found a case where StatefulSet tries to update volumes o...
StatefulSet ignores OnDelete update strategy
https://api.github.com/repos/kubernetes/kubernetes/issues/113880/comments
8
2022-11-14T07:39:15Z
2023-07-12T09:33:54Z
https://github.com/kubernetes/kubernetes/issues/113880
1,447,546,190
113,880
[ "kubernetes", "kubernetes" ]
### What happened? According to the official document https://kubernetes.io/blog/2021/08/27/minreadyseconds-statefulsets/, The pod available time point is `ready lastTransitionTime + minReadySecond`. However, I found a wired phenomenon when using it(does not configure readiness prober and the pod changes to the read...
What does statefulset.spec.minReadySecond really mean
https://api.github.com/repos/kubernetes/kubernetes/issues/113878/comments
7
2022-11-14T04:01:57Z
2023-04-13T05:25:28Z
https://github.com/kubernetes/kubernetes/issues/113878
1,447,341,622
113,878
[ "kubernetes", "kubernetes" ]
### What would you like to be added? **Context:** `kubectl logs awx-95b9b6dc7-rhx5w -n awx awx-web ` You get a chronological ordered log from the container awx-web **Problem:** When running kubectl logs with --all-containers Log isn't in chronological order **Example:** `kubectl logs awx-...
Small but sensible improvement to kubectl logs (with --all-containers)
https://api.github.com/repos/kubernetes/kubernetes/issues/113869/comments
6
2022-11-12T04:03:08Z
2023-02-16T02:11:39Z
https://github.com/kubernetes/kubernetes/issues/113869
1,446,230,097
113,869
[ "kubernetes", "kubernetes" ]
### What would you like to be added? From https://github.com/kubernetes/kubernetes/pull/111023#discussion_r1020555407 > I don't see any timeout / context associated with GRPC call to the plugin. Since this is in the container start path, I suppose it means we can block container start if the plugin is not respondin...
dynamic resource allocation: add timeouts for communiction with plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/113867/comments
5
2022-11-11T21:09:24Z
2023-03-13T11:34:59Z
https://github.com/kubernetes/kubernetes/issues/113867
1,446,006,199
113,867
[ "kubernetes", "kubernetes" ]
### What would you like to be added? kubelet should only be able to read ResourceClaims that are needed by a pod that has been scheduled onto the node. The node authorizer can do that, similar to how volumes are limited. ### Why is this needed? Better security if a node gets compromised.
dynamic resource allocation: use node authorizer to lock down access by kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/113866/comments
6
2022-11-11T21:06:44Z
2023-07-18T20:44:05Z
https://github.com/kubernetes/kubernetes/issues/113866
1,446,004,270
113,866
[ "kubernetes", "kubernetes" ]
### What happened? During **upgrade**, when some kube-apiservers were in 1.21 and others were in 1.20, api-resources call fails on older servers (1.20) Example: ``` kubectl api-resources --api-group airbnb.com --context=test NAME SHORTNAMES APIVERSION NAMESPACED KIND blah ...
Kubernetes upgrade - "api-resources" call fails
https://api.github.com/repos/kubernetes/kubernetes/issues/113861/comments
7
2022-11-11T17:56:04Z
2024-04-11T16:51:08Z
https://github.com/kubernetes/kubernetes/issues/113861
1,445,820,788
113,861
[ "kubernetes", "kubernetes" ]
### What would you like to be added? In-place pod resize with cgroupv2 (where systemd cgroup driver is default) should use libcontainer functions to update pod cgroup settings. Please see this issue for details: https://github.com/kubernetes/kubernetes/pull/102884#discussion_r1019704157 ### Why is this needed? Wi...
[FG:InPlacePodVerticalScaling] Handle systemd cgroup driver by using libcontainer for updating pod cgroup values
https://api.github.com/repos/kubernetes/kubernetes/issues/113857/comments
7
2022-11-11T16:19:58Z
2024-11-04T20:17:30Z
https://github.com/kubernetes/kubernetes/issues/113857
1,445,707,035
113,857
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Currently, the job controller considers a terminating Pod (`.DeletionTimestamp != nil`) as failed, to be able to account for orphan Pods (Pods assigned to nodes that don't exist). This is because orphan Pods are just removed and not transitioned to a Failed state. When the fea...
Job controller should wait for Pods to terminate to match the failure policy
https://api.github.com/repos/kubernetes/kubernetes/issues/113855/comments
9
2022-11-11T14:40:54Z
2023-03-22T14:20:53Z
https://github.com/kubernetes/kubernetes/issues/113855
1,445,568,131
113,855
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Right now, both status codes are treated the same: https://github.com/kubernetes/kubernetes/blob/cc704f97784c3359db4690b97201ebfe6b481869/pkg/scheduler/framework/runtime/framework.go#L769C26-L771 This could be changed so that Unschedulable only means "I couldn't do anything, ...
scheduler: distinguish between Unschedulable and UnschedulableAndUnresolvable from PostFilter
https://api.github.com/repos/kubernetes/kubernetes/issues/113854/comments
7
2022-11-11T14:19:21Z
2023-01-05T20:53:59Z
https://github.com/kubernetes/kubernetes/issues/113854
1,445,540,247
113,854
[ "kubernetes", "kubernetes" ]
Since the last days there is an unusual rate of flakiness on kind jobs, but couldn't find a pattern ![image](https://user-images.githubusercontent.com/6450081/201342503-14bccf80-0550-4d6a-8065-1ffa1d56e0eb.png) https://testgrid.k8s.io/sig-release-master-blocking#kind-master-parallel&width=20 https://storage.go...
Panic on job controller
https://api.github.com/repos/kubernetes/kubernetes/issues/113852/comments
11
2022-11-11T12:45:12Z
2022-11-11T16:14:11Z
https://github.com/kubernetes/kubernetes/issues/113852
1,445,425,145
113,852
[ "kubernetes", "kubernetes" ]
The race between DRA UnprepareResource call and the pod status update was fixed by this PR: https://github.com/pohly/kubernetes/pull/46 The solution needs to be cleaned up and tested: - new method should be added to the PodDeletionSafetyProvider interface and implemented by the Kubelet. - kl.containerManager.PodMi...
dynamic resource allocation: cleanup the fix for a race between UnprepareResources call and the pod status update
https://api.github.com/repos/kubernetes/kubernetes/issues/113851/comments
15
2022-11-11T12:37:01Z
2024-05-23T09:50:34Z
https://github.com/kubernetes/kubernetes/issues/113851
1,445,416,412
113,851
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? master-informing - gce-cos-master-serial ### Which tests are failing? - Kubernetes e2e suite: [It] [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: dir-bindmounted] [Testpattern: Pre-provisioned PV (default fs)] subPath should unmount if pod is force deleted while kub...
[Failing test] gce-cos-master-serial
https://api.github.com/repos/kubernetes/kubernetes/issues/113849/comments
5
2022-11-11T11:26:56Z
2022-11-15T15:56:55Z
https://github.com/kubernetes/kubernetes/issues/113849
1,445,338,247
113,849
[ "kubernetes", "kubernetes" ]
### What happened? Invalid ResourceVersion can be set before creating. 1. Set up invalid ResourceVersion for object. ```bash ➜ ~ cat test.yaml apiVersion: v1 kind: ConfigMap metadata: name: test resourceVersion: "-1" data: foo: bar ``` 2. Create object with invalid ResourceVersion. ```bash ➜...
Invalid ResourceVersion can be set before creating
https://api.github.com/repos/kubernetes/kubernetes/issues/113847/comments
13
2022-11-11T08:55:21Z
2023-04-13T15:30:28Z
https://github.com/kubernetes/kubernetes/issues/113847
1,445,152,669
113,847
[ "kubernetes", "kubernetes" ]
### What would you like to be added? By design `topologySpreadConstrains` works within the namespace. It would be great to have the possibility to consider pods from different namespaces. For this, a namespace selector as it was implemented for Affinity/Anti-affinity seems to be a good fit. ### Why is this needed? O...
Namespace selector for topologySpreadConstraints
https://api.github.com/repos/kubernetes/kubernetes/issues/113846/comments
10
2022-11-11T08:45:19Z
2023-05-13T17:55:41Z
https://github.com/kubernetes/kubernetes/issues/113846
1,445,140,844
113,846
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? e2e conformance ### Which tests are failing? same with https://github.com/kubernetes/kubernetes/issues/112760 This problem has existed since version 1.21. >I1111 11:44:08.893424 33572 httplog.go:94] "HTTP" verb="DELETE" URI="//api/v1/namespaces/proxy-9604/pods/agnhost/proxy/some/...
remove duplicate slash in test/e2e/network/proxy.go from release-1.21
https://api.github.com/repos/kubernetes/kubernetes/issues/113845/comments
8
2022-11-11T08:10:12Z
2022-11-11T15:31:22Z
https://github.com/kubernetes/kubernetes/issues/113845
1,445,100,054
113,845
[ "kubernetes", "kubernetes" ]
### What happened? I test that daemonset.status.desiredNumberScheduled==daemonset.status.numberReady as part of my test-env start sequence. But in `v1.26.0-beta.0` (and master) daemonset.status.desiredNumberScheduled==0 for a fairly long time. ### What did you expect to happen? I expect daemonset.status.desiredN...
daemonset.status.desiredNumberScheduled=0 for some time in v1.26.0-beta.0
https://api.github.com/repos/kubernetes/kubernetes/issues/113844/comments
30
2022-11-11T07:11:37Z
2022-11-14T22:41:22Z
https://github.com/kubernetes/kubernetes/issues/113844
1,445,035,683
113,844
[ "kubernetes", "kubernetes" ]
### What happened? On a service of type LoadBalancer with External Traffic Policy: Local, whenever pod restarts other pods within the same Service stop responding to active connections from the Clients. 1. N clients are connected to M pods somewhat evenly, there are N established TCP connections. 2. One partic...
[Winkernel Proxier] Unexpected active TCP connection drops while horizontally scaling the endpoints for a LoadBalancer Service with External Traffic Policy: Local
https://api.github.com/repos/kubernetes/kubernetes/issues/113842/comments
9
2022-11-11T05:59:01Z
2024-02-29T15:46:02Z
https://github.com/kubernetes/kubernetes/issues/113842
1,444,973,580
113,842
[ "kubernetes", "kubernetes" ]
### What happened? HNS requires the Load Balancing Policy to be configured to identify the traffic destined to a cloud providers Load Balancer IP (VIP) and forward it to the distributed Load Balancer running in VFP on the node. Windows Kube-proxy ignores the terminating endpoints and strictly creates a HNS Load Bala...
[Winkernel Proxier] No ingress load balancer rules with endpoints to support load balancing when all the endpoints are terminating
https://api.github.com/repos/kubernetes/kubernetes/issues/113841/comments
7
2022-11-11T05:40:30Z
2023-04-11T17:09:38Z
https://github.com/kubernetes/kubernetes/issues/113841
1,444,961,310
113,841
[ "kubernetes", "kubernetes" ]
### What would you like to be added? We added a new pull job pull-kubernetes-e2e-inplace-pod-resize-containerd-main-v2 to complement pull-kubernetes-e2e-gce-alpha-features job. This job provides test coverage by running full-spectrum in-place pod resize e2e test with containerd/main which brings CRI support needed for...
[FG:InPlacePodVerticalScaling] Tracking issue for TODO - future removal of pull-kubernetes-e2e-inplace-pod-resize-containerd-main-v2 job
https://api.github.com/repos/kubernetes/kubernetes/issues/113838/comments
10
2022-11-11T02:34:49Z
2024-01-19T22:05:59Z
https://github.com/kubernetes/kubernetes/issues/113838
1,444,835,545
113,838
[ "kubernetes", "kubernetes" ]
### What would you like to be added? [dynamicresources_test.go](https://github.com/kubernetes/kubernetes/pull/111023/files/7406633de15b2c67d2299d5644bb11ccea4fbf4d#diff-4f9074598aac6feeb62209e781ee5ddfeb0ecd7ca821576b5ab75fb28c1c7e20) uses generic function callbacks which then have to typecast. It would be nicer if th...
dynamic resource allocation: better update callbacks in unit tests
https://api.github.com/repos/kubernetes/kubernetes/issues/113836/comments
4
2022-11-10T21:57:18Z
2022-11-14T15:31:42Z
https://github.com/kubernetes/kubernetes/issues/113836
1,444,620,294
113,836
[ "kubernetes", "kubernetes" ]
### What happened? It was found during a review that stateful set status might not be correctly updated when new revision is being rolled out and API error occurs when deleting a pod. https://github.com/kubernetes/kubernetes/pull/112737#issuecomment-1258893736 ### What did you expect to happen? The status s...
Stateful set status not correctly updated when API error occurs
https://api.github.com/repos/kubernetes/kubernetes/issues/113833/comments
2
2022-11-10T21:41:03Z
2022-12-22T16:17:28Z
https://github.com/kubernetes/kubernetes/issues/113833
1,444,602,990
113,833
[ "kubernetes", "kubernetes" ]
See comment for details: https://github.com/kubernetes/kubernetes/pull/111023#discussion_r1018555622
dynamic resource allocation: reuse gRPC connection to the node plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/113832/comments
6
2022-11-10T20:24:42Z
2023-08-16T16:32:28Z
https://github.com/kubernetes/kubernetes/issues/113832
1,444,514,448
113,832