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 read from https://kustomize.io/ and https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/ and still I can't figure this out. I want to know what I am missing bcoz `kc edit -k` command for changing a `kustomization.yaml` file doesn't run properly as it throws below error: ...
`kubectl edit -k` command doesn't work at all
https://api.github.com/repos/kubernetes/kubernetes/issues/109598/comments
5
2022-04-21T17:41:02Z
2022-04-26T17:13:28Z
https://github.com/kubernetes/kubernetes/issues/109598
1,211,355,747
109,598
[ "kubernetes", "kubernetes" ]
### What happened? 1. I applied a StatefulSet config which references in spec.template.spec.containers[0].env[i].valueFrom.secretKeyRef.name a secret, that doesn't exist. A corresponding pod is started but runs into CreateContainerConfigError. 2. I fixed the StatefulSet config by removing the corresponding spec.temp...
pod with CreateContainerConfigError not restarted after stateful set update
https://api.github.com/repos/kubernetes/kubernetes/issues/109597/comments
14
2022-04-21T14:37:12Z
2023-03-24T23:58:56Z
https://github.com/kubernetes/kubernetes/issues/109597
1,211,138,260
109,597
[ "kubernetes", "kubernetes" ]
### What happened? We are trying to deploy our k8s with v1.22.8. During the k8s cluster deploying, the control plane components is started by kubelet, but with changes of the static pod manifest files and kubelet restarted, the control plane components won't start any more. The component containers has been killed, ...
Static pods cannot be started any more after kubelet is restarted
https://api.github.com/repos/kubernetes/kubernetes/issues/109596/comments
27
2022-04-21T14:35:40Z
2024-08-30T18:12:33Z
https://github.com/kubernetes/kubernetes/issues/109596
1,211,136,360
109,596
[ "kubernetes", "kubernetes" ]
### What happened? The following behaviour was reproduced on openshift 4.10 ("Kubelet version" kubeletVersion="v1.23.3+54654d2") but I believe the root cause is on kubernetes. Let's consider a pod requiring resources, among them a device (point in case: dpdk network device) ``` apiVersion: v1 kind: Pod metadata...
device manager can incorrectly recover devices on node restart
https://api.github.com/repos/kubernetes/kubernetes/issues/109595/comments
26
2022-04-21T14:09:48Z
2023-06-08T06:21:02Z
https://github.com/kubernetes/kubernetes/issues/109595
1,211,101,782
109,595
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? gce-device-plugin-gpu-1.24, integration-1.24, ci-kubernetes-unit-1-24, verify-1.24 ### Which tests are failing? Overall ### Since when has it been failing? 4/21 ### Testgrid link https://testgrid.k8s.io/sig-release-1.24-blocking#gce-device-plugin-gpu-1.24 https://testgr...
[Failing Test] gce-device-plugin-gpu-1.24, integration-1.24, ci-kubernetes-unit-1-24, verify-1.24
https://api.github.com/repos/kubernetes/kubernetes/issues/109591/comments
7
2022-04-21T09:15:58Z
2022-04-22T09:51:56Z
https://github.com/kubernetes/kubernetes/issues/109591
1,210,747,622
109,591
[ "kubernetes", "kubernetes" ]
### What happened? https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/ sorted version list as documented here is: - v10 - v2 - v1 - v11beta2 - v10beta3 - v3beta1 - v12alpha1 - v11alpha2 - foo1 - foo10 Why is v11alpha2 or v11beta2 < v10 ? It’s ...
CRD Versioning order in the document seems to be incorrect
https://api.github.com/repos/kubernetes/kubernetes/issues/109589/comments
9
2022-04-21T08:43:03Z
2022-04-29T12:04:11Z
https://github.com/kubernetes/kubernetes/issues/109589
1,210,710,521
109,589
[ "kubernetes", "kubernetes" ]
My pull
Sheesh
https://api.github.com/repos/kubernetes/kubernetes/issues/109586/comments
4
2022-04-21T06:07:34Z
2022-04-21T07:03:01Z
https://github.com/kubernetes/kubernetes/issues/109586
1,210,543,144
109,586
[ "kubernetes", "kubernetes" ]
### What happened? When the kubelet calls the NodeGetVolumeStats interface, the stagingtargetpath of the NodeGetVolumeStatsRequest parameter is empty. The k8s version of my environment is 1.20.11, and csi provides STAGE_UNSTAGE_VOLUME capability. I found that in the master branch, when the kubelet calls the func...
When the kubelet calls the NodeGetVolumeStats interface of csi, the parameter is wrong
https://api.github.com/repos/kubernetes/kubernetes/issues/109585/comments
10
2022-04-21T03:19:36Z
2024-04-04T21:10:32Z
https://github.com/kubernetes/kubernetes/issues/109585
1,210,443,352
109,585
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? capz-windows-containerd-master ### Which tests are failing? capz-e2e.Conformance Tests conformance-tests ### Since when has it been failing? 4/21 ### Testgrid link https://k8s-testgrid.appspot.com/sig-release-master-informing#capz-windows-containerd-master ### Reason for failure (if ...
[Falling test] capz-windows-containerd-master
https://api.github.com/repos/kubernetes/kubernetes/issues/109583/comments
3
2022-04-21T00:25:19Z
2022-04-29T18:04:45Z
https://github.com/kubernetes/kubernetes/issues/109583
1,210,349,226
109,583
[ "kubernetes", "kubernetes" ]
null
[Falling test] capz-windows-containerd-master
https://api.github.com/repos/kubernetes/kubernetes/issues/109582/comments
2
2022-04-21T00:20:05Z
2022-04-21T00:20:49Z
https://github.com/kubernetes/kubernetes/issues/109582
1,210,346,430
109,582
[ "kubernetes", "kubernetes" ]
### What happened? setup_host.sh in e2e_node test curls https://get.docker.com and directly pipes to shell: https://github.com/kubernetes/kubernetes/blob/f173d01c011c3574dea73a6fa3e20b0ab94531bb/test/e2e_node/environment/setup_host.sh#L82-L84 The issue is that this may present a supply chain security risk, as we...
Curl pipe to shell for docker in e2e tests setup
https://api.github.com/repos/kubernetes/kubernetes/issues/109577/comments
4
2022-04-20T22:25:06Z
2022-05-13T14:33:50Z
https://github.com/kubernetes/kubernetes/issues/109577
1,210,280,218
109,577
[ "kubernetes", "kubernetes" ]
### What happened? I created an object with `kubectl apply`, and later I updated the same object with another `kubectl apply`. After that I looked at the object's managedFields, and saw nothing about the update. Here is what I got after the second apply: ``` apiVersion: v1 data: key: the other value kind: C...
client-side apply does not cause managedFields update
https://api.github.com/repos/kubernetes/kubernetes/issues/109576/comments
8
2022-04-20T20:41:00Z
2022-05-23T17:32:03Z
https://github.com/kubernetes/kubernetes/issues/109576
1,210,189,617
109,576
[ "kubernetes", "kubernetes" ]
### What happened? /sig network The documentation for Service.Spec.LoadBalancerSourceRanges copied from : https://github.com/kubernetes/kubernetes/tree/master/pkg/apis/core#L3850 ``` // Optional: If specified and supported by the platform, this will restrict traffic through the cloud-provider // load-balancer wi...
Service.Spec.LoadBalancerSourceRanges intent?
https://api.github.com/repos/kubernetes/kubernetes/issues/109575/comments
27
2022-04-20T20:26:43Z
2023-09-11T13:20:59Z
https://github.com/kubernetes/kubernetes/issues/109575
1,210,177,796
109,575
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-node-kubelet-serial-containerd ### Which tests are flaking? GracefulNodeShutdown [Serial] [NodeFeature:GracefulNodeShutdown] [NodeFeature:GracefulNodeShutdownBasedOnPodPriority] when gracefully shutting down with Pod priority should be able to gracefully shutdown pods with...
[Flaky Test] pull-kubernetes-node-kubelet-serial-containerd: GracefulNodeShutdown
https://api.github.com/repos/kubernetes/kubernetes/issues/109573/comments
9
2022-04-20T17:04:19Z
2022-12-17T10:11:07Z
https://github.com/kubernetes/kubernetes/issues/109573
1,209,965,209
109,573
[ "kubernetes", "kubernetes" ]
### What happened? I added new node labels to the kubelet command line with `--node-labels` and restarted the service. ### What did you expect to happen? I expected the new labels to appear on the node. ### How can we reproduce it (as minimally and precisely as possible)? Let kubelet startup as normal, then restar...
Kubelet ignores node labels passed on the command line after restarts
https://api.github.com/repos/kubernetes/kubernetes/issues/109569/comments
6
2022-04-20T15:48:15Z
2022-04-20T17:52:07Z
https://github.com/kubernetes/kubernetes/issues/109569
1,209,876,778
109,569
[ "kubernetes", "kubernetes" ]
### What happened? After https://github.com/kubernetes/kubernetes/releases/tag/v1.24.0-rc.0 release, Go modules are not tagged for 0.24.0-rc.0. https://pkg.go.dev/k8s.io/api@v0.23.5?tab=versions ### What did you expect to happen? Modules to be tagged ### How can we reproduce it (as minimally and precisely as pos...
Go modules are not tagged for 0.24.0-rc.0
https://api.github.com/repos/kubernetes/kubernetes/issues/109565/comments
4
2022-04-20T13:26:51Z
2022-04-22T17:33:54Z
https://github.com/kubernetes/kubernetes/issues/109565
1,209,688,170
109,565
[ "kubernetes", "kubernetes" ]
### What happened? Summary API in test-e2e-node failed: ``` make test-e2e-node TEST_ARGS=' --kubelet-flags="--read-only-port=10255" --kubelet-flags="--fail-swap-on=false"' FOCUS="Summary API" +++ [0420 20:49:41] Building go targets for linux/amd64: vendor/github.com/onsi/ginkgo/ginkgo Creating artifacts dir...
Summary API in test-e2e-node failed
https://api.github.com/repos/kubernetes/kubernetes/issues/109564/comments
3
2022-04-20T12:57:34Z
2022-04-20T17:01:01Z
https://github.com/kubernetes/kubernetes/issues/109564
1,209,651,112
109,564
[ "kubernetes", "kubernetes" ]
### What happened? After deleting the qos-pod, qos-pod entries is not getting deleted from "file /var/lib/kubelet/cpu_manager_state" The same issue is also observed when doing scale-in and scale-down of qos-pod in case of two or more worker node, there is possibility that, issue will be seen on one worker only ...
CPUs allocated for guaranteed QoS pod are not released when the Pods are deleted
https://api.github.com/repos/kubernetes/kubernetes/issues/109562/comments
10
2022-04-20T09:17:29Z
2022-04-28T06:43:09Z
https://github.com/kubernetes/kubernetes/issues/109562
1,209,407,833
109,562
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I need the kube client to behavior as a proxy, each request to API server may has an individual token from a service account. So I wonder whether there is a way I can reset the header Authorization after I call a kubernates API with dynamic kube client in [client-go/dynamic](https...
make kubeclient in client-go pacakage to be a proxy
https://api.github.com/repos/kubernetes/kubernetes/issues/109560/comments
9
2022-04-20T08:30:12Z
2022-04-20T15:16:50Z
https://github.com/kubernetes/kubernetes/issues/109560
1,209,352,020
109,560
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? ci-cadvisor-e2e ### Which tests are failing? - TestDockerContainerSpec - TestDockerContainerCpuStats - FAIL: TestMachineStatsIsReturned https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-cadvisor-e2e/1516314198211039232 ### Since when has it been failing? 04/15/2022 ### Testgr...
ci-cadvisor-e2e failed
https://api.github.com/repos/kubernetes/kubernetes/issues/109555/comments
7
2022-04-20T06:58:32Z
2022-05-03T18:59:38Z
https://github.com/kubernetes/kubernetes/issues/109555
1,209,245,493
109,555
[ "kubernetes", "kubernetes" ]
### What happened? **Opinion 1** Lock resource is created in [tryAcquireOrRenew()](https://github.com/kubernetes/client-go/blob/master/tools/leaderelection/leaderelection.go#L333), but not deleted when [release()](https://github.com/kubernetes/client-go/blob/master/tools/leaderelection/leaderelection.go#L294). ...
[client-go] Resource leak in kubernetes/client-go/tools/leaderelection
https://api.github.com/repos/kubernetes/kubernetes/issues/109554/comments
29
2022-04-20T05:00:30Z
2025-03-04T21:24:53Z
https://github.com/kubernetes/kubernetes/issues/109554
1,209,164,656
109,554
[ "kubernetes", "kubernetes" ]
### What would you like to be added? In-place Pod vertical scaling [feature](/kubernetes/kubernetes/pull/102884/) currently relies on PATCH verb applied to Pod objects. This issue tracks a task to design and implement /resize subresource for Pods as opposed to PATCH, add RBAC controls to it, and additionally consider ...
[FG:InPlacePodVerticalScaling] Add /resize subresource to request pod resource resizing
https://api.github.com/repos/kubernetes/kubernetes/issues/109553/comments
30
2022-04-20T02:46:24Z
2024-11-06T06:59:30Z
https://github.com/kubernetes/kubernetes/issues/109553
1,209,093,313
109,553
[ "kubernetes", "kubernetes" ]
### What happened? Hi folks, my team recently upgraded k8s client version from 0.19.3 to 0.22.2, go.mod change as follows ``` k8s.io/api v0.19.3 -> k8s.io/api v0.22.2 k8s.io/apimachinery v0.19.3 -> k8s.io/apimachinery v0.22.2 k8s.io/client-go v0.19.3 -> k8s.io/client-go v0.22.2 ``` However, we started to seei...
k8s client-go throwing unexpected error at startup Failed to watch *v1.PartialObjectMetadata: unknown
https://api.github.com/repos/kubernetes/kubernetes/issues/109550/comments
5
2022-04-19T22:56:23Z
2022-04-26T20:15:19Z
https://github.com/kubernetes/kubernetes/issues/109550
1,208,942,025
109,550
[ "kubernetes", "kubernetes" ]
Applying a pod security label to an exempt namespace should return a warning that the namespace is exempt, and the PSA label won't take effect. /cc @liggitt
[PodSecurity] Warn when labeling exempt namespaces
https://api.github.com/repos/kubernetes/kubernetes/issues/109549/comments
2
2022-04-19T22:32:06Z
2022-05-18T04:18:53Z
https://github.com/kubernetes/kubernetes/issues/109549
1,208,929,624
109,549
[ "kubernetes", "kubernetes" ]
### What would you like to be added? This enhancement tracks various TODO items from alpha to GA for the In-Place Pod Vertical Scaling feature. To find pending TODO items in the k/k repo, do: ```bash git grep TODO | grep InPlacePodVerticalScaling ``` TODOs not tracked in code: - [ ] Add and expose a helper f...
[FG:InPlacePodVerticalScaling] Tracking TODO items to address pre-beta, at beta, GA, and GA+1
https://api.github.com/repos/kubernetes/kubernetes/issues/109547/comments
31
2022-04-19T18:04:27Z
2024-10-14T23:30:06Z
https://github.com/kubernetes/kubernetes/issues/109547
1,208,683,907
109,547
[ "kubernetes", "kubernetes" ]
### What happened? golang.org/x/crypto/ssh versions 0.0.0-20220214200702-86341886e292 and prior in Go through 1.16.15 and 1.17.x through 1.17.8 allows an attacker to crash a server in certain circumstances involving AddHostKey. Version 0.0.0-20220315160706-3147a52a75dd includes a fix for the vulnerability and support ...
CVE-2022-27191: golang.org/x/crypto/ssh needs update
https://api.github.com/repos/kubernetes/kubernetes/issues/109544/comments
5
2022-04-19T15:30:35Z
2022-06-03T18:42:21Z
https://github.com/kubernetes/kubernetes/issues/109544
1,208,528,095
109,544
[ "kubernetes", "kubernetes" ]
### What happened? Scheduler_perf sometimes causes "json: unsupported value: NaN" panic [here](https://github.com/kubernetes/kubernetes/blob/master/test/integration/scheduler_perf/util.go#L166). ### What did you expect to happen? Not panic. ### How can we reproduce it (as minimally and precisely as possible)? in m...
scheduler_perf: "json: unsupported value: NaN" panic
https://api.github.com/repos/kubernetes/kubernetes/issues/109543/comments
4
2022-04-19T15:06:41Z
2022-05-05T18:53:45Z
https://github.com/kubernetes/kubernetes/issues/109543
1,208,499,472
109,543
[ "kubernetes", "kubernetes" ]
### What would you like to be added? When we configured HPA with multiple metrics, we want to monitoring the replica proposal calculated by each metric, so we can monitoring the calculated replica proposal of each metric and visualize it on grafana. I want to add some fields in hpa status ### Why is this needed?...
Improve the HPA observability by add a calculated replicas in metric status of each metric
https://api.github.com/repos/kubernetes/kubernetes/issues/109538/comments
7
2022-04-19T04:44:23Z
2022-10-02T08:55:09Z
https://github.com/kubernetes/kubernetes/issues/109538
1,207,740,788
109,538
[ "kubernetes", "kubernetes" ]
### What happened? When the Pod processes the default SIGNALSTOP signal and exits gracefully, the liveness probe set at this time will not work properly. After the probe actively restarts up to 4 times, the Pod status will directly change to Completed ### What did you expect to happen? The liveness probe should re...
liveness probe doesn't work
https://api.github.com/repos/kubernetes/kubernetes/issues/109537/comments
14
2022-04-19T02:05:14Z
2022-10-11T09:02:12Z
https://github.com/kubernetes/kubernetes/issues/109537
1,207,626,840
109,537
[ "kubernetes", "kubernetes" ]
Please see: https://storage.googleapis.com/k8s-triage/index.html?pr=1&test=gcepd%7Cwindows-gcepd These are all marked `[Driver: gcepd]` and `[Driver: windows-gcepd]`
Too many Kubernetes Aggregated Flakes from gcepd and windows-gcepd storage drivers
https://api.github.com/repos/kubernetes/kubernetes/issues/109535/comments
9
2022-04-19T00:41:27Z
2023-01-26T18:00:10Z
https://github.com/kubernetes/kubernetes/issues/109535
1,207,587,573
109,535
[ "kubernetes", "kubernetes" ]
### What happened? I have configured shutdownGracePeriod to enable graceful shutdown feature in k8s 1.24 beta. When the node is under graceful shutdown, there are few pods which are in Running state and few are in Terminating state. ### What did you expect to happen? As the node got graceful shutdown, the pod...
Pods are in Running, Terminating state even after the expiry of shutdownGracePeriod during Graceful Node Shutdown
https://api.github.com/repos/kubernetes/kubernetes/issues/109531/comments
17
2022-04-18T11:38:58Z
2024-02-17T23:49:21Z
https://github.com/kubernetes/kubernetes/issues/109531
1,206,962,253
109,531
[ "kubernetes", "kubernetes" ]
### What happened? I not able to Add HTTP Header to enable HSTS in Kubelet. For Kubernetes Api Server, we have a flag to enable HSTS --strict-transport-security-directives. ### What did you expect to happen? Similar Flag to enable HSTS for Kubelet as well --strict-transport-security-directives. ### H...
How to Add HSTS HTTP Header to Kubelet Agent
https://api.github.com/repos/kubernetes/kubernetes/issues/109530/comments
10
2022-04-18T09:07:11Z
2022-08-22T16:22:23Z
https://github.com/kubernetes/kubernetes/issues/109530
1,206,843,825
109,530
[ "kubernetes", "kubernetes" ]
### What would you like to be added? In https://github.com/kubernetes/kubernetes/pull/93510 the `KUBE_TEST_REPO` testing env var was added which allowed all testing images to come from a single repository (each image at a different tag). This _can_ be highly convenient for reasons placed in the PR, but in order to acc...
testing image translation needed for KUBE_TEST_REPO
https://api.github.com/repos/kubernetes/kubernetes/issues/109523/comments
5
2022-04-17T21:08:29Z
2022-04-18T00:12:03Z
https://github.com/kubernetes/kubernetes/issues/109523
1,206,486,224
109,523
[ "kubernetes", "kubernetes" ]
### What would you like to be added? According to the design doc: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata The metadata block contains `CreationTimestamp` and `DeletionTimestamp`, but no `UpdateTimestamp`, some considerations? so can we ad...
Can we add `UpdateTimestamp` field in the metadata to show the last update time?
https://api.github.com/repos/kubernetes/kubernetes/issues/109522/comments
4
2022-04-17T14:05:25Z
2022-04-19T20:10:23Z
https://github.com/kubernetes/kubernetes/issues/109522
1,206,384,626
109,522
[ "kubernetes", "kubernetes" ]
Folks we have a bunch of jobs that are all 🔴 Let's use this as a umbrella issue. Please find jobs that belong to you SIG or the area you are working on and leave me a note for a follow up issue or PR, so we can trim this down over time. If we don't really need a job, we should just remove it! Also, if you find othe...
Perma failing Jobs in test-grid
https://api.github.com/repos/kubernetes/kubernetes/issues/109521/comments
17
2022-04-17T13:46:48Z
2023-04-10T17:52:18Z
https://github.com/kubernetes/kubernetes/issues/109521
1,206,379,571
109,521
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? capz-windows-containerd-master ### Which tests are failing? - Kubernetes e2e suite.[sig-api-machinery] Aggregator Should be able to support the 1.17 Sample API Server using the current Aggregator [Conformance] - Kubernetes e2e suite.[sig-node] Probing container should *not* be rest...
[Failing test] capz-windows-containerd-master
https://api.github.com/repos/kubernetes/kubernetes/issues/109515/comments
13
2022-04-16T14:56:02Z
2022-04-19T15:58:57Z
https://github.com/kubernetes/kubernetes/issues/109515
1,206,130,680
109,515
[ "kubernetes", "kubernetes" ]
A
Kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/109513/comments
2
2022-04-16T05:20:56Z
2022-04-16T18:06:05Z
https://github.com/kubernetes/kubernetes/issues/109513
1,206,019,215
109,513
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew ### Which tests are failing? kubetest.SkewTest ### Since when has it been failing? 2022-04-14 15:13:42 +0000 UTC https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew/1514622912936546304...
ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew kubetest.SkewTest
https://api.github.com/repos/kubernetes/kubernetes/issues/109511/comments
3
2022-04-16T04:18:24Z
2022-04-18T15:54:42Z
https://github.com/kubernetes/kubernetes/issues/109511
1,206,009,257
109,511
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? pull-kubernetes-e2e-kind ### Which tests are failing? should support two pods which have the same volume definition test/e2e/storage/testsuites/ephemeral.go:216 ### Since when has it been failing? Random, not necessarily fail ### Testgrid link https://prow.k8s.io/vie...
The test case failed to call the exec container because the container exited automatically
https://api.github.com/repos/kubernetes/kubernetes/issues/109500/comments
5
2022-04-15T09:42:15Z
2022-04-21T07:06:15Z
https://github.com/kubernetes/kubernetes/issues/109500
1,205,439,238
109,500
[ "kubernetes", "kubernetes" ]
https://github.com/kubernetes/kubernetes/blob/c285e781331a3785a7f436042c65c5641ce8a9e9/pkg/apis/core/validation/validation.go#L2286-L2322 According above code, same port name in different container in the same pod is allowed, right? e.g. `http` as the port name for container A and B both in the same pod. https...
Validation of ContainerPorts
https://api.github.com/repos/kubernetes/kubernetes/issues/109498/comments
28
2022-04-15T07:41:54Z
2025-01-14T01:55:18Z
https://github.com/kubernetes/kubernetes/issues/109498
1,205,354,936
109,498
[ "kubernetes", "kubernetes" ]
In our use case, we are using multiple external metrics(from prometheus) for one hpa object. The latency from prometheus can be high sometimes, can we concurrently get all the metrics back and do the calculation together? code here: https://github.com/kubernetes/kubernetes/blob/f33ca2306548719e5116b53fccfc278bffb8...
can we concurrently get metrics in hpa-controller?
https://api.github.com/repos/kubernetes/kubernetes/issues/109496/comments
17
2022-04-15T03:27:46Z
2023-03-27T12:22:22Z
https://github.com/kubernetes/kubernetes/issues/109496
1,205,215,708
109,496
[ "kubernetes", "kubernetes" ]
### What happened? the namespace is exists when i get resource -A , but it is not found when i get ns ![0A986B9B-62E5-4109-B2E0-57C04C7539DE](https://user-images.githubusercontent.com/43570712/163510012-82cbca95-e54b-463f-ad40-53c976f5ff12.png) ### What did you expect to happen? data consistency namespac...
namespace XXX not found
https://api.github.com/repos/kubernetes/kubernetes/issues/109495/comments
5
2022-04-15T02:42:04Z
2022-04-15T15:19:57Z
https://github.com/kubernetes/kubernetes/issues/109495
1,205,194,012
109,495
[ "kubernetes", "kubernetes" ]
### What happened? A 'patch' request to a statefulset doesn't update the resource status (this doesn't happen until the associated k8s controller picks up the change and performs an 'update'). Because of this, we're encountering a race condition between helm and the k8s statefulset controller during installs. Helm c...
Patch request should update resource to indicate patch operation is in progress
https://api.github.com/repos/kubernetes/kubernetes/issues/109490/comments
8
2022-04-14T18:36:28Z
2022-04-19T05:22:54Z
https://github.com/kubernetes/kubernetes/issues/109490
1,204,859,674
109,490
[ "kubernetes", "kubernetes" ]
### What happened? A job reached it's backoff limit and pods were left with finalizers. The `.status.uncountedTerminatedPods` was left empty. ### What did you expect to happen? The pods to not have a finalizer ### How can we reproduce it (as minimally and precisely as possible)? We don't have a low sc...
Job tracking might leave pods with finalizers when backoff limit is reached
https://api.github.com/repos/kubernetes/kubernetes/issues/109485/comments
3
2022-04-14T15:26:55Z
2022-05-04T08:28:14Z
https://github.com/kubernetes/kubernetes/issues/109485
1,204,674,469
109,485
[ "kubernetes", "kubernetes" ]
A long time ago @wojtek-t did some optimizations to `pkg/proxy/iptables/proxier.go` around memory allocations (#46033, #46350). Some of our refactorings since then have probably regressed this somewhat. OTOH, there have probably also been golang improvements since then that make some of the fiddly manual bits less n...
Need benchmarks for iptables proxy golang performance hacks
https://api.github.com/repos/kubernetes/kubernetes/issues/109481/comments
18
2022-04-14T12:56:17Z
2023-04-22T02:38:30Z
https://github.com/kubernetes/kubernetes/issues/109481
1,204,496,072
109,481
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Today, in the scheduler volumebinding plugin, the bound PV node affinity check is done during `Filter` stage which means that all nodes are considered. Often, we see the case where the bound PV has node affinity selector to a list of nodes but a number of them may not be schedul...
scheduler volumebinding: consider leveraging PreFilterResult to shift node affinity check to PreFilter
https://api.github.com/repos/kubernetes/kubernetes/issues/109475/comments
7
2022-04-14T02:20:21Z
2022-09-11T02:47:24Z
https://github.com/kubernetes/kubernetes/issues/109475
1,203,960,870
109,475
[ "kubernetes", "kubernetes" ]
### What happened? 1. file 8g.tar > 8GB,Copy 8g.tar local file to / in a remote pod in namespace <some-namespace>, will create 0kb 8g.tar ### What did you expect to happen? kubectl cp 8g.tar admin/op-containers-k8s:/ , file 8g.tar > 8GB ### How can we reproduce it (as minimally and precisely as possible)? kube...
kubectl cp 8g.tar <some-namespace>/<some-pod>:/tmp/bar
https://api.github.com/repos/kubernetes/kubernetes/issues/109474/comments
9
2022-04-14T01:19:15Z
2022-09-12T08:56:17Z
https://github.com/kubernetes/kubernetes/issues/109474
1,203,932,771
109,474
[ "kubernetes", "kubernetes" ]
### What would you like to be added? In-Place Pod Vertical scaling [PR](https://github.com/kubernetes/kubernetes/pull/102884/) does not yet account for cgroup v2 (PR was originally authored before v2). This issue tracks a request to add support for cgroup v2 before this feature goes beta. Please see following ...
[FG:InPlacePodVerticalScaling] Add cgroup v2 support for container resource updates
https://api.github.com/repos/kubernetes/kubernetes/issues/109469/comments
10
2022-04-13T19:17:06Z
2023-04-30T10:25:06Z
https://github.com/kubernetes/kubernetes/issues/109469
1,203,686,734
109,469
[ "kubernetes", "kubernetes" ]
Hi, Ive recently added a new node in my cluster. The problem is that my vps where the node is has a different internal and external ip. The internal ip is used to acces from outside to my node and the internal is used by the vps itself. The problem is that when kubeadm join the cluster it sends the internal ip not t...
Kubernetes master doesnt get external ip of my new node
https://api.github.com/repos/kubernetes/kubernetes/issues/109467/comments
10
2022-04-13T17:46:32Z
2022-04-14T18:27:54Z
https://github.com/kubernetes/kubernetes/issues/109467
1,203,604,556
109,467
[ "kubernetes", "kubernetes" ]
### What happened? _Following a [bugfix](https://github.com/kubernetes/kubernetes/issues/109463#issuecomment-1098195262)_, we now have a gap where these non-exhaustive, enum-like field values are not documented. Folks will previously have found those explanations useful. See https://github.com/kubernetes/website/...
Add documentation for “non exhaustive enums”
https://api.github.com/repos/kubernetes/kubernetes/issues/109463/comments
13
2022-04-13T15:22:01Z
2023-01-11T18:15:59Z
https://github.com/kubernetes/kubernetes/issues/109463
1,203,453,844
109,463
[ "kubernetes", "kubernetes" ]
https://github.com/kubernetes/kubernetes/blob/c285e781331a3785a7f436042c65c5641ce8a9e9/staging/src/k8s.io/apimachinery/pkg/api/validation/objectmeta.go#L50 Why do we need `strings.ToLower(k)`?
The validation of Annotations
https://api.github.com/repos/kubernetes/kubernetes/issues/109459/comments
8
2022-04-13T09:34:54Z
2022-05-27T18:36:42Z
https://github.com/kubernetes/kubernetes/issues/109459
1,203,046,393
109,459
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Plan to use kubectl get to display the metrics of custom-metrics-apiserver, but the Object object of TableRow in the k8s.io/apimachinery/pkg/apis/meta/v1beta1 package needs to be implemented in k8s.io/apimachinery/pkg/apis/meta/v1. ### Why is this needed? We need to implement `...
implement the Object interface of k8s.io/apimachinery/pkg/apis/meta/v1
https://api.github.com/repos/kubernetes/kubernetes/issues/109457/comments
14
2022-04-13T09:04:25Z
2025-02-06T17:50:15Z
https://github.com/kubernetes/kubernetes/issues/109457
1,203,010,368
109,457
[ "kubernetes", "kubernetes" ]
### What happened? Deploy an pod in cluster, this pod image download was take some time I check pod with `kubectl get`, pod status is **ContainerCreating**: ```shell # kubectl get pod NAME READY STATUS RESTARTS AGE nginx-01 0/1 ...
Inconsistent POD status reporting with kubectl get && describe
https://api.github.com/repos/kubernetes/kubernetes/issues/109451/comments
11
2022-04-13T03:16:46Z
2023-03-21T03:30:07Z
https://github.com/kubernetes/kubernetes/issues/109451
1,202,697,065
109,451
[ "kubernetes", "kubernetes" ]
What happened: When the node is under graceful shutdown Daemonset pods were getting rescheduled in the same node and remains in pending state. What you expected to happen: While the node is under graceful shutdown, the pods should not be scheduled and there shouldn't be any pods in pending state. How to repro...
Pods are getting Scheduled and in Pending state during Graceful Node Shutdown.
https://api.github.com/repos/kubernetes/kubernetes/issues/109450/comments
11
2022-04-13T02:53:50Z
2022-11-21T09:11:53Z
https://github.com/kubernetes/kubernetes/issues/109450
1,202,683,458
109,450
[ "kubernetes", "kubernetes" ]
### What happened? For some reason one of the nodes in cluster went into a bad state manifesting itself in inability for pods to pull images off of a private registry that requires authentication (ErrImagePull, authentication failed). At the same time, service experienced a traffic spike, which resulted in all runn...
HPA doesn't attempt to add more pods even if pod provisioning fails
https://api.github.com/repos/kubernetes/kubernetes/issues/109445/comments
13
2022-04-12T21:05:24Z
2022-09-18T18:03:36Z
https://github.com/kubernetes/kubernetes/issues/109445
1,202,387,332
109,445
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? [capz-windows-containerd-master](https://testgrid.k8s.io/sig-windows-signal#capz-windows-containerd-master) ### Which tests are flaking? Cluster failures to provision ### Since when has it been flaking? It has been failing since at least 3/30. We've seen similar failurs on - 3/30/2...
capz-windows-containerd-master occasionally hangs during workload cluster creation
https://api.github.com/repos/kubernetes/kubernetes/issues/109444/comments
14
2022-04-12T21:00:47Z
2023-03-28T16:51:48Z
https://github.com/kubernetes/kubernetes/issues/109444
1,202,383,409
109,444
[ "kubernetes", "kubernetes" ]
### What happened? I try to setup an IPv6 only cluster with MixedProtocolLBService=true: `kubeadm init --apiserver-advertise-address "{{ ansible_default_ipv6.address }}" --pod-network-cidr "{{ pod_network }}" --service-cidr "{{ srv_network }}" --service-dns-domain "{{ dns_domain }}" --upload-certs --control-plane-e...
can't enable MixedProtocolLBService
https://api.github.com/repos/kubernetes/kubernetes/issues/109439/comments
6
2022-04-12T17:04:51Z
2022-04-12T19:42:50Z
https://github.com/kubernetes/kubernetes/issues/109439
1,202,131,384
109,439
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Right now the IPVS proxy makes a dummy nic, kernelspace windows could do the same and then cnis wouldnt have to do `New-NetFirewallRule` and `New-HNSNetwork`s. ### Why is this needed? If kube proxy kernelspace could bootstrap itself from a networking perspective then CNIs wo...
Kube proxy kernelspace for windows should build its own HNSEndpoint
https://api.github.com/repos/kubernetes/kubernetes/issues/109438/comments
7
2022-04-12T16:54:26Z
2022-09-11T21:55:16Z
https://github.com/kubernetes/kubernetes/issues/109438
1,202,117,524
109,438
[ "kubernetes", "kubernetes" ]
### What happened? We have an e2e test that involves cluster autoscaler; the test creates two pods back to back which forces CA to scale up the cluster to create two nodes also back to back one for each pod. The two nodes are not created at the same time, there is some delay between them. The problem is that the ...
Scheduler incorrectly leaving pods in the unschedulable on node update events
https://api.github.com/repos/kubernetes/kubernetes/issues/109437/comments
1
2022-04-12T15:44:38Z
2023-01-30T16:39:00Z
https://github.com/kubernetes/kubernetes/issues/109437
1,202,037,563
109,437
[ "kubernetes", "kubernetes" ]
Hello, Ive recently encountered a problem relating to network. My new node can't acces to any services on my cluster. My current cluster has 1 master and 2 nodes (with this one). The two other nodes can access to everything. Im using calico, and kubeadm version 1.21.3-00. Here is the description of my new node: ...
New node cant access to services and all the things on my cluster network
https://api.github.com/repos/kubernetes/kubernetes/issues/109434/comments
4
2022-04-12T13:05:33Z
2022-04-13T07:05:59Z
https://github.com/kubernetes/kubernetes/issues/109434
1,201,822,741
109,434
[ "kubernetes", "kubernetes" ]
### What happened? Conditions: 1. node is in status of memory pressure; 2. node reboot. What happened? 1. static pod enters Error status and never restore Running status. 2. container is running and works well. ![image](https://user-images.githubusercontent.com/7403481/162964523-94a8f829-b48a-476a-bb50-f764fe1...
When node in memory pressure,static pod enters Error status after node reboot
https://api.github.com/repos/kubernetes/kubernetes/issues/109433/comments
6
2022-04-12T12:45:58Z
2022-04-20T17:46:39Z
https://github.com/kubernetes/kubernetes/issues/109433
1,201,797,731
109,433
[ "kubernetes", "kubernetes" ]
### What happened? Hello dear k8s developers! ``` dd if=/dev/zero of=test.img bs=1G count=1 oflag=dsync # host vm 1+0 records in 1+0 records out 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 5.96346 s, 180 MB/s dd if=/dev/zero of=test.img bs=1G count=1 oflag=dsync # jenkins pod 1+0 records in 1+0 records out ...
low performance of local storage on-premise
https://api.github.com/repos/kubernetes/kubernetes/issues/109432/comments
4
2022-04-12T10:39:12Z
2022-04-13T09:20:43Z
https://github.com/kubernetes/kubernetes/issues/109432
1,201,642,359
109,432
[ "kubernetes", "kubernetes" ]
### What happened? After an upgrade from v1.22.x to v1.23.5 we have noticed that kubernetes clusters have started accumulating jobs and pods in "being deleted" state. Jobs are created with `ttlSecondsAfterFinished: 300` so that they are automatically cleaned up by the controller. Some fraction of jobs (one per a t...
Jobs deletion races with jobs-tracking pods finalizer
https://api.github.com/repos/kubernetes/kubernetes/issues/109429/comments
30
2022-04-12T08:44:11Z
2025-02-11T14:07:28Z
https://github.com/kubernetes/kubernetes/issues/109429
1,201,439,696
109,429
[ "kubernetes", "kubernetes" ]
pod1.yml ``` kind: Pod apiVersion: v1 metadata: name: testpod4 spec: containers: - name: c00 image: httpd ports: - containerPort: 80 ``` kubectl -f apply pod1.yml error:error validating "pod1.yml" error validation :kind not set; if you choose to ignore these error, turn ...
Still not able to create pod using minikube
https://api.github.com/repos/kubernetes/kubernetes/issues/109428/comments
10
2022-04-12T08:01:20Z
2022-04-19T20:11:09Z
https://github.com/kubernetes/kubernetes/issues/109428
1,201,355,639
109,428
[ "kubernetes", "kubernetes" ]
### What happened? There seems to be a discrepancy between the Kubernetes openapi spec and the Go package with the `creationTimestamp` ### What did you expect to happen? CRDs generated by `controller-gen` which uses `k8s.io/apimachinery/pkg/apis/meta/v1` to be valid according to the Kubernetes openapi spec. ### How...
creationTimestamp: null is invalid since it isn't a string
https://api.github.com/repos/kubernetes/kubernetes/issues/109427/comments
17
2022-04-12T07:13:56Z
2024-07-17T10:05:42Z
https://github.com/kubernetes/kubernetes/issues/109427
1,201,263,056
109,427
[ "kubernetes", "kubernetes" ]
### Description Today, `SELinuxRelabel` attribute for CSI is set [here](https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/csi/csi_mounter.go#L353) and the `supportsSELinux` field is only set after `NodePublishVolume` succeeds https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/csi/csi_mou...
selinux ignored for CSI volume reconstruction
https://api.github.com/repos/kubernetes/kubernetes/issues/109423/comments
6
2022-04-11T22:15:30Z
2022-09-09T00:18:13Z
https://github.com/kubernetes/kubernetes/issues/109423
1,200,611,239
109,423
[ "kubernetes", "kubernetes" ]
Currently in https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/csi/csi_plugin.go#L53 The client timeout when Kubelet invokes CSI node plugins is hard-coded at 2 minutes. Should we consider allowing this value to be configurable? Advantage there would be that for CSI plugins that may require longer...
CSI Client - consider making client timeout a parameter
https://api.github.com/repos/kubernetes/kubernetes/issues/109422/comments
9
2022-04-11T21:49:16Z
2022-09-20T02:17:24Z
https://github.com/kubernetes/kubernetes/issues/109422
1,200,578,515
109,422
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? [master-blocking/gce-cos-master-reboot](https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-reboot) [master-blocking/gce-cos-master-default](https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-default) [master-blocking/gce-cos-master-alpha-features](https://t...
[Flaky tests] Several builds intermittently failing outside of test results: gce-cos-master-reboot, gce-cos-master-default, gce-cos-master-alpha-features, gce-cos-master-scalability-100
https://api.github.com/repos/kubernetes/kubernetes/issues/109416/comments
14
2022-04-11T17:27:54Z
2023-11-05T01:46:56Z
https://github.com/kubernetes/kubernetes/issues/109416
1,200,295,055
109,416
[ "kubernetes", "kubernetes" ]
### What happened? Since upgrading to v1.22.7-gke.1500 in GKE cluster, we have noticed that pods marked as OutOfmemory Terminated, ContainerStatusUnknown, OOMKilled, OutOfcpu are still showing as "ready" in the endpoints list, causing traffic to route to them. ### What did you expect to happen? For the pods...
Pods with failed status IP address reused on new pods, but traffic still going to old pods across namespaces.
https://api.github.com/repos/kubernetes/kubernetes/issues/109414/comments
11
2022-04-11T11:28:49Z
2022-05-27T23:24:42Z
https://github.com/kubernetes/kubernetes/issues/109414
1,199,835,441
109,414
[ "kubernetes", "kubernetes" ]
### What happened? I execute `kubectl get all ` ### What did you expect to happen? I expect to see all resouces ### How can we reproduce it (as minimally and precisely as possible)? `kubectl get all` ### Anything else we need to know? Related: https://stackoverflow.com/questions/47691479/listing-all-resourc...
`kubectl get all` does not list all resources
https://api.github.com/repos/kubernetes/kubernetes/issues/109408/comments
3
2022-04-10T12:30:02Z
2022-04-11T13:17:45Z
https://github.com/kubernetes/kubernetes/issues/109408
1,199,013,603
109,408
[ "kubernetes", "kubernetes" ]
Istio folks have a iptables image here that is quite small https://github.com/istio/distroless/tree/iptables ``` $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE k8s.gcr.io/kube-proxy v1.23.0 e03484a90585 4 months ago 112MB gcr.io/istio-release/iptable...
smaller distroless based kube-proxy image
https://api.github.com/repos/kubernetes/kubernetes/issues/109406/comments
54
2022-04-10T02:09:12Z
2022-07-26T20:51:19Z
https://github.com/kubernetes/kubernetes/issues/109406
1,198,840,054
109,406
[ "kubernetes", "kubernetes" ]
### What happened? We tried to test the default functionality of the scheduler in order to implement a custom one. From our understanding, the scheduler should deploy the pods on the most available node. ### What did you expect to happen? We used 3 worker nodes in our cluster, and we stressed two of them using stre...
Scheduler deploys pods on nodes with fully used cpu resources
https://api.github.com/repos/kubernetes/kubernetes/issues/109405/comments
18
2022-04-09T13:50:40Z
2024-01-24T05:58:17Z
https://github.com/kubernetes/kubernetes/issues/109405
1,198,614,355
109,405
[ "kubernetes", "kubernetes" ]
### What happened? fixing this in KPNG, just an FYI https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/winkernel/proxier.go#L143 I think should be calling GetCachedSupportedFeatures... https://github.com/kubernetes/kubernetes/blob/master/vendor/github.com/Microsoft/hcsshim/hcn/hcnsupport.go ...
Check our HNS api calls for deprecation, i.e. GetSupportedFeatures in windows kernelspace proxier
https://api.github.com/repos/kubernetes/kubernetes/issues/109404/comments
8
2022-04-09T13:39:39Z
2022-09-23T20:25:09Z
https://github.com/kubernetes/kubernetes/issues/109404
1,198,608,668
109,404
[ "kubernetes", "kubernetes" ]
### What happened? An error will be reported when other PVCs are bound:storageclass.storage.k8s.io "xxx" not found。 ### What did you expect to happen? Other PVCs can be bound to the same PV at the same time。 ### How can we reproduce it (as minimally and precisely as possible)? 1、Build nfs service locally...
PV can only be bound by one PVC
https://api.github.com/repos/kubernetes/kubernetes/issues/109403/comments
4
2022-04-09T12:42:15Z
2022-04-11T15:15:35Z
https://github.com/kubernetes/kubernetes/issues/109403
1,198,574,272
109,403
[ "kubernetes", "kubernetes" ]
### What happened? Creating a secret of `type: kubernetes.io/service-account-token` with the `kubernetes.io/service-account.name` annotation pointing to a service account that does not exist yet will return success. Yet a subsequent read after create will fail. If creating the SA and the secret in correct order and...
Hard to understand why a secret of type kubernetes.io/service-account-token referencing an invalid service account gets deleted
https://api.github.com/repos/kubernetes/kubernetes/issues/109401/comments
9
2022-04-09T05:58:20Z
2022-04-26T16:33:22Z
https://github.com/kubernetes/kubernetes/issues/109401
1,198,280,161
109,401
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Currently, the `LabelSelector` and `selection` Operator supports: ```go const ( LabelSelectorOpIn LabelSelectorOperator = "In" LabelSelectorOpNotIn LabelSelectorOperator = "NotIn" LabelSelectorOpExists LabelSelectorOperator = "Exists" LabelSelectorO...
Propose LabelSelector to support `Regexp` operator
https://api.github.com/repos/kubernetes/kubernetes/issues/109400/comments
6
2022-04-09T04:40:44Z
2022-04-12T20:11:29Z
https://github.com/kubernetes/kubernetes/issues/109400
1,198,182,509
109,400
[ "kubernetes", "kubernetes" ]
### What happened? We missed some critical test coverage in 1.22 and verified etcd 3.5 which has several issues https://groups.google.com/a/kubernetes.io/g/dev/c/B7gJs88XtQc/m/rSgNOzV2BwAJ?utm_medium=email&utm_source=footer&pli=1 ### What did you expect to happen? We have a test in place that can push etcd t...
We need a [Disruptive] test that is capable of exposing deep write latency bugs for the underlying K8s APIServer Storage implementation.
https://api.github.com/repos/kubernetes/kubernetes/issues/109399/comments
12
2022-04-08T21:56:26Z
2022-09-10T12:36:15Z
https://github.com/kubernetes/kubernetes/issues/109399
1,197,881,264
109,399
[ "kubernetes", "kubernetes" ]
### What happened? I created a job with backoff limit of 0 (or any number really) example ``` apiVersion: batch/v1 kind: Job metadata: name: test spec: backoffLimit: 0 template: spec: containers: - name: ubuntu image: ubuntu command: ["bash","-c","sleep 1 && ...
1.22 Jobs Backofflimit not respected
https://api.github.com/repos/kubernetes/kubernetes/issues/109397/comments
10
2022-04-08T18:03:28Z
2022-09-16T14:36:04Z
https://github.com/kubernetes/kubernetes/issues/109397
1,197,619,765
109,397
[ "kubernetes", "kubernetes" ]
### What happened? 1. Create dynamic provisioning pvc 2. both pvc & pv not in bound status ![image](https://user-images.githubusercontent.com/9926112/162419864-b34c904c-e8eb-49e9-996d-8ddf86ffdf65.png) ### What did you expect to happen? pvc and pv are in a normal state. such as pv are not be created and pvc in ...
Create dynamic provisioning pvc but eventually the pv is in a pending status and the pvc is in a lost status
https://api.github.com/repos/kubernetes/kubernetes/issues/109393/comments
6
2022-04-08T12:12:29Z
2022-09-05T12:32:36Z
https://github.com/kubernetes/kubernetes/issues/109393
1,197,242,948
109,393
[ "kubernetes", "kubernetes" ]
### What would you like to be added? 1. What is e2e framework and how it works? The e2e tests in Kubernetes are built atop of [Ginkgo](http://onsi.github.io/ginkgo/), where the core framework package(`e2e/framework`) sits in the central to register `BeforeEach` and `AfterEach` action for each test case, like settin...
e2e framework sub-packages should not import the core framework package to avoid circular imports
https://api.github.com/repos/kubernetes/kubernetes/issues/109391/comments
4
2022-04-08T09:21:19Z
2022-07-18T00:04:08Z
https://github.com/kubernetes/kubernetes/issues/109391
1,197,065,933
109,391
[ "kubernetes", "kubernetes" ]
### What happened? Following [this](https://kubernetes.io/docs/contribute/generate-ref-docs/contribute-upstream/) page, I was trying to generate API docs after updating the comments for IngressClassName. The process of generating the docs includes running `./hack/update-openapi-spec.sh` which failed on a M1 machin...
Unable to update openapi spec on a M1 machine
https://api.github.com/repos/kubernetes/kubernetes/issues/109390/comments
8
2022-04-08T08:22:42Z
2022-04-08T14:28:22Z
https://github.com/kubernetes/kubernetes/issues/109390
1,197,002,236
109,390
[ "kubernetes", "kubernetes" ]
### What happened? When upgrading k8s from 1.22.1 to 1.22.3, apiserver prints error logs: ``` I0407 11:31:39.876091 1 trace.go:205] Trace[757730164]: "Get" url:/api/v1/namespaces/kube-system/pods/kube-flannel-ds-amd64-qclrl,user-agent:kubelet/v1.22.3 (linux/amd64) kubernetes/c920368,audit-id:f5fbeb33-f3a0-46...
Unable to perform initial IP allocation check: unable to refresh the service IP block: Get "https://[::1]:6443/api/v1/services": net/http: TLS handshake timeout
https://api.github.com/repos/kubernetes/kubernetes/issues/109384/comments
10
2022-04-08T02:24:07Z
2022-04-19T20:11:21Z
https://github.com/kubernetes/kubernetes/issues/109384
1,196,752,910
109,384
[ "kubernetes", "kubernetes" ]
In the K8s Conformance meeting of 6 April the testing of ResourceQuota endpoints and their eligibility for conformance testing was discussed. This issue is created to get more community input on the topic. - Should these be part of conformance? - Does it need to use other components to test these endpoints? - [Conf...
Testing ResourceQuota endpoints
https://api.github.com/repos/kubernetes/kubernetes/issues/109380/comments
2
2022-04-07T22:37:35Z
2022-04-26T22:56:07Z
https://github.com/kubernetes/kubernetes/issues/109380
1,196,636,279
109,380
[ "kubernetes", "kubernetes" ]
In the K8s Conformance meeting of 6 April the testing of Node endpoints and their eligibility for conformance testing was discussed. This issue is created to get more community input on the topic. - [Discussion starts around 14mins](https://www.youtube.com/watch?v=31Swpnpqn4Y&t=840s) - Should node endpoints be tes...
Eligibility for conformance: Node endpoints: read/replaceCoreV1NodeStatus
https://api.github.com/repos/kubernetes/kubernetes/issues/109379/comments
5
2022-04-07T22:35:44Z
2022-06-16T19:33:05Z
https://github.com/kubernetes/kubernetes/issues/109379
1,196,635,234
109,379
[ "kubernetes", "kubernetes" ]
### What happened? Create a Job and watch its events. When a Pod is created from the Job's template, you'll receive an event with `reason: "SuccessfulCreate"`. This event has information about the Job in its `regarding` field, but nothing in its `related` field. **Example** <details> ```json { "metadata...
Set Pod as "related" on Job's SuccessfulCreate event
https://api.github.com/repos/kubernetes/kubernetes/issues/109378/comments
11
2022-04-07T22:16:15Z
2022-09-09T18:29:15Z
https://github.com/kubernetes/kubernetes/issues/109378
1,196,622,729
109,378
[ "kubernetes", "kubernetes" ]
Need to update debian-base for this vuln: [https://security-tracker.debian.org/tracker/CVE-2021-43618](https://security-tracker.debian.org/tracker/CVE-2021-43618) gcloud container images list-tags k8s.gcr.io/build-image/debian-base --filter="tags~buster" --sort-by=tags DIGEST TAGS TIMEST...
Update gmp in debian-base:buster-v1.10.0 to patch CVE-2021-43618
https://api.github.com/repos/kubernetes/kubernetes/issues/109377/comments
8
2022-04-07T21:37:54Z
2022-10-09T22:09:19Z
https://github.com/kubernetes/kubernetes/issues/109377
1,196,596,594
109,377
[ "kubernetes", "kubernetes" ]
### What would you like to be added? (This is an issue being moved from https://github.com/kubernetes-security/security-disclosures-low/issues/9 to be worked on in public) In the past, we've had a medium-severity vulnerability reported to the Kubernetes project for a misconfigured audit-logging. The core of the or...
Investigate extending log sanitization to audit logs
https://api.github.com/repos/kubernetes/kubernetes/issues/109376/comments
11
2022-04-07T21:09:55Z
2024-06-17T16:58:53Z
https://github.com/kubernetes/kubernetes/issues/109376
1,196,572,822
109,376
[ "kubernetes", "kubernetes" ]
A bot command that makes an additional commit to PRs that fail to pass the bars with `make update` or `make verify` to re-generate files as needed. This is a proposed solution advancing the temporary solution of a helper CI job that runs make update when triggered and there's a zip file that has the changes after th...
Helper Prow Bot command that generates additional commit on PRs
https://api.github.com/repos/kubernetes/kubernetes/issues/109374/comments
9
2022-04-07T20:08:18Z
2022-09-10T10:36:16Z
https://github.com/kubernetes/kubernetes/issues/109374
1,196,518,084
109,374
[ "kubernetes", "kubernetes" ]
### What happened? I'm debugging new code for [K9s](https://github.com/derailed/k9s) project which imports [converter.go](https://github.com/kubernetes/kubernetes/blob/21184400a4ac185e7e4c6ddb52eb9c25a4cc453f/staging/src/k8s.io/apimachinery/pkg/conversion/converter.go) The following code: ```go var pod v1.Pod ...
runtime.DefaultUnstructuredConverter.FromUnstructured fails given a dynamically created object
https://api.github.com/repos/kubernetes/kubernetes/issues/109372/comments
2
2022-04-07T19:01:52Z
2022-04-08T07:19:51Z
https://github.com/kubernetes/kubernetes/issues/109372
1,196,454,367
109,372
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-e2e-kind ### Which tests are flaking? [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: tmpfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data ### Since when has it been flaking? It might be April 7th, but unclear from testgrid ### ...
[Flaky test] In-tree Volumes [Driver: local][LocalVolumeType: tmpfs] [Testpattern: Pre-provisioned PV (default fs)] volumes should store data
https://api.github.com/repos/kubernetes/kubernetes/issues/109368/comments
5
2022-04-07T14:38:27Z
2022-09-04T15:21:34Z
https://github.com/kubernetes/kubernetes/issues/109368
1,196,147,851
109,368
[ "kubernetes", "kubernetes" ]
### What happened? We're noticing that the default scheduler is not respecting pod anti affinity and assigning the replica of a deployment to the same node where another replica is running(we've explicitly set pod anti affinity in the deployment spec to ensure spread). ### What did you expect to happen? Scheduler s...
Scheduler not respecting pod anti affinity in certain cases
https://api.github.com/repos/kubernetes/kubernetes/issues/109367/comments
16
2022-04-07T13:39:59Z
2022-09-08T05:08:07Z
https://github.com/kubernetes/kubernetes/issues/109367
1,196,067,624
109,367
[ "kubernetes", "kubernetes" ]
### What happened? My setup consists of the following topology: 1. Zone A - 2 nodes 2. Zone B - 1 node 3. There are no taints on any of the nodes 4. Pods do not have any node affinity/anti-affinity or pod affinity/anti-affinity defined on them My Topology Spread Constraints are defined as: ``` topologySpreadC...
Pod Topology Spread Constraint limits scheduling decisions to one pod at a time
https://api.github.com/repos/kubernetes/kubernetes/issues/109364/comments
21
2022-04-07T12:03:50Z
2024-06-21T12:59:03Z
https://github.com/kubernetes/kubernetes/issues/109364
1,195,948,413
109,364
[ "kubernetes", "kubernetes" ]
### What happened? I am working on a customized admission webhook, need to add additional labels to all the deployments, the label maybe like this: "test1: mylabels". I defined two operations in the webhook, CREATE and UPDATE. The create requests always received, but the update requests are not work as expected. Aft...
admission webhook can not catch the "update" operation
https://api.github.com/repos/kubernetes/kubernetes/issues/109357/comments
3
2022-04-07T09:17:28Z
2022-04-12T20:11:35Z
https://github.com/kubernetes/kubernetes/issues/109357
1,195,757,268
109,357
[ "kubernetes", "kubernetes" ]
### Why is this needed? Now many codes of K8S have the problem of low coverage. In order to facilitate tracking, this issue is created. You can run the following command to find the files that need to be improved: ``` $ go test -cover ./pkg/... ? k8s.io/kubernetes/pkg/api/endpoints/testing [no test f...
Improve unit test coverage
https://api.github.com/repos/kubernetes/kubernetes/issues/109355/comments
6
2022-04-07T08:04:53Z
2022-09-19T08:20:48Z
https://github.com/kubernetes/kubernetes/issues/109355
1,195,668,361
109,355
[ "kubernetes", "kubernetes" ]
### What happened? KCM wrongly detaches all in-tree volumes during update from K8s 1.20 to 1.21. ### What did you expect to happen? KCM to do not detach all in-tree volumes during update from K8s 1.20 to 1.21. ### How can we reproduce it (as minimally and precisely as possible)? 1. Create a K8s 1.20.13 c...
gce: KCM detaches all in-tree volumes during update from K8s 1.20 to 1.21
https://api.github.com/repos/kubernetes/kubernetes/issues/109354/comments
26
2022-04-07T07:58:41Z
2024-01-19T10:08:14Z
https://github.com/kubernetes/kubernetes/issues/109354
1,195,661,746
109,354
[ "kubernetes", "kubernetes" ]
### What happened? I'm using minikube to set up a cluster locally and trying to test the grace period termination of pods, relating this doc https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination, the value of terminationGracePeriodSeconds should be the total(including prestop time) value ...
Pods termination grace period seconds are not executed as expected.
https://api.github.com/repos/kubernetes/kubernetes/issues/109352/comments
16
2022-04-07T06:34:43Z
2024-10-23T17:51:35Z
https://github.com/kubernetes/kubernetes/issues/109352
1,195,582,755
109,352
[ "kubernetes", "kubernetes" ]
### What happened? There is such a scenario, we have many clusters, up to 100,000, and the cluster has regular health checks, and the number of work coroutines is limited. When the work coroutine is doing cluster health check processing, there are new cluster starts to be created, we need to prioritize the newly creat...
client-go/workqueue needs priority queue
https://api.github.com/repos/kubernetes/kubernetes/issues/109348/comments
10
2022-04-07T04:27:14Z
2022-09-04T03:23:55Z
https://github.com/kubernetes/kubernetes/issues/109348
1,195,503,314
109,348
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? kubelet-gce-e2e-swap-fedora-serial and ci-kubernetes-node-swap-ubuntu-serial ### Which tests are failing? kubelet-gce-e2e-swap-fedora-serial.Overall and ci-kubernetes-node-swap-ubuntu-serial.Overall ### Since when has it been failing? 04/05/2022 ### Testgrid link https://testgrid.k8s....
kubelet-gce-e2e-swap-fedora-serial and kubelet-gce-e2e-swap-ubuntu-serial are failing since 04/05.
https://api.github.com/repos/kubernetes/kubernetes/issues/109341/comments
2
2022-04-06T16:43:45Z
2022-04-06T16:59:27Z
https://github.com/kubernetes/kubernetes/issues/109341
1,194,860,350
109,341
[ "kubernetes", "kubernetes" ]
### What happened? Hey, we are getting the following error messages when Kubelet is working as usual. ``` Apr 06 14:54:33 deb10.eu.sosiv.io kubelet[2626199]: E0406 14:54:33.801083 2626199 manager.go:1123] Failed to create existing container: /pids/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-podadee...
Kubelet spams 'Failed to create existing container' log messages.
https://api.github.com/repos/kubernetes/kubernetes/issues/109339/comments
9
2022-04-06T15:57:52Z
2022-09-04T09:20:34Z
https://github.com/kubernetes/kubernetes/issues/109339
1,194,810,124
109,339
[ "kubernetes", "kubernetes" ]
### What happened? We used the Aggregator APIServer in our cluster, but it got panic when calling the `GetResourceKind` at the startup. Here is the stack: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x176d9c2] gorou...
Aggregator APIServer got panic when calling the `GetResourceKind`
https://api.github.com/repos/kubernetes/kubernetes/issues/109336/comments
4
2022-04-06T12:48:11Z
2022-04-18T20:04:16Z
https://github.com/kubernetes/kubernetes/issues/109336
1,194,567,906
109,336