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'm working with Kubernetes and I want to make a deployment with a resource limit to ensure that it never goes over a certain amount of usage. But I don't need to set any resource reservations, it can go as little as possible. So I create a manifest without specifying `spec.template.spec.container... | Container Resource Request defaulting to Resource Limit | https://api.github.com/repos/kubernetes/kubernetes/issues/117372/comments | 9 | 2023-04-14T20:06:23Z | 2024-03-20T02:59:07Z | https://github.com/kubernetes/kubernetes/issues/117372 | 1,668,890,973 | 117,372 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Followup feedback from https://github.com/kubernetes/kubernetes/pull/117019#discussion_r1165009267
In a few e2e node tests (e.g. tests of deletion grace period) we have some busybox pods that wait for SIGTERM and perform some action like a small sleep to simulate SIGTERM taking some time. These t... | [SIG-Node e2e test] Remove unnecessary sleep on some test pods | https://api.github.com/repos/kubernetes/kubernetes/issues/117367/comments | 3 | 2023-04-14T17:55:24Z | 2023-05-24T02:07:02Z | https://github.com/kubernetes/kubernetes/issues/117367 | 1,668,706,858 | 117,367 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
While bringing in k8s 1.27 into openshift I've noticed rare occurrences of the following panic in kube-apiserver:
```
E0414 12:05:22.601877 16 runtime.go:77] Observed a panic: runtime error: index out of range [0] with length 0
goroutine 165589 [running]:
k8s.io/apiserver/pkg/server/filte... | panic in kube-apiserverver | https://api.github.com/repos/kubernetes/kubernetes/issues/117363/comments | 13 | 2023-04-14T16:25:47Z | 2023-05-01T19:30:24Z | https://github.com/kubernetes/kubernetes/issues/117363 | 1,668,558,086 | 117,363 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I am not able to run tests through make rules if the repo isn't located under `$GOPATH/src/k8s.io`.
```bash
❯ make test GOFLAGS="-v -failfast -count=1" KUBE_COVER="y" WHAT=./pkg/kubelet/kuberuntime
main module (k8s.io/kubernetes) does not contain package k8s.io/kubernetes/hack/tools/ncpu
!!!... | main module (k8s.io/kubernetes) does not contain package k8s.io/kubernetes/hack/tools/ncpu | https://api.github.com/repos/kubernetes/kubernetes/issues/117362/comments | 15 | 2023-04-14T15:19:41Z | 2023-04-21T15:54:05Z | https://github.com/kubernetes/kubernetes/issues/117362 | 1,668,454,705 | 117,362 |
[
"kubernetes",
"kubernetes"
] | Hi!
I would like something similar to docker-compose's "depends_on" feature.
For example in deployment dependent on mysql:
```
depends_on:
- mysql
```
Currently, I am doing the following workaround.
Using initContainers, I check the connection to the MariaDB service with Alpine and NetCat
```
... | Implement "depends_on" for kind deployment | https://api.github.com/repos/kubernetes/kubernetes/issues/117359/comments | 7 | 2023-04-14T14:04:12Z | 2024-02-19T00:00:18Z | https://github.com/kubernetes/kubernetes/issues/117359 | 1,668,313,083 | 117,359 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Because of #117356, the webhook converter may receive an object to convert that has no metadata. In that scenario, it returns an error, because it expects the input object to have metadata.
### What did you expect to happen?
No error
### How can we reproduce it (as minimally and precisely as poss... | Webhook converter fails if object being converted is missing metadata | https://api.github.com/repos/kubernetes/kubernetes/issues/117357/comments | 11 | 2023-04-14T13:32:09Z | 2025-01-07T21:17:02Z | https://github.com/kubernetes/kubernetes/issues/117357 | 1,668,253,733 | 117,357 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Sometimes, server side apply sends a metadata-less CR to the converter, which breaks because the webhook converter expects all objects to have metadata:
https://github.com/kubernetes/kubernetes/blob/a71b7570dd85be41a2668f7a9d4ae8ad3d9148ea/staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/... | Server side apply sometimes invokes CR object conversion with an object that has no metadata | https://api.github.com/repos/kubernetes/kubernetes/issues/117356/comments | 10 | 2023-04-14T13:27:23Z | 2024-10-08T20:24:31Z | https://github.com/kubernetes/kubernetes/issues/117356 | 1,668,246,502 | 117,356 |
[
"kubernetes",
"kubernetes"
] | The webhook converter has logic that takes a potential list of objects (some of which might already be at the desired API version & others that may require conversion), converts the ones that require conversion, and then emits a list that combines them all together in the right order. This code does not have any unit t... | Add unit test coverage for sparse converted objects logic | https://api.github.com/repos/kubernetes/kubernetes/issues/117355/comments | 8 | 2023-04-14T13:18:32Z | 2024-11-04T23:54:58Z | https://github.com/kubernetes/kubernetes/issues/117355 | 1,668,233,667 | 117,355 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
The scheduler ImageLocality plugin computes a score for each node based on the information in the scheduler cache.
This is used to favor nodes that already have the container images required for the Pod that is going to be scheduled.
The point is that the scheduler cache tracks... | ImageLocality plugin should fetch the full list of images available on the nodes to compute an accurate scoring during scheduling | https://api.github.com/repos/kubernetes/kubernetes/issues/117346/comments | 16 | 2023-04-14T10:23:57Z | 2024-03-24T07:46:59Z | https://github.com/kubernetes/kubernetes/issues/117346 | 1,667,980,733 | 117,346 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Upgrade etcd to 3.5.8 tracking
- [x] update build etcd image to 3.5.8-0 https://github.com/kubernetes/kubernetes/pull/117332
- [x] update etcd version to 3.5.8 https://github.com/kubernetes/kubernetes/pull/117335
- [x] upgrade etcd deps to v3.5.8 https://github.com/kuberne... | Upgrade etcd to 3.5.8 | https://api.github.com/repos/kubernetes/kubernetes/issues/117341/comments | 7 | 2023-04-14T08:35:32Z | 2023-05-10T11:38:55Z | https://github.com/kubernetes/kubernetes/issues/117341 | 1,667,791,047 | 117,341 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
After kubernets upgrade from 1.23 to 1.24, my terraform reported this error on some manifest resources:
**Error: Failed to morph manifest to OAPI type
failed to morph object element into object element**
### What did you expect to happen?
.
### How can we reproduce it (as minimally and precis... | failed to morph object element into object element ERROR after upgrade from kubernetes 1.23 to 1.24 | https://api.github.com/repos/kubernetes/kubernetes/issues/117338/comments | 3 | 2023-04-14T08:25:13Z | 2023-04-14T09:05:45Z | https://github.com/kubernetes/kubernetes/issues/117338 | 1,667,771,991 | 117,338 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
when I upgrade k8s version from 1.23.14 to 1.25.5, I meet a problem. The same device /dev/sda is mounted twice and generates two different global mount path. As shown below:

Because of c... | the same device is mounted twice and generates two different globalmountpath | https://api.github.com/repos/kubernetes/kubernetes/issues/117336/comments | 7 | 2023-04-14T07:47:56Z | 2023-04-18T03:33:09Z | https://github.com/kubernetes/kubernetes/issues/117336 | 1,667,713,366 | 117,336 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
1. When client-go has a request timeout specified, it creates a `context.WithTimeout` context for the HTTP requests: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/rest/request.go#L969.
2. client-go propagates this timeout to the server by adding a `timeout` que... | client-go does not propagate updated timeout in request query parameter on retries | https://api.github.com/repos/kubernetes/kubernetes/issues/117313/comments | 17 | 2023-04-13T22:26:07Z | 2024-05-16T16:46:44Z | https://github.com/kubernetes/kubernetes/issues/117313 | 1,667,213,386 | 117,313 |
[
"kubernetes",
"kubernetes"
] | We already track filter latency in the apiserver. It would be useful to have a per-filter metric that tracked failures. In other words, if a filter terminates the request propogation and writes an error response, record that as a failure along with the name of the filter. If the request is propogated and fails in a fil... | Metric: apiserver filter failure count | https://api.github.com/repos/kubernetes/kubernetes/issues/117312/comments | 6 | 2023-04-13T20:57:48Z | 2025-03-04T21:22:08Z | https://github.com/kubernetes/kubernetes/issues/117312 | 1,667,116,412 | 117,312 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
We have a maintenance task running in our clusters to delete obsolete jobs. The task uses a field selector to list completed jobs, `status.successful=1`, and then uses the `.status.completionTime` field to decide if the job should be deleted. This has been running fine for a long time, but suddenly ... | Inconsistent Job state on DeadlineExceeded | https://api.github.com/repos/kubernetes/kubernetes/issues/117303/comments | 18 | 2023-04-13T16:37:12Z | 2024-11-05T16:54:27Z | https://github.com/kubernetes/kubernetes/issues/117303 | 1,666,755,902 | 117,303 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
**kube::golang::verify_go_version** is the first function we execute from kube::golang::setup_env. See update-mocks.sh
```
trap cleanup EXIT
kube::golang::verify_go_version
kube::golang::setup_env
echo 'installing mockgen'
pushd "${KUBE_ROOT}/hack/tools" >/dev/null
go install github.c... | Remove unnecessary kube::golang::verify_go_version from update-mocks.sh | https://api.github.com/repos/kubernetes/kubernetes/issues/117299/comments | 4 | 2023-04-13T15:07:10Z | 2023-04-17T18:12:14Z | https://github.com/kubernetes/kubernetes/issues/117299 | 1,666,615,361 | 117,299 |
[
"kubernetes",
"kubernetes"
] | In https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/ :
**The API server considers the key_id returned from the Status procedure call to be authoritative. Thus, a change to this value signals to the API server that the remote KEK has changed, and data encrypted with the old KEK should be marked stale... | Where can I find the `key_id` returned by the `EncryptRequest` procedure call and the `key_id` returned by the `Status` ? | https://api.github.com/repos/kubernetes/kubernetes/issues/117889/comments | 4 | 2023-04-13T15:03:41Z | 2023-05-09T23:12:24Z | https://github.com/kubernetes/kubernetes/issues/117889 | 1,702,431,041 | 117,889 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I tried setting up Kubernetes following the Getting Started guide on creating a cluster with kubeadm.
`kubeadm init` ran through without issues, but the control plane services are stuck in some kind of restart loop, which I could not figure out the reason for. `kubectl` is functional only intermi... | Restart loop of kube-system pods after fresh install via kubeadm | https://api.github.com/repos/kubernetes/kubernetes/issues/117293/comments | 12 | 2023-04-13T11:24:38Z | 2024-12-28T16:23:29Z | https://github.com/kubernetes/kubernetes/issues/117293 | 1,666,230,144 | 117,293 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Let's use this issue to discuss how to proceed with [strict linting in Kubernetes](https://groups.google.com/a/kubernetes.io/g/dev/c/myGiml72IbM/m/BhQqP4_OAwAJ).
For each issue found by `hack/verify-golangci-lint.sh -s` (for "strict") we need to decide how severe it is:
- ign... | strict golangci-lint | https://api.github.com/repos/kubernetes/kubernetes/issues/117288/comments | 65 | 2023-04-13T10:41:46Z | 2023-08-22T20:19:56Z | https://github.com/kubernetes/kubernetes/issues/117288 | 1,666,168,422 | 117,288 |
[
"kubernetes",
"kubernetes"
] | I ensured that the storage class had the allowVolumeExpansion set to true.
I changed the value for the disk from 10GB to 15GB and the PVC reprovisioned totally removing the data.
Instead of expanding, it seems new disks were created meaning data loss for anything that wasnt backed up.
Here is the description of... | Storage Classes Replaced the Disk instead of Expanding | https://api.github.com/repos/kubernetes/kubernetes/issues/117304/comments | 5 | 2023-04-13T08:28:55Z | 2023-04-14T07:49:57Z | https://github.com/kubernetes/kubernetes/issues/117304 | 1,666,768,578 | 117,304 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I get a permission denied error when running hack/verify-mocks.sh from my macOS Monterey (Silicon). #116338 is basically the same problem BUT with Linux.
"go install" is adding some files to the cache and because of the permissions I can't delete them. This is an example:
```
% ls -l /priva... | hack/verify-mocks.sh fails on cleanup | https://api.github.com/repos/kubernetes/kubernetes/issues/117272/comments | 7 | 2023-04-13T06:46:49Z | 2023-04-22T00:15:14Z | https://github.com/kubernetes/kubernetes/issues/117272 | 1,665,821,613 | 117,272 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
We have added readiness probe and the container is in unready state until it is fully loaded but in case of horizontal autoscaling a new pod which is in unready state starts getting traffic due to which request are failing. We are using nginx ingress controller for loadbalancing and service type is ... | Traffic is getting send to unready pod in kubernetes | https://api.github.com/repos/kubernetes/kubernetes/issues/117270/comments | 7 | 2023-04-13T05:02:17Z | 2023-06-22T16:32:00Z | https://github.com/kubernetes/kubernetes/issues/117270 | 1,665,714,432 | 117,270 |
[
"kubernetes",
"kubernetes"
] | If a ValidatingAdmissionPolicyBinding references a non-existent policy in the `spec.policyName` field the binding silently does nothing.
xref: https://github.com/kubernetes/kubernetes/blob/5550bd5eacc185fac579a7ac6003c7099f8f9d9f/staging/src/k8s.io/api/admissionregistration/v1alpha1/types.go#L363
We have informal... | Report missing policy or params in status of ValidatingAdmissionPolicyBindings | https://api.github.com/repos/kubernetes/kubernetes/issues/117263/comments | 5 | 2023-04-13T00:31:45Z | 2024-04-25T16:52:41Z | https://github.com/kubernetes/kubernetes/issues/117263 | 1,665,456,972 | 117,263 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
On a new 1.27 kubernetes cluster, Using server-side dry-run to apply a custom resource with an older version results in the following error:
```
$ kubectl apply --server-side --dry-run=server -fclusters/my-clusters/image-repo.yaml --field-manager=kustomize-controller
Error from server: faile... | server-side dry-run apply on custom resource fails no-op conversion with error about missing metadata | https://api.github.com/repos/kubernetes/kubernetes/issues/117260/comments | 19 | 2023-04-12T22:29:48Z | 2023-04-13T17:26:41Z | https://github.com/kubernetes/kubernetes/issues/117260 | 1,665,352,352 | 117,260 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Initially observed gradual, linear growth in kube-apiserver's working set size (`container_memory_working_set_bytes`) over the course of a week in an OpenShift 4.13.0-rc.2 (downstream of Kubernetes v1.26.2) cluster that could not be reproduced on OpenShift 4.12.0 (Kubernetes v1.25.4).
A heap pr... | Global transport cache grows unbounded in kube-apiserver process with each sync of APIServiceRegistrationController. | https://api.github.com/repos/kubernetes/kubernetes/issues/117250/comments | 5 | 2023-04-12T16:56:14Z | 2023-04-13T19:40:52Z | https://github.com/kubernetes/kubernetes/issues/117250 | 1,664,914,729 | 117,250 |
[
"kubernetes",
"kubernetes"
] | ## Background
Scheduler framework provides extension hooks to scheduler plugins. k/k usually does a good job to ensure all in-tree plugins adheres to framework changes in each release, but it's not always the case for out-of-tree plugins. For example, https://github.com/kubernetes/kubernetes/pull/115583#issuecomment... | ☂️ Compatibility test suite for scheduler framework (out-of-tree plugins) | https://api.github.com/repos/kubernetes/kubernetes/issues/117215/comments | 19 | 2023-04-11T18:52:21Z | 2024-11-01T13:02:01Z | https://github.com/kubernetes/kubernetes/issues/117215 | 1,663,039,452 | 117,215 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are flaking?
[sig-release-master-blocking
gce-ubuntu-master-containerd](https://k8s-testgrid.appspot.com/sig-release-master-blocking#gce-ubuntu-master-containerd)
### Which tests are flaking?
87 different tests, most related to SIG Storage, some to SIG Node, SIG Network, and SIG CLI
see:
https:... | [Flaky Test] gce-ubuntu-master-containerd multiple failures | https://api.github.com/repos/kubernetes/kubernetes/issues/117212/comments | 7 | 2023-04-11T16:00:34Z | 2023-05-24T16:09:49Z | https://github.com/kubernetes/kubernetes/issues/117212 | 1,662,813,460 | 117,212 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
A V(2) log line that includes preemption details (preemptee and preemptor),
somewhere here https://github.com/kubernetes/kubernetes/blob/ad18954259eae3db51bac2274ed4ca7304b923c4/pkg/scheduler/framework/preemption/preemption.go#L375
### Why is this needed?
We used to have ... | Add log line for preemption including preemptor and preemptee name | https://api.github.com/repos/kubernetes/kubernetes/issues/117210/comments | 6 | 2023-04-11T15:27:58Z | 2023-04-13T19:40:40Z | https://github.com/kubernetes/kubernetes/issues/117210 | 1,662,750,220 | 117,210 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are flaking?
pull-kubernetes-unit
ci-kubernetes-unit
### Which tests are flaking?
Test_StorageVersionUpdatedWithAllEncodingVersionsEqualOnLeaseDeletion
### Since when has it been flaking?
April 3rd
### Testgrid link
https://storage.googleapis.com/k8s-triage/index.html?pr=1&text=Test_StorageVersio... | [flaky] Test_StorageVersionUpdatedWithAllEncodingVersionsEqualOnLeaseDeletion | https://api.github.com/repos/kubernetes/kubernetes/issues/117209/comments | 8 | 2023-04-11T14:58:38Z | 2024-12-04T20:11:41Z | https://github.com/kubernetes/kubernetes/issues/117209 | 1,662,690,565 | 117,209 |
[
"kubernetes",
"kubernetes"
] | I have created an on-prem Kubernetes 1.24 cluster using kubeadm in Ubuntu 18.04 as a master node. I want to add windows server 2019 as a worker node in the Kubernetes cluster.
Can we have official straightforward documentation for adding a Windows node using kubeadm for Kubernetes version 1.24?
If not then what w... | Documentation for Adding windows node in kubernetes | https://api.github.com/repos/kubernetes/kubernetes/issues/117207/comments | 4 | 2023-04-11T10:50:16Z | 2023-04-11T17:11:23Z | https://github.com/kubernetes/kubernetes/issues/117207 | 1,662,229,407 | 117,207 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
1. Client connects to a workload(contains PodA, PodB) by clusterIP, and actually connect to PodA
2. When the Node which PodA belong to become to ‘not ready’ because of some reasons(for example etcd unstable, kubelet is down), but the network is healthy.
3. Then the ipvsadm -ln shows the forward... | [kube-proxy] In IPVS mode, TCP connection lost when node recover to ready | https://api.github.com/repos/kubernetes/kubernetes/issues/117205/comments | 19 | 2023-04-11T09:20:43Z | 2023-08-30T14:33:56Z | https://github.com/kubernetes/kubernetes/issues/117205 | 1,662,084,548 | 117,205 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Hi, I'm a K8s cluster maintainer, and I have a scenario in which some nodes will join and leave my cluster frequently and the node may not be deleted immediately. After I trigger the upgrade deployment of our system daemonset in rolling upgrade mode, and then a node joins our cluster, it will run t... | can't upgrade ds pods when a new node join and leave(become unavailable) | https://api.github.com/repos/kubernetes/kubernetes/issues/117204/comments | 11 | 2023-04-11T08:49:22Z | 2024-04-18T06:15:01Z | https://github.com/kubernetes/kubernetes/issues/117204 | 1,662,035,075 | 117,204 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/ad18954259eae3db51bac2274ed4ca7304b923c4/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go#L1009 | plState := cfgCtlr.priorityLevelStates[plName]. It may not exist and the plState may be nil。 | https://api.github.com/repos/kubernetes/kubernetes/issues/117203/comments | 18 | 2023-04-11T08:22:57Z | 2024-10-09T14:23:22Z | https://github.com/kubernetes/kubernetes/issues/117203 | 1,661,998,243 | 117,203 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
We recently upgraded kubernetes from 1.20.12 to 1.24.10 . We now periodically experience an issue where services will "disconnect" from their endpoint, even though there were no changes to the status of the pod it references, or the node the pod is on. The issue can occur with one or more services... | Endpoint / Endpointslice objects become stuck in state where IP condition differs (not ready vs ready) | https://api.github.com/repos/kubernetes/kubernetes/issues/117193/comments | 21 | 2023-04-11T04:58:37Z | 2024-07-03T10:37:10Z | https://github.com/kubernetes/kubernetes/issues/117193 | 1,661,770,332 | 117,193 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
The `k8s.io/apimachinery/pkg/runtime/serializer/versioning.identifiersMap` https://github.com/kubernetes/kubernetes/blob/ad18954259eae3db51bac2274ed4ca7304b923c4/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning.go#L94 map grows almost every time when `k8s.io/apimachiner... | Excessive memory usage in `k8s.io/apimachinery/pkg/runtime/serializer/versioning.identifiersMap` | https://api.github.com/repos/kubernetes/kubernetes/issues/117191/comments | 6 | 2023-04-10T15:08:20Z | 2024-04-25T16:50:59Z | https://github.com/kubernetes/kubernetes/issues/117191 | 1,660,925,417 | 117,191 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
what I did:
1 I create a docker container to install visual studio 2019, everything is working in docker.
2. When I used the container to the kubernetes, I used the following command, but no any response(no error or no successful)
3. My docker version is lower than kubernetes, I guess that it may... | Don't get any response from cmd in kubernetes | https://api.github.com/repos/kubernetes/kubernetes/issues/117190/comments | 5 | 2023-04-10T09:43:38Z | 2023-04-14T02:32:48Z | https://github.com/kubernetes/kubernetes/issues/117190 | 1,660,524,061 | 117,190 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
PV recycler pod fails to remove files if there are `>67567` files in the directory.
Error in the pod logs:
```
› kl recycler-for-pv-040
2023-04-10T08:17:49.426784970Z /bin/sh: 1: rm: Argument list too long
```
Apparently one hits ARG_MAX due to too long command line.
https://stackover... | PV recycler fails if too many files in top-level directory | https://api.github.com/repos/kubernetes/kubernetes/issues/117189/comments | 6 | 2023-04-10T09:36:07Z | 2023-05-26T17:50:54Z | https://github.com/kubernetes/kubernetes/issues/117189 | 1,660,516,943 | 117,189 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
when I am running this command getting error ---
rke@host-machine rke-k8s]$ kubectl get cluster-info
error: the server doesn't have a resource type "cluster-info"
but when I am running kubectl get nodes I am able to see the node list ..
kubectl version : v1.26.3
rke v... | cluster-info returs error | https://api.github.com/repos/kubernetes/kubernetes/issues/117188/comments | 5 | 2023-04-10T08:49:59Z | 2023-04-10T09:25:57Z | https://github.com/kubernetes/kubernetes/issues/117188 | 1,660,462,918 | 117,188 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are failing?
sig-release-1.27-informing
- capz-windows-containerd-1.27
### Which tests are failing?
`Kubernetes e2e suite: [It] [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... | [Failing Test] capz-windows-containerd-1.27 | https://api.github.com/repos/kubernetes/kubernetes/issues/117185/comments | 4 | 2023-04-10T06:02:39Z | 2023-04-10T17:25:18Z | https://github.com/kubernetes/kubernetes/issues/117185 | 1,660,286,368 | 117,185 |
[
"kubernetes",
"kubernetes"
] | I am encountering issues with `hack/update-codegen.sh` while working on `sample-controller`. I am hoping to find some answers here. Here are the detailed versions of my setup:
```bash
❯ go version
go version go1.20 linux/amd64
❯ go env | grep "GO111MODULE"
GO111MODULE=""
❯ uname -a
Linux DESKTOP-N9GOOM4 5.... | ask for help:The informers and listers in the code generated using the hack/update-codegen.sh script were not generated when setting up the client with the Kubernetes API server | https://api.github.com/repos/kubernetes/kubernetes/issues/117181/comments | 10 | 2023-04-10T03:31:58Z | 2023-04-20T17:00:44Z | https://github.com/kubernetes/kubernetes/issues/117181 | 1,660,177,630 | 117,181 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
In movePodsToActiveOrBackoffQueue function, we will move pods in podInfoList to Active or Backoff queue, and then we set moveRequestCycle as current schedulingCycle. Setting moveRequestCycle will reschedule the pod currently being scheduled.
https://github.com/kubernetes/kubernetes/blob/master/pkg/... | [scheduling] movePodsToActiveOrBackoffQueue moves wrong pods to active or backoff queue | https://api.github.com/repos/kubernetes/kubernetes/issues/117179/comments | 10 | 2023-04-10T02:00:02Z | 2024-02-18T06:06:33Z | https://github.com/kubernetes/kubernetes/issues/117179 | 1,660,107,658 | 117,179 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
If a node selector fails and it cannot assign, then it should log as part of the message the value set tried.
This way it is clear what is a key value pair issue and what is a more general config issue.
### Why is this needed?
It is currently very hard to know if something... | Error messages should include values tried (e.g. Node Selectors) | https://api.github.com/repos/kubernetes/kubernetes/issues/117176/comments | 14 | 2023-04-09T20:04:33Z | 2024-04-19T08:30:52Z | https://github.com/kubernetes/kubernetes/issues/117176 | 1,659,987,894 | 117,176 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
A reliable default process to update between versions.
### Why is this needed?
Our last two upgrades, including an upgrade from 1.24.x to a 1.24.y k8s failed badly.
The first was an issue with deprecation and the second it just randomly hung and entered a failed state without an... | Upgrades work | https://api.github.com/repos/kubernetes/kubernetes/issues/117175/comments | 6 | 2023-04-09T20:00:16Z | 2023-04-11T03:30:19Z | https://github.com/kubernetes/kubernetes/issues/117175 | 1,659,986,716 | 117,175 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Following up from this discussion - https://github.com/kubernetes/kubernetes/pull/116420#issuecomment-1500602135
There are different components that fall in the critical path for the k8s API today (apiserver (core), authn/authz webhooks, mutating/validating/conversion webhooks... | Monitoring gaps in apiserver extension mechanisms | https://api.github.com/repos/kubernetes/kubernetes/issues/117167/comments | 30 | 2023-04-08T01:50:27Z | 2024-06-14T05:32:43Z | https://github.com/kubernetes/kubernetes/issues/117167 | 1,659,332,644 | 117,167 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
The Kubernetes cluster was originally running normally on a gigabit network, but now I have switched the network to a 10 Gigabit network and found that the pod cannot access the service.
Before switching to a 10 Gigabit network, the existing services on Kubernetes are normal, and each node can ac... | Pod cannot access any services on a 10 Gigabit network | https://api.github.com/repos/kubernetes/kubernetes/issues/117162/comments | 10 | 2023-04-07T17:07:52Z | 2023-09-07T09:42:41Z | https://github.com/kubernetes/kubernetes/issues/117162 | 1,659,012,586 | 117,162 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Unable to remove old endpoints from kubernetes service: StorageError: key not found, Code: 1, Key: /registry/masterleases/192.168.77.122, ResourceVersion: 0, AdditionalErrorMsg:
configuration file
cat > /home/t4/master/kubernetes/cfg/kube-apiserver.conf << EOF
KUBE_APISERVER_OPTS="--logtostderr... | Deploying Apiserver Error | https://api.github.com/repos/kubernetes/kubernetes/issues/117161/comments | 6 | 2023-04-07T16:19:21Z | 2023-09-07T09:30:22Z | https://github.com/kubernetes/kubernetes/issues/117161 | 1,658,974,287 | 117,161 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
A pod is created with user namespace
``` yaml
apiVersion: v1
kind Pod
metadata:
name: alpine
namespace: default
sepc:
hostUsers: false
containers:
- image: alpine:latest
command:
- /bin/sh
- "c"
args:
- sleep infinity;
i... | Not possible to access rootfs from an ephemeral container when user namespace is enabled | https://api.github.com/repos/kubernetes/kubernetes/issues/117159/comments | 7 | 2023-04-07T13:43:08Z | 2023-04-14T06:25:57Z | https://github.com/kubernetes/kubernetes/issues/117159 | 1,658,820,317 | 117,159 |
[
"kubernetes",
"kubernetes"
] | go-client workqueue only provide Len() function to get the total size of, but I can't get the size of specified resource which waiting to be executed by controller.
Because it is necessary to control the number of current resources entering the workqueue to avoid causing other resources to be blocked | How can I get the size of the current resource in the queue | https://api.github.com/repos/kubernetes/kubernetes/issues/117157/comments | 6 | 2023-04-07T09:33:31Z | 2024-02-18T12:58:19Z | https://github.com/kubernetes/kubernetes/issues/117157 | 1,658,594,954 | 117,157 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I use startupProbe in the following Deployment. In the startupProbe, it waits for the application to start with `initialDelaySeconds: 50` and then start the warm-up process with `timeoutSeconds: 95`. The warm-up process takes about 40 seconds, and the interval in probe is set to `periodSeconds: 10... | When periodSeconds is shorter than processing time, startupProbe is executed twice. | https://api.github.com/repos/kubernetes/kubernetes/issues/117153/comments | 6 | 2023-04-07T04:46:12Z | 2024-11-06T00:35:30Z | https://github.com/kubernetes/kubernetes/issues/117153 | 1,658,356,621 | 117,153 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are flaking?
master-blocking
kind-ipv6-master-parallel
### Which tests are flaking?
Kubernetes e2e suite: [It] [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: CSI Ephemeral-volume (default fs)] ephemeral should support two pods which have the same volume definition
### Since when ... | [Flaky Test] kind-ipv6-master-parallel - timeouts - CSI Volumes - ephemeral should support two pods which have the same volume definition | https://api.github.com/repos/kubernetes/kubernetes/issues/117150/comments | 8 | 2023-04-06T19:52:50Z | 2023-09-07T08:37:24Z | https://github.com/kubernetes/kubernetes/issues/117150 | 1,657,958,530 | 117,150 |
[
"kubernetes",
"kubernetes"
] | Issue with changes introduced in #114844 to add a timeout to kubelet calls made to DRA plugins
When my plugin takes longer than 10 seconds to respond, the `NodePrepareResource()` call in the client (presumably) fails, but the failure is never bubbled up to the manager. Later on a timeout happens somewhere else in th... | dynamic-resource-allocation: Issue with changes introduced in #114844 to add a timeout to kubelet calls to plugins | https://api.github.com/repos/kubernetes/kubernetes/issues/117146/comments | 12 | 2023-04-06T16:54:18Z | 2023-08-28T09:10:01Z | https://github.com/kubernetes/kubernetes/issues/117146 | 1,657,757,510 | 117,146 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
When `kubectl kustomize` executed based on such a kustomization.yaml, ConfigMapGenerator can generate ConfigMaps with slashes in the Keys.
```
# kustomization.yaml
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
configMapGenerator:
- name: multiple-files-with-slashes
... | kustomize build allows keys with slashes in ConfigMap, but validation at apply runtime causes an error | https://api.github.com/repos/kubernetes/kubernetes/issues/117145/comments | 13 | 2023-04-06T16:37:32Z | 2024-09-30T23:04:31Z | https://github.com/kubernetes/kubernetes/issues/117145 | 1,657,733,149 | 117,145 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
GetLogs should be supported just like any other `entity` and `verb` in fakeClient, so that we can mock the GetLogs for unit test.
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/kubernetes/typed/core/v1/fake/fake_pod_expansion.go#L66
### Why ... | GetLogs doesn't have support for Reactors in fake client | https://api.github.com/repos/kubernetes/kubernetes/issues/117144/comments | 8 | 2023-04-06T15:39:51Z | 2024-08-01T22:39:48Z | https://github.com/kubernetes/kubernetes/issues/117144 | 1,657,656,609 | 117,144 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
When working with the TF-provider-kubernetes, i noticed how when attempting to set multiple fieldManagers, it will overwrite the previous fieldManager with the newly configured one. Making it not possible to have multiple fieldManagers.
Tested this with `kubectl` and also ran into the same issu... | support node taints owned by different fieldManagers | https://api.github.com/repos/kubernetes/kubernetes/issues/117142/comments | 9 | 2023-04-06T14:48:52Z | 2024-11-11T20:41:08Z | https://github.com/kubernetes/kubernetes/issues/117142 | 1,657,571,203 | 117,142 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
When trying to debug POD with copy operation, it fails with error ` the integer value of priority (1000) must not be provided in pod spec; priority admission controller computed 10000 from the given PriorityClass name`. However the actual value of priority class name matches POD priority. Admissio... | Debug container copy operation fails on POD priority error | https://api.github.com/repos/kubernetes/kubernetes/issues/117135/comments | 14 | 2023-04-06T08:53:42Z | 2023-04-12T05:41:13Z | https://github.com/kubernetes/kubernetes/issues/117135 | 1,656,952,280 | 117,135 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
We encountered an issue that Ephemeral container created failed using kubectl debug with restricted PSA, the Kubernetes is v1.25.4 and kubectl is v1.24.1.
[root@vz0005-tgh25-master-0 ~]# kubectl debug -n psa testclient-848997fb8-dlcsn -it --image=registry.redhat.io/rhel8/support-tools:latest -- ... | kubectl debug failed to add ephemeral container with kubernetes 1.25 | https://api.github.com/repos/kubernetes/kubernetes/issues/117130/comments | 20 | 2023-04-06T05:22:01Z | 2023-04-25T13:20:04Z | https://github.com/kubernetes/kubernetes/issues/117130 | 1,656,684,797 | 117,130 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Golang mailing list announcement: https://groups.google.com/g/golang-announce/c/71Wg3N0IZk0/m/xchF2bEZAgAJ
SIG Release Slack thread: https://kubernetes.slack.com/archives/CJH2GBF7Y/p1680462499542979
The tracking issue in release: https://github.com/kubernetes/release/issues/2... | Dependency update - Golang 1.20.3/1.19.8 | https://api.github.com/repos/kubernetes/kubernetes/issues/117124/comments | 5 | 2023-04-05T21:47:34Z | 2023-04-06T17:05:55Z | https://github.com/kubernetes/kubernetes/issues/117124 | 1,656,337,059 | 117,124 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
In our environment we have a namespace with ~3k deployments and ~10k pods in it.
Most of the deployments are updated simultaneously. We observed that during this mass-rollout time kube-controller manager in some situations starts to consume more than 100GB of memory and significant amount of CPU.... | kube-controller-manager: resource leak | https://api.github.com/repos/kubernetes/kubernetes/issues/117123/comments | 15 | 2023-04-05T21:05:21Z | 2024-02-19T04:04:22Z | https://github.com/kubernetes/kubernetes/issues/117123 | 1,656,294,468 | 117,123 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Files storing latest versions for minors are not updated since `rc.0` infix was added to the version string. Example https://storage.googleapis.com/kubernetes-jenkins/logs/ci-kubernetes-build-1-26/1643305100510236672/build-log.txt
```
level=info msg="Testing v1.26.3-39+4a7242e481c645 > latest-1.... | latest files are not being updated properly | https://api.github.com/repos/kubernetes/kubernetes/issues/117115/comments | 18 | 2023-04-05T15:11:37Z | 2024-05-29T11:44:34Z | https://github.com/kubernetes/kubernetes/issues/117115 | 1,655,815,556 | 117,115 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
API for resource driver Allocate and Deallocate calls should handle list of resource claim allocations like the NodePrepareResource and NodeUnprepareResources do, and DRA helper code should send all resource claims that belong to the same pod scheduling context in the same list f... | DRA resource driver API: batching Pod resource claims for allocation, deallocation, resource preparation and unpreparation | https://api.github.com/repos/kubernetes/kubernetes/issues/117104/comments | 10 | 2023-04-05T13:00:25Z | 2023-07-06T18:33:05Z | https://github.com/kubernetes/kubernetes/issues/117104 | 1,655,578,605 | 117,104 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
When setting eventRecordQPS or eventBurst to 0 in KubeletConfiguration the documentation states that no limit is enforced. What happens instead is that eventRecordQPS has the same meaning as "event-qps" kubelet flag. The value is used directly: https://github.com/kubernetes/kubernetes/blob/330b5a2b8... | When eventRecordQPS is set to 0, the actual QPS is 5 | https://api.github.com/repos/kubernetes/kubernetes/issues/117101/comments | 11 | 2023-04-05T11:47:09Z | 2024-05-02T18:14:24Z | https://github.com/kubernetes/kubernetes/issues/117101 | 1,655,470,643 | 117,101 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
When sizeLimit is specified subsequent invocations will fail with the message:
```
MountVolume.SetUp failed for volume "home" : requesting quota of different size: old -1 new 2Gi
```
### What did you expect to happen?
No error should be raised.
### How can we reproduce it (as minimal... | MountVolume.SetUp of emptyDir with sizeLimit fails on subsequent calls (fsquota) | https://api.github.com/repos/kubernetes/kubernetes/issues/117098/comments | 5 | 2023-04-05T10:19:18Z | 2023-04-12T03:21:12Z | https://github.com/kubernetes/kubernetes/issues/117098 | 1,655,342,593 | 117,098 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
opencontainers/runc has fixed three CVEs: https://github.com/opencontainers/runc/releases
### What did you expect to happen?
Latest runc is pulled by k/k
### How can we reproduce it (as minimally and precisely as possible)?
Check runc version in `go.mod` file
### Anything else we ne... | CVE-2023-27561 CVE-2023-25809 CVE-2023-28642: Bump runc v1.1.4 -> v1.1.5 | https://api.github.com/repos/kubernetes/kubernetes/issues/117094/comments | 2 | 2023-04-05T04:43:53Z | 2023-04-12T03:21:05Z | https://github.com/kubernetes/kubernetes/issues/117094 | 1,654,926,851 | 117,094 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Adding `"containerLogMaxSize": "100Mi"` to kubelet-config had no effect.
The containerLogMaxSize remained at 10Mi.
On the other hand, adding ` --container-log-max-size="100Mi"` to the command line produced a warning in the log file, but did seem to work:
```
Flag --container-log-max-size ha... | containerLogMaxSize only works as a CLI option to kubelet | https://api.github.com/repos/kubernetes/kubernetes/issues/117092/comments | 12 | 2023-04-04T22:39:55Z | 2023-08-16T17:44:49Z | https://github.com/kubernetes/kubernetes/issues/117092 | 1,654,668,967 | 117,092 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I am enabling CSI migration on a vSphere cluster. A node was fully drained, all its Pods are deleted, but just before KCM detaches in-tree vSphere volume volumes from it, KCM restarts. A new KCM starts, sees attached volumes in `node.status.volumesAttached` that are not needed by any Pod on the node... | In-tree vSphere volumes are not detached after KCM restart | https://api.github.com/repos/kubernetes/kubernetes/issues/117091/comments | 9 | 2023-04-04T15:27:13Z | 2023-05-04T21:37:15Z | https://github.com/kubernetes/kubernetes/issues/117091 | 1,654,112,984 | 117,091 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Not added, but removed:
Looking at this comment: https://github.com/kubernetes/kubernetes/blob/master/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/policy.go#L551
this should be removed once the migration to lease in leader-election was done. Can this be removed already? I me... | remove RBAC rules allowing for creation and update of endpoints by the kubescheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/117089/comments | 7 | 2023-04-04T14:50:04Z | 2023-04-12T03:21:54Z | https://github.com/kubernetes/kubernetes/issues/117089 | 1,654,044,154 | 117,089 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I am attempting to perform secondary development on containerd on a node where kubelet is deployed. After calling runpodsandbox to create a sandbox, I noticed that it was immediately garbage collected by kubelet. Upon adding some logging, I found that kubelet was passing an empty filter parameter to... | Possible bug in kubelet garbage collector for containerd sandbox created via runpodsandbox API | https://api.github.com/repos/kubernetes/kubernetes/issues/117087/comments | 15 | 2023-04-04T11:38:44Z | 2024-03-19T15:51:06Z | https://github.com/kubernetes/kubernetes/issues/117087 | 1,653,720,832 | 117,087 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
We encountered an issue in our Azure Kubernetes Services clusters on Kubernetes 1.24.9 where, on Windows nodes, Pods came into a state where their liveness probes could no longer be started. Each start of the probe would result in the following error:
> Liveness probe errored: rpc error: code = U... | Failure to start liveness probe on Windows should be treated like a failed liveness probe | https://api.github.com/repos/kubernetes/kubernetes/issues/117086/comments | 12 | 2023-04-04T08:08:22Z | 2024-08-09T21:39:19Z | https://github.com/kubernetes/kubernetes/issues/117086 | 1,653,397,993 | 117,086 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Hey, I was fiddling around with the InPlacePodVerticalScaling feature in the 1.27.0-rc.0 version. After creating a pod with requests and without limits they, I edited the pod to add limits. However `containerStatuses.resources.limits` does not get updated. Further adjustments to the requests hang ... | [InPlacePodVerticalScaling] Added limits to the spec are not reflected in container statuses | https://api.github.com/repos/kubernetes/kubernetes/issues/117085/comments | 7 | 2023-04-04T07:54:33Z | 2023-04-17T15:08:53Z | https://github.com/kubernetes/kubernetes/issues/117085 | 1,653,377,770 | 117,085 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
We tried to run command `protoc --gogo_out=plugins=grpc:. xxx/xxx/proto-file.proto` to generate `.pb.go` file. But the `plugins=grpc` option in the command seems to have not been effective.
Perhaps it was [this](https://github.com/kubernetes/code-generator/commit/f1858f000552ce80a57a902df7f9654... | Command read bug in protobuf generation | https://api.github.com/repos/kubernetes/kubernetes/issues/117080/comments | 10 | 2023-04-04T06:59:28Z | 2024-05-04T13:54:38Z | https://github.com/kubernetes/kubernetes/issues/117080 | 1,653,302,160 | 117,080 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I got an error like
```
error forwarding port 15008 to pod ef373fd9bb0eace525a5232b56196e8fd7144228d6c533fb645d206a134e8245, uid : network namespace for sandbox "ef373fd9bb0eace525a5232b56196e8fd7144228d6c533fb645d206a134e8245" is closed
```
### What did you expect to happen?
My error is for... | Incorrect logging from port-forward error | https://api.github.com/repos/kubernetes/kubernetes/issues/117076/comments | 8 | 2023-04-03T21:35:14Z | 2024-09-06T21:02:34Z | https://github.com/kubernetes/kubernetes/issues/117076 | 1,652,808,238 | 117,076 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Watching an object returns outputs like:
Single object:
```yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: obj1
namespace: default
```
Multiple objects:
```yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: obj2
namespace: default
---
apiVersion: v1
kind: Confi... | `kubectl -oyaml -w` should return fully deliminated objects | https://api.github.com/repos/kubernetes/kubernetes/issues/117075/comments | 10 | 2023-04-03T19:12:58Z | 2023-04-11T16:14:40Z | https://github.com/kubernetes/kubernetes/issues/117075 | 1,652,622,881 | 117,075 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
When `podManagementPolicy: Parallel` is set, StatefulSetController should issue create requests for replicas in batches (similar to how other controllers work, e.g. ReplicaSetController) when creating pods for the first time and scaling up.
### Why is this needed?
Currently even ... | StatefulSet with `podManagementPolicy: Parallel` should create pods in parallel | https://api.github.com/repos/kubernetes/kubernetes/issues/117071/comments | 5 | 2023-04-03T14:29:09Z | 2023-07-03T17:16:53Z | https://github.com/kubernetes/kubernetes/issues/117071 | 1,652,190,279 | 117,071 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Follow up on meeting of 28-03-2022 [Meeting notes](https://docs.google.com/document/d/1Ne57gvidMEWXR70OxxnRkYquAoMpt56o75oZtg-OeBg/edit#heading=h.2cz4ars29skh) - [Slack thread](https://kubernetes.slack.com/archives/C0BP8PW9G/p1679649131585659)
In the meeting was specified that t... | [SIG-Node] Cgroups v2 memory.oom.group support (kill all pids in a pod on oom) | https://api.github.com/repos/kubernetes/kubernetes/issues/117070/comments | 6 | 2023-04-03T13:45:48Z | 2023-06-12T21:46:00Z | https://github.com/kubernetes/kubernetes/issues/117070 | 1,652,104,024 | 117,070 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/d89d5ab2680bc74fe4487ad71e514f4e0812d9ce/pkg/apis/core/validation/validation.go#L4074 | Here need to add "continue" sig/storage | https://api.github.com/repos/kubernetes/kubernetes/issues/117068/comments | 8 | 2023-04-03T12:50:13Z | 2024-03-19T06:46:07Z | https://github.com/kubernetes/kubernetes/issues/117068 | 1,652,007,742 | 117,068 |
[
"kubernetes",
"kubernetes"
] | DRA e2e tests should cover handling Kubelet restarts and similar functionality related to Node operations. | dynamic resource allocation: Implement node e2e tests | https://api.github.com/repos/kubernetes/kubernetes/issues/117067/comments | 4 | 2023-04-03T12:23:05Z | 2023-06-07T07:06:16Z | https://github.com/kubernetes/kubernetes/issues/117067 | 1,651,966,689 | 117,067 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
I would like to create a new resource`MultiplePodDisruptionBudget` to support multiple pdb rule of one pod. the API may be defined as follows:
```apiVersion: policy/v1beta1
kind: MultiplePodDisruptionBudget
metadata:
name: test-multi-pdb
spec:
ruleGroups:
- name: ... | Add resource `MultiplePodDisruptionBudget` to support mutiple pdb constraint of per pod in EvictionAPI | https://api.github.com/repos/kubernetes/kubernetes/issues/117065/comments | 6 | 2023-04-03T11:41:56Z | 2024-02-18T08:58:18Z | https://github.com/kubernetes/kubernetes/issues/117065 | 1,651,899,037 | 117,065 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Currently I describe a Pod that is in `ContainerCreating` and fails to attach/mounts its volume:
```
$ k describe po loki-0
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedMount 25m ... | Sort (unmounted/unattached) volumes for the event message | https://api.github.com/repos/kubernetes/kubernetes/issues/117063/comments | 3 | 2023-04-03T10:09:13Z | 2023-06-08T01:52:13Z | https://github.com/kubernetes/kubernetes/issues/117063 | 1,651,759,537 | 117,063 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
All audit log times are formatted in RFC3339Micro = "2006-01-02T15:04:05.000000Z07:00", which is not fair to people not in that timezone, so I think it's a design bug
### What did you expect to happen?
Allow people to set the timezone for audit log formatting
### How can we reproduce it (... | Query about setting audit log timezone | https://api.github.com/repos/kubernetes/kubernetes/issues/117062/comments | 15 | 2023-04-03T09:54:15Z | 2024-02-18T12:58:18Z | https://github.com/kubernetes/kubernetes/issues/117062 | 1,651,728,355 | 117,062 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/d89d5ab2680bc74fe4487ad71e514f4e0812d9ce/pkg/registry/storage/csistoragecapacity/strategy.go#L55 | duplicate call validation.ValidateCSIStorageCapacity(csiStorageCapacity, opts) | https://api.github.com/repos/kubernetes/kubernetes/issues/117058/comments | 3 | 2023-04-03T07:40:23Z | 2023-05-14T19:51:28Z | https://github.com/kubernetes/kubernetes/issues/117058 | 1,651,514,829 | 117,058 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Currently, Kubernetes does not have native support for GPU resource scheduling, which can make it difficult to run GPU-intensive workloads on the platform. This enhancement proposal seeks to add support for GPU resource scheduling to Kubernetes, enabling users to specify GPU resour... | Add support for GPU resource scheduling in Kubernetes | https://api.github.com/repos/kubernetes/kubernetes/issues/117056/comments | 7 | 2023-04-03T06:36:29Z | 2023-04-03T15:29:23Z | https://github.com/kubernetes/kubernetes/issues/117056 | 1,651,432,171 | 117,056 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
When enabling race detection with (roughly) Kubernetes d89d5ab2680bc74fe4487ad71e514f4e0812d9ce, the following race was reported:
```
k8s.io/kubernetes/test/integration/etcd: TestOverlappingCustomResourceCustomResourceDefinition
==================
WARNING: DATA RACE
Read at 0x00c00e27c4f8... | apiserver: data race | https://api.github.com/repos/kubernetes/kubernetes/issues/117052/comments | 16 | 2023-04-01T13:08:50Z | 2024-05-16T16:44:14Z | https://github.com/kubernetes/kubernetes/issues/117052 | 1,650,468,042 | 117,052 |
[
"kubernetes",
"kubernetes"
] | Look for "// TODO: Deprecated, remove after we switch to Seccomp field". Fix it. See https://github.com/kubernetes/kubernetes/pull/115898 as example.
/cc @saschagrunert
/help
/good-first-issue
/sig node
add @saschagrunert as a reviewer when sending a PR.
(issue is a follow up from https://github.com/kube... | Remove SeccompProfilePath | https://api.github.com/repos/kubernetes/kubernetes/issues/117045/comments | 16 | 2023-03-31T20:07:43Z | 2023-05-02T05:34:12Z | https://github.com/kubernetes/kubernetes/issues/117045 | 1,649,960,748 | 117,045 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
I'd like to add a multiplication method for the resource.Quantity.
### Why is this needed?
Currently, the resource package provides helper methods to calculate Quantity, such as `Add` and `Sub`:
- https://github.com/kubernetes/apimachinery/blob/8d1258da8f386b809d312cdda31636... | Provide a multiplication method for the resource.Quantity | https://api.github.com/repos/kubernetes/kubernetes/issues/117044/comments | 9 | 2023-03-31T19:25:36Z | 2023-10-14T21:49:27Z | https://github.com/kubernetes/kubernetes/issues/117044 | 1,649,898,406 | 117,044 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Volumes that attached failed may wait a long time before being triggered to detach after the Pod is deleted
### What did you expect to happen?
After the pod is deleted, the volume that has not been successfully attached should trigger detach immediately.
### How can we reproduce it (as mi... | Volumes that attached failed may wait a long time before being triggered to detach after the Pod is deleted | https://api.github.com/repos/kubernetes/kubernetes/issues/117042/comments | 12 | 2023-03-31T17:22:17Z | 2025-01-09T09:32:11Z | https://github.com/kubernetes/kubernetes/issues/117042 | 1,649,746,331 | 117,042 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I have issued a set of administrator certificates. But the controller-manager and scheduler cannot recognize it
```
~# curl -k -I --cert admin.crt --key admin.key https://xxxx:6443/metrics --noproxy "*"
HTTP/2 200
audit-id: 368a192d-d760-4a34-ba79-79bc2922dbe3
cache-control: no-cache, privat... | forbidden: User \"system:anonymous\" cannot get path \"/metrics\“ | https://api.github.com/repos/kubernetes/kubernetes/issues/117035/comments | 7 | 2023-03-31T09:59:13Z | 2023-07-20T06:20:22Z | https://github.com/kubernetes/kubernetes/issues/117035 | 1,649,065,241 | 117,035 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
```
1. func TestNeverFake(t *testing.T) {
2. rl := NewFakeNeverRateLimiter()
3. if rl.TryAccept() {
4. t.Error("TryAccept in NeverFake should return false.")
5. }
6.
7. finished := false
8. wg := sync.WaitGroup{}
9. wg.Add(1)
10. go func() {
11. rl.Accept()
... | Using channel or WaitGroup rather than time.sleep() to avoid a potential data race in func TestNeverFake(t *testing.T) | https://api.github.com/repos/kubernetes/kubernetes/issues/117031/comments | 10 | 2023-03-31T07:48:36Z | 2024-10-09T14:25:09Z | https://github.com/kubernetes/kubernetes/issues/117031 | 1,648,856,587 | 117,031 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/d89d5ab2680bc74fe4487ad71e514f4e0812d9ce/pkg/apis/storage/validation/validation.go#L393 | Here need continue | https://api.github.com/repos/kubernetes/kubernetes/issues/117027/comments | 7 | 2023-03-31T04:05:23Z | 2023-05-24T09:48:51Z | https://github.com/kubernetes/kubernetes/issues/117027 | 1,648,633,191 | 117,027 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/d89d5ab2680bc74fe4487ad71e514f4e0812d9ce/pkg/apis/networking/validation/validation.go#L602 | This statement will always be true | https://api.github.com/repos/kubernetes/kubernetes/issues/117026/comments | 8 | 2023-03-31T04:02:12Z | 2023-12-15T09:59:14Z | https://github.com/kubernetes/kubernetes/issues/117026 | 1,648,630,691 | 117,026 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Every time `volume.SetVolumeOwnership(ed)` from `empty_dir.go` is called for a projected volume, it fails with "no such file or directory" error.
The problem comes from the fact that `SetVolumeOwnership()` always calculates the root dir for ownership changes as `mounter.GetPath()` while projected... | `volume.SetVolumeOwnership()` always fails when called for wrapped volume | https://api.github.com/repos/kubernetes/kubernetes/issues/117021/comments | 3 | 2023-03-30T20:47:21Z | 2023-04-12T02:18:25Z | https://github.com/kubernetes/kubernetes/issues/117021 | 1,648,289,720 | 117,021 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I can reproduce this reliably with Calico v3.25.0 CNI, installed straight from the upstream [manifest](https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico.yaml).
It seems to be a **regression** in Kubernetes 1.27.0-rc.0 compared to 1.27.0-beta.0, at least I can't rep... | daemonset stuck in `Completed` state after a reboot (with graceful kubelet shutdown) | https://api.github.com/repos/kubernetes/kubernetes/issues/117018/comments | 19 | 2023-03-30T18:37:46Z | 2023-04-04T20:41:42Z | https://github.com/kubernetes/kubernetes/issues/117018 | 1,648,125,284 | 117,018 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are flaking?
pull-kubernetes-unit
### Which tests are flaking?
`k8s.io/kubernetes/vendor/k8s.io/client-go/metadata/metadatainformer TestMetadataSharedInformerFactory`
### Since when has it been flaking?
March 21st
### Testgrid link
_No response_
### Reason for failure (if possible)
```
{Failed ... | [Flaky] TestMetadataSharedInformerFactory | https://api.github.com/repos/kubernetes/kubernetes/issues/117013/comments | 15 | 2023-03-30T12:38:02Z | 2023-04-20T17:00:39Z | https://github.com/kubernetes/kubernetes/issues/117013 | 1,647,537,385 | 117,013 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
When a pod's emptyDir exceeds the resource limit, the pod will restart and enter the ContainerStatusUnknown state.
### What did you expect to happen?
After the emptyDir of the pod exceeds the resource limit, the pod should enter the error state, should not restart and enter the ContainerStat... | When a pod's emptyDir exceeds the resource limit, the pod will restart and enter the ContainerStatusUnknown state. | https://api.github.com/repos/kubernetes/kubernetes/issues/117010/comments | 3 | 2023-03-30T10:45:17Z | 2023-03-31T14:45:05Z | https://github.com/kubernetes/kubernetes/issues/117010 | 1,647,365,789 | 117,010 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
This is a very elusive bug we started to see after we upgraded to 1.26. Everything works great but after a a few days the kube-controller-manager stop syncing/reconciling(?) the current replicas between the Deployment and the Replicaset. When this happens it affects all the Deployments in the cluste... | Replicaset and Deployment are out-of-sync | https://api.github.com/repos/kubernetes/kubernetes/issues/117008/comments | 20 | 2023-03-30T08:56:37Z | 2024-11-05T21:40:04Z | https://github.com/kubernetes/kubernetes/issues/117008 | 1,647,196,814 | 117,008 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
When the kubelet start with `--maximum-dead-containers`, containerGC will delete the earliest excess containers. Init container and pod container are treated equally. It may delete init container rather which created earlier then pod container.
One case is **Istio**. Init containers are crucial a... | InitContainer will be removed by containerGC when exited containers exceeds the maximum-dead-containers. | https://api.github.com/repos/kubernetes/kubernetes/issues/117005/comments | 8 | 2023-03-30T08:04:27Z | 2024-03-19T06:46:05Z | https://github.com/kubernetes/kubernetes/issues/117005 | 1,647,119,164 | 117,005 |
[
"kubernetes",
"kubernetes"
] | It's needed https://github.com/kubernetes/kubernetes/blob/7ebe48f03c60fb49f155e018c712c5e564b50433/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/grpc_service_unix_test.go#L210-L214 because the test is simulating connection loss and a plugin stop and restart later in the test, as you can ... | kmsv2: Test to simulate connection loss and plugin stop and restart | https://api.github.com/repos/kubernetes/kubernetes/issues/116999/comments | 3 | 2023-03-29T23:14:47Z | 2023-03-29T23:32:03Z | https://github.com/kubernetes/kubernetes/issues/116999 | 1,646,664,831 | 116,999 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are flaking?
https://storage.googleapis.com/k8s-triage/index.html?test=container%20runtime%20is%20temporarily%20down%20during%20pod%20termination#2ac89bb4301e5f486e90
Example failure - https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-serial-containerd/16411734378985594... | [sig-node] MirrorPodWithGracePeriod when create a mirror pod and the container runtime is temporarily down during pod termination [NodeConformance] [Serial] [Disruptive] [It] the mirror pod should terminate successfully | https://api.github.com/repos/kubernetes/kubernetes/issues/116998/comments | 2 | 2023-03-29T22:19:42Z | 2023-04-12T02:17:47Z | https://github.com/kubernetes/kubernetes/issues/116998 | 1,646,617,608 | 116,998 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
`make test` should detect the appropriate GOMAXPROCS based off of the cpu limit supplied to the pod.
**Why is this needed**:
If not, test failures can occur (e.g. https://github.com/kubernetes... | Investigating detecting GOMAXPROCS based on cgroup values | https://api.github.com/repos/kubernetes/kubernetes/issues/116997/comments | 6 | 2023-03-29T21:38:32Z | 2023-07-06T15:58:55Z | https://github.com/kubernetes/kubernetes/issues/116997 | 1,646,586,322 | 116,997 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
The ability to create an environment variable from a file.
### Why is this needed?
Imagine the case where an initContainer creates some configuration (e.g., Tensorflow's [TF_CONFIG](https://cloud.google.com/ai-platform/training/docs/distributed-training-details)) that needs t... | Creating environment variables from a file | https://api.github.com/repos/kubernetes/kubernetes/issues/116993/comments | 19 | 2023-03-29T17:14:16Z | 2025-02-24T03:32:17Z | https://github.com/kubernetes/kubernetes/issues/116993 | 1,646,214,431 | 116,993 |
[
"kubernetes",
"kubernetes"
] | I created my own Custom Resource Definition. Let\`s call it `logging.customresource.com`. It has v1 and I created custom resource `logging1`.
I need to update this CRD and add v2 as storage version. Some of the properties changed its\` names in v2 and the old names removed from this new version.
I deployed conversion... | Can not convert custom resource to the new storage api version | https://api.github.com/repos/kubernetes/kubernetes/issues/117148/comments | 13 | 2023-03-29T15:49:27Z | 2024-04-30T20:29:54Z | https://github.com/kubernetes/kubernetes/issues/117148 | 1,657,766,883 | 117,148 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.