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? When we create resourceQuota,it will use Function ValidateResourceQuantityValue to validate resource vaule,for ExtendedResource,the value must be integer,the Function ValidateResourceQuantityValue will use value.MilliValue()%int64(1000) != int64(0) to judge wthether the value is integer, but now i...
when we use function ValidateResourceQuantityValue to validate ExtendedResource value,we find value.MilliValue() has bug
https://api.github.com/repos/kubernetes/kubernetes/issues/110903/comments
10
2022-07-01T07:09:06Z
2022-12-16T03:57:23Z
https://github.com/kubernetes/kubernetes/issues/110903
1,291,006,097
110,903
[ "kubernetes", "kubernetes" ]
### What happened? If you attempt to use `kubectl apply --server-side --prune`, nothing is pruned. This is unfortunate because you pretty much have to use server-side apply these days in order to get around issues with CRDs reaching max-size annotation. Sorry to name & shame, but many popular operators have th...
`--prune` does not function with `--server-side`
https://api.github.com/repos/kubernetes/kubernetes/issues/110893/comments
10
2022-06-30T21:36:24Z
2024-03-20T08:59:06Z
https://github.com/kubernetes/kubernetes/issues/110893
1,290,663,667
110,893
[ "kubernetes", "kubernetes" ]
### What would you like to be added? This is a living issue to track all the documentation and KEP update tasks before In-place Pod Update feature goes alpha. - 06/28/2022 SIG-Node meeting: Update KEP to keep it in-sync with CRI changes from PR review _(removal of ContainerStatus from UpdateContainerResourcesReques...
[FG:InPlacePodVerticalScaling] KEP update and documentation items for alpha
https://api.github.com/repos/kubernetes/kubernetes/issues/110890/comments
9
2022-06-30T17:40:11Z
2023-05-17T05:01:35Z
https://github.com/kubernetes/kubernetes/issues/110890
1,290,454,600
110,890
[ "kubernetes", "kubernetes" ]
Hi, all I setup a single node k8s on the Ubuntu 20.04.4 LTS. It's on the Tencent cloud machine. I found the external ip of the only one node is node. When i test the NodePort service, the external ip will be used. But it's none. So i can not access NodePort service. How to assign a external ip to the node? > NAME ...
Node's EXTERNAL-IP is none
https://api.github.com/repos/kubernetes/kubernetes/issues/110884/comments
5
2022-06-30T09:20:01Z
2022-07-09T09:35:00Z
https://github.com/kubernetes/kubernetes/issues/110884
1,289,845,095
110,884
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-unit ### Which tests are flaking? `TestFeatureEnabled/shutdownGracePeriodRequested_0;_disables_feature` test failed with `data race` ### Since when has it been flaking? It should be introduced by #98088 ### Testgrid link https://prow.k8s.io/view/gs/kubernetes-jenkins/p...
Nodeshutdown test failed due to data race
https://api.github.com/repos/kubernetes/kubernetes/issues/110881/comments
3
2022-06-30T09:04:14Z
2022-09-29T05:31:42Z
https://github.com/kubernetes/kubernetes/issues/110881
1,289,825,793
110,881
[ "kubernetes", "kubernetes" ]
### What happened? ```kubeadm reset phase cleanup-node``` prints out some warning messsage: > [reset] Failed to remove containers: [failed to stop running pod time="2022-06-30T14:55:44+08:00": output: time="2022-06-30T14:55:44+08:00" level=debug msg="get runtime connection" And the pod on that node is not rem...
kubeadm: `cleanup-node` failed due to crictl is configured in debug mode
https://api.github.com/repos/kubernetes/kubernetes/issues/110873/comments
4
2022-06-30T07:02:44Z
2022-06-30T17:42:20Z
https://github.com/kubernetes/kubernetes/issues/110873
1,289,690,402
110,873
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Scheduler's [FitError](https://github.com/kubernetes/kubernetes/blob/b2ed6ca64f55452cdb4063d62920dddccd4344f7/pkg/scheduler/framework/types.go#L223) wraps info to diagose a pod's scheduler failure. The object is dumped to system event, and also injected into a pod's status. Howev...
Optimize scheduler's FitError
https://api.github.com/repos/kubernetes/kubernetes/issues/110871/comments
17
2022-06-30T02:26:10Z
2023-04-04T02:33:49Z
https://github.com/kubernetes/kubernetes/issues/110871
1,289,496,620
110,871
[ "kubernetes", "kubernetes" ]
### What happened? Running below command kubectl debug some-dotnet-3.1-pod -n rtlapi-uat-scan --set-image=scan-metrics=dotnet-runtime-with-tools:3.1 --copy-to=some-dotnet-3.1-pod -debug should copy all the files the some-dotnet-3.1-pod to the debug pod But when I run the command and uses `ls` command int...
kubectl debug not copying all contents of original pod to new debug pod
https://api.github.com/repos/kubernetes/kubernetes/issues/110870/comments
6
2022-06-29T22:52:49Z
2022-09-19T06:18:24Z
https://github.com/kubernetes/kubernetes/issues/110870
1,289,382,518
110,870
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? [sig-release-master-blocking: ci-kubernetes-unit](https://testgrid.k8s.io/sig-release-master-blocking#ci-kubernetes-unit) ### Which tests are failing? `k8s.io/kubernetes/pkg/kubelet/nodeshutdown.TestMain` ### Since when has it been failing? 28-06-2022 ### Testgrid link https://testgr...
[Failing test] ci-kubernetes-unit test failing
https://api.github.com/repos/kubernetes/kubernetes/issues/110867/comments
3
2022-06-29T16:11:26Z
2022-06-29T19:08:59Z
https://github.com/kubernetes/kubernetes/issues/110867
1,288,956,266
110,867
[ "kubernetes", "kubernetes" ]
### What would you like to be added? The scheduler doesn't have to request the server every few seconds to check for user requests,I think we could use something like google pub/sub or rabbitmq to subscribe for such requests,imo. ### Why is this needed? It makes me happy 😊
I think rabbitmq would be apt to fit into kubernetes team
https://api.github.com/repos/kubernetes/kubernetes/issues/110856/comments
4
2022-06-29T07:06:02Z
2022-06-29T07:59:55Z
https://github.com/kubernetes/kubernetes/issues/110856
1,288,265,943
110,856
[ "kubernetes", "kubernetes" ]
### What happened? Tried to install Kubernetes cluster with kubeadm. Installation did not succeed. --- Log clips --- Jun 29 09:21:11 kube-node1 containerd[545]: time="2022-06-29T09:21:11.854265880+03:00" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-controller-manager-kube-node1,Uid:abf22988...
Kubernetes + containerd + cilium won't install on Debian bullseye (VirtualBox )
https://api.github.com/repos/kubernetes/kubernetes/issues/110855/comments
5
2022-06-29T06:54:12Z
2022-06-29T09:29:35Z
https://github.com/kubernetes/kubernetes/issues/110855
1,288,254,955
110,855
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/110768/pull-kubernetes-unit/1541991414412349440 ``` WARNING: DATA RACE Read at 0x00c0004c1703 by goroutine 96: testing.(*common).logDepth() /usr/local/go/src/testing/testing.go:882 +0x4ce testing.(*common).log() ...
data race in nodeshutdown tests
https://api.github.com/repos/kubernetes/kubernetes/issues/110854/comments
29
2022-06-29T06:03:54Z
2022-10-07T05:58:22Z
https://github.com/kubernetes/kubernetes/issues/110854
1,288,213,747
110,854
[ "kubernetes", "kubernetes" ]
### What happened? apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: secret-list rules: - apiGroups: [""] resources: ["secrets"] verbs: ["list"] With only above rbac created in cluster, 1. kubectl get secret xxx -n xxx will be block 2. kubectl get secrets -n xxx, w...
rbac secret value leak with list
https://api.github.com/repos/kubernetes/kubernetes/issues/110866/comments
5
2022-06-29T02:08:30Z
2022-06-30T01:00:59Z
https://github.com/kubernetes/kubernetes/issues/110866
1,288,819,818
110,866
[ "kubernetes", "kubernetes" ]
Windows hns loadbalancers in Windows node may disappear suddenly, I run **hnsdiag list loadbalancers** every minutes with Host Process Container on each Windows node. When issue happen, the load balancer count dropped to 1 and recover slowly, it took a few days to come back to normal. The script for troubleshooting...
Windows hns loadbalancers disappear intermittently
https://api.github.com/repos/kubernetes/kubernetes/issues/110849/comments
10
2022-06-29T02:06:20Z
2022-12-07T09:09:04Z
https://github.com/kubernetes/kubernetes/issues/110849
1,288,082,527
110,849
[ "kubernetes", "kubernetes" ]
### What would you like to be added? /kind feature /sig cli Prepare sample-cli-plugin as a public template: https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/sample-cli-plugin * [ ] `.gitignore` (https://github.com/kubernetes/kubernetes/pull/110842) * [ ] `.goreleaser.yml` (https://git...
[Tracking Issue] Preparing sample-cli-plugin as a public template
https://api.github.com/repos/kubernetes/kubernetes/issues/110841/comments
5
2022-06-28T19:45:09Z
2022-11-25T23:22:07Z
https://github.com/kubernetes/kubernetes/issues/110841
1,287,803,175
110,841
[ "kubernetes", "kubernetes" ]
### Why is this needed For a private registry, I created a pause image using the available c code in the kubernetes repo. In the same dir as the pause c code is orphan.c which is used for testing, however, I have not been able to find any documentation on the steps one would take to use it to test the pause image. I...
Request for Documentation on Testing the Pause Image
https://api.github.com/repos/kubernetes/kubernetes/issues/110865/comments
8
2022-06-28T19:27:21Z
2022-12-01T08:23:22Z
https://github.com/kubernetes/kubernetes/issues/110865
1,288,806,801
110,865
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? capz-windows-containerd-master ### Which tests are flaking? Kubernetes e2e suite.[sig-node] Probing container should *not* be restarted with a /healthz http liveness probe [NodeConformance] [Conformance] ### Since when has it been flaking? 25.06.2022 ### Testgrid link ht...
[Flake test] Probing container should *not* be restarted with a /healthz http liveness probe
https://api.github.com/repos/kubernetes/kubernetes/issues/110839/comments
10
2022-06-28T16:35:44Z
2022-12-06T17:15:40Z
https://github.com/kubernetes/kubernetes/issues/110839
1,287,612,073
110,839
[ "kubernetes", "kubernetes" ]
### What happened? On startup, kube-scheduler tries to [add already scheduled pod to its internal cache](https://github.com/kubernetes/kubernetes/blob/5824e3251d294d324320db85bf63a53eb0767af2/pkg/scheduler/eventhandlers.go#L180-L193). This code is invoked as part of informer's [resource handlers here](https://github...
kube-scheduler startup informer cache race condition
https://api.github.com/repos/kubernetes/kubernetes/issues/110836/comments
5
2022-06-28T14:17:45Z
2022-07-02T00:16:08Z
https://github.com/kubernetes/kubernetes/issues/110836
1,287,422,294
110,836
[ "kubernetes", "kubernetes" ]
### What would you like to be added? It would be nice that the `emptyDir` volumes would use the Sticky bit attribute. So `1777` instead of `0777`. Alternatively, we could allow the `FileMode` to be set by the user and default to the current `0777`. ### Why is this needed? One reason is that some security scanners h...
Set Sticky bit for `emptyDir` folders
https://api.github.com/repos/kubernetes/kubernetes/issues/110835/comments
42
2022-06-28T13:13:19Z
2025-02-20T13:24:26Z
https://github.com/kubernetes/kubernetes/issues/110835
1,287,328,617
110,835
[ "kubernetes", "kubernetes" ]
### What happened? I have a deployment with emptyDir volume: ``` volumeMounts: ...
Problem with mount emptyDir volume
https://api.github.com/repos/kubernetes/kubernetes/issues/110832/comments
3
2022-06-28T10:09:40Z
2022-06-29T11:27:00Z
https://github.com/kubernetes/kubernetes/issues/110832
1,287,111,069
110,832
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? [capz-windows-containerd-master](https://testgrid.k8s.io/sig-release-master-informing#capz-windows-containerd-master) ### Which tests are flaking? `capz-e2e.Conformance Tests conformance-tests`: * `ci-kubernetes-e2e-capz-master-containerd-windows.Overall` * `Services should serve multip...
[Failing test] capz-windows-containerd-master
https://api.github.com/repos/kubernetes/kubernetes/issues/110828/comments
4
2022-06-28T08:44:17Z
2022-06-30T17:44:15Z
https://github.com/kubernetes/kubernetes/issues/110828
1,287,003,452
110,828
[ "kubernetes", "kubernetes" ]
ghgh
asdf
https://api.github.com/repos/kubernetes/kubernetes/issues/110823/comments
3
2022-06-28T07:27:21Z
2022-06-28T08:42:12Z
https://github.com/kubernetes/kubernetes/issues/110823
1,286,908,348
110,823
[ "kubernetes", "kubernetes" ]
> I am well aware of the storied past that kubernetes has had with module versioning, thus I will try and work off the [current state](https://github.com/kubernetes/client-go#versioning) of the world, but it would be interesting to understand how this impacts old projects virally entangled with [replace](https://go.dev...
client library module versioning
https://api.github.com/repos/kubernetes/kubernetes/issues/110821/comments
8
2022-06-28T05:58:15Z
2024-03-26T20:27:35Z
https://github.com/kubernetes/kubernetes/issues/110821
1,286,816,716
110,821
[ "kubernetes", "kubernetes" ]
### What happened? My deployment mount the nfs volume and use subpath to mount the different path in the container. The mount Setting like this ``` # default the nfs volume volumes: - name: data-volume nfs: path: /export/xxxxxx/xxxxxx/xxxxxx server: 10.10.10.10 ...
Can not umount nfs subpath and the pod stack in Terminating status
https://api.github.com/repos/kubernetes/kubernetes/issues/110818/comments
15
2022-06-28T04:01:14Z
2022-07-14T13:10:57Z
https://github.com/kubernetes/kubernetes/issues/110818
1,286,734,594
110,818
[ "kubernetes", "kubernetes" ]
### What happened? After enabling feature gate NodeLease in kubelet, apiserver and controller-manager, namespace kube-node-lease is created and API resource lease related to each node behave normally. However, I find that field node.status is also updated every 10s(nodeStatusUpdateFrequency). Related source code: h...
Node status is still updated every 10s(nodeStatusUpdateFrequency) after enabling feature NodeLease
https://api.github.com/repos/kubernetes/kubernetes/issues/110816/comments
7
2022-06-27T16:15:05Z
2022-06-28T10:45:20Z
https://github.com/kubernetes/kubernetes/issues/110816
1,286,036,345
110,816
[ "kubernetes", "kubernetes" ]
Original issue: [Kubelet takes long time to update Pod.Status.PodIP](https://github.com/kubernetes/kubernetes/issues/39113#) In order to have a better idea of the problem and being able to understand situations when this is happening, we should have a metric that measure the time since kubelet get the podIPs to the ...
Kubelet metric: time to update pod.Status.PodIP
https://api.github.com/repos/kubernetes/kubernetes/issues/110815/comments
8
2022-06-27T15:51:36Z
2022-12-08T11:05:07Z
https://github.com/kubernetes/kubernetes/issues/110815
1,286,003,596
110,815
[ "kubernetes", "kubernetes" ]
### What happened? We have a couple of real server and a proxy server which are a part of the kubernetes cluster. These real servers are exposed through a **ClusterIP service** <IP:Port>. The mode of the **kube-proxy is IPVS** and the **scheduler is rr** (round robin). The proxy server is binded to a particular IP...
UDP packet does not get distributed due to ipvsadm timeout.
https://api.github.com/repos/kubernetes/kubernetes/issues/110814/comments
22
2022-06-27T15:28:29Z
2022-09-28T08:07:16Z
https://github.com/kubernetes/kubernetes/issues/110814
1,285,975,762
110,814
[ "kubernetes", "kubernetes" ]
### What would you like to be added? A lot of DiscoveryClient code makes use of `context.TODO()` and makes network calls through a rest client to retrieve the information needed during discovery, see https://github.com/kubernetes/kubernetes/blob/f4abde9e57cc30efcc8f79c9ebd791d15f4164c4/staging/src/k8s.io/client-go/dis...
Add a context to DiscoveryClient functions and interfaces
https://api.github.com/repos/kubernetes/kubernetes/issues/110810/comments
13
2022-06-27T14:45:28Z
2024-05-16T16:41:33Z
https://github.com/kubernetes/kubernetes/issues/110810
1,285,916,887
110,810
[ "kubernetes", "kubernetes" ]
Hello, I have pached a deployment for mount a new volume. This my patch : ``` spec: template: spec: containers: - name: test3 volumeMounts: - name: mount3 mountPath: /var/www/rep3 volumes: - name: mount3 persistentVolumeClaim: c...
unmount volume with patch
https://api.github.com/repos/kubernetes/kubernetes/issues/110817/comments
5
2022-06-27T13:11:09Z
2022-07-04T06:54:59Z
https://github.com/kubernetes/kubernetes/issues/110817
1,286,290,098
110,817
[ "kubernetes", "kubernetes" ]
### What happened? ``` [root@master-001 cjh]# kubectl describe pods pod-with-raw-block-volume Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 18m default-scheduler Successful...
hostPath not mount Volume
https://api.github.com/repos/kubernetes/kubernetes/issues/110806/comments
14
2022-06-27T09:40:56Z
2022-11-24T13:12:11Z
https://github.com/kubernetes/kubernetes/issues/110806
1,285,530,536
110,806
[ "kubernetes", "kubernetes" ]
# Progress <code>[6/6]</code> - [X] APISnoop org-flow : [replaceCoreV1NamespacedEventTest.org](https://github.com/apisnoop/ticket-writing/blob/master/replaceCoreV1NamespacedEventTest.org) - [X] test approval issue : #110797 - [X] test pr : #110798 - [X] two weeks soak start date : 1 Jul 2022 [testgrid-li...
Write Event Lifecycle Test +1 Endpoint
https://api.github.com/repos/kubernetes/kubernetes/issues/110797/comments
3
2022-06-27T01:24:05Z
2022-08-01T22:04:42Z
https://github.com/kubernetes/kubernetes/issues/110797
1,285,099,011
110,797
[ "kubernetes", "kubernetes" ]
### What would you like to be added? From https://kubernetes.io/docs/reference/scheduling/config/#multiple-profiles: > If a Pod doesn't specify a scheduler name, kube-apiserver will set it to `default-scheduler`. Therefore, a profile with this scheduler name should exist to get those pods scheduled. https://gith...
apiserver: Make the default scheduler name configurable
https://api.github.com/repos/kubernetes/kubernetes/issues/110795/comments
19
2022-06-26T18:04:58Z
2024-01-22T14:06:31Z
https://github.com/kubernetes/kubernetes/issues/110795
1,284,991,472
110,795
[ "kubernetes", "kubernetes" ]
### What happened? [source of the issue](https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/resourcequota/resource_quota_controller.go) ``` // Sync periodically resyncs the controller when new resources are observed from discovery. func (rq *Controller) Sync(discoveryFunc NamespacedResourcesFunc, p...
New takes precedence over old
https://api.github.com/repos/kubernetes/kubernetes/issues/110793/comments
11
2022-06-26T13:09:51Z
2023-02-08T01:05:49Z
https://github.com/kubernetes/kubernetes/issues/110793
1,284,909,481
110,793
[ "kubernetes", "kubernetes" ]
### What happened? https://github.com/kubernetes/kubernetes/pull/110459 merged with an inaccurate changelog entry. I think. /sig auth ### What did you expect to happen? Clear and accurate information about PodSecurity graduating to GA ### How can we reproduce it (as minimally and precisely as possible)? ...
Changelog entry for PodSecurity GA not accurate
https://api.github.com/repos/kubernetes/kubernetes/issues/110790/comments
4
2022-06-25T23:45:05Z
2022-06-25T23:47:27Z
https://github.com/kubernetes/kubernetes/issues/110790
1,284,745,789
110,790
[ "kubernetes", "kubernetes" ]
[root@two-master ~]# journalctl -xeu kube-controller-manager | tail -10 6月 25 22:29:55 two-master kube-controller-manager[1823]: E0625 22:29:55.127157 1823 leaderelection.go:325] error retrieving resource lock kube-system/kube-controller-manager: the server rejected our request for an unknown reason (get leases....
error retrieving resource lock kube-system/kube-controller-manager: the server rejected our request for an unknown reason /triage accepted
https://api.github.com/repos/kubernetes/kubernetes/issues/110787/comments
6
2022-06-25T14:30:40Z
2022-07-04T06:54:17Z
https://github.com/kubernetes/kubernetes/issues/110787
1,284,620,805
110,787
[ "kubernetes", "kubernetes" ]
### What happened? Hi, I am trying to install the helm chart v4.7.5, but it is giving an error MountVolume.SetUp failed for value ``` Type Reason Age From Message ---- ------ ---- ---- --...
MountVolume.SetUp failed for volume "deployer-conf" : object "default"/"crunchydata-dravoka-postgres-operator-cm" not registered
https://api.github.com/repos/kubernetes/kubernetes/issues/110786/comments
5
2022-06-25T12:45:48Z
2022-06-27T06:22:55Z
https://github.com/kubernetes/kubernetes/issues/110786
1,284,578,896
110,786
[ "kubernetes", "kubernetes" ]
### What would you like to be added? **Problem** `kube-scheduler` assigns the same status to all nodes when a `PreFilter` plugin returns error.https://github.com/kubernetes/kubernetes/blob/11686e138694a67452ce9fe4244ba96982cc545a/pkg/scheduler/schedule_one.go#L380 The resulted `FailedScheduling` event message can...
kube-scheduler: improve FailedScheduling message for PreFilter plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/110783/comments
9
2022-06-25T00:22:14Z
2022-09-02T23:34:28Z
https://github.com/kubernetes/kubernetes/issues/110783
1,284,379,145
110,783
[ "kubernetes", "kubernetes" ]
/sig auth xref #108794 --- I have been thinking about this change and the associated code, especially in regards to the on-going [quality discussion](https://groups.google.com/a/kubernetes.io/g/dev/c/6F3h0Z1QzVg/m/43tdYs_lAAAJ). While I think this change is at least partially a move in the right direction, ...
Missing test coverage for OIDC code
https://api.github.com/repos/kubernetes/kubernetes/issues/110782/comments
14
2022-06-24T21:30:01Z
2024-07-10T01:25:47Z
https://github.com/kubernetes/kubernetes/issues/110782
1,284,209,364
110,782
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-unit ### Which tests are flaking? TestFeatureExternalTrafficPolicy ### Since when has it been flaking? June 24th ### Testgrid link https://storage.googleapis.com/k8s-triage/index.html?pr=1&text=TestFeatureExternalTrafficPolicy&job=pull-kubernetes-unit ### Reason for f...
Flaky TestFeatureExternalTrafficPolicy
https://api.github.com/repos/kubernetes/kubernetes/issues/110780/comments
26
2022-06-24T19:33:34Z
2022-12-21T13:08:20Z
https://github.com/kubernetes/kubernetes/issues/110780
1,284,118,182
110,780
[ "kubernetes", "kubernetes" ]
### What happened? django-kubernetes/ v1" ensure CRDs are installed first what is this? why every time you just change api standards every time 2 years old bug i am facing google is just there to make things complicated 1.6 k issues no fix available what is going on? ### What did you expect to happen? need...
Why this thing is so complicated?
https://api.github.com/repos/kubernetes/kubernetes/issues/110778/comments
2
2022-06-24T17:33:13Z
2022-06-24T18:08:36Z
https://github.com/kubernetes/kubernetes/issues/110778
1,284,006,640
110,778
[ "kubernetes", "kubernetes" ]
### What would you like to be added? We should use k8s.io/utils/clock ### Why is this needed? /kind cleanup
Remove pkg/scheduler/util/clock.go
https://api.github.com/repos/kubernetes/kubernetes/issues/110773/comments
4
2022-06-24T14:29:32Z
2022-06-25T05:32:57Z
https://github.com/kubernetes/kubernetes/issues/110773
1,283,822,932
110,773
[ "kubernetes", "kubernetes" ]
### What would you like to be added? If the Systemd is not alive any more, kubelet will failed to create container. It should mark this node `NotReady`, so the scheduler will not assign Pod to it. ### Why is this needed? When the Systemd is hung, the kubelet will failed to create container. The logs will...
Check the Systemd is alive in kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/110763/comments
10
2022-06-24T06:08:24Z
2022-11-22T14:48:12Z
https://github.com/kubernetes/kubernetes/issues/110763
1,283,304,855
110,763
[ "kubernetes", "kubernetes" ]
### What happened? k8s version: v1.18.20 process:Excuting an order then failed,like this: ![image](https://user-images.githubusercontent.com/9719901/175457414-f839174d-433f-475e-9bf1-ebb1caca69f4.png) but modify other params is successful,like this: ![image](https://user-images.githubusercontent.com/9719901/175457...
cronjob failed to update properties
https://api.github.com/repos/kubernetes/kubernetes/issues/110761/comments
5
2022-06-24T03:45:55Z
2022-06-27T09:35:13Z
https://github.com/kubernetes/kubernetes/issues/110761
1,283,221,177
110,761
[ "kubernetes", "kubernetes" ]
### What happened? In some cases, we saw that in a graceful shutdown enabled cluster, the kubelet started the shutdown for some pods, but end up not finishing it, and these pods have the same behavior without the graceful shutdown for preemption VM ``` 2022-06-23 08:42:16.744 PDT gke-dev-default-pool-XXX I0623...
[Node Graceful Shutdown] kubelet sometimes doesn't finish kill pods before node shutdown within 30s and left the pods in running state still
https://api.github.com/repos/kubernetes/kubernetes/issues/110755/comments
18
2022-06-23T23:50:13Z
2024-12-18T18:29:47Z
https://github.com/kubernetes/kubernetes/issues/110755
1,283,081,588
110,755
[ "kubernetes", "kubernetes" ]
### What happened? We use _a lot_ of CRDs (frequently more than 1,000) in the @crossplane project. This has historically caused a bunch of problems with client-side API discovery, among other things. At the time of writing the latest releases of kubectl use a discovery client rate limiter with a generous QPS and burst...
kubectl discovery dramatically slower on MacOS than Linux
https://api.github.com/repos/kubernetes/kubernetes/issues/110753/comments
22
2022-06-23T21:47:04Z
2022-07-30T01:11:13Z
https://github.com/kubernetes/kubernetes/issues/110753
1,282,977,822
110,753
[ "kubernetes", "kubernetes" ]
Storage version defaults to the preferred version for a given group, but can be overridden when constructing API server storage. This is done here: https://github.com/kubernetes/kubernetes/blob/035f22d7810a8970e42d60f276f71a519b174a44/pkg/kubeapiserver/default_storage_factory_builder.go#L60-L67 Reasons the prefer...
Computation of the StorageVersionHash is incorrect for overridden storage versions in unit test
https://api.github.com/repos/kubernetes/kubernetes/issues/110750/comments
11
2022-06-23T16:56:01Z
2022-07-08T02:11:58Z
https://github.com/kubernetes/kubernetes/issues/110750
1,282,692,398
110,750
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Option1: filter out apiserver lantency trace from [apiserver tracing](https://kubernetes.io/blog/2021/09/03/api-server-tracing/) Option2: add one trace for apiserver_request_duration_seconds_bucket If metric alert is needed, not sure whether a simplified metric apiserver_requ...
Replace metric apiserver_request_duration_seconds_bucket with trace
https://api.github.com/repos/kubernetes/kubernetes/issues/110742/comments
5
2022-06-23T13:02:26Z
2022-06-23T16:58:47Z
https://github.com/kubernetes/kubernetes/issues/110742
1,282,373,842
110,742
[ "kubernetes", "kubernetes" ]
### What would you like to be added? https://github.com/kubernetes/klog/pull/322 added klog.KObjSlice as replacement for klog.KObjs. A version of klog with that is now in Kubernetes master. We should: - [ ] Search/replace calls to KObjs in all of Kubernetes. - [ ] In places where the `if klogV := klog.V(5); klo...
structured logging: switch from KObjs to KObjSlice
https://api.github.com/repos/kubernetes/kubernetes/issues/110737/comments
10
2022-06-23T08:04:04Z
2022-11-03T07:49:36Z
https://github.com/kubernetes/kubernetes/issues/110737
1,281,986,739
110,737
[ "kubernetes", "kubernetes" ]
### What would you like to be added? https://github.com/kubernetes/kubernetes/blob/1d811065345bfe9f3be7f6757a9938c1760180c7/staging/src/k8s.io/apiserver/pkg/storage/etcd3/store.go#L760-L789 > Can you open an issue to capture these two points? (I won't block this PR on them since the bug looks disastrous) > * I a...
Rethinking the growSlice function in staging/src/k8s.io/apiserver/pkg/storage/etcd3/store.go
https://api.github.com/repos/kubernetes/kubernetes/issues/110734/comments
16
2022-06-22T23:25:18Z
2024-03-28T19:43:35Z
https://github.com/kubernetes/kubernetes/issues/110734
1,281,234,845
110,734
[ "kubernetes", "kubernetes" ]
### What happened? Scheduler went into crash loop. We upgraded from 1.18 => 1.19 and scheduler started crashing few 100 times and then auto-recovered. Probably related to this code change - https://github.com/kubernetes/kubernetes/commit/65d9f8175844 Seems like we no longer use pointers in HEAD https://g...
Scheduler crashes.
https://api.github.com/repos/kubernetes/kubernetes/issues/110726/comments
22
2022-06-22T14:54:10Z
2022-08-09T19:09:14Z
https://github.com/kubernetes/kubernetes/issues/110726
1,280,292,854
110,726
[ "kubernetes", "kubernetes" ]
### What happened? I created a manual script to create all the certs located in `/etc/kubernetes/pki` and `/etc/kubernetes/pki/etcd` on a running cluster on centos 7, as long as modifieng the conf files located in `/etc/kubernetes` {admin.conf, scheduler.conf, controller-manager.conf} and provided new certs for them a...
Creating custom certs for kubeadm resolving in a "dead" cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/110725/comments
6
2022-06-22T14:42:17Z
2022-06-22T18:57:48Z
https://github.com/kubernetes/kubernetes/issues/110725
1,280,269,934
110,725
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Display node name along with pod name on the execution of "kubectl top pod <additional parameter>" 1) Currently while "kubectl top pod" is executed, it displays only pod name along with CPU & MEM usage, but it will be good and easy to monitor while we have the corresponding node...
Display node name along with pods on execution of `kubectl top pod` & easy readability for CPU and Mem size
https://api.github.com/repos/kubernetes/kubernetes/issues/110722/comments
14
2022-06-22T13:36:24Z
2022-12-01T15:13:31Z
https://github.com/kubernetes/kubernetes/issues/110722
1,280,156,319
110,722
[ "kubernetes", "kubernetes" ]
### What happened? The phenomenon is like #94293. Since it's staled, and we got some progress on it, so I open it here. When the webhook service of our CRD Conversion is down, the controller-manager GC fails to sync the cache. All the cascading deletion will not continue(After you deleted the deployment, the Rep...
CRD Conversion webhook down results in controller-manager GC failure
https://api.github.com/repos/kubernetes/kubernetes/issues/110720/comments
10
2022-06-22T12:21:22Z
2022-06-24T14:16:34Z
https://github.com/kubernetes/kubernetes/issues/110720
1,280,059,089
110,720
[ "kubernetes", "kubernetes" ]
### What happened? - I create a statefulset with a `requiredDuringSchedulingIgnoredDuringExecution` podAntiAffinity and deploy it on a cluster where not enough nodes are available, resulting in some pods being stuck in a `Pending` state. - I then update the statefulset to use `preferredDuringSchedulingIgnoredDuringEx...
Modifying podAntiAffinity has no effect
https://api.github.com/repos/kubernetes/kubernetes/issues/110718/comments
12
2022-06-22T10:21:58Z
2022-12-09T10:50:27Z
https://github.com/kubernetes/kubernetes/issues/110718
1,279,915,481
110,718
[ "kubernetes", "kubernetes" ]
### What happened? Consider a K8S cluster which is spread across several zones. In each zone there can be many `node-groups` which is the unit for `Cluster-Autoscaler`. Typically you would create different node groups either with different node labels or taints which will help the Cluster Autoscaler to scale a specifi...
Topology Aware Hint does not consider node taints
https://api.github.com/repos/kubernetes/kubernetes/issues/110714/comments
35
2022-06-22T09:39:50Z
2024-06-17T13:58:53Z
https://github.com/kubernetes/kubernetes/issues/110714
1,279,861,592
110,714
[ "kubernetes", "kubernetes" ]
### What happened? When `cert-dir` is set to a value other than the default value (/etc/kubernetes/pki/), and run `certs renew` on the working kubernetes controller node, the cert is not renewed as expected. This impacts the `check-expiration` as well. ### What did you expect to happen? `cert renew` ...
kubeadm: cert renew doesn't work with `cert-dir` set
https://api.github.com/repos/kubernetes/kubernetes/issues/110708/comments
4
2022-06-22T03:08:25Z
2022-06-24T02:51:19Z
https://github.com/kubernetes/kubernetes/issues/110708
1,279,426,801
110,708
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-unit ### Which tests are flaking? TestSyncPastDeadlineJobFinished ### Since when has it been flaking? June 14th ### Testgrid link https://storage.googleapis.com/k8s-triage/index.html?pr=1&text=TestSyncPastDeadlineJobFinished&job=pull-kubernetes-unit ### Reason for fai...
Flaky test TestSyncPastDeadlineJobFinished
https://api.github.com/repos/kubernetes/kubernetes/issues/110697/comments
34
2022-06-21T18:04:17Z
2023-01-13T18:46:28Z
https://github.com/kubernetes/kubernetes/issues/110697
1,278,833,484
110,697
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? release-master-informing - capz-windows-containerd-master ### Which tests are failing? - Kubernetes e2e suite.BeforeSuite ### Since when has it been failing? 06-07 09:29 IST ### Testgrid link https://testgrid.k8s.io/sig-release-master-informing#capz-windows-containerd...
[Failing test] capz-windows-containerd-master
https://api.github.com/repos/kubernetes/kubernetes/issues/110694/comments
4
2022-06-21T15:31:26Z
2022-06-22T16:19:11Z
https://github.com/kubernetes/kubernetes/issues/110694
1,278,625,065
110,694
[ "kubernetes", "kubernetes" ]
### What happened? Every day there is a restart of the pods of the control plan, sometimes on all master nodes, sometimes only on some. Events: "Liveness probe failed: Get "https://192.1.2.3:6443/livez": net/http: request canceled (Client.Timeout exceeded while awaiting headers)" and "Liveness probe failed: Get "htt...
Liveness probe failed: Get "https://*:6443/livez": net/http: request canceled
https://api.github.com/repos/kubernetes/kubernetes/issues/110692/comments
6
2022-06-21T14:58:22Z
2022-07-04T07:00:56Z
https://github.com/kubernetes/kubernetes/issues/110692
1,278,580,766
110,692
[ "kubernetes", "kubernetes" ]
### What happened? When running kubelet, if the Run function fails, the returned error has no output, and the cause of the error cannot be located. https://github.com/kubernetes/kubernetes/blob/a9f83d839ec311ceaf4ef8ed35dbdfcff8ae0b3a/cmd/kubelet/app/server.go#L268 such as https://github.com/kubernetes/kuberne...
Execute the Run function of kubelet, no log output after failure
https://api.github.com/repos/kubernetes/kubernetes/issues/110690/comments
4
2022-06-21T14:09:52Z
2022-07-05T18:27:19Z
https://github.com/kubernetes/kubernetes/issues/110690
1,278,509,907
110,690
[ "kubernetes", "kubernetes" ]
### What happened? Kubelet was not able to attach + mount an iSCSI PV when it has IPv6 server address. ### What did you expect to happen? Volume is mounted + attached. ### How can we reproduce it (as minimally and precisely as possible)? Set up iSCSI target that's reachable over IPv6 and create a PV for ...
iSCSI volumes don't work with ipv6
https://api.github.com/repos/kubernetes/kubernetes/issues/110687/comments
3
2022-06-21T12:28:39Z
2022-08-02T16:15:58Z
https://github.com/kubernetes/kubernetes/issues/110687
1,278,376,592
110,687
[ "kubernetes", "kubernetes" ]
### What happened? In my kubernetes cluster, there is only one non-hostnetwork container on the work node, but there are many files under the /var/run/docker/netns/* directory, which cannot be accessed by the nsenter command. ### What did you expect to happen? May be not counting the default netns, the number ...
Why is the netns file in the /var/run/netns/* not deleted after the container has been deleted in kubernetes?
https://api.github.com/repos/kubernetes/kubernetes/issues/110686/comments
5
2022-06-21T10:30:31Z
2022-07-04T07:04:33Z
https://github.com/kubernetes/kubernetes/issues/110686
1,278,239,193
110,686
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? Git Hub Actions CI/CD ### Which tests are failing? Hi, I am getting the below error (at Kubernates Pod) while my CI/CD job is trying to Pull the Image from Harbor. Failed to pull image "registry.app.xxx.net/XXXXX/partsgo42:GitActionsNew-2e7e78f7bb157128f1853b0dc06bf7ccd13156d7": rp...
Request for help troubleshooting failed container image pull
https://api.github.com/repos/kubernetes/kubernetes/issues/110678/comments
7
2022-06-21T07:18:17Z
2022-07-04T06:52:34Z
https://github.com/kubernetes/kubernetes/issues/110678
1,277,999,260
110,678
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? Kubernates PODs ### Which tests are failing? Hi, I am getting the below error (at Kubernates Pod) while my CI/CD job is trying to Pull the Image from Harbor. Failed to pull image "registry.app.xxx.net/XXXXX/partsgo42:GitActionsNew-2e7e78f7bb157128f1853b0dc06bf7ccd13156d7": rpc err...
Failed to Pull Image issue
https://api.github.com/repos/kubernetes/kubernetes/issues/110675/comments
7
2022-06-21T06:30:56Z
2022-06-21T07:15:51Z
https://github.com/kubernetes/kubernetes/issues/110675
1,277,956,332
110,675
[ "kubernetes", "kubernetes" ]
### What happened? In our windows clusters, sometimes, we notice that the windows pod cannot access a clusterIP service. The instances we have seen this issue is when a windows pod tries to resolve a DNS name by trying to contact the DNS server clusterIP (i.e nslookup fails from inside a pod). When this happens,...
Windows: Disappearing/missing windows loadbalancers for k8s services
https://api.github.com/repos/kubernetes/kubernetes/issues/110674/comments
27
2022-06-21T04:56:19Z
2023-04-23T17:00:45Z
https://github.com/kubernetes/kubernetes/issues/110674
1,277,893,767
110,674
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Add request body to the properties included in EventString (in **k8s.io/apiserver/pkg/audit/format.go**) so that when the kube-apiserver audit log plugin calls HandlePluginError (which it does when a proper event message cannot be written to the audit log), the offending request bo...
Malformed request bodies (received by kube-apiserver) shoule be logged in kube-apiserver debug logs to aid troubleshooting
https://api.github.com/repos/kubernetes/kubernetes/issues/110671/comments
5
2022-06-21T03:14:55Z
2022-06-23T21:56:43Z
https://github.com/kubernetes/kubernetes/issues/110671
1,277,765,058
110,671
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? gce-cos-autoscaling-hpa-cpu ### Which tests are failing? Kubernetes e2e suite.[sig-autoscaling] [Feature:HPA] [Serial] [Slow] Horizontal pod autoscaling (non-default behavior) with long upscale stabilization window should scale up only after the stabilization period ### Since when has it...
New HPA E2E test is failing
https://api.github.com/repos/kubernetes/kubernetes/issues/110662/comments
4
2022-06-20T12:38:27Z
2022-08-26T09:37:37Z
https://github.com/kubernetes/kubernetes/issues/110662
1,276,867,109
110,662
[ "kubernetes", "kubernetes" ]
### What happened? I'm writing a scheduler plugin using the scheduler framework, and in my plugin I'd like to add a [Indexer](https://pkg.go.dev/k8s.io/client-go/tools/cache#Indexer) using the `SharedInformerFactory` provided by the `framework.Handle`. Adding such a Indexer lead to a runtime crash like ``` panic:...
the scheduler framework does not allow adding indexers in scheduler plugins
https://api.github.com/repos/kubernetes/kubernetes/issues/110660/comments
2
2022-06-20T11:38:10Z
2022-07-19T02:52:24Z
https://github.com/kubernetes/kubernetes/issues/110660
1,276,793,940
110,660
[ "kubernetes", "kubernetes" ]
### What happened? The calico-node Pod is failing to start on the K8s master node with the following error: ``` 2022-06-20 08:40:09.355 [INFO][9] startup/startup.go 416: Hit error connecting to datastore - retry error=Get "https://10.96.0.1:443/api/v1/nodes/foo": dial tcp 10.96.0.1:443: connect: network is unreach...
kube-proxy: Services not reachable from master node
https://api.github.com/repos/kubernetes/kubernetes/issues/110659/comments
11
2022-06-20T08:52:02Z
2022-07-11T10:07:54Z
https://github.com/kubernetes/kubernetes/issues/110659
1,276,588,801
110,659
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/presubmits-kubernetes-nonblocking#pull-kubernetes-e2e-gce-storage-snapshot ### Which tests are failing? [sig-storage] CSI Volumes [Driver: pd.csi.storage.gke.io][Serial] [Testpattern: Dynamic PV (block volmode)] multiVolume [Slow] should concurrently access t...
pull-kubernetes-e2e-gce-storage-snapshot is not look good after 0617
https://api.github.com/repos/kubernetes/kubernetes/issues/110658/comments
4
2022-06-20T06:44:40Z
2022-09-26T05:43:09Z
https://github.com/kubernetes/kubernetes/issues/110658
1,276,445,764
110,658
[ "kubernetes", "kubernetes" ]
### What happened? We were constructing a Quantity instance using `resource.ParseQuantity()` with `-.1Ki`, then we call the method `Value()` to extract the value from the Quantity instance. When we used `-.1Ki` as the input, the output was `-101`. However, when we used `.1Ki` as input, the output was `103`. ### What...
The number conversion of `Value()` of type Quantity is inaccurate
https://api.github.com/repos/kubernetes/kubernetes/issues/110654/comments
10
2022-06-19T22:08:26Z
2024-05-16T16:41:25Z
https://github.com/kubernetes/kubernetes/issues/110654
1,276,178,305
110,654
[ "kubernetes", "kubernetes" ]
### What happened? We are trying to extract the value from a quantity created by `resource.ParseQuantity`. We attempted to achieve this by calling the method `Value()` of the Quantity object. But the return value of `Value()` is incorrect when exponent is a large number The quantity we gave was `-.484785E-7466` whi...
The number conversion of `Value()` of type Quantity is incorrect
https://api.github.com/repos/kubernetes/kubernetes/issues/110653/comments
11
2022-06-19T18:09:23Z
2024-04-11T16:47:07Z
https://github.com/kubernetes/kubernetes/issues/110653
1,276,131,027
110,653
[ "kubernetes", "kubernetes" ]
1. Follow [instructions](https://kubernetes.io/docs/tasks/tools/install-kubectl-windows/#install-kubectl-binary-with-curl-on-windows) to download kubectl on Windows 2. Check file properties of `kubectl.exe` **Expected**: `kubectl.exe` is code-signed (Authenticode) **Actual**: `kubectl.exe` is not code-signed, la...
kubectl.exe not code-signed
https://api.github.com/repos/kubernetes/kubernetes/issues/110665/comments
22
2022-06-18T23:29:56Z
2024-04-22T21:53:30Z
https://github.com/kubernetes/kubernetes/issues/110665
1,276,977,071
110,665
[ "kubernetes", "kubernetes" ]
[kubernetes] name=Kubernetes baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-\$basearch enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg exclude=kubelet kubeadm kubectl [root...
Installing from yum repo leads to repo signature verification error
https://api.github.com/repos/kubernetes/kubernetes/issues/110667/comments
21
2022-06-18T05:07:18Z
2023-01-14T17:59:44Z
https://github.com/kubernetes/kubernetes/issues/110667
1,277,146,629
110,667
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://k8s-testgrid.appspot.com/provider-gcp-compute-persistent-disk-csi-driver#Kubernetes%20Master%20Driver%20Latest%20Release%20Candidate ### Which tests are failing? Snapshot related tests ### Since when has it been failing? 6-17 2022 ### Testgrid link https://k8s-testgrid.appspot...
Snapshot Controller updated to 6.0.1 without correct RBAC required
https://api.github.com/repos/kubernetes/kubernetes/issues/110645/comments
8
2022-06-17T18:37:13Z
2022-10-27T16:37:43Z
https://github.com/kubernetes/kubernetes/issues/110645
1,275,350,805
110,645
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/sig-windows-master-release#capz-windows-containerd-master-serial-slow ### Which tests are failing? Kubernetes e2e suite.[sig-autoscaling] [Feature:HPA] [Serial] [Slow] Horizontal pod autoscaling (non-default behavior) with long upscale stabilization window should s...
Failing test - [sig-autoscaling] [Feature:HPA] [Serial] [Slow] Horizontal pod autoscaling (non-default behavior) with long upscale stabilization window should scale up only after the stabilization period
https://api.github.com/repos/kubernetes/kubernetes/issues/110644/comments
5
2022-06-17T16:05:46Z
2022-06-21T15:19:46Z
https://github.com/kubernetes/kubernetes/issues/110644
1,275,217,048
110,644
[ "kubernetes", "kubernetes" ]
### What would you like to be added? metrics to see more details related to scheduler's decisions in Filter phase ### Why is this needed? In some cases (e.g. new feature is added in scheduler and want to see if it works or not), we may want to see which filter plugin affected Pod's scheduling results and it would ...
metrics to see which plugins affect to scheduler's decisions in Filter/Score phase
https://api.github.com/repos/kubernetes/kubernetes/issues/110643/comments
14
2022-06-17T15:52:36Z
2023-07-05T12:14:58Z
https://github.com/kubernetes/kubernetes/issues/110643
1,275,205,360
110,643
[ "kubernetes", "kubernetes" ]
### What happened? https://github.com/kubernetes/client-go/blob/master/util/workqueue/delaying_queue.go suppresses duplicates within the FIFO, and suppresses duplicates within the priority queue of waiting items, but does not suppress duplicates between them. ### What did you expect to happen? By the same logic that...
delaying queue does not suppress duplicates between FIFO and waiting items
https://api.github.com/repos/kubernetes/kubernetes/issues/110642/comments
24
2022-06-17T13:53:22Z
2025-02-04T21:25:00Z
https://github.com/kubernetes/kubernetes/issues/110642
1,275,060,019
110,642
[ "kubernetes", "kubernetes" ]
### What happened? Network Endpoint Group is empty after node is preempt (We use node pools with preemptible instances). Random groups are affected - We use several NEG's per use case. It happens every 24h (more or less). We use deployment with service object annotated by special annotations. (https://cloud.google...
Standalone NEG's group is empty when node preempted
https://api.github.com/repos/kubernetes/kubernetes/issues/110641/comments
8
2022-06-17T13:35:31Z
2022-06-22T23:36:17Z
https://github.com/kubernetes/kubernetes/issues/110641
1,275,040,718
110,641
[ "kubernetes", "kubernetes" ]
### What happened? We managed to reproduce and verify the following deadlock that occurs when kube-scheduler evicts a Pod (with less priority) to make room for a CSI driver Pod. 1. New csi-driver-node-disk Pod has to be created for Node `worker-1` (caused by autoscaling event like scale-up or Pod lifecycle event). ...
kube-scheduler preemption logic deadlock when it evicts a Pod with a volume to make room for the CSI driver Pod
https://api.github.com/repos/kubernetes/kubernetes/issues/110637/comments
30
2022-06-17T11:41:38Z
2024-02-19T21:40:09Z
https://github.com/kubernetes/kubernetes/issues/110637
1,274,928,923
110,637
[ "kubernetes", "kubernetes" ]
### What happened? I want to kube-proxy log output to file, so i added.: --skip-headers=true \ --skip-log-headers=true \ --logtostderr=false \ --v=2 \ --log-file=/var/log/kubernetes/kube-proxy.log # cat /var/log/kubernetes/kube-proxy.log Not using `--random-fully` in the MASQUERADE rule for...
kube-proxy log: No timestamp or log level
https://api.github.com/repos/kubernetes/kubernetes/issues/110636/comments
5
2022-06-17T09:49:11Z
2022-06-22T23:38:37Z
https://github.com/kubernetes/kubernetes/issues/110636
1,274,822,381
110,636
[ "kubernetes", "kubernetes" ]
### What happened? replicas `my-deploy-785fb59f49` scale up at 15:09:02, but pod `my-deploy-785fb59f49-4d5vt` created at 15:14:06 ``` Jun 16 15:09:02 xxx kube-controller-manager[24465]: I0616 15:09:02.732471 24465 event.go:218] Event(v1.ObjectReference{Kind:"Deployment", Namespace:"default", Name:"my-deploy", UID...
replicaset created, but pod created after 5 minutes later
https://api.github.com/repos/kubernetes/kubernetes/issues/110631/comments
9
2022-06-17T02:30:50Z
2022-11-14T09:23:48Z
https://github.com/kubernetes/kubernetes/issues/110631
1,274,420,595
110,631
[ "kubernetes", "kubernetes" ]
### What happened? We are running a Statefulset that logs pretty aggressively on disk. The rate is around 6M/second. The kubelet configs around container log management are set to: - container-log-max-files: 5 - container-log-max-size: 50Mi We are running with containerd as the CRI on Kubernetes version 1.20. ...
Kubelet does not respect container-log-max-size on time, during heavy log writes from container
https://api.github.com/repos/kubernetes/kubernetes/issues/110630/comments
35
2022-06-16T22:30:29Z
2024-12-02T12:00:21Z
https://github.com/kubernetes/kubernetes/issues/110630
1,274,146,933
110,630
[ "kubernetes", "kubernetes" ]
There are at least two GA API fields I know of where you cannot use strategic merge patch, because the declared strategy is incorrect and will result in data loss in some cases if you use it; `node.Status.Addresses` (#79391) and `pod.Spec.Ports` (#110564). We can't fix the strategic merge tags on those fields, becau...
add tag for "strategic merge is broken for this field"
https://api.github.com/repos/kubernetes/kubernetes/issues/110627/comments
14
2022-06-16T18:02:53Z
2025-03-04T03:41:42Z
https://github.com/kubernetes/kubernetes/issues/110627
1,273,908,835
110,627
[ "kubernetes", "kubernetes" ]
### What happened? Running `kubeadm join` on Windows when crictl.exe is in the `PATH` results in error: ``` [ERROR CRI]: container runtime is not running: output: time="2022-06-15T15:46:27-07:00" level=fatal msg="getting status of runtime: invalid character 'e' in string escape code" ``` ### What did you expec...
kubeadm join fails on Windows when crictl is in the PATH
https://api.github.com/repos/kubernetes/kubernetes/issues/110626/comments
11
2022-06-16T15:08:04Z
2022-12-03T10:49:09Z
https://github.com/kubernetes/kubernetes/issues/110626
1,273,693,847
110,626
[ "kubernetes", "kubernetes" ]
### What happened? `kubectl get` has `--chunk-size=500` by default, and since 1.22 `describe` `drain` has the same. https://github.com/kubernetes/kubectl/issues/1028 They seem to return wrong results in certain situations combined with `--selector` / `--field-selector`. And `kubectl describe node` / `kubect...
`--chunk-size` with selector returns missing result, so `describe node` / `drain` could be works wrong
https://api.github.com/repos/kubernetes/kubernetes/issues/110625/comments
7
2022-06-16T14:30:38Z
2022-06-23T01:21:43Z
https://github.com/kubernetes/kubernetes/issues/110625
1,273,646,265
110,625
[ "kubernetes", "kubernetes" ]
### Describe the issue We have a Kubernetes cluster with 5k nodes and 5w pods(including ds pod). When I got the heap profile of kube-apiserver, I found that large memory was used for json.encode in transformResponseObject function. Then I replace encoding/json with jsoniter, the memory used by apiserver is signific...
Reduce memory consumption of apiserver by replacing encoding/json with jsoniter
https://api.github.com/repos/kubernetes/kubernetes/issues/110623/comments
14
2022-06-16T12:04:42Z
2022-07-22T09:51:19Z
https://github.com/kubernetes/kubernetes/issues/110623
1,273,475,911
110,623
[ "kubernetes", "kubernetes" ]
### What happened? After 4 minutes or running `kubectl alpha events -A -w`, I got the following panic: ```console panic: interface conversion: runtime.Object is *v1.Status, not *v1.Event goroutine 1 [running]: k8s.io/kubernetes/vendor/k8s.io/kubectl/pkg/cmd/events.EventsOptions.runWatch.func1.1({{0x55de7e1f880d?...
"kubectl alpha events -A -w" panics with "interface conversion: runtime.Object is *v1.Status, not *v1.Event"
https://api.github.com/repos/kubernetes/kubernetes/issues/110622/comments
3
2022-06-16T09:29:09Z
2022-07-28T14:33:13Z
https://github.com/kubernetes/kubernetes/issues/110622
1,273,300,208
110,622
[ "kubernetes", "kubernetes" ]
### What happened? We have a `secret(Opaque)` which created by rancher, the key name is a invaild environment: like `"keyfield1_keyfield2-keyfield3"` and then a deployment refer this secret by `deployment.spec.template.spec.containers.envFrom.secretRef` as we konw Linux environment can not contain `"-"` When...
Secret import invalid environment variables into the Linux OS
https://api.github.com/repos/kubernetes/kubernetes/issues/110620/comments
8
2022-06-16T09:09:58Z
2022-07-05T06:25:53Z
https://github.com/kubernetes/kubernetes/issues/110620
1,273,278,447
110,620
[ "kubernetes", "kubernetes" ]
I was reviewing the ingress-nginx dependencies and this announcement popped out. ```Although the older libraries can still be used beyond 31 March 2023, they will no longer receive official support and updates from Microsoft``` https://azure.microsoft.com/en-us/updates/support-for-azure-sdk-libraries-that-do-not...
github.com/Azure/go-autorest being deprecated.
https://api.github.com/repos/kubernetes/kubernetes/issues/112431/comments
16
2022-06-15T22:10:50Z
2024-05-11T02:24:49Z
https://github.com/kubernetes/kubernetes/issues/112431
1,372,157,721
112,431
[ "kubernetes", "kubernetes" ]
### What happened? Running `kubectl cp` occasionally fails with the error: `error: archive/tar: invalid tar header` with exit code 1. The docs say you can retry when an error occurs using --retry. The retry works, but it's not retrying the full amount of times. ### What did you expect to happen? I expect...
Kubectl cp fails with "Error: archive/tar: invalid tar header" even with retries on
https://api.github.com/repos/kubernetes/kubernetes/issues/110613/comments
12
2022-06-15T21:29:29Z
2022-12-17T15:16:09Z
https://github.com/kubernetes/kubernetes/issues/110613
1,272,768,191
110,613
[ "kubernetes", "kubernetes" ]
### What happened? I had a [problem with metric-server](https://github.com/kubernetes-sigs/metrics-server/issues/1046) and I figured out the problem originated from kubelet (or maybe cAdvisor). both /metrics/resource and /stats/summary kubelet API endpoints are reporting zero memory working set for containers, howe...
Kubelet Is Not Reporting Containers Memory Usage
https://api.github.com/repos/kubernetes/kubernetes/issues/110611/comments
15
2022-06-15T20:54:20Z
2022-06-24T07:28:06Z
https://github.com/kubernetes/kubernetes/issues/110611
1,272,726,577
110,611
[ "kubernetes", "kubernetes" ]
### What happened? kubectl does client-side rate limiting, but the limit is not adjustable. This is inappropriately inflexible and commonly results in annoying error messages. There is no inherently correct setting for client self-restraint; what is reasonable for one client depends on all the other clients and th...
kubectl does not have a way to adjust its client-side rate limiting
https://api.github.com/repos/kubernetes/kubernetes/issues/110606/comments
9
2022-06-15T16:14:31Z
2023-04-01T00:07:47Z
https://github.com/kubernetes/kubernetes/issues/110606
1,272,459,376
110,606
[ "kubernetes", "kubernetes" ]
### What happened? The ``path`` module has a few different functions: Clean, Split, Join, Ext, Dir, Base, IsAbs. These functions do not take into account the OS-specific path separator, meaning that they won't behave as intended on Windows. The ``path`` should not be used for file paths. For example, Dir is suppo...
path functions not working as intended on Windows
https://api.github.com/repos/kubernetes/kubernetes/issues/110600/comments
3
2022-06-15T13:34:11Z
2022-12-10T06:27:42Z
https://github.com/kubernetes/kubernetes/issues/110600
1,272,246,886
110,600
[ "kubernetes", "kubernetes" ]
### What happened? In a Kubernetes cluster, each node has its Kube-proxy and kubelet components. For Kube-proxy, it will watch the modification of service/endpoints informed by API-server, and update local iptables; For Kubelet, it will send messages to Kube-apiserver when local pods' status change. So, when a pod...
Pods status changes on one worker node can be lerveraged to make flooding attack to all other nodes in the kubernetes cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/110596/comments
20
2022-06-15T08:05:32Z
2022-09-26T21:11:47Z
https://github.com/kubernetes/kubernetes/issues/110596
1,271,833,821
110,596
[ "kubernetes", "kubernetes" ]
### What happened? Start a kubelet as systemd service with following arguments, I'm trying to use different pause image; but the log shows that it still try to use `k8s.gcr.io/pause:3.1`. ``` root 4780 1 0 06:47 ? 00:00:13 /usr/local/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap...
--pod-infra-container-image does not work in 1.24.1
https://api.github.com/repos/kubernetes/kubernetes/issues/110594/comments
10
2022-06-15T07:38:04Z
2023-11-11T16:37:35Z
https://github.com/kubernetes/kubernetes/issues/110594
1,271,803,508
110,594
[ "kubernetes", "kubernetes" ]
Liveness is configured using ``` livenessProbe: httpGet: path: /healthz port: 8080 httpHeaders: - name: Custom-Header value: Awesome ``` Liveness started failing. It used to pass 10 days before. ``` Events: Type Reason Age Fr...
server in k8s.gcr.io/liveness image broken
https://api.github.com/repos/kubernetes/kubernetes/issues/110595/comments
11
2022-06-15T07:28:12Z
2022-11-17T17:56:35Z
https://github.com/kubernetes/kubernetes/issues/110595
1,271,804,726
110,595
[ "kubernetes", "kubernetes" ]
### What happened? https://github.com/kubernetes/kubernetes/pull/109981 has introduced a regression for Kubernetes clusters using dockershim as the runtime that invoke CNIs using the v1 HNS APIs. Winkernel proxier is unable to retrieve endpoints due to this hcsshim call failing to retrieve v1 HNS endpoints: https://pk...
Winkernel proxier regression for dockershim CNIs that create v1 HNS endpoints
https://api.github.com/repos/kubernetes/kubernetes/issues/110591/comments
7
2022-06-15T05:46:38Z
2022-06-30T19:14:20Z
https://github.com/kubernetes/kubernetes/issues/110591
1,271,701,618
110,591
[ "kubernetes", "kubernetes" ]
### What happened? Hi, our team has found a possible issue in kubernetes coreDNS configurations, leading to **information leaks** and **DoS attacks**. In a Kubernetes cluster with **default configuration**, one non-privileged container can GET http://COREDNS-IP:9153/metrics **without escaping**. This allows one "ma...
One non-priviledged container can get control plane node's sensitive information without escaping
https://api.github.com/repos/kubernetes/kubernetes/issues/110589/comments
20
2022-06-15T04:46:52Z
2022-11-13T04:11:48Z
https://github.com/kubernetes/kubernetes/issues/110589
1,271,664,952
110,589
[ "kubernetes", "kubernetes" ]
### What happened? Adding windows nodes failed with "The Http call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: get "http://localhost:10248/healthz": dial tcp [::1]10248: connectex: No connection could be made because the target machine actively refused it K8s: 1.23.3 with latest conta...
Kubelet service paused on Windows 2019 node
https://api.github.com/repos/kubernetes/kubernetes/issues/110580/comments
3
2022-06-14T20:06:15Z
2022-06-14T22:32:26Z
https://github.com/kubernetes/kubernetes/issues/110580
1,271,303,420
110,580