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" ]
there's issue in our kubernetes cluster that consists of 20 workers and many times some of these workers stuck although there's no high workload or high utilization of compute resources this is the following info about kubernetes cluster > kubectl version Client Version: version.Info{Major:"1", Minor:"23", GitVe...
k8s workers stuck although there's no high work load or high utilization of resources
https://api.github.com/repos/kubernetes/kubernetes/issues/122831/comments
8
2024-01-16T15:57:31Z
2024-02-13T06:36:33Z
https://github.com/kubernetes/kubernetes/issues/122831
2,086,595,403
122,831
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Hi folks, I was recently reading through the [Structured Authentication KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-auth/3331-structured-authentication-configuration) and I find it very exiting. I was wondering how many authenticators could be configured...
StructuredAuthentication - remove the hard limit on JWTAuthenticators
https://api.github.com/repos/kubernetes/kubernetes/issues/122809/comments
3
2024-01-16T13:28:17Z
2025-01-16T02:48:14Z
https://github.com/kubernetes/kubernetes/issues/122809
2,083,967,923
122,809
[ "kubernetes", "kubernetes" ]
### What happened? Kube-apiserver with [Watch-List](https://github.com/kubernetes/enhancements/tree/master/keps/sig-api-machinery/3157-watch-list#design-details) feature enabled does not send back `k8s.io/initial-events-end` BOOKMARK to client when resourceVersion is not set. ```bash curl 'http://localhost:8001...
Watch-List feature does not work as expected when ResourceVersion is not set.
https://api.github.com/repos/kubernetes/kubernetes/issues/122805/comments
18
2024-01-16T09:04:59Z
2024-08-22T19:04:13Z
https://github.com/kubernetes/kubernetes/issues/122805
2,083,378,019
122,805
[ "kubernetes", "kubernetes" ]
### What happened? If the kubelet is restarted when a pod with a postStart lifecycle hook is started but poststart still not be executed, then the postStart hook will never be executed when the kubelet start. ### What did you expect to happen? when kubelet restart, pod's postStart hook can always be run. ### How ca...
PostStart is never executed
https://api.github.com/repos/kubernetes/kubernetes/issues/122803/comments
4
2024-01-16T06:25:39Z
2025-02-12T07:02:00Z
https://github.com/kubernetes/kubernetes/issues/122803
2,083,101,444
122,803
[ "kubernetes", "kubernetes" ]
### What would you like to be added? As described in this pr: #122708, we need to replace `PolImmediate` with `PollUntilContextTimeout`. There is also a discussion about this on [Slack](https://kubernetes.slack.com/archives/CHGFYJVAN/p1705335454294119). However, this modification is too extensive, so we need to bre...
We Should Use `PollUntilContextTimeout` Replacing Deprecated `PolImmediate` Method
https://api.github.com/repos/kubernetes/kubernetes/issues/122800/comments
8
2024-01-16T01:48:44Z
2024-06-16T15:46:53Z
https://github.com/kubernetes/kubernetes/issues/122800
2,082,886,246
122,800
[ "kubernetes", "kubernetes" ]
### What would you like to be added? add opt-in compression support in storage factory to give the capability to shrink the data size landing to storage. the default compression can be snappy, and other options can choose: zstd, zlib, etc. and it is also allowed to have customized compression registered. ### Why is t...
add opt-in compression support in storage factory
https://api.github.com/repos/kubernetes/kubernetes/issues/122799/comments
6
2024-01-16T00:29:49Z
2024-03-26T19:28:30Z
https://github.com/kubernetes/kubernetes/issues/122799
2,082,839,374
122,799
[ "kubernetes", "kubernetes" ]
### What would you like to be added? We would like to be able to reserve some amount of memory (`buffer`) for our workload on a cluster node. Scheduler should not over-subscribe a `New Allocatable` = [Allocatable](https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable) - `buf...
Feature request: reserving memory buffer for workload on a cluster node
https://api.github.com/repos/kubernetes/kubernetes/issues/122789/comments
10
2024-01-15T14:44:49Z
2024-07-28T20:03:43Z
https://github.com/kubernetes/kubernetes/issues/122789
2,082,178,758
122,789
[ "kubernetes", "kubernetes" ]
### What happened? ``` openstack grafana-69b4cc7666-2tp5p 0/1 Init:ContainerStatusUnknown 0 59d openstack grafana-69b4cc7666-2w25h 0/1 Init:ContainerStatusUnknown 0 60d openstack grafana-69b4cc7666-2...
too many `ContainerStatusUnknown` pod
https://api.github.com/repos/kubernetes/kubernetes/issues/122779/comments
20
2024-01-15T07:14:04Z
2024-12-02T00:11:22Z
https://github.com/kubernetes/kubernetes/issues/122779
2,081,390,675
122,779
[ "kubernetes", "kubernetes" ]
### What happened? See the CRD at https://gist.github.com/mattcary/353b202240c250b5cb4371058f233476 in summary it is ``` spec: ref: name: myName namespace: myNamespace ``` One can create a x-kubernetes-validations rule that spec.ref.name != "", but one cannot create a rule that spec.ref.names...
CEL has misleading error message for fields called "namespace"
https://api.github.com/repos/kubernetes/kubernetes/issues/122777/comments
12
2024-01-14T20:10:32Z
2024-08-29T16:10:02Z
https://github.com/kubernetes/kubernetes/issues/122777
2,080,880,084
122,777
[ "kubernetes", "kubernetes" ]
### What happened? I've created 3 cluster roles, one that has read access to pods, one that has access to delete pods and one that will aggregate the rules between the first two. When creating the aggregator role with imperative commands, the resulted role fails to aggregate the permissions properly even with separa...
kubectl fails to aggregate cluster role selectors when specifying multiple --aggregation-rule flags
https://api.github.com/repos/kubernetes/kubernetes/issues/122766/comments
2
2024-01-14T14:56:27Z
2024-01-14T15:00:06Z
https://github.com/kubernetes/kubernetes/issues/122766
2,080,761,621
122,766
[ "kubernetes", "kubernetes" ]
### What happened? As per https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/ pod should not be restart when restartPolicy is set to `NotRequired ` When I create a pod with below configuration it gets restart on CPU resource increase, despite of the value configured in restartPolicy ...
In-Place Pod Resource Resizing always restarts pod
https://api.github.com/repos/kubernetes/kubernetes/issues/122760/comments
23
2024-01-13T20:12:42Z
2024-08-23T18:33:13Z
https://github.com/kubernetes/kubernetes/issues/122760
2,080,458,218
122,760
[ "kubernetes", "kubernetes" ]
### What happened? Patch operations on the custom resource fails when I use a mutation webhook to add an annotation. I expected "application/json-patch+json" patch type to work for mutation webhooks. error: mycustomresources.sample.com "mycustomresource" could not be patched: Internal error occurred: failed calli...
Mutation webhook fails with unsupported patch type error
https://api.github.com/repos/kubernetes/kubernetes/issues/122755/comments
3
2024-01-13T06:56:05Z
2024-02-20T19:48:04Z
https://github.com/kubernetes/kubernetes/issues/122755
2,080,138,103
122,755
[ "kubernetes", "kubernetes" ]
### What would you like to be added? _Intro note: I've read about KEP, however, I'm merely a busy engineer that loves Kubernetes. I'm not sure I can lead my feature request through the KEP process. Please consider this as my initial reach out, if anything to have my voice heard and poll my idea to the community. If th...
DaemonSet dynamic/scaled resources based on node type
https://api.github.com/repos/kubernetes/kubernetes/issues/122753/comments
22
2024-01-13T00:45:26Z
2025-03-11T20:58:46Z
https://github.com/kubernetes/kubernetes/issues/122753
2,079,935,453
122,753
[ "kubernetes", "kubernetes" ]
We should check the images configured in test/e2e to ensure we're not adding new images: https://github.com/kubernetes/kubernetes/blob/83e6636096548f4b49a94ece6bc4a26fd67e4449/test/utils/image/manifest.go#L229 In almost all cases, [test/images/agnhost](https://github.com/kubernetes/kubernetes/tree/master/test/im...
Restrict addition of new e2e test images with a verify script
https://api.github.com/repos/kubernetes/kubernetes/issues/122748/comments
6
2024-01-12T21:29:49Z
2024-07-03T19:50:41Z
https://github.com/kubernetes/kubernetes/issues/122748
2,079,752,076
122,748
[ "kubernetes", "kubernetes" ]
Hey guys I am referencing here this issue https://github.com/kubernetes/kubeadm/issues/2993 My question is the following: in enteprise environments control plane and data plane nodes need to be on separate subnets and sometimes the interaction with control plane handled via a dns... my question is whether kube-c...
Custom CIDR for control and data planes
https://api.github.com/repos/kubernetes/kubernetes/issues/122746/comments
7
2024-01-12T21:04:24Z
2024-02-20T19:48:06Z
https://github.com/kubernetes/kubernetes/issues/122746
2,079,732,680
122,746
[ "kubernetes", "kubernetes" ]
continuing discussion from https://github.com/kubernetes/kubernetes/pull/122296 and https://github.com/kubernetes/kubernetes/issues/122572
figure out / document nftables version requirements
https://api.github.com/repos/kubernetes/kubernetes/issues/122743/comments
12
2024-01-12T19:53:09Z
2024-07-08T19:45:04Z
https://github.com/kubernetes/kubernetes/issues/122743
2,079,602,342
122,743
[ "kubernetes", "kubernetes" ]
In [some places](https://github.com/search?q=repo%3Akubernetes%2Fkubernetes+%22+pointer.Int64Ptr%22&type=code) we're using `pointer.Int64Ptr()` which is deprecated and can be replaced with https://pkg.go.dev/k8s.io/utils/ptr#To ```diff diff --git a/staging/src/k8s.io/pod-security-admission/test/fixtures_runAsUser...
Replace `pointer.Int64Ptr` with `ptr.To`
https://api.github.com/repos/kubernetes/kubernetes/issues/122742/comments
6
2024-01-12T19:24:03Z
2024-02-05T17:08:43Z
https://github.com/kubernetes/kubernetes/issues/122742
2,079,548,041
122,742
[ "kubernetes", "kubernetes" ]
### What happened? When running kube-proxy with log level 4, I found it always clears all UDP contrack entries for all service IPs and NodePorts unconditionally after it's restarted even when the Services and Endpoints/EndpointSlices don't change. Clearing UDP conntrack entries could cause UDP connections to switch...
UDP connections of Services are not preserved after restarting kube-proxy
https://api.github.com/repos/kubernetes/kubernetes/issues/122740/comments
9
2024-01-12T17:14:00Z
2024-07-18T16:42:06Z
https://github.com/kubernetes/kubernetes/issues/122740
2,079,318,226
122,740
[ "kubernetes", "kubernetes" ]
### What happened? While working on https://github.com/kubernetes/kubernetes/pull/122241, I ran into an issue where the CLI was reporting that `--fail-swap-on="true"`. But in the code it was actually set to "false". This is because the flag was set in the KubeletConfig. We have users also noticing that the logs in ...
Printing CLI parameters for Kubelet is misleading to users.
https://api.github.com/repos/kubernetes/kubernetes/issues/122736/comments
4
2024-01-12T15:11:08Z
2024-06-23T09:22:55Z
https://github.com/kubernetes/kubernetes/issues/122736
2,079,066,323
122,736
[ "kubernetes", "kubernetes" ]
### What happened? We have identified a memory leak issue in kube-scheduler after upgrading to version v1.28.3. Despite a stable number of pods/nodes, we have noticed a continuous increase in kube-scheduler memory usage over time. ![image](https://github.com/kubernetes/kubernetes/assets/95034/4f363977-720f-468a-8...
kube-scheduler memory leak issue in v1.28.3
https://api.github.com/repos/kubernetes/kubernetes/issues/122725/comments
4
2024-01-12T07:51:44Z
2024-01-15T14:22:42Z
https://github.com/kubernetes/kubernetes/issues/122725
2,078,265,624
122,725
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://prow.k8s.io/job-history/gs/kubernetes-jenkins/logs/ci-kubernetes-kubemark-500-gce?buildId=1743193497881546752 ### Which tests are flaking? ``` ERROR: (gcloud.compute.instances.create) Could not fetch resource: - Setting minimum CPU platform is not supported for the selected mac...
[Failing Test] ci-kubernetes-kubemark-500-gce failed after change the machine type
https://api.github.com/repos/kubernetes/kubernetes/issues/122722/comments
3
2024-01-12T03:07:47Z
2024-01-12T15:35:16Z
https://github.com/kubernetes/kubernetes/issues/122722
2,077,983,994
122,722
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-alpha-features is breaked - Flaking rate is higher than 50%. ### Which tests are failing? https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-alpha-features/1745617205501890560 ### Sinc...
[Flaking Test] [sig-node] gce-cos-master-alpha-features failed for EventedPLEG
https://api.github.com/repos/kubernetes/kubernetes/issues/122721/comments
24
2024-01-12T02:31:34Z
2024-02-02T04:00:31Z
https://github.com/kubernetes/kubernetes/issues/122721
2,077,956,575
122,721
[ "kubernetes", "kubernetes" ]
We should look at ll the sig-windows owners files in various repos (esp test-infra / k8s.io / others) and make sure they are are up to date /kind cleanup /sig windows /assign @marosset @jsturtevant @aravindhp
Clean up sig-windows OWNER files
https://api.github.com/repos/kubernetes/kubernetes/issues/122715/comments
2
2024-01-11T17:51:10Z
2025-01-10T18:12:13Z
https://github.com/kubernetes/kubernetes/issues/122715
2,077,289,662
122,715
[ "kubernetes", "kubernetes" ]
### What happened? The event `RecreatingTerminatedPod` is emitted ~10 times simultaneously after evicting pods of a Statefulset. ### What did you expect to happen? The event should only be emitted at most once. ### How can we reproduce it (as minimally and precisely as possible)? - Create a 1.29 kind...
RecreatingTerminatedPod/RecreatingFailedPod/SuccessfulDelete events leak
https://api.github.com/repos/kubernetes/kubernetes/issues/122709/comments
4
2024-01-11T12:17:47Z
2024-04-18T08:03:47Z
https://github.com/kubernetes/kubernetes/issues/122709
2,076,477,398
122,709
[ "kubernetes", "kubernetes" ]
### What happened? kubectl logs does not show output of the pod but nerdctl/crictl works well. ``` root@10-20-1-20:/home/cyclinder/network-operator/deployment/network-operator# kubectl logs -n kube-system network-operator-78ccc765d5-49sfk ^C root@10-20-1-20:/home/cyclinder/network-operator/deployment/ne...
kubectl logs does not show output
https://api.github.com/repos/kubernetes/kubernetes/issues/122699/comments
5
2024-01-11T07:56:39Z
2024-01-12T02:12:40Z
https://github.com/kubernetes/kubernetes/issues/122699
2,075,988,892
122,699
[ "kubernetes", "kubernetes" ]
![image](https://github.com/kubernetes/kubernetes/assets/105560839/932d71d6-54b4-41d5-991b-a825936c01cd) Thanks
Why does Kubernetes use Golang more than Java?
https://api.github.com/repos/kubernetes/kubernetes/issues/122695/comments
7
2024-01-11T04:18:36Z
2024-01-11T05:17:42Z
https://github.com/kubernetes/kubernetes/issues/122695
2,075,710,957
122,695
[ "kubernetes", "kubernetes" ]
- [ ] [TestPersistentVolumeClaimEvaluatorMatchingResources](https://github.com/kubernetes/kubernetes/blob/master/pkg/quota/v1/evaluator/core/persistent_volume_claims_test.go#L185) TODOs - [ ] Remove VolumeAttributesClass feature gate, update docs - [ ] the definition of PVC/PV remove alpha description. - [ ] Mark a...
VolumeAttributesClass post GA work
https://api.github.com/repos/kubernetes/kubernetes/issues/122694/comments
6
2024-01-11T02:30:44Z
2024-08-08T06:45:44Z
https://github.com/kubernetes/kubernetes/issues/122694
2,075,594,926
122,694
[ "kubernetes", "kubernetes" ]
### What happened? ```shell [root@app-k8s-master-1 ~]# journalctl -u kubelet -f Jan 10 22:41:24 app-k8s-master-1 kubelet[12421]: E0110 22:41:24.391540 12421 cadvisor_stats_provider.go:415] "Partial failure issuing cadvisor.ContainerInfoV2" err="partial failures: [\"/system.slice/kubelet.service\": RecentStats: u...
kubelet no container metric issues
https://api.github.com/repos/kubernetes/kubernetes/issues/122686/comments
6
2024-01-10T14:50:54Z
2024-01-24T18:45:47Z
https://github.com/kubernetes/kubernetes/issues/122686
2,074,542,861
122,686
[ "kubernetes", "kubernetes" ]
### What happened? Ubuntu has a package manager called snapd. I do not use snaps, so I decided to remove it. After removing snapd, kubelet fails to start. Update: Snap runs lxd which appears to be a dependency. ### What did you expect to happen? No impact as Kubernetes should not depend on snapd or lxd. ...
Ubuntu Remove Snap LXD + Vanilla Kubernetes + Restart = kubelet fails
https://api.github.com/repos/kubernetes/kubernetes/issues/122681/comments
23
2024-01-10T11:15:12Z
2024-09-10T22:20:25Z
https://github.com/kubernetes/kubernetes/issues/122681
2,074,144,965
122,681
[ "kubernetes", "kubernetes" ]
### What happened? We wanted to start using the SLI for kubelet pod start duration, as per: - https://github.com/kubernetes/community/blob/master/sig-scalability/slos/pod_startup_latency.md - https://github.com/kubernetes/community/blob/master/sig-scalability/slos/slos.md#steady-state-slisslos - https://github.com/...
`kubelet_pod_start_sli_duration_seconds_sum` getting negative values
https://api.github.com/repos/kubernetes/kubernetes/issues/122675/comments
8
2024-01-10T08:54:32Z
2024-01-11T17:34:28Z
https://github.com/kubernetes/kubernetes/issues/122675
2,073,889,189
122,675
[ "kubernetes", "kubernetes" ]
### What happened? Currently, when the [Graceful Node Shutdown](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2000-graceful-node-shutdown/README.md) is enabled, kubelet will then connect to Dbus and subscribe to the `org.freedesktop.systemd1.Manager` interface (using object path `/org/freedesk...
kubelet starts workloads on a node that is currently in process of being shut down after it is restarted
https://api.github.com/repos/kubernetes/kubernetes/issues/122674/comments
12
2024-01-10T08:09:30Z
2025-01-22T09:28:27Z
https://github.com/kubernetes/kubernetes/issues/122674
2,073,819,892
122,674
[ "kubernetes", "kubernetes" ]
### What happened? After upgrading the kubernetes version from 1.23 to 1.24, the OS /var/log/syslog log prompts: systemd[14798]: Failed to set up mount unit: Invalid argument, The pod on this host has some rbd volumes mounted. ![err](https://github.com/kubernetes/kubernetes/assets/35327558/0190cc72-64a3-4e11-8ac8-2...
kubernetes v1.24: systemd[14798]: Failed to set up mount unit: Invalid argument
https://api.github.com/repos/kubernetes/kubernetes/issues/122673/comments
7
2024-01-10T07:29:46Z
2024-10-12T03:00:50Z
https://github.com/kubernetes/kubernetes/issues/122673
2,073,764,021
122,673
[ "kubernetes", "kubernetes" ]
### What happened? The link in the following sentence is incorrect macOS Install Docker for Mac. See installation instructions [here](https://docs.docker.com/docker-for-mac/). It redirects to [Sign in to Docker Desktop](https://docs.docker.com/desktop/get-started/) instead of [Install Docker Desktop on Mac](http...
Incorrect URL to Install Docker Desktop for Mac at build/README.md
https://api.github.com/repos/kubernetes/kubernetes/issues/122671/comments
3
2024-01-10T07:17:38Z
2024-02-05T16:45:24Z
https://github.com/kubernetes/kubernetes/issues/122671
2,073,747,847
122,671
[ "kubernetes", "kubernetes" ]
### What happened? When installing the metrics-server to implement the metrics.k8s.io API and the prometheus-adapter to implement the custom.metrics.k8s.io API, it is possible to make the OpenAPI handler fail to initialize with this error log in apiserver: https://github.com/kubernetes/kube-openapi/blob/master/pkg/a...
OpenAPI handler fails on duplicated path
https://api.github.com/repos/kubernetes/kubernetes/issues/122668/comments
46
2024-01-09T21:20:22Z
2025-01-08T14:06:27Z
https://github.com/kubernetes/kubernetes/issues/122668
2,073,187,700
122,668
[ "kubernetes", "kubernetes" ]
### What happened? When I was patrolling the kubernetes cluster, I found that the Pod memory usage of the kube scheduler on a node was abnormal. The following are the resource usage and log outputs: Logs: [root@lb ~]# kubectl logs -f -n kube-system kube-scheduler-k8s-master-03 I0910 13:47:01.536621 1 serving....
Kube-scheduler High Memory usage
https://api.github.com/repos/kubernetes/kubernetes/issues/122661/comments
21
2024-01-09T16:15:03Z
2024-01-21T07:30:34Z
https://github.com/kubernetes/kubernetes/issues/122661
2,072,698,827
122,661
[ "kubernetes", "kubernetes" ]
### What happened? I'm using ValidatingAdmissionPolicy(VAP) with setting my own CRD to paramKind in my on-premise cluster. It works fine, but once I restarted one of the kube-apiserver instances it changed to reject both valid and invalid requests with the error message like: ``` error: failed to create rolebind...
ValidatingAdmissionPolicy using CRDs as paramKind always fails after restarting kube-apiserver
https://api.github.com/repos/kubernetes/kubernetes/issues/122658/comments
12
2024-01-09T10:14:26Z
2024-02-05T14:51:12Z
https://github.com/kubernetes/kubernetes/issues/122658
2,072,055,739
122,658
[ "kubernetes", "kubernetes" ]
### What happened? e2e.test is no longer compilable on macOS in the master branch. It was compilable with Kubernetes v1.29.0 and v1.30.0-alpha.0. ### What did you expect to happen? It should be compilable. ### How can we reproduce it (as minimally and precisely as possible)? ```console $ go version go version...
[Regression in master] e2e.test is no longer compilable on macOS: `imports github.com/opencontainers/runc/libcontainer/userns: C source files not allowed when not using cgo or SWIG: userns_maps.c`
https://api.github.com/repos/kubernetes/kubernetes/issues/122650/comments
3
2024-01-09T01:10:37Z
2024-01-09T02:56:31Z
https://github.com/kubernetes/kubernetes/issues/122650
2,071,462,341
122,650
[ "kubernetes", "kubernetes" ]
### What happened? This looks to me like a bug. Whenever annotations are managed by the same field manager the server-side PATCH that includes annotation change, the changes are merged instead of complete replacement of the annotations. ### What did you expect to happen? Annotations to be replaced when PATCHe...
Unexpected annotations merge instead of replace with server-side PATCH using pure API
https://api.github.com/repos/kubernetes/kubernetes/issues/122648/comments
11
2024-01-08T21:16:38Z
2025-02-20T06:37:37Z
https://github.com/kubernetes/kubernetes/issues/122648
2,071,236,759
122,648
[ "kubernetes", "kubernetes" ]
### What happened? our kube-apiserver just started failing to start.. The log from containerd only says: 2023-12-16T07:35:01.426019865+01:00 stderr F }. Err: connection error: desc = "transport: authentication handshake failed: x509: certificate has expired or is not yet valid: current time 2023-12-16T06:35:01Z is af...
api logs not very precise in regards to cert issues on endpoints
https://api.github.com/repos/kubernetes/kubernetes/issues/122639/comments
9
2024-01-08T08:02:24Z
2025-02-01T15:45:06Z
https://github.com/kubernetes/kubernetes/issues/122639
2,069,920,151
122,639
[ "kubernetes", "kubernetes" ]
### What happened? After a fresh installation of CentOS Stream 9 with Kubernetes, I am encountering a registration failure for the CRI-O container factory. The error message indicates a problem with connecting to the CRI-O socket: Get "http://%2Fvar%2Frun%2Fcrio%2Fcrio.sock/info": dial unix /var/run/crio/crio.sock: co...
confusing CRI-O error from cadvisor for nodes that use containerd
https://api.github.com/repos/kubernetes/kubernetes/issues/122632/comments
13
2024-01-07T08:51:46Z
2024-01-17T18:44:19Z
https://github.com/kubernetes/kubernetes/issues/122632
2,069,046,140
122,632
[ "kubernetes", "kubernetes" ]
### What happened? /sig scheduling /kind bug - AssignedPodAdded(): https://github.com/kubernetes/kubernetes/blob/b529e6ff1c7edb3bb1eaca185b9662d8e42ac2d0/pkg/scheduler/internal/queue/scheduling_queue.go#L1044 - AssignedPodUpdated(): https://github.com/kubernetes/kubernetes/blob/b529e6ff1c7edb3bb1eaca185b9662d8e...
Assigned Pod add/update events don't requeue Pods without PodAffinity
https://api.github.com/repos/kubernetes/kubernetes/issues/122626/comments
6
2024-01-07T02:10:09Z
2024-07-08T23:21:13Z
https://github.com/kubernetes/kubernetes/issues/122626
2,068,932,613
122,626
[ "kubernetes", "kubernetes" ]
The test create custome EndpointSlices to validate some behaviors sending traffic, so it is clear that it expects the EndpointSlices to be ready, https://github.com/kubernetes/kubernetes/blob/b529e6ff1c7edb3bb1eaca185b9662d8e42ac2d0/test/e2e/network/endpointslice.go#L698-L712 The API doc is vague about this situ...
E2E test is not setting the EndpointSlices conditions to ready
https://api.github.com/repos/kubernetes/kubernetes/issues/122623/comments
6
2024-01-06T13:47:39Z
2024-01-08T06:08:52Z
https://github.com/kubernetes/kubernetes/issues/122623
2,068,641,219
122,623
[ "kubernetes", "kubernetes" ]
### What happened? I am trying to create a new plugin for "kubernetes-sigs/scheduler-plugins" using links https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/doc/develop.md https://github.com/wangchen615/scheduler-plugins/tree/kubecon22/pkg/scorebylabel But getting following Warnings for command ./ha...
Kubernetes Scheduling Framework, "kubernetes-sigs/scheduler-plugins" [Warnings] for "./hack/update-codegen.sh"
https://api.github.com/repos/kubernetes/kubernetes/issues/122621/comments
3
2024-01-06T10:43:19Z
2024-01-06T11:23:52Z
https://github.com/kubernetes/kubernetes/issues/122621
2,068,528,942
122,621
[ "kubernetes", "kubernetes" ]
### What happened? ``` apiVersion: v1 items: - apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: custom-metric-sd namespace: default spec: maxReplicas: 5 metrics: - pods: metric: name: custom-metric target: averageVal...
HPA target metric doesn't support multiple custom.metrics.k8s.io providers
https://api.github.com/repos/kubernetes/kubernetes/issues/122617/comments
7
2024-01-05T20:04:12Z
2024-06-04T03:38:34Z
https://github.com/kubernetes/kubernetes/issues/122617
2,067,965,429
122,617
[ "kubernetes", "kubernetes" ]
We need to sweep all remaining items in https://github.com/orgs/kubernetes/projects/94 and make sure they get done. /sig auth /triage accepted /lifecycle frozen
`KMSv2` post GA work
https://api.github.com/repos/kubernetes/kubernetes/issues/122615/comments
2
2024-01-05T17:21:36Z
2025-01-05T13:28:07Z
https://github.com/kubernetes/kubernetes/issues/122615
2,067,737,896
122,615
[ "kubernetes", "kubernetes" ]
### What would you like to be added? kubectl describe job is missing some key fields. For example, for yaml: ``` apiVersion: batch/v1 kind: Job metadata: name: sample-job namespace: default spec: parallelism: 1 completions: 1 suspend: true template: spec: tolerations: - key: "...
kubectl describe job should print key fields for scheduling (suspend, tolerations, nodeSelector)
https://api.github.com/repos/kubernetes/kubernetes/issues/122613/comments
10
2024-01-05T16:57:24Z
2024-03-15T19:53:05Z
https://github.com/kubernetes/kubernetes/issues/122613
2,067,702,429
122,613
[ "kubernetes", "kubernetes" ]
### What happened? When a non-canonical IPv6 address, e.g. `fd00::10.0.0.34`, is used as a loadBalancerIP, communication fails. /sig network /area kube-proxy ### What did you expect to happen? Addresses like `fd00::10.0.0.34` should work, as they do for proxy-mode ipvs and iptables ### How can we reproduce it (...
`--proxy-mode=nftables` fails if non-canonical (but standardized) IPv6 addresses are used
https://api.github.com/repos/kubernetes/kubernetes/issues/122611/comments
11
2024-01-05T14:42:38Z
2024-01-09T20:18:27Z
https://github.com/kubernetes/kubernetes/issues/122611
2,067,467,269
122,611
[ "kubernetes", "kubernetes" ]
### What happened? I had followed the steps from [install-kubeadm](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/) to install the tools Enabled kubelet service, started it and checked the status systemctl status kubelet ### What did you expect to happen? The service sh...
kubelet.service entered failed state (code=exited, status=1/FAILURE)
https://api.github.com/repos/kubernetes/kubernetes/issues/122609/comments
4
2024-01-05T13:28:14Z
2024-01-05T18:30:05Z
https://github.com/kubernetes/kubernetes/issues/122609
2,067,352,481
122,609
[ "kubernetes", "kubernetes" ]
### What happened? While validating nftable mode using conformance test, the following error logs were produced consistently: ``` E0104 17:21:56.957351 1 proxier.go:941] "Unable to delete stale chains; will retry later" err=< /dev/stdin:1:28-90: Error: Could not process rule: Device or resource busy...
kube-proxy nftables mode failed to delete rules due to "Device or resource busy" consistently in some cases
https://api.github.com/repos/kubernetes/kubernetes/issues/122604/comments
4
2024-01-05T09:52:54Z
2024-01-08T16:30:55Z
https://github.com/kubernetes/kubernetes/issues/122604
2,067,046,201
122,604
[ "kubernetes", "kubernetes" ]
### What happened? Before I patch pod to enlarge CPU requests: ``` kubectl describe nodes node-x ... Allocated resources: (Total limits may be over 100 percent, i.e., overcommitted.) Resource Requests Limits -------- -------- ------ cpu 4350m (13%) 5800m (1...
InPlacePodVerticalScaling can make node requests be over 100 percent
https://api.github.com/repos/kubernetes/kubernetes/issues/122602/comments
12
2024-01-05T07:09:08Z
2024-02-13T07:05:33Z
https://github.com/kubernetes/kubernetes/issues/122602
2,066,844,618
122,602
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-serial/1743096858512723968 ### Which tests are failing? 1/9 Tests Failed. e2e.go: Up expand_less { error during ./hack/e2e-internal/e2e-up.sh: exit status 2} ### Since when has it been failing? - fai...
[Failing Test] ci-kubernetes-e2e-gci-gce-serial failed
https://api.github.com/repos/kubernetes/kubernetes/issues/122601/comments
3
2024-01-05T06:20:20Z
2024-02-20T19:48:09Z
https://github.com/kubernetes/kubernetes/issues/122601
2,066,793,721
122,601
[ "kubernetes", "kubernetes" ]
### What happened? ``` Warning FailedMount 2s (x4 over 7s) kubelet MountVolume.MountDevice failed for volume "cephfs-pv" : rpc error: code = Internal desc = rpc error: code = Internal desc = volume not found root@karmada-03-a:~# kubectl get pv NAME CAPACITY ACCESS MODES R...
pv pvc is bound but deployment has error about can not find volume
https://api.github.com/repos/kubernetes/kubernetes/issues/122599/comments
3
2024-01-05T04:48:35Z
2024-01-06T05:14:37Z
https://github.com/kubernetes/kubernetes/issues/122599
2,066,723,060
122,599
[ "kubernetes", "kubernetes" ]
### What happened? I init a kubernetes cluster in amazon-ec2 by kubeadm.Flannel is it's network plugin. `` kubeadm init --pod-network-cidr=10.244.0.0/16 --kubernetes-version=v1.24.17 --service-cidr=10.96.0.0/16 `` use default flannel yaml `` kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/mas...
fail to connect to pod network
https://api.github.com/repos/kubernetes/kubernetes/issues/122598/comments
4
2024-01-05T03:55:56Z
2024-01-05T05:41:05Z
https://github.com/kubernetes/kubernetes/issues/122598
2,066,685,917
122,598
[ "kubernetes", "kubernetes" ]
/assign /sig scheduling This is an issue for tracking all requirements for QueueingHint to be Beta (= enabled by default). - KEP: https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/4247-queueinghint/README.md --- ```[tasklist] - [ ] https://github.com/kubernetes/kubernetes/issues/110175 - [ ]...
Beta requirement: QueueingHint
https://api.github.com/repos/kubernetes/kubernetes/issues/122597/comments
18
2024-01-05T02:07:02Z
2024-11-07T16:10:38Z
https://github.com/kubernetes/kubernetes/issues/122597
2,066,612,939
122,597
[ "kubernetes", "kubernetes" ]
Our ./hack/verify-govet-levee.sh calls github.com/google/go-flow-levee which has not been updated in years. Importantly, it does not support generics (https://github.com/google/go-flow-levee/issues/323) which leads to a spew of warnings: ``` # k8s.io/kubernetes/test/e2e/framework unexpected type received: *type...
go-flow-levee is abandoned and semi-broken
https://api.github.com/repos/kubernetes/kubernetes/issues/122592/comments
3
2024-01-04T22:52:40Z
2024-02-20T19:48:12Z
https://github.com/kubernetes/kubernetes/issues/122592
2,066,449,323
122,592
[ "kubernetes", "kubernetes" ]
### What happened? We have a specific case when a health check would error out with `500 INTERNAL SERVER ERROR`. In this particular scenario, the readiness probe will correctly mark pod unready but the liveness probe does not trigger a container restart. Here are some more details: 1. Kubernetes Server Version: ...
Liveness probe with an error doesn't trigger container restart
https://api.github.com/repos/kubernetes/kubernetes/issues/122591/comments
20
2024-01-04T21:05:51Z
2024-12-26T16:31:48Z
https://github.com/kubernetes/kubernetes/issues/122591
2,066,333,678
122,591
[ "kubernetes", "kubernetes" ]
### What happened? kube-apiserver complains about missing parameters not exist while being set correctly upon intial installation on /etc/kubernetes/manifests/kube-apiserver.yaml, [-etc-kubernetes-manifests-kube-apiserver.yaml.txt](https://github.com/kubernetes/kubernetes/files/13832109/-etc-kubernetes-manifests-kube...
kube-apiserver doesn't correctly apply /etc/kubernetes/manifests/kube-apiserver.yaml
https://api.github.com/repos/kubernetes/kubernetes/issues/122586/comments
5
2024-01-04T15:46:19Z
2024-01-04T16:21:43Z
https://github.com/kubernetes/kubernetes/issues/122586
2,065,891,055
122,586
[ "kubernetes", "kubernetes" ]
### What happened? In our k8s cluster, I created a pod, but kubelet pulled up two containers,as shown below: ![pod](https://github.com/kubernetes/kubernetes/assets/62041640/be6c78cf-9241-4273-8896-588c84f04664) ![container](https://github.com/kubernetes/kubernetes/assets/62041640/628f4ad5-ca48-4cbf-afdb-de55eb40a6...
kubelet creates two duplicate containers
https://api.github.com/repos/kubernetes/kubernetes/issues/122585/comments
5
2024-01-04T13:20:13Z
2024-02-13T07:06:48Z
https://github.com/kubernetes/kubernetes/issues/122585
2,065,651,303
122,585
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? [e2e-kops-aws-selinux](https://testgrid.k8s.io/kops-distro-rhel8#kops-aws-selinux) ### Which tests are failing? [It] [sig-storage] CSI Mock selinux on mount metrics SELinuxMount metrics [LinuxOnly][Feature:SELinux][Feature:SELinuxMountReadWriteOncePod][Serial] warning is not bumped ...
kops-aws-selinux is failing since Oct 25
https://api.github.com/repos/kubernetes/kubernetes/issues/122582/comments
1
2024-01-04T11:57:01Z
2024-01-18T10:19:54Z
https://github.com/kubernetes/kubernetes/issues/122582
2,065,526,745
122,582
[ "kubernetes", "kubernetes" ]
### What happened? The kubectl auth can-i command behaves differently when using the --user and --as options. The --as option only checks the explicit permissions granted to the user via roles and bindings. It does not check the permissions which a user acquires through its associated group. The --user option works ...
kubectl auth can-i command behaviour is wrong for impersonated users
https://api.github.com/repos/kubernetes/kubernetes/issues/122579/comments
4
2024-01-04T09:16:04Z
2024-01-05T17:29:17Z
https://github.com/kubernetes/kubernetes/issues/122579
2,065,282,642
122,579
[ "kubernetes", "kubernetes" ]
### What happened? I was gonna install k8s cluster through `kubeadm` in an offline environment through pre-prepared images, but pause image is not as my expectations, as a result, the paused image pull failed, and `kubelet` also failed to start. ### What did you expect to happen? `kubelet` use the pause image which ...
Pause image seems make no sense in kubeadm part
https://api.github.com/repos/kubernetes/kubernetes/issues/122577/comments
7
2024-01-04T07:05:45Z
2024-01-05T09:04:00Z
https://github.com/kubernetes/kubernetes/issues/122577
2,065,119,308
122,577
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-crio-cgroupv1-node-e2e-conformance/1742775394966179840 ### Which tests are failing? e2e.go: Node Tests expand_less { error during go run /home/prow/go/src/k8s.io/kubernetes/test/e2e_node/runner/remote/run_remote.go --cleanup...
[Failing Test] ci-crio-cgroupv1-node-e2e-conformance
https://api.github.com/repos/kubernetes/kubernetes/issues/122575/comments
2
2024-01-04T06:04:06Z
2024-01-04T16:58:44Z
https://github.com/kubernetes/kubernetes/issues/122575
2,065,062,506
122,575
[ "kubernetes", "kubernetes" ]
#### For 1.30: - [x] decide on required kernel/`nft` versions (@danwinship, #124152) - discussion in the first half of #122296, plus some comments in this issue, and then #122743 - [ ] add some useful metrics (@aojea / @npinaeva ?) - we don't know exactly what these will be: [discussion in the KEP](https://gith...
nftables kube-proxy TODO
https://api.github.com/repos/kubernetes/kubernetes/issues/122572/comments
30
2024-01-03T21:41:12Z
2024-12-13T02:34:44Z
https://github.com/kubernetes/kubernetes/issues/122572
2,064,683,478
122,572
[ "kubernetes", "kubernetes" ]
### What happened? Attempting to kill a pod while it's already terminating causes its bound service account token to be invalidated. This can happen, for example, when pod termination takes a long time, and an impatient user will re-attempt to delete it, this time with a short grace-period (e.g., via `kubectl delet...
Service account token gets invalidated while terminating pod is re-deleted
https://api.github.com/repos/kubernetes/kubernetes/issues/122568/comments
8
2024-01-03T08:18:31Z
2025-01-09T21:03:08Z
https://github.com/kubernetes/kubernetes/issues/122568
2,063,474,450
122,568
[ "kubernetes", "kubernetes" ]
We have the following sets of images used in e2e tests, can we try to eliminate duplication? (context: see https://github.com/kubernetes/kubernetes/pull/122565/files#diff-de4c32013b42db23b321a084234ce02f9671a8cd99875387d7d6a41ca1aad069) In general, we should find the references of the older image and switch it to...
Remove duplicate images used in e2e tests
https://api.github.com/repos/kubernetes/kubernetes/issues/122566/comments
11
2024-01-03T02:04:32Z
2024-03-25T22:43:38Z
https://github.com/kubernetes/kubernetes/issues/122566
2,063,150,257
122,566
[ "kubernetes", "kubernetes" ]
https://github.com/kubernetes/kubernetes/pull/121310 updated the `EncryptionConfiguration` automatic reloading logic from file watch to polling. This change in behavior needs to be documented - [ ] Update the v1.29 release notes to call out this change in behavior (ref: https://github.com/kubernetes/kubernetes/pull/...
Clarify automatic reloading logic for `EncryptionConfiguration` in the docs
https://api.github.com/repos/kubernetes/kubernetes/issues/122563/comments
0
2024-01-02T22:58:56Z
2024-05-14T17:19:13Z
https://github.com/kubernetes/kubernetes/issues/122563
2,063,047,625
122,563
[ "kubernetes", "kubernetes" ]
This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the `triage/accepted` label. The `triage/accepted` label can be added by org members by writing `/triage accepted` in a comment. <details> ...
This issue is currently awaiting triage.
https://api.github.com/repos/kubernetes/kubernetes/issues/122562/comments
5
2024-01-02T22:55:51Z
2024-01-03T03:16:07Z
https://github.com/kubernetes/kubernetes/issues/122562
2,063,045,591
122,562
[ "kubernetes", "kubernetes" ]
### What happened? i want to create a serviceAccount with namespace create permission, but failed. ### What did you expect to happen? create namespace successful ### How can we reproduce it (as minimally and precisely as possible)? apply -f role.yaml: ``` apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRo...
cannot create resource "namespaces" in API group "" at the cluster scope
https://api.github.com/repos/kubernetes/kubernetes/issues/122554/comments
7
2024-01-02T11:26:20Z
2024-01-02T14:59:50Z
https://github.com/kubernetes/kubernetes/issues/122554
2,062,285,078
122,554
[ "kubernetes", "kubernetes" ]
### What happened? I created a `sts` and scaled it to `30` replicas and then used `kubectl get pods` and `kubectl get pvc` ![issue2](https://github.com/kubernetes/kubernetes/assets/32198580/7ce62c91-641e-4c84-ac8f-b8f22171b09c) ![pvc](https://github.com/kubernetes/kubernetes/assets/32198580/01213f52-c410-4f87-9845...
"kubectl get <entity>" faulty if the number of entities are more than 10
https://api.github.com/repos/kubernetes/kubernetes/issues/122546/comments
6
2024-01-01T15:45:37Z
2024-01-19T02:11:52Z
https://github.com/kubernetes/kubernetes/issues/122546
2,061,630,199
122,546
[ "kubernetes", "kubernetes" ]
### What would you like to be added? An object named NodeReservation : - with one CPU entry - if one pod of a namespace wants to be scheduled on a node the latter must have NodeReservation.cpu non requested and free CPU - if at least one pod of this namespace run on a node, any pod of another namespace cannot con...
Namespace resource reservation per node
https://api.github.com/repos/kubernetes/kubernetes/issues/122542/comments
6
2023-12-31T23:36:34Z
2024-02-23T08:03:48Z
https://github.com/kubernetes/kubernetes/issues/122542
2,061,190,870
122,542
[ "kubernetes", "kubernetes" ]
### What happened? When k8s services startup, there are still some error message, and 'kubectl get pods -A' report many RESTARTS too. RESTARTS: ``` + kubectl get pods -A NAMESPACE NAME READY STATUS RESTARTS AGE kube-system coredns-66f779496c-jnmdl 1/1 Running ...
error message/RESTARTS when graceful k8s start
https://api.github.com/repos/kubernetes/kubernetes/issues/122539/comments
6
2023-12-31T09:30:39Z
2023-12-31T12:47:52Z
https://github.com/kubernetes/kubernetes/issues/122539
2,060,999,999
122,539
[ "kubernetes", "kubernetes" ]
### What happened? my k8s version is v1.16.6 my OS is Centos 7.6 I'm Tring to install calico ,It failed. ```console [root@k8s-01 ~]# kubectl describe pod calico-kube-controllers-59b699859f-976rj -n kube-system Name: calico-kube-controllers-59b699859f-976rj Namespace: kube-system Prio...
Appera an untolerate taint:"Taints: node.kubernetes.io/not-ready:NoSchedule"
https://api.github.com/repos/kubernetes/kubernetes/issues/122536/comments
4
2023-12-30T15:02:51Z
2023-12-30T15:09:29Z
https://github.com/kubernetes/kubernetes/issues/122536
2,060,770,551
122,536
[ "kubernetes", "kubernetes" ]
### What happened? When executing a command that causes changes to the deployment, a new state is not created, what happens is that the previous state is envelope. I'm reporting it as a bug, because in tutorials I've been following this is not the default behavior. ### What did you expect to happen? I expected th...
Deployment is not tracking changes
https://api.github.com/repos/kubernetes/kubernetes/issues/122531/comments
5
2023-12-29T23:34:50Z
2024-01-19T02:13:34Z
https://github.com/kubernetes/kubernetes/issues/122531
2,060,461,706
122,531
[ "kubernetes", "kubernetes" ]
### What happened? DaemonSet, with update strategy that will cause new Pod being created before old Pod terminated on a Node (surge > 0), does not count scheduled updated Pods in "UpdatedNumberScheduled" status until old Pod on the same Node is terminated. ### What did you expect to happen? With rolling update...
DaemonSet UpdatedNumberScheduled Status Not Right with RollingUpdate
https://api.github.com/repos/kubernetes/kubernetes/issues/122527/comments
7
2023-12-29T08:45:24Z
2024-04-15T11:25:05Z
https://github.com/kubernetes/kubernetes/issues/122527
2,059,205,817
122,527
[ "kubernetes", "kubernetes" ]
### k8s agent is here Hi everyone, I've created a Kubernetes agent using GPT-4. It can perform various kinds of tasks for you. You can interact with the agent using natural language, and it will accomplish tasks for you. Head to this repo to get started! https://github.com/incomingflyingbrick/agentk8s A b...
world's first K8S AI agent is here, never write a single kubectl command again.
https://api.github.com/repos/kubernetes/kubernetes/issues/122526/comments
4
2023-12-29T08:38:51Z
2023-12-29T09:14:08Z
https://github.com/kubernetes/kubernetes/issues/122526
2,059,201,284
122,526
[ "kubernetes", "kubernetes" ]
### What would you like to be added? /metrics/slis was added for several components (apiserver, kube-controller-manager, kube-scheduler, kubelet, cloud-controller-manager) in https://kep.k8s.io/3466 This is to propose adding metric `process_start_time_seconds` to these components for /metrics/slis to support cumul...
Metric process_start_time_seconds is not defined for /metrics/slis
https://api.github.com/repos/kubernetes/kubernetes/issues/122520/comments
7
2023-12-29T00:44:21Z
2024-09-04T18:41:04Z
https://github.com/kubernetes/kubernetes/issues/122520
2,058,965,080
122,520
[ "kubernetes", "kubernetes" ]
### Which jobs are [flaking](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md)? https://testgrid.k8s.io/sig-release-master-blocking#ci-kubernetes-unit ### Which tests are flaking? TestSchedulerWithExtenders ### Since when has it been flaking? After https:/...
[Flaking Test] [sig-scheduling] UT TestSchedulerWithExtenders
https://api.github.com/repos/kubernetes/kubernetes/issues/122505/comments
10
2023-12-28T07:19:36Z
2024-02-14T16:02:31Z
https://github.com/kubernetes/kubernetes/issues/122505
2,058,085,973
122,505
[ "kubernetes", "kubernetes" ]
### What would you like to be added? The Property `Audience` of `ServiceAccountTokenProjection` is currently a `string`. (see [here]( https://kubernetes.io/docs/concepts/storage/projected-volumes/#serviceaccounttoken) and [here](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/1205-bound-service...
Projected Service Account Tokens: Ability to specify multiple Audiences
https://api.github.com/repos/kubernetes/kubernetes/issues/122500/comments
8
2023-12-27T22:08:28Z
2024-01-18T00:52:29Z
https://github.com/kubernetes/kubernetes/issues/122500
2,057,807,811
122,500
[ "kubernetes", "kubernetes" ]
hi Sir/Madam, Need help resolve or recalim space from the manifests created and not releasing even with no pods running. Does this mean need underlying root privileges reqd. note: this is an corp administered work m/c. Pls guide to resolve if its a k8s/kind/macos underlying. Hard to tell. If kind and k8s can create, it...
Assistance needed: Unable to reclaim space in Kubernetes cluster on corporate macOS machine
https://api.github.com/repos/kubernetes/kubernetes/issues/122497/comments
9
2023-12-27T10:19:44Z
2023-12-27T14:18:49Z
https://github.com/kubernetes/kubernetes/issues/122497
2,057,425,998
122,497
[ "kubernetes", "kubernetes" ]
### What happened? I use extenders to add webhook for default-scheduler: ``` extenders: - enableHTTPS: false filterVerb: filter bindVerb: bind weight: 1 httpTimeout: 0s nodeCacheCapable: true ignorable: true urlPrefix: http://10.108.198.121:9040/v1 ``` And set `ignorable: true` to ignore sc...
kube-scheduler extender.IsIgnorable() is not work for bind path
https://api.github.com/repos/kubernetes/kubernetes/issues/122494/comments
10
2023-12-27T08:08:50Z
2024-01-08T16:30:46Z
https://github.com/kubernetes/kubernetes/issues/122494
2,057,053,667
122,494
[ "kubernetes", "kubernetes" ]
### What happened? Tried to deploy K8s 1.29 dualstack with kubelet option --node-ip=<ipv4,ipv6> ip addresses even tried with default ip addresses set to --node-ip=0.0.0.0 in case of ipv4 or --node-ip=:: in case of ipv6 addresse family Kubelet error: ------------ kubelet[8160]: E1224 00:16:15.720450 8160 kubele...
k8s v1.29 dualstack cluster deployment is failing to bring up calico node and coredns
https://api.github.com/repos/kubernetes/kubernetes/issues/122492/comments
5
2023-12-27T07:04:52Z
2023-12-27T14:38:08Z
https://github.com/kubernetes/kubernetes/issues/122492
2,056,998,046
122,492
[ "kubernetes", "kubernetes" ]
### What happened? ![222](https://github.com/kubernetes/kubernetes/assets/18046309/38e709ff-b386-4fd9-b8ad-621cfd752a0d) ![333](https://github.com/kubernetes/kubernetes/assets/18046309/d39bf7a6-008d-4427-a15d-c12bb2fe1abe) ![111](https://github.com/kubernetes/kubernetes/assets/18046309/1059482b-1804-406e-9f48-3618...
kubelet start hang forever at cadvisor.New while there are nfs volume mountpoints with unresponsive nfs server
https://api.github.com/repos/kubernetes/kubernetes/issues/122491/comments
13
2023-12-27T06:19:07Z
2024-06-23T21:35:03Z
https://github.com/kubernetes/kubernetes/issues/122491
2,056,963,189
122,491
[ "kubernetes", "kubernetes" ]
### What happened? https://github.com/kubernetes/kubernetes/pull/119026 https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3960-pod-lifecycle-sleep-action/README.md I used example from KEP but after `kubectl apply --filename nginx.yaml` I got error: `The Pod "lifecycle" is invalid: spec.containers...
1.29 lifecycle.preStop: Required value: must specify a handler type
https://api.github.com/repos/kubernetes/kubernetes/issues/122488/comments
7
2023-12-26T14:33:07Z
2023-12-27T16:37:55Z
https://github.com/kubernetes/kubernetes/issues/122488
2,056,464,738
122,488
[ "kubernetes", "kubernetes" ]
### What would you like to be added? An enhancement to make the resource quota replenishment faster when resources are updated or deleted. ### Why is this needed? The resource quota controller does full sync of resource quotas periodically. And the resource update/delete events are put into the same queue whi...
Faster ResourceQutoa Replenishment
https://api.github.com/repos/kubernetes/kubernetes/issues/122483/comments
6
2023-12-26T05:25:33Z
2024-05-24T09:03:21Z
https://github.com/kubernetes/kubernetes/issues/122483
2,056,042,581
122,483
[ "kubernetes", "kubernetes" ]
### What happened? etcd exceeds 8G, the cluster is unavailable, is there a way to increase this limit. ### What did you expect to happen? I hope there can be a solution that can increase the capacity of etcd ### How can we reproduce it (as minimally and precisely as possible)? You can try filling up the etcd store...
etcd
https://api.github.com/repos/kubernetes/kubernetes/issues/122482/comments
3
2023-12-26T02:06:55Z
2023-12-26T02:18:12Z
https://github.com/kubernetes/kubernetes/issues/122482
2,055,958,493
122,482
[ "kubernetes", "kubernetes" ]
### What happened? Executive Summary: `PATCH` endpoint doesn't honor or match `POST` endpoint `fieldValidation` and fails with 500 Internal Server Error instead of appropriately with 400 Bad Request or `Warning` header. We're upgrading from K8S 1.20 to 1.28.(4) EKS and naturally encountering things that don't wor...
Inappropriate HTTP 500 Internal Server Error: `failed to create typed patch object (general/admin-api; /v1, Kind=Service): .spec.topologyKeys: field not declared in schema`
https://api.github.com/repos/kubernetes/kubernetes/issues/122480/comments
15
2023-12-25T17:38:19Z
2025-03-03T14:45:05Z
https://github.com/kubernetes/kubernetes/issues/122480
2,055,798,212
122,480
[ "kubernetes", "kubernetes" ]
### What happened? Hi, all. The option `align-by-socket` doesn't work in my env. Here are the steps: 1. Change the kubelet config (/var/lib/kubelet/config.yaml) and add the following configs: ``` cpuManagerPolicy: static systemReserved: cpu: 500m memory: 256M kubeReserved: cpu: 500m ``` 2. Add the `ali...
Align-by-socket doesn't work in the CPU Manager
https://api.github.com/repos/kubernetes/kubernetes/issues/122473/comments
6
2023-12-25T06:15:13Z
2023-12-27T06:34:06Z
https://github.com/kubernetes/kubernetes/issues/122473
2,055,417,483
122,473
[ "kubernetes", "kubernetes" ]
### What happened? E1224 11:17:00.799148 1 controller.go:1004] provision "default/test-claim" class "nfs-client": unexpected error getting claim reference: selfLink was empty, can't make reference E1224 11:17:00.799174 1 controller.go:1004] provision "ems/data-mysql-0" class "mysql-nfs-sc": unexpected err...
unexpected error getting claim reference: selfLink was empty, can't make reference
https://api.github.com/repos/kubernetes/kubernetes/issues/122466/comments
13
2023-12-24T11:22:46Z
2024-01-10T01:53:41Z
https://github.com/kubernetes/kubernetes/issues/122466
2,055,069,130
122,466
[ "kubernetes", "kubernetes" ]
### What happened? modify k8s.io/kubernetes/staging/src/k8s.io/apimachinery/pkg/util/validation/validation.go `DNS1123SubdomainMaxLength = 1000` `KUBE_BUILD_PLATFORMS=linux/amd64 KUBE_BUILD_CONFORMANCE=n KUBE_BUILD_HYPERKUBE=n make quick-release ` ` must be no more than 253 characters` which will not tak...
Modify the metadata.name length verification rule in the source code,which will not take effect after compilation
https://api.github.com/repos/kubernetes/kubernetes/issues/122461/comments
4
2023-12-23T17:34:40Z
2024-02-13T07:13:23Z
https://github.com/kubernetes/kubernetes/issues/122461
2,054,851,867
122,461
[ "kubernetes", "kubernetes" ]
### What would you like to be added? [This patch PR](https://github.com/kubernetes/kubernetes/pull/118036/files) was applied earlier this year to k8s >=1.28. As a vulnerability that shows up in the Federal compliance scans/reports that are binding to enterprises operating in the Federal space, it should be included in...
Backport docker/distribution patch to k8s 1.26 and 1.27
https://api.github.com/repos/kubernetes/kubernetes/issues/122457/comments
7
2023-12-22T19:56:03Z
2023-12-23T17:04:00Z
https://github.com/kubernetes/kubernetes/issues/122457
2,054,462,336
122,457
[ "kubernetes", "kubernetes" ]
### What happened? watch connection may be closed when to dispatch bookmark event to all watchers by `dispatchEvent` and when the three condition can be satisfied 1. enable `ConsistentListFromCache` featuregate 2. there is a List request with lots of data to return 3. there are lots of watch request ### What d...
watch progress notify may result to watch connection closed when ConsistentListFromCache enabled
https://api.github.com/repos/kubernetes/kubernetes/issues/122450/comments
2
2023-12-22T08:14:18Z
2023-12-22T08:29:04Z
https://github.com/kubernetes/kubernetes/issues/122450
2,053,551,577
122,450
[ "kubernetes", "kubernetes" ]
### What happened? > Side question: What if the unscheduled Pod was assumed? https://github.com/kubernetes/kubernetes/pull/122360#discussion_r1431547953 This question made me wonder what if the Pod was unassumed. 1. Only one Node which can accomodate only one Pod exists. 2. Pod-a is assumed to the Node. (b...
QueueingHints(Pod/delete) have to consider that "unassume Pod" is treated as Pod/delete
https://api.github.com/repos/kubernetes/kubernetes/issues/122444/comments
14
2023-12-22T02:13:30Z
2024-01-04T07:24:24Z
https://github.com/kubernetes/kubernetes/issues/122444
2,053,271,522
122,444
[ "kubernetes", "kubernetes" ]
### What happened? Given that we have 3 availability zones and even spread of nodes/CPU across all of those topology domains, we end up with a cpu ratio of `[0.333, 0.333, 0.333]` Given that the workload has `HorizontalPodAutoscaler`, it can scale up and down with random assignment to zones but never with a skew of...
Topology Aware Routing: Unable to allocate minimum required endpoints to each zone without exceeding overload threshold
https://api.github.com/repos/kubernetes/kubernetes/issues/122437/comments
6
2023-12-21T14:50:08Z
2024-01-18T17:29:30Z
https://github.com/kubernetes/kubernetes/issues/122437
2,052,568,654
122,437
[ "kubernetes", "kubernetes" ]
### What happened? In the Kubernetes cluster, we observed that some Pods frequently crash and restart. These Pods crash shortly after startup, and Kubernetes will automatically recreate them. This leads to instability and unreliability of services, as frequent restarts of Pods prevent applications from running properl...
Pods in Kubernetes cluster frequently experience crashes and restarts
https://api.github.com/repos/kubernetes/kubernetes/issues/122431/comments
5
2023-12-21T08:35:51Z
2023-12-21T09:56:29Z
https://github.com/kubernetes/kubernetes/issues/122431
2,051,961,215
122,431
[ "kubernetes", "kubernetes" ]
I encountered a problem using k8s and need to check the vm machine's environment. Under normal circumstance, I need to build an Agent server to receive my requests to do executing or query operations, but I don't want to develop an additional Agent, kubelet can serve as Agent, right? So, does k8s's development team hav...
new API to control kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/122430/comments
12
2023-12-21T08:31:36Z
2024-02-13T09:21:07Z
https://github.com/kubernetes/kubernetes/issues/122430
2,051,955,258
122,430
[ "kubernetes", "kubernetes" ]
Background: Now we are preparing to launch ISIO and have built a new K8S environment. When switching traffic again, we found many 502 and other issues. The k8s version is 1.26.9 The Istio version is http://docker.io/istio/pilot:1.18.2 And http://docker.io/istio/proxyv2:1.18.2 Containerd is 1.6.26 Calico is http:...
K8s cluster, issue with access timeout of 1 second
https://api.github.com/repos/kubernetes/kubernetes/issues/122425/comments
7
2023-12-21T02:22:45Z
2024-02-01T16:58:12Z
https://github.com/kubernetes/kubernetes/issues/122425
2,051,582,015
122,425
[ "kubernetes", "kubernetes" ]
Context: https://github.com/kubernetes/kubernetes/pull/122412#issuecomment-1864657508 Notes: - k8s e2e test framework uses SSH client to fetch logs etc. - kubeadm preflight check at first glance seem to use some of the code, but kubeadm does not use SSH as a client AFAICT - None of the other k8s components act as...
CVE-2023-48795 / Terrapin / GO-2023-2402
https://api.github.com/repos/kubernetes/kubernetes/issues/122424/comments
11
2023-12-20T22:36:32Z
2024-01-04T16:51:37Z
https://github.com/kubernetes/kubernetes/issues/122424
2,051,395,852
122,424
[ "kubernetes", "kubernetes" ]
### What happened? ![image](https://github.com/kubernetes/kubernetes/assets/42687725/ea3e0e9c-899a-4cb7-a766-ac86eb0a442f) Use RBAC to set the Jafardu user to have the permissions to get, list jafardu.com nodes, and run the kubectl get nodes command to report error 403, and the node must be specified to avoid the err...
When you call the kubernetes api/v1/nodes?limit=500 interface, error 403 Forbidden is displayed
https://api.github.com/repos/kubernetes/kubernetes/issues/122421/comments
10
2023-12-20T13:24:46Z
2024-01-22T10:21:51Z
https://github.com/kubernetes/kubernetes/issues/122421
2,050,546,245
122,421
[ "kubernetes", "kubernetes" ]
### What happened? there is a note above hostAliases that this feature does not work with hostNework=true, yet it seems it does: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/api/core/v1/types.go#L3672-L3679 > This is only valid for non-hostNetwork pods. when testing with a hostNetwo...
PodSpec.hostAliases has a potentially misleading comment about hostNetwork
https://api.github.com/repos/kubernetes/kubernetes/issues/122420/comments
10
2023-12-20T13:02:37Z
2024-03-05T00:21:23Z
https://github.com/kubernetes/kubernetes/issues/122420
2,050,510,820
122,420
[ "kubernetes", "kubernetes" ]
### What happened? I am following the standard controller framework as per [Controller Framework](https://github.com/kubernetes/sample-controller/blob/master/docs/controller-client-go.md) and in high pod churn case my application is consuming high memory and its keep on growing ### What did you expect to happen? ...
StreamWatcher is consuming high memory in high pod churn case
https://api.github.com/repos/kubernetes/kubernetes/issues/122418/comments
12
2023-12-20T10:20:11Z
2025-01-20T06:06:34Z
https://github.com/kubernetes/kubernetes/issues/122418
2,050,257,497
122,418