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? Doing a healthcheck for php-fpm I disovered the kubernetes scheduler wasn't initialising the network correctly in certain conditions How to reproduce: - a big confirmap (around 6200 char all included, configmap name, name of the var and the content of them) - the configmap needs to be used wi...
Configmap can't exeed 8k in certain conditions
https://api.github.com/repos/kubernetes/kubernetes/issues/121835/comments
10
2023-11-10T09:50:12Z
2023-11-15T06:13:14Z
https://github.com/kubernetes/kubernetes/issues/121835
1,987,288,578
121,835
[ "kubernetes", "kubernetes" ]
The metrics server (https://github.com/kubernetes-sigs/metrics-server) does not publish OpenAPI and there are various `OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.` log lines in the apiserver which might be confusing to users. We should look into a way to handle this....
Handling metrics aggregated apiserver for OpenAPI
https://api.github.com/repos/kubernetes/kubernetes/issues/121829/comments
3
2023-11-09T16:22:01Z
2024-04-22T05:07:36Z
https://github.com/kubernetes/kubernetes/issues/121829
1,985,981,996
121,829
[ "kubernetes", "kubernetes" ]
### What happened? We have a CronJob that creates Jobs which creates Pod which creates Containers. The Containers are state: terminated The Pods are Status: Terminating The Job is gone The Pod has finalizers: - batch.kubernetes.io/job-tracking and I suspect that is why it won't delete. I can't ed...
Pod with Finalizer: Can't delete the Pod
https://api.github.com/repos/kubernetes/kubernetes/issues/121828/comments
8
2023-11-09T14:08:01Z
2023-11-10T12:22:54Z
https://github.com/kubernetes/kubernetes/issues/121828
1,985,703,543
121,828
[ "kubernetes", "kubernetes" ]
### What happened? When trying to pull a image from a private registry the request is executed without any kind of authorization. The secret is manually created with `kubectl create secret generic regcred --from-file=.dockerconfigjson=dc.json --type=kubernetes.io/dockerconfigjson` `dc.json` is a file like the f...
Image pull from private registry fails because of missing credentials
https://api.github.com/repos/kubernetes/kubernetes/issues/121827/comments
6
2023-11-09T13:00:47Z
2023-11-10T18:38:45Z
https://github.com/kubernetes/kubernetes/issues/121827
1,985,574,872
121,827
[ "kubernetes", "kubernetes" ]
### What happened? Run the kubectl command to modify the service annotation. After the command is executed, the system displays **service/cce-service-l7-019 annotate** The correct one is **service/cce-service-l7-019 annotated** ### What did you expect to happen? modify the service annotation,the system displays ...
kubectl command output is different from that in earlier versions.
https://api.github.com/repos/kubernetes/kubernetes/issues/121826/comments
5
2023-11-09T08:52:37Z
2023-11-09T08:59:03Z
https://github.com/kubernetes/kubernetes/issues/121826
1,985,129,307
121,826
[ "kubernetes", "kubernetes" ]
### Failure cluster [2dc5e72feecececa1727](https://go.k8s.io/triage#2dc5e72feecececa1727) https://storage.googleapis.com/k8s-triage/index.html?test=should%20surge%20pods%20onto%20nodes%20when%20spec%20was%20updated%20and%20update%20strategy%20is%20RollingUpdate ##### Error text: ``` [FAILED] invariants were viola...
[Flaking] [sig-apps] Daemon set [Serial] should surge pods onto nodes when spec was updated and update strategy is RollingUpdate
https://api.github.com/repos/kubernetes/kubernetes/issues/121823/comments
7
2023-11-09T03:05:35Z
2024-05-13T12:21:18Z
https://github.com/kubernetes/kubernetes/issues/121823
1,984,734,727
121,823
[ "kubernetes", "kubernetes" ]
### What would you like to be added? We should add a swap test in e2e for swap that tests OOM with LimitedSwap. We can replicate similar tests from OOMKilled but we should run them separately from conformance. ### Why is this needed? https://github.com/kubernetes/kubernetes/pull/121706 Testing UnlimitedSwap in...
Add a test for OOMKilled for LimitedSwap
https://api.github.com/repos/kubernetes/kubernetes/issues/121820/comments
14
2023-11-08T20:57:06Z
2025-02-21T16:44:17Z
https://github.com/kubernetes/kubernetes/issues/121820
1,984,385,416
121,820
[ "kubernetes", "kubernetes" ]
### What would you like to be added? It is possible to configure your container runtime to store images/containers on a separate filesystem. Kubelet is now responsible for monitoring both the rootfs and the imagefs for disk pressure. Monitoring of disk pressure is done via EvictionHard settings. If these settin...
Log a warning if Kubelet is configured with a separate filesystem but imagefs.available and imagefs.inodesfree evictionHard are not set
https://api.github.com/repos/kubernetes/kubernetes/issues/121809/comments
9
2023-11-08T14:28:32Z
2024-04-07T18:53:06Z
https://github.com/kubernetes/kubernetes/issues/121809
1,983,740,204
121,809
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Maintain a watch connection to synchronize the lease with kube-apiserver instead of [getting](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/tools/leaderelection/resourcelock/leaselock.go#L42) the lease via a GET request ### Why is this needed? ...
Use watch connection to get old leases in leader election
https://api.github.com/repos/kubernetes/kubernetes/issues/121806/comments
12
2023-11-08T13:17:11Z
2025-01-07T21:29:39Z
https://github.com/kubernetes/kubernetes/issues/121806
1,983,596,152
121,806
[ "kubernetes", "kubernetes" ]
### What happened? In my CSI controller I have enabled the feature gate HonorPVReclaimPolicy for csi-provisioner. Based on the documentation Finalizers can be added on a PersistentVolume to ensure that PersistentVolumes having Delete reclaim policy are deleted only after the backing storage are deleted. The n...
Issue with using feature HonorPVReclaimPolicy in csi-provisioner
https://api.github.com/repos/kubernetes/kubernetes/issues/121799/comments
15
2023-11-08T12:00:20Z
2024-01-19T03:35:50Z
https://github.com/kubernetes/kubernetes/issues/121799
1,983,437,779
121,799
[ "kubernetes", "kubernetes" ]
CronJob pods is not getting clean-up automatically when Job is completed.
CronJob pods is not getting clean-up when Job is completed
https://api.github.com/repos/kubernetes/kubernetes/issues/121800/comments
24
2023-11-08T08:35:14Z
2024-04-08T09:02:08Z
https://github.com/kubernetes/kubernetes/issues/121800
1,983,484,798
121,800
[ "kubernetes", "kubernetes" ]
### What happened? When unit tests in `kubernetes/pkg/proxy/iptables` are invoked with `--count` > 1, it fails ### What did you expect to happen? Unit tests should work for any `count`. This is important for troubleshooting flaking tests. ### How can we reproduce it (as minimally and precisely as possible)? ``` c...
Kube-proxy/iptables: unit tests fails for count>1
https://api.github.com/repos/kubernetes/kubernetes/issues/121794/comments
3
2023-11-08T08:13:17Z
2023-11-12T12:20:27Z
https://github.com/kubernetes/kubernetes/issues/121794
1,982,996,459
121,794
[ "kubernetes", "kubernetes" ]
### What happened? The controller-manager node-lifecycle-controller watches node lease and update `nodeHealthMap` probeTimestamp , and it check node probeTimestamp is before `now - node-monitor-grace-period`. The node-monitor-grace-period default value is 40s. When the client connection lost, the lease watcher ca...
HTTP2_PING_TIMEOUT_SECONDS+HTTP2_READ_IDLE_TIMEOUT_SECONDS > 40s will cause all node NotReady
https://api.github.com/repos/kubernetes/kubernetes/issues/121793/comments
18
2023-11-08T07:55:58Z
2024-09-22T11:08:53Z
https://github.com/kubernetes/kubernetes/issues/121793
1,982,968,460
121,793
[ "kubernetes", "kubernetes" ]
### What happened? if a pod use a volume, the kubelet will use VerifyControllerAttachedVolume to verify that the volume is attached.when the pendingOperations was not completed, and the pod was removed, the pendingOperations is not deleted.This [#116886 ](https://github.com/kubernetes/kubernetes/issues/116886) is c...
nestedPendingOperations may cause leakage risks
https://api.github.com/repos/kubernetes/kubernetes/issues/121792/comments
15
2023-11-08T06:45:25Z
2025-02-15T02:47:06Z
https://github.com/kubernetes/kubernetes/issues/121792
1,982,865,674
121,792
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver#Kubernetes%20Master%20Driver%20Latest ### Which tests are failing? Any test that invokes ./test/e2e/e2e.test with the parameter `--storage.testdriver` ### Since when has it been failing? October 21, 2023 ### Testgr...
External Storage e2e tests are failing
https://api.github.com/repos/kubernetes/kubernetes/issues/121789/comments
4
2023-11-08T06:14:44Z
2023-11-17T10:38:36Z
https://github.com/kubernetes/kubernetes/issues/121789
1,982,824,281
121,789
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I want to make enableServiceLinks disabled by default. ### Why is this needed? Service link environment variables are injected into every pod. It creates three environment variables for every service in a respective pod's namespace, regardless of how they are related. This ...
Set enableServiceLinks to false as default
https://api.github.com/repos/kubernetes/kubernetes/issues/121787/comments
32
2023-11-08T05:28:15Z
2024-10-26T00:43:19Z
https://github.com/kubernetes/kubernetes/issues/121787
1,982,775,701
121,787
[ "kubernetes", "kubernetes" ]
### What would you like to be added? see for more details: https://docs.docker.com/build/attestations/ The current solution is disabling it. - [x] https://github.com/kubernetes/kubernetes/pull/121711 - [x] https://github.com/kubernetes/kubernetes/pull/121665 Should we add `--attest type=sbom --attest type=p...
generate and push sbom and SLSA provenance
https://api.github.com/repos/kubernetes/kubernetes/issues/121786/comments
11
2023-11-08T03:59:50Z
2024-09-16T10:13:42Z
https://github.com/kubernetes/kubernetes/issues/121786
1,982,681,132
121,786
[ "kubernetes", "kubernetes" ]
### What happened? We have a controller that manages objects on the cluster and uses server side apply. For this specific case, we are interested in the deployment object which in the example below happens to be the gatekeeper deployment. Step 1: Controller creates the deployment resource with pod anti affinity ...
Cannot remove pod affinity field after a deployment has been created with the field set when using server side apply
https://api.github.com/repos/kubernetes/kubernetes/issues/121785/comments
11
2023-11-07T20:47:42Z
2025-01-09T21:14:38Z
https://github.com/kubernetes/kubernetes/issues/121785
1,982,196,754
121,785
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add metrics to improve the observability of the memory manager. ### Why is this needed? This is required to [GA the feature](https://github.com/kubernetes/enhancements/pull/4251) (which has not been merged yet) but it's also useful in general. It's hard to understand the behav...
Add metrics for Memory Manager
https://api.github.com/repos/kubernetes/kubernetes/issues/121777/comments
7
2023-11-07T14:07:23Z
2025-01-07T12:29:21Z
https://github.com/kubernetes/kubernetes/issues/121777
1,981,448,508
121,777
[ "kubernetes", "kubernetes" ]
### What happened? when Binary installation k8s, start kube-apiserver, Report the following error: unable to sync kubernetes service: Endpoints "kubernetes" is invalid: subsets[0].addresses[0].ip: Invalid value: "169.254.135.8": may not be in the link-local range (169.254.0.0/16, fe80::/10) ### What did you expect...
unable to sync kubernetes service:
https://api.github.com/repos/kubernetes/kubernetes/issues/121772/comments
4
2023-11-07T10:21:24Z
2023-11-07T12:09:29Z
https://github.com/kubernetes/kubernetes/issues/121772
1,981,018,485
121,772
[ "kubernetes", "kubernetes" ]
### What happened? root@k8s6:~# root@k8s6:~# **ctr i import /mnt/gluster-gv0/k8s/image/ubuntu-chrome-beta.tar** **Segmentation fault** root@k8s6:~# ### What did you expect to happen? unpacking docker.io/library/ubuntu:chrome-beta (sha256:...)...done ### How can we reproduce it (as minimally and precisely as ...
ctr i import throws Segmentation fault
https://api.github.com/repos/kubernetes/kubernetes/issues/121769/comments
4
2023-11-07T03:59:08Z
2023-11-07T06:15:57Z
https://github.com/kubernetes/kubernetes/issues/121769
1,980,496,108
121,769
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? `kubernetes-conformance-image-test` is failing, the conformance test pod (`e2e-conformance-test`) seems to start running but it does not finish in time, and consequently the test times out. the job fails to capture the logs for the `e2e-conformance-test` pod. This is preventing me to d...
conformance-image-test times out
https://api.github.com/repos/kubernetes/kubernetes/issues/121766/comments
6
2023-11-06T17:00:22Z
2024-04-04T18:06:29Z
https://github.com/kubernetes/kubernetes/issues/121766
1,979,620,156
121,766
[ "kubernetes", "kubernetes" ]
### What happened? We updated two Cronjob schedules on Saturday in preparation for the time change on Sunday (CDT -> CST). Yesterday, Sunday, we were awoken with reports from end users that a critical job had ran early. (7:51AM CST instead of 11:05AM CST) After digging a bit deeper and taking a look at the job_...
Job_controller erroneously scheduled all cronjobs at the same time
https://api.github.com/repos/kubernetes/kubernetes/issues/121763/comments
9
2023-11-06T16:42:54Z
2024-04-14T07:21:18Z
https://github.com/kubernetes/kubernetes/issues/121763
1,979,585,549
121,763
[ "kubernetes", "kubernetes" ]
### What happened? ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedScheduling 11s default-scheduler 0/1 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/1 nodes are avail...
superflous dot in event message
https://api.github.com/repos/kubernetes/kubernetes/issues/121760/comments
5
2023-11-06T14:44:53Z
2023-11-08T03:54:09Z
https://github.com/kubernetes/kubernetes/issues/121760
1,979,340,622
121,760
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I'd like to try to implement `RequiredDuringSchedulingRequiredDuringExecution` for node affinity in next release :) ### Why is this needed? We mentioned `requiredDuringSchedulingRequiredDuringExecution` before(https://github.com/kubernetes/kubernetes/issues/96149), and it may hel...
Implement RequiredDuringSchedulingRequiredDuringExecution for node affinity.
https://api.github.com/repos/kubernetes/kubernetes/issues/121758/comments
8
2023-11-06T12:31:32Z
2023-11-07T10:10:16Z
https://github.com/kubernetes/kubernetes/issues/121758
1,979,037,888
121,758
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit ### Which tests are flaking? https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/121034/pull-kubernetes-unit/1720520061770272768 ``` {Failed;Failed;Failed;Failed;Failed; === RUN TestValidateCu...
flaky tests in k8s.io/kubernetes/vendor/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions: validation
https://api.github.com/repos/kubernetes/kubernetes/issues/121754/comments
2
2023-11-06T11:40:21Z
2024-02-20T19:48:50Z
https://github.com/kubernetes/kubernetes/issues/121754
1,978,939,335
121,754
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit ### Which tests are flaking? https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/121719/pull-kubernetes-unit/1720521427779588096 ``` === Failed === FAIL: pkg/kubelet/images TestParallelPuller/image_mi...
flaky tests in k8s.io/kubernetes/pkg/kubelet: images *
https://api.github.com/repos/kubernetes/kubernetes/issues/121753/comments
2
2023-11-06T11:38:00Z
2023-11-07T08:43:17Z
https://github.com/kubernetes/kubernetes/issues/121753
1,978,932,174
121,753
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit ### Which tests are flaking? pkg/registry/core/persistentvolume/storage TestUpdateStatus ### Since when has it been flaking? unknown ### Testgrid link https://testgrid.k8s.io/presubmits-kubernetes-blocking#pul...
falky test pkg/registry/core/persistentvolume/storage TestUpdateStatus
https://api.github.com/repos/kubernetes/kubernetes/issues/121752/comments
3
2023-11-06T11:32:49Z
2023-12-18T05:21:01Z
https://github.com/kubernetes/kubernetes/issues/121752
1,978,923,125
121,752
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit ### Which tests are flaking? Test_BoundedFrequencyRunnerRetryAfter ### Since when has it been flaking? unknown ### Testgrid link https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit ###...
flaky test pkg/util/async Test_BoundedFrequencyRunnerRetryAfter
https://api.github.com/repos/kubernetes/kubernetes/issues/121751/comments
4
2023-11-06T11:23:27Z
2023-12-07T22:12:25Z
https://github.com/kubernetes/kubernetes/issues/121751
1,978,904,433
121,751
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit ### Which tests are flaking? TestNodePortIPv4, TestEndpointSliceE2E, est_EndpointSliceOnlyReadyAndTerminatingCluster, + others? ### Since when has it been flaking? unknown ### Testgrid link https...
flaky test k8s.io/kubernetes/pkg/proxy: ipvs (different tests)
https://api.github.com/repos/kubernetes/kubernetes/issues/121750/comments
9
2023-11-06T11:18:19Z
2023-11-07T06:43:06Z
https://github.com/kubernetes/kubernetes/issues/121750
1,978,895,631
121,750
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Currently kubernetes container images are built and released as docker images. ``` $ crane manifest k8s.gcr.io/kube-apiserver:v1.15.2 | jq .mediaType "application/vnd.docker.distribution.manifest.list.v2+json" ``` Do you plan to build these as OCI images instead? For...
Release OCI container images instead of docker
https://api.github.com/repos/kubernetes/kubernetes/issues/121742/comments
14
2023-11-06T06:24:32Z
2024-04-18T15:22:08Z
https://github.com/kubernetes/kubernetes/issues/121742
1,978,381,747
121,742
[ "kubernetes", "kubernetes" ]
Package k8s.io/apimachinery/pkg/util/sets use a custom-defined type `ordered`. Go 1.21 support an official package cmp which has `cmp.Ordered`.
replace k8s.io/apimachinery/pkg/util/sets with standard package cmp
https://api.github.com/repos/kubernetes/kubernetes/issues/121740/comments
5
2023-11-06T03:05:23Z
2023-12-13T21:35:47Z
https://github.com/kubernetes/kubernetes/issues/121740
1,978,194,754
121,740
[ "kubernetes", "kubernetes" ]
### Failure cluster [342eb6fbb29170f44f82](https://go.k8s.io/triage#342eb6fbb29170f44f82) https://storage.googleapis.com/k8s-triage/index.html?test=CustomMetricsAutoscaling **First Failure in Nov 02 16:01:48Nov 02 2023, 16:01:48 UTC+0800** - first failure: https://storage.googleapis.com/kubernetes-jenkins/logs...
[sig-autoscaling] [HPA] [Feature:CustomMetricsAutoscaling] with multiple metrics of different types should not scale down when one metric is missing
https://api.github.com/repos/kubernetes/kubernetes/issues/121738/comments
7
2023-11-06T02:51:47Z
2024-12-25T10:21:33Z
https://github.com/kubernetes/kubernetes/issues/121738
1,978,183,677
121,738
[ "kubernetes", "kubernetes" ]
https://testgrid.k8s.io/sig-release-master-informing#gce-master-scale-correctness ### Failure cluster gce-master-scale-correctness https://testgrid.k8s.io/sig-release-master-informing#gce-master-scale-correctness https://storage.googleapis.com/k8s-triage/index.html?test=should%20be%20able%20to%20create%20and%20tea...
[Flaking test] [sig-network] Services [Slow] should be able to create and tear down a standard-tier load balancer
https://api.github.com/repos/kubernetes/kubernetes/issues/121737/comments
11
2023-11-06T02:12:00Z
2024-05-15T22:52:50Z
https://github.com/kubernetes/kubernetes/issues/121737
1,978,140,301
121,737
[ "kubernetes", "kubernetes" ]
It is possible to deploy Kubernetes with a separate filesystem. We default the settings for EvictionHard [here](https://github.com/kubernetes/kubernetes/blame/master/pkg/kubelet/eviction/defaults_linux.go). A concern is that if users are using the default settings and separate filesystem for images, we are effectiv...
Default settings for EvictionHard do not include imagesfs.inodesFree.
https://api.github.com/repos/kubernetes/kubernetes/issues/121728/comments
4
2023-11-04T14:43:42Z
2024-01-09T20:18:17Z
https://github.com/kubernetes/kubernetes/issues/121728
1,977,375,642
121,728
[ "kubernetes", "kubernetes" ]
### What happened? https://github.com/kubernetes/kubernetes/pull/120780 recently merged, adding nodes as something we can put in bound object refs (yay!) Today while reading noderestriction code for a different reason, I realized we never extended noderestriction to block Kubelets from binding tokens to nodes other...
Does noderestriction also need to be extended for node references in tokens?
https://api.github.com/repos/kubernetes/kubernetes/issues/121723/comments
3
2023-11-03T22:27:52Z
2023-12-13T22:54:27Z
https://github.com/kubernetes/kubernetes/issues/121723
1,977,007,461
121,723
[ "kubernetes", "kubernetes" ]
### What happened? failed to execute command(kubeadm init --config=/etc/kubernetes/kubeadm.yaml --upload-certs -v 0 --ignore-preflight-errors=SystemVerification,Port-10250,DirAvailable--etc-kubernetes-manifests) on host(10.10.5.12): error(W1103 16:04:31.222037 298667 strict.go:54] error unmarshaling configuration s...
install k8s failed
https://api.github.com/repos/kubernetes/kubernetes/issues/121714/comments
4
2023-11-03T09:02:02Z
2023-11-06T02:05:40Z
https://github.com/kubernetes/kubernetes/issues/121714
1,975,721,599
121,714
[ "kubernetes", "kubernetes" ]
### What happened? Pod with clusterFirst DNS mode, resolv.conf will config with coredns VIP; But when restart Pause Container with cri runtime, pause container will drop resolv.conf coredns config, and become HostNetwork mode config.... ### What did you expect to happen? restart pause container will keep...
POD drop resolv.conf conf when restart Pause container
https://api.github.com/repos/kubernetes/kubernetes/issues/121712/comments
5
2023-11-03T07:53:02Z
2024-02-13T19:47:42Z
https://github.com/kubernetes/kubernetes/issues/121712
1,975,617,255
121,712
[ "kubernetes", "kubernetes" ]
Hi Great Team, I have faces IP table is not loaded after worker node reboot. Kube-proxy services is restarted automatically but IP tables is not loaded. Please suggest IP tables loading automatically after reboot of worker node. 1> ======== #systemctl status kube-proxy ● kube-proxy.service - Kubernetes Kub...
Kubernetes Proxy Service restarted but IP tables is not loaded
https://api.github.com/repos/kubernetes/kubernetes/issues/121726/comments
7
2023-11-03T06:56:32Z
2023-11-04T11:31:43Z
https://github.com/kubernetes/kubernetes/issues/121726
1,977,291,852
121,726
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? [Failed-dra-test](https://prow.ppc64le-cloud.cis.ibm.net/view/gs/ppc64le-kubernetes/logs/periodic-kubernetes-unit-test-ppc64le/1720199237293051904) ### Which tests are flaking? test ```TestUnprepareResources/should_timeout``` ### Since when has it been flaking? Since Oct 25th ### Testg...
UT pkg/kubelet/cm/dra TestUnprepareResources/should_timeout flaking with stable golang version and Kubernetes master
https://api.github.com/repos/kubernetes/kubernetes/issues/121710/comments
12
2023-11-03T05:33:32Z
2024-02-13T17:33:19Z
https://github.com/kubernetes/kubernetes/issues/121710
1,975,485,712
121,710
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/sig-node-kubelet#kubelet-gce-e2e-swap-ubuntu and https://testgrid.k8s.io/sig-node-kubelet#kubelet-gce-e2e-swap-ubuntu-serial ### Which tests are failing? https://testgrid.k8s.io/sig-node-kubelet#kubelet-gce-e2e-swap-ubuntu and https://testgrid.k8s.io/sig-node...
Ubuntu Swap Tests are not actually running Swap.
https://api.github.com/repos/kubernetes/kubernetes/issues/121704/comments
7
2023-11-02T19:25:35Z
2023-11-11T15:46:33Z
https://github.com/kubernetes/kubernetes/issues/121704
1,974,906,953
121,704
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/sig-node-cri-o#kubelet-gce-e2e-swap-fedora ### Which tests are failing? The swap fedora job is failing consistently for OOM. ### Since when has it been failing? For a while. ### Testgrid link https://testgrid.k8s.io/sig-node-cri-o#kubelet-gc...
Swap Tests failing for OOM
https://api.github.com/repos/kubernetes/kubernetes/issues/121702/comments
1
2023-11-02T15:33:17Z
2023-11-09T01:04:46Z
https://github.com/kubernetes/kubernetes/issues/121702
1,974,514,807
121,702
[ "kubernetes", "kubernetes" ]
I deployed a third-party web application in the k8s cluster with deployment+service. The web application mainly provides login verification api and other web service api. After calling the login api, Bearer token will be responsed, and be set into Authorization Bearer token before calling other web service api. It wor...
How to access app in k8s cluster by aggregator apiservice with Authorization header
https://api.github.com/repos/kubernetes/kubernetes/issues/121699/comments
3
2023-11-02T14:07:32Z
2024-02-20T19:48:53Z
https://github.com/kubernetes/kubernetes/issues/121699
1,974,338,689
121,699
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit ### Which tests are flaking? pkg/controller/job TestFinalizerCleanup ### Since when has it been flaking? unknown ### Testgrid link https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit #...
falky test: pkg/controller/job TestFinalizerCleanup
https://api.github.com/repos/kubernetes/kubernetes/issues/121698/comments
2
2023-11-02T10:34:01Z
2023-11-02T10:34:57Z
https://github.com/kubernetes/kubernetes/issues/121698
1,973,957,504
121,698
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-unit https://prow.k8s.io/job-history/gs/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-unit ### Which tests are flaking? k8s.io/kubernetes/pkg/controller/volume/attachdetach: reconciler Test_Run_OneVolumeDetachFailNodeWithReadWriteOnce ### Since when has it...
flaky test: k8s.io/kubernetes/pkg/controller/volume/attachdetach: reconciler
https://api.github.com/repos/kubernetes/kubernetes/issues/121696/comments
4
2023-11-02T10:22:46Z
2024-03-11T02:23:41Z
https://github.com/kubernetes/kubernetes/issues/121696
1,973,938,714
121,696
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Due to transient issues with the infrastructure sometimes the docker image pull fails and in the current version of Kubernetes there is no ability to retry the Docker image pull when it fails due to transient issues such as Network issues. At present this is handled manually where ...
Retry the Docker image pull
https://api.github.com/repos/kubernetes/kubernetes/issues/121693/comments
9
2023-11-02T08:50:05Z
2023-11-02T13:57:35Z
https://github.com/kubernetes/kubernetes/issues/121693
1,973,779,347
121,693
[ "kubernetes", "kubernetes" ]
/kind cleanup /good-first-issue /sig-apps Replace usages of "k8s.io/utils/pointer" with "k8s.io/utils/ptr". The old one is currently used for: - job: https://github.com/kubernetes/kubernetes/blob/227d1b2357d93a6884addccb50122df16674ca95/test/e2e/apps/job.go#L52 - stateful set: https://github.com/kubernetes/kub...
Cleanup for apps e2e tests: do not use deprecated pointer package
https://api.github.com/repos/kubernetes/kubernetes/issues/121690/comments
21
2023-11-02T08:02:31Z
2024-03-17T19:42:35Z
https://github.com/kubernetes/kubernetes/issues/121690
1,973,709,644
121,690
[ "kubernetes", "kubernetes" ]
/kind cleanup /good-first-issue /sig-apps Reasons: - the global vars require make the reading hard as require jumping in the long file - overriding the values by mistake in one test can cause another test to fail - the global values (parallelism=2, completions=4) could be smaller for some tests, but they are r...
Cleanup for Job e2e tests: do not use global vars for parallelism, completions and backoffLimit
https://api.github.com/repos/kubernetes/kubernetes/issues/121689/comments
11
2023-11-02T07:47:35Z
2024-01-24T13:00:39Z
https://github.com/kubernetes/kubernetes/issues/121689
1,973,689,477
121,689
[ "kubernetes", "kubernetes" ]
### What happened? *moving the discussion from https://github.com/kubernetes/kubernetes/pull/115918#issuecomment-1789808263* One of our users has put together a synthetic test that seems to break the RepicaSet controller when using Kine, and I'm trying to track that down 1. Create 100 pods in a namepace, each wi...
Excessive etcd list+watch operations on 1.27+
https://api.github.com/repos/kubernetes/kubernetes/issues/121688/comments
10
2023-11-01T23:24:31Z
2024-02-29T18:56:47Z
https://github.com/kubernetes/kubernetes/issues/121688
1,973,250,370
121,688
[ "kubernetes", "kubernetes" ]
### What happened? When kubernetes is creating a ReplicaSet automatically through a deployment, the suffix added to the deployment name has an inconsistent length. Although this is not necessarily a bug, this can lead to issues in trying to identify ReplicaSets that were created through deployments using, for instan...
ReplicaSet naming is inconsistent
https://api.github.com/repos/kubernetes/kubernetes/issues/121687/comments
12
2023-11-01T22:49:41Z
2024-02-06T18:14:46Z
https://github.com/kubernetes/kubernetes/issues/121687
1,973,220,909
121,687
[ "kubernetes", "kubernetes" ]
### What would you like to be added? An alternative to `Job.spec.suspend` that allows multiple controllers to cooperate towards starting a Job. This is analogous to scheduling gates https://kubernetes.io/docs/concepts/scheduling-eviction/pod-scheduling-readiness/ ### Why is this needed? This would enable queueing...
Job readiness gates
https://api.github.com/repos/kubernetes/kubernetes/issues/121681/comments
40
2023-11-01T18:49:36Z
2025-01-14T20:31:11Z
https://github.com/kubernetes/kubernetes/issues/121681
1,972,915,254
121,681
[ "kubernetes", "kubernetes" ]
### What happened? CI always has error when using `PollUntilContextTimeout` to replace `PollWithContext` in function `WaitForReady` in file `test/integration/apiserver/discovery/service.go`. ``` I1026 14:52:57.022046 88708 handler.go:275] Adding GroupVersion stable.example.com v1 to ResourceManager discovery_...
Parameter passing error in function WaitForReady in file test/integration/apiserver/discovery
https://api.github.com/repos/kubernetes/kubernetes/issues/121680/comments
2
2023-11-01T17:35:30Z
2023-11-03T12:02:47Z
https://github.com/kubernetes/kubernetes/issues/121680
1,972,806,357
121,680
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Use SSA instead of Patch. Essentially, revert https://github.com/kubernetes/kubernetes/pull/121103 Although it might be desirable to leave Update for the disruption target garbage collector. /sig apps ### Why is this needed? With #113482 fixed, we can use SSA again.
Use SSA for DisruptionTarget Pod conditions
https://api.github.com/repos/kubernetes/kubernetes/issues/121678/comments
17
2023-11-01T17:19:39Z
2024-12-04T16:27:26Z
https://github.com/kubernetes/kubernetes/issues/121678
1,972,782,575
121,678
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? master-informing: [gce-master-scale-correctness](https://testgrid.k8s.io/sig-release-master-informing#gce-master-scale-correctness) ### Which tests are failing? - kubetest.DumpClusterLogs - kubetest.Timeout - Kubernetes e2e suite.[It] [sig-storage] CSI Mock volume expansion CSI onlin...
[Failing Test] (gce-master-scale-corectness) waiting for pvc "pvc-zlp7b" filesystem resize to finish: context deadline exceeded
https://api.github.com/repos/kubernetes/kubernetes/issues/121676/comments
7
2023-11-01T14:59:02Z
2023-11-20T07:40:29Z
https://github.com/kubernetes/kubernetes/issues/121676
1,972,545,808
121,676
[ "kubernetes", "kubernetes" ]
### What happened? After upgrading to 1.28.2, when starting the kubelet, we get a bunch of `Could not construct volume information` errors in the logs. Looks like all our PVs are impacted. We are using local PVs. Looks like there is no real impact, at least kubelet is running well, workloads are not impacted a...
`Could not construct volume information` warning at kubelet startup
https://api.github.com/repos/kubernetes/kubernetes/issues/121675/comments
18
2023-11-01T14:53:07Z
2024-09-10T10:10:33Z
https://github.com/kubernetes/kubernetes/issues/121675
1,972,534,583
121,675
[ "kubernetes", "kubernetes" ]
https://perf-dash.k8s.io/#/?jobname=aws-5000Nodes&metriccategoryname=APIServer&metricname=LoadInitEventsCount&resource=pods A potential performance change from 09-19 to 09-21. https://github.com/kubernetes/kubernetes/pulls?q=merged%3A2023-09-19..2023-09-21+-label%3Acherry-pick-approved+ Regression of watch bo...
performance test for 5000 nodes shows LoadInitEventsCount change a lot
https://api.github.com/repos/kubernetes/kubernetes/issues/121668/comments
7
2023-11-01T09:39:34Z
2024-03-31T15:10:11Z
https://github.com/kubernetes/kubernetes/issues/121668
1,972,028,580
121,668
[ "kubernetes", "kubernetes" ]
### What would you like to be added? XX ### Why is this needed? XX
Enhancement
https://api.github.com/repos/kubernetes/kubernetes/issues/121664/comments
6
2023-11-01T07:09:00Z
2023-11-01T12:12:30Z
https://github.com/kubernetes/kubernetes/issues/121664
1,971,829,165
121,664
[ "kubernetes", "kubernetes" ]
### What happened? issue ref:https://github.com/kubernetes/kubernetes/issues/121474#issuecomment-1786835345 When the daemonset controller watches update Node events, due to the large number of Node events, the `NodeInformer` [pendingNotifications](https://github.com/kubernetes/kubernetes/blob/3e438c54a77ccf7b9e0a...
Reduce the daemonset controller Node event-handler code logic to avoid the callback function processing Node events too slowly.
https://api.github.com/repos/kubernetes/kubernetes/issues/121662/comments
9
2023-11-01T03:26:19Z
2024-04-09T04:07:08Z
https://github.com/kubernetes/kubernetes/issues/121662
1,971,628,040
121,662
[ "kubernetes", "kubernetes" ]
### What happened? Looks like the golangci-lint-pr-hints linter was updated recently to put the feature gate comment ahead of the owner field in pkg/features/kube_features.go All the feature gates in pkg/features/kube_features.go are ordered by the following comments: // owner: // kep: // alpha: // bet...
Fix golangci-lint-pr-hints test
https://api.github.com/repos/kubernetes/kubernetes/issues/121660/comments
9
2023-11-01T00:08:04Z
2023-11-01T20:25:53Z
https://github.com/kubernetes/kubernetes/issues/121660
1,971,463,545
121,660
[ "kubernetes", "kubernetes" ]
In a follow-up (ideally before test freeze), it would also be good to add a benchmark around compilation and evaluation in a follow-up so we can quantify the cost of putting match expressions of a few different levels of complexity in a webhook and make sure our evaluation is as cheap / fast as we think it is. _Orig...
[StructuredAuthorizationConfig] benchmark for match expressions
https://api.github.com/repos/kubernetes/kubernetes/issues/121659/comments
1
2023-10-31T22:29:44Z
2023-11-14T13:50:39Z
https://github.com/kubernetes/kubernetes/issues/121659
1,971,388,151
121,659
[ "kubernetes", "kubernetes" ]
### What would you like to be added? This issue is open to track https://github.com/kubernetes/kubernetes/pull/121456#discussion_r1378179233 comment in PR https://github.com/kubernetes/kubernetes/pull/121456 . This needs a wider discussion in sig-node community meeting to arrive at a consensus. Hence opening this issu...
KEP 4216: Follow up on ImageRuntimeHandler field in kuberuntime.Container
https://api.github.com/repos/kubernetes/kubernetes/issues/121658/comments
4
2023-10-31T21:55:43Z
2024-04-10T09:05:59Z
https://github.com/kubernetes/kubernetes/issues/121658
1,971,356,764
121,658
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I would like apiserver admission plugins to reference k8s objects from the [storage](https://github.com/kubernetes/apiserver/blob/v0.28.3/pkg/registry/rest/rest.go#L55) rather than using informers to [fetch](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubeapiserver/opt...
apiserver admission plugins should zero-copy k8s objects
https://api.github.com/repos/kubernetes/kubernetes/issues/121657/comments
7
2023-10-31T19:54:06Z
2025-01-07T21:26:12Z
https://github.com/kubernetes/kubernetes/issues/121657
1,971,201,934
121,657
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-unit. Example: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/121393/pull-kubernetes-unit/1719392853026672640 ### Which tests are flaking? TestFinalizerCleanup: https://storage.googleapis.com/k8s-triage/index.html?pr=1&text=TestFinalizerCleanup ###...
TestFinalizerCleanup flakes for Job
https://api.github.com/repos/kubernetes/kubernetes/issues/121652/comments
10
2023-10-31T17:31:24Z
2023-12-13T22:55:30Z
https://github.com/kubernetes/kubernetes/issues/121652
1,970,956,025
121,652
[ "kubernetes", "kubernetes" ]
### What happened? I've been told my `k8ssandra` people that the following errors are related to `kubernetes` What do I have to do to detect, and solve, the issue? `kind` seems working fine: root@k8s-eu-1-master:~# kind create cluster Creating cluster "kind" ... ✓ Ensuring node image (kindes...
ERROR: failed to create cluster: failed to init node with kubeadm: command "docker exec --privileged k8ssandra-0-control-plane kubeadm init --skip-phases=preflight --config=/kind/kubeadm.conf --skip-token-print --v=6" failed with error: exit status 1
https://api.github.com/repos/kubernetes/kubernetes/issues/121644/comments
5
2023-10-31T14:22:36Z
2023-10-31T14:37:19Z
https://github.com/kubernetes/kubernetes/issues/121644
1,970,587,271
121,644
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? A data race manifested in `TestForgetWatcher` job link: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/121638/pull-kubernetes-unit/1719335195510837248 ``` {Failed; === RUN TestForgetWatcher ================== WARNING: DATA RACE Write at 0x00c007395e00 by gorout...
data race in TestForgetWatcher
https://api.github.com/repos/kubernetes/kubernetes/issues/121643/comments
4
2023-10-31T14:09:50Z
2024-02-20T19:50:59Z
https://github.com/kubernetes/kubernetes/issues/121643
1,970,561,667
121,643
[ "kubernetes", "kubernetes" ]
### What happened? A CRD that set a short name to be the same as `singular` or `plural` cannot be reconciled successfully more than once by the `naming` controller. The code here https://github.com/kubernetes/kubernetes/blob/d84ee0ba6912a842ed05252cc28d032c09304e08/staging/src/k8s.io/apiextensions-apiserver/pkg/con...
CRD API can accept invalid spec that later the naming controller fails to reconcile
https://api.github.com/repos/kubernetes/kubernetes/issues/121641/comments
9
2023-10-31T13:15:26Z
2025-01-18T12:20:17Z
https://github.com/kubernetes/kubernetes/issues/121641
1,970,451,542
121,641
[ "kubernetes", "kubernetes" ]
### What happened? Priority and Fairness is going GA in 1.29, the feature has been marked stable and the feature gate `APIPriorityAndFairness` has been locked to default. See https://github.com/kubernetes/kubernetes/pull/121638 In 1.31, we need to remove the feature gate.
APF: remove feature gate in 1.31
https://api.github.com/repos/kubernetes/kubernetes/issues/121639/comments
3
2023-10-31T12:51:04Z
2024-07-03T13:14:40Z
https://github.com/kubernetes/kubernetes/issues/121639
1,970,401,772
121,639
[ "kubernetes", "kubernetes" ]
### What happened? Pod access APIServer normal at beginning, but after restarting APIServer, the access returns 403 in a few minutes at the begining of APIServer became ready. `"HTTP" verb="GET" URI="/api/v1/namespaces/nsxxx/configmaps?resourceVersion=970285583&allowWatchBookmarks=true&watch=true" latency="1.097754...
RBAC return 403 Forbidden after restarting APIServer when there is a large amount of
https://api.github.com/repos/kubernetes/kubernetes/issues/121635/comments
3
2023-10-31T10:23:13Z
2024-03-24T01:35:35Z
https://github.com/kubernetes/kubernetes/issues/121635
1,970,128,677
121,635
[ "kubernetes", "kubernetes" ]
### What happened? For a dualstack Service, its endpoints are only from one IP family. ``` if len(svc.Spec.IPFamilies) > 0 { // controller is connected to an api-server that correctly sets IPFamilies ipFamily = svc.Spec.IPFamilies[0] // this works for headful and headless ``` https://github.com/kubernetes...
Dualstack Service endpoints are only from one IP family
https://api.github.com/repos/kubernetes/kubernetes/issues/121631/comments
5
2023-10-31T06:21:54Z
2023-10-31T10:39:24Z
https://github.com/kubernetes/kubernetes/issues/121631
1,969,728,637
121,631
[ "kubernetes", "kubernetes" ]
### What happened? When initializing kube-scheduler, We provided a custom config file for KubeSchedulerConfiguration and disabled the score plugin. This resulted in a panic in kube-scheduler at https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/framework/runtime/framework.go#L1034 ``` I1027 08:5...
panic while initializing kube-scheduler if score plugin is disabled and preScore plugins are not.
https://api.github.com/repos/kubernetes/kubernetes/issues/121630/comments
7
2023-10-31T04:37:44Z
2023-11-18T00:47:37Z
https://github.com/kubernetes/kubernetes/issues/121630
1,969,627,851
121,630
[ "kubernetes", "kubernetes" ]
### What happened? I create a single node cluster with ds calico. When the nodes is ready, i set kubelet maxpods=20 and restart kubelet. Then i create a rs with replicas=30 and delete the calico's ds pod. kube-scheduler try to preempt for calico, but pod cannot be terminated, because the calico pod is deleted. there ...
kube-scheduler:when network-plugin ds pod is deleted, preemption makes a loop
https://api.github.com/repos/kubernetes/kubernetes/issues/121629/comments
9
2023-10-31T03:35:38Z
2024-03-31T13:10:10Z
https://github.com/kubernetes/kubernetes/issues/121629
1,969,576,159
121,629
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://prow.k8s.io/job-history/gs/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-unit ### Which tests are failing? various ### Since when has it been failing? Oct 30 2023 6pm pst ### Testgrid link _No response_ ### Reason for failure (if possible) Looks like different test ar...
failing-test: TestStoreDeleteCollectionWithContextCancellation
https://api.github.com/repos/kubernetes/kubernetes/issues/121627/comments
17
2023-10-31T03:08:41Z
2024-02-20T19:51:03Z
https://github.com/kubernetes/kubernetes/issues/121627
1,969,550,268
121,627
[ "kubernetes", "kubernetes" ]
### What happened? In https://github.com/kubernetes/kubernetes/blob/c7a7cb8e1732afe0ac426a3313199a3ac7b825d9/staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/composition.go#L181 We should be using ConteaxtEval for evaluation. ### What did you expect to happen? Use ContextEval for cel evaluation ### How can we...
Use ContextEval for cel evaluation
https://api.github.com/repos/kubernetes/kubernetes/issues/121623/comments
1
2023-10-30T18:21:31Z
2023-12-13T21:34:17Z
https://github.com/kubernetes/kubernetes/issues/121623
1,968,967,900
121,623
[ "kubernetes", "kubernetes" ]
This issue is the root cause for https://github.com/argoproj/argo-workflows/issues/10947 Based on my tests, the issue was introduced between client-go `v0.24.0-alpha.1` and `v0.24.0-alpha.2`. Seems like when the first resync happens (20 minutes in case of argo-workflows), the event handlers are not being called. ...
SharedIndexInformer not calling event handlers during the first resync
https://api.github.com/repos/kubernetes/kubernetes/issues/127964/comments
16
2023-10-30T15:45:31Z
2024-10-28T08:35:43Z
https://github.com/kubernetes/kubernetes/issues/127964
2,576,121,161
127,964
[ "kubernetes", "kubernetes" ]
Duplicate of https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/4599 --- ### Which jobs are flaking? master-informing: - periodic-conformance-main-k8s-main ### Which tests are flaking? `capa-e2e-conformance.[It] [unmanaged] [conformance] tests conformance` ### Testgrid link https://testgrid.k8s.i...
[Failing Test] No Control Plane machines came into existence (periodic-conformance-main-k8s-main)
https://api.github.com/repos/kubernetes/kubernetes/issues/121617/comments
5
2023-10-30T15:36:16Z
2023-11-14T10:41:47Z
https://github.com/kubernetes/kubernetes/issues/121617
1,968,663,816
121,617
[ "kubernetes", "kubernetes" ]
This avoids drift between Kubernetes components and allows for cluster management tools that pass uniform feature gates to all components. xref: #121224 #121612
Add unit test to assert that all features from `k8s.io/apiserver/pkg/features` are included in `pkg/features/kube_features.go`
https://api.github.com/repos/kubernetes/kubernetes/issues/121613/comments
2
2023-10-30T14:37:14Z
2024-01-08T15:26:29Z
https://github.com/kubernetes/kubernetes/issues/121613
1,968,530,680
121,613
[ "kubernetes", "kubernetes" ]
```[tasklist] ### Tasks - [x] update build etcd image to 3.5.10-0 etcd: Build image 3.5.10 #121567 @mzaian - [x] update etcd version to 3.5.10 etcd: Update to version 3.5.10 #121566 @mzaian - [x] update image promotion for etcd 3.5.10-0 Image promotion for etcd 3.5.10-0 https://github.com/kubernetes/k8s.io/pull/603...
Upgrade etcd to version 3.5.10
https://api.github.com/repos/kubernetes/kubernetes/issues/121610/comments
3
2023-10-30T12:52:42Z
2023-11-07T17:29:10Z
https://github.com/kubernetes/kubernetes/issues/121610
1,968,288,277
121,610
[ "kubernetes", "kubernetes" ]
### What happened? ``` ❯ k -n qa-lk-3900 get pod NAME READY STATUS RESTARTS AGE cron-job-dashmail-28306992-9dcql 0/1 Terminating 0 2d18h ``` ``` ❯ k -n qa-lk-3900 get job No resources found in qa-lk-3900 namespace. ``` ```yaml apiVersion: v1 kind...
Stuned deleting of a pod whose parents are job.
https://api.github.com/repos/kubernetes/kubernetes/issues/121605/comments
13
2023-10-30T10:04:02Z
2023-11-01T15:29:42Z
https://github.com/kubernetes/kubernetes/issues/121605
1,967,967,219
121,605
[ "kubernetes", "kubernetes" ]
### What happened? while using kubeadm to depoly k8s. I met this issue. > [kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused. > > Unfortunately, an error has occurred: > ...
CrashBackOff Status in Kube-Apiserver while Deploying
https://api.github.com/repos/kubernetes/kubernetes/issues/121603/comments
12
2023-10-30T06:46:59Z
2023-11-05T15:28:20Z
https://github.com/kubernetes/kubernetes/issues/121603
1,967,625,381
121,603
[ "kubernetes", "kubernetes" ]
### Failure cluster [2635916009e310df2e05](https://go.k8s.io/triage#2635916009e310df2e05) https://storage.googleapis.com/k8s-triage/index.html?test=NodeFeature%3A%20ImageID#0334f50ce7dd7114a467 Error since 10-24 ##### Error text: ``` [FAILED] Expected <string>: 3e0d9138669908f438c06993e9a6815bbd8c05411b8e9a...
[Failing test] [sig-node] ImageID [NodeFeature: ImageID] should be set to the manifest digest (from RepoDigests) when available
https://api.github.com/repos/kubernetes/kubernetes/issues/121599/comments
7
2023-10-30T03:01:26Z
2023-10-31T12:34:33Z
https://github.com/kubernetes/kubernetes/issues/121599
1,967,376,476
121,599
[ "kubernetes", "kubernetes" ]
### What happened? We have a CronJob configured to run each day at 02:00. The timezone is set to "Europe/Berlin" corresponding to CEST in summer (+02:00) and CET in winter (+01:00). Which works fine most of the year, "exploded" this early morning, when Europe switched from CEST to CET going back from 03:00 to 02...
CronJob will be run twice, when switching to wintertime
https://api.github.com/repos/kubernetes/kubernetes/issues/121594/comments
6
2023-10-29T22:01:42Z
2024-03-31T11:10:10Z
https://github.com/kubernetes/kubernetes/issues/121594
1,967,172,523
121,594
[ "kubernetes", "kubernetes" ]
### What would you like to be added? The ipvs scheduler is configured by clusters, can we allow it to be configured by service? For our situation is we configure the `rr` for the cluster, all the node will pick the first the same apiserver since server list is well sorted, so when we create a daemonset with all new...
Allowed configure IPVS scheduler per service
https://api.github.com/repos/kubernetes/kubernetes/issues/121591/comments
16
2023-10-29T16:08:57Z
2023-11-06T07:33:23Z
https://github.com/kubernetes/kubernetes/issues/121591
1,967,050,895
121,591
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Current `sh` load balancing policy only performs hashing of sourcing IP, the server load maybe really high when only a single client is sending bunch of data to the server; So like this MR, we definitely need source port hash flag in `sh` policy as well Another things is the `sh...
Kube-Proxy IPVS mode support port hash and fallback in sh schedule
https://api.github.com/repos/kubernetes/kubernetes/issues/121590/comments
9
2023-10-29T15:51:50Z
2023-11-07T07:05:26Z
https://github.com/kubernetes/kubernetes/issues/121590
1,967,044,396
121,590
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? master-informing: - periodic-kubernetes-e2e-kind-kms ### Which tests are failing? `kubetest2.Up` ![Image](https://github.com/kubernetes/kubernetes/assets/73882557/668efbe4-a899-4f43-9939-febd0dad9cc6) ### Since when has it been failing? https://github.com/kubernetes/kubernetes/pull/...
[Failing Test] unable to create the kubeadm:cluster-admins ClusterRoleBinding (periodic-kubernetes-e2e-kind-kms)
https://api.github.com/repos/kubernetes/kubernetes/issues/121587/comments
18
2023-10-29T07:48:26Z
2023-11-08T14:27:39Z
https://github.com/kubernetes/kubernetes/issues/121587
1,966,883,241
121,587
[ "kubernetes", "kubernetes" ]
When describing a PodDisruptionBudget (PDB) in text, JSON, or YAML format, the keyword used to represent the "Number of pod disruptions that are currently allowed" should ideally be `disruptionsAllowed`. This naming convention is more consistent with the typical JSON/YAML key naming practices. It not only adheres to th...
Correct Keyword name for DisruptionsAllowed in PDB.
https://api.github.com/repos/kubernetes/kubernetes/issues/121585/comments
12
2023-10-28T18:42:26Z
2024-11-13T20:50:09Z
https://github.com/kubernetes/kubernetes/issues/121585
1,966,700,813
121,585
[ "kubernetes", "kubernetes" ]
### What happened? I have a hostname configured in hosts and hostname files but its still throw an warning. No matter what format I have such as hostname , FQDN it report the issue. Its not only throw error when I use --node-name=FQDN. kubeadm init --config=/etc/kubernetes/ClusterConfiguration.yaml [init] Using Ku...
[WARNING Hostname]: hostname "node" could not be reached
https://api.github.com/repos/kubernetes/kubernetes/issues/121584/comments
3
2023-10-28T14:24:29Z
2023-10-28T14:33:15Z
https://github.com/kubernetes/kubernetes/issues/121584
1,966,614,807
121,584
[ "kubernetes", "kubernetes" ]
### What happened? Kubernetes e2e suite: [It] [sig-api-machinery] Garbage collector should support orphan deletion of custom resources [sig-api-machinery] As stated in https://github.com/kubernetes/apimachinery/blob/master/pkg/util/wait/poll.go#L84: ``` // Deprecated: This method does not return errors from conte...
The e2e CI test for the Garbage collector in sig-api-machinery is reporting an error
https://api.github.com/repos/kubernetes/kubernetes/issues/121582/comments
2
2023-10-28T09:24:13Z
2023-11-03T12:02:36Z
https://github.com/kubernetes/kubernetes/issues/121582
1,966,517,571
121,582
[ "kubernetes", "kubernetes" ]
https://github.com/kubernetes/kubernetes/blob/1aef58b72a7d9a37cc7590c881b63808d02695f1/staging/src/k8s.io/client-go/util/cert/cert.go#L124 ```[tasklist] ### Tasks ```
Why is the expiration time of the certificate set to 365 days?
https://api.github.com/repos/kubernetes/kubernetes/issues/121580/comments
8
2023-10-28T01:25:15Z
2023-10-30T01:27:24Z
https://github.com/kubernetes/kubernetes/issues/121580
1,966,349,625
121,580
[ "kubernetes", "kubernetes" ]
Create cache semantics for pre-computed unstructured `r.Spec` so it can be reused in `eval` instead of computing it every time for Authorize for every webhook. xref: https://github.com/kubernetes/kubernetes/pull/121223#discussion_r1369279268 /triage accepted /sig auth
[StructuredAuthorizationConfig] - cel cache r.Spec
https://api.github.com/repos/kubernetes/kubernetes/issues/121578/comments
2
2023-10-27T23:28:45Z
2025-02-12T17:04:01Z
https://github.com/kubernetes/kubernetes/issues/121578
1,966,299,607
121,578
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? Runs k8s with master golang: [Failing-TestReadRotatedLog-DATARACE](https://prow.ppc64le-cloud.cis.ibm.net/view/gs/ppc64le-kubernetes/logs/postsubmit-master-golang-kubernetes-unit-test-ppc64le/1717239828946358272) ### Which tests are flaking? test ```TestReadRotatedLog``` ### Since whe...
Failing UT pkg/kubelet/kuberuntime/logs TestReadRotatedLog with DATARACE
https://api.github.com/repos/kubernetes/kubernetes/issues/121564/comments
5
2023-10-27T10:04:18Z
2024-01-04T15:49:25Z
https://github.com/kubernetes/kubernetes/issues/121564
1,965,186,948
121,564
[ "kubernetes", "kubernetes" ]
### What happened? Full test name is: E2eNode Suite.[It] [sig-node] Device Plugin [Feature:DevicePluginProbe][NodeFeature:DevicePluginProbe][Serial] DevicePlugin [Serial] [Disruptive] can make a CDI device accessible in a container [sig-node] The failure can be detected on both GCE arm64 or EC2 arm64, I am n...
[Flaky test][sig-node] can make a CDI device accessible in a container
https://api.github.com/repos/kubernetes/kubernetes/issues/121562/comments
9
2023-10-27T09:24:28Z
2023-10-31T12:24:45Z
https://github.com/kubernetes/kubernetes/issues/121562
1,965,121,258
121,562
[ "kubernetes", "kubernetes" ]
**What happened**: Running a Job with two or more containers creates a Pod. If one of the container fails such Pod status in kubectl is shown as Completed if the name of such container is the last name of the container names ordered alphabetically. **What you expected to happen**: If the container who's name i...
kubectl shows Pod status Completed if one of the containers exited with an Error
https://api.github.com/repos/kubernetes/kubernetes/issues/121563/comments
34
2023-10-27T09:18:38Z
2025-02-16T07:24:03Z
https://github.com/kubernetes/kubernetes/issues/121563
1,965,126,563
121,563
[ "kubernetes", "kubernetes" ]
I'm using the port-forward command on a Kubernetes cluster to establish port mapping between local and cloud ports, binding the local port 8080 to the cloud port 8081. My Kubernetes cluster version is 1.21.7. When I try to access the local service via curl localhost:8080, it shows "socat not found". Later on, I install...
using port-forward error: socat not found
https://api.github.com/repos/kubernetes/kubernetes/issues/121560/comments
3
2023-10-27T08:34:13Z
2023-10-27T08:59:26Z
https://github.com/kubernetes/kubernetes/issues/121560
1,965,037,333
121,560
[ "kubernetes", "kubernetes" ]
### What happened? I have a Deployment that has an init container and a few containers. I have a requirement to set the env variable of the `initContainer` with the value of the `image` field of one of the containers. Based on what I found in the documentation, there's no way to do this either by using `env.va...
Unable to use the value of `image` as an env variable
https://api.github.com/repos/kubernetes/kubernetes/issues/121558/comments
11
2023-10-27T03:45:00Z
2024-04-13T20:13:18Z
https://github.com/kubernetes/kubernetes/issues/121558
1,964,710,605
121,558
[ "kubernetes", "kubernetes" ]
both Endpoints and EndpointSlices can contain the same IP duplicate with different Condition. In case of Endpoints this means the same IP is at the same time Ready and NotReady, leaving to implementations how to best deal with it. This was not a problem in the past for Endpoints, before https://github.com/kubernetes...
Endpoints and EndpointSlices can have duplicate addresses with different Ready conditions
https://api.github.com/repos/kubernetes/kubernetes/issues/121556/comments
11
2023-10-26T22:20:52Z
2024-11-10T07:20:50Z
https://github.com/kubernetes/kubernetes/issues/121556
1,964,451,904
121,556
[ "kubernetes", "kubernetes" ]
/assign /sig auth /triage accepted ```[tasklist] ### Tasks - [x] Making username required: https://github.com/kubernetes/kubernetes/issues/121329 - [ ] Using generics: https://github.com/kubernetes/kubernetes/pull/121078#discussion_r1367380846 - [ ] Ability to specify variables for CEL: https://github.com/ku...
[StructuredAuthn] follow-ups from alpha implementation
https://api.github.com/repos/kubernetes/kubernetes/issues/121553/comments
0
2023-10-26T20:28:36Z
2024-08-01T16:34:05Z
https://github.com/kubernetes/kubernetes/issues/121553
1,964,322,457
121,553
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-provider-azure#capz-pr-conformance-dual-stack-k8s-ci-main https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-provider-azure#capz-pr-conformance-ipv6-k8s-ci-main https://testgrid.k8s.io/provider-azure-master-signal#capz-con...
IPv6 and dual stack Azure tests failing to pull image with k8s HEAD
https://api.github.com/repos/kubernetes/kubernetes/issues/121550/comments
8
2023-10-26T17:58:40Z
2023-10-31T23:06:07Z
https://github.com/kubernetes/kubernetes/issues/121550
1,964,070,709
121,550
[ "kubernetes", "kubernetes" ]
I'm experiencing this errors: root@k8s-eu-1-master:~# systemctl status kubelet ● kubelet.service - kubelet: The Kubernetes Node Agent Loaded: loaded (/lib/systemd/system/kubelet.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/kubelet.service.d └─10...
RunPodSandbox from runtime service failed
https://api.github.com/repos/kubernetes/kubernetes/issues/121548/comments
10
2023-10-26T13:53:59Z
2024-03-31T09:10:10Z
https://github.com/kubernetes/kubernetes/issues/121548
1,963,902,987
121,548
[ "kubernetes", "kubernetes" ]
### What happened? Unintentionally we defined the same env twice in our deployment. ``` env: - name: PARAMETER value: "example" - name: PARAMETER value: "example" ``` The deployment itself has worked and the env in container was available. Later, we clea...
Env variable is missing in container, after cleanup of duplications in deployment
https://api.github.com/repos/kubernetes/kubernetes/issues/121541/comments
13
2023-10-26T13:16:35Z
2023-11-30T15:42:00Z
https://github.com/kubernetes/kubernetes/issues/121541
1,963,548,200
121,541
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Unable to downlo...
404 error downloading the binary
https://api.github.com/repos/kubernetes/kubernetes/issues/121539/comments
4
2023-10-26T11:24:19Z
2023-10-26T11:38:37Z
https://github.com/kubernetes/kubernetes/issues/121539
1,963,331,414
121,539