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:** cluster info: 1 master, 1 worker node, kubernetes version: v1.22.1 Pods are failing with status "OutOfpods" after sometime. I am submitting few jobs targeted on a single node. At max, I am able to see 17 pods running based on requested resources. But not all pods successfully completes. Few of t...
Pods getting scheduled irrespective of insufficient resources
https://api.github.com/repos/kubernetes/kubernetes/issues/104626/comments
6
2021-08-27T09:51:17Z
2021-09-23T04:17:42Z
https://github.com/kubernetes/kubernetes/issues/104626
981,073,568
104,626
[ "kubernetes", "kubernetes" ]
#### What happened: Library `credentialprovider` initialization is stuck in infinite loop: we found a problem when running on a k3s instance on a gce VM: the library never stop initialization, triggering an infinite loop on the runWithBackoff function in gcp/metadata.go #### What you expected to happen: I exp...
Credentialprovider infinite loop on k3s over GCE vm
https://api.github.com/repos/kubernetes/kubernetes/issues/104625/comments
19
2021-08-27T08:33:20Z
2022-05-13T18:13:15Z
https://github.com/kubernetes/kubernetes/issues/104625
981,009,707
104,625
[ "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: While review...
tokenBucketRateLimiter has incomplete dependency injection of clock
https://api.github.com/repos/kubernetes/kubernetes/issues/104623/comments
12
2021-08-27T06:24:02Z
2023-04-20T16:58:43Z
https://github.com/kubernetes/kubernetes/issues/104623
980,916,183
104,623
[ "kubernetes", "kubernetes" ]
#### What happened: I'm trying to delete a service with the `kubect delete service claims` but it never finish (I have had let it run by 12 hours) so I have to press `ctrl+c` but the service doesn't get eliminated #### What you expected to happen: Write `kubect delete service claims` and get he service eliminated ...
Service deleting get stuck
https://api.github.com/repos/kubernetes/kubernetes/issues/104618/comments
8
2021-08-26T22:06:42Z
2021-09-17T13:47:21Z
https://github.com/kubernetes/kubernetes/issues/104618
980,682,162
104,618
[ "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: `[sig-netw...
`[sig-network] EndpointSlice should have Endpoints and EndpointSlices pointing to API Server [Conformance]` E2E test fails when it shouldn't
https://api.github.com/repos/kubernetes/kubernetes/issues/104612/comments
13
2021-08-26T19:04:51Z
2021-09-03T01:43:49Z
https://github.com/kubernetes/kubernetes/issues/104612
980,555,732
104,612
[ "kubernetes", "kubernetes" ]
#### What happened: I tried to apply a Kubefile that contained a yaml syntax error. The following error was returned ``` failed to decode Kubernetes YAML from /tmp/myfile.yml: yaml: line 13: mapping values are not allowed in this context ```` The error was not on line 13 of the actual file. The file was ...
wrong line number in yaml syntax error message
https://api.github.com/repos/kubernetes/kubernetes/issues/104607/comments
29
2021-08-26T14:10:23Z
2024-07-11T20:22:22Z
https://github.com/kubernetes/kubernetes/issues/104607
980,293,718
104,607
[ "kubernetes", "kubernetes" ]
#### What happened: Having http and https ports on Service object in conjunction with "service.beta.kubernetes.io/aws-load-balancer-backend-protocol: https" causes healthcheck to send SSL traffic to http port. #### What you expected to happen: Either use TCP protocol for tcp listener in case we have backend-prot...
Incorrect nodePort chosen for SSL healthcheck
https://api.github.com/repos/kubernetes/kubernetes/issues/104600/comments
4
2021-08-26T05:04:07Z
2021-08-26T16:19:14Z
https://github.com/kubernetes/kubernetes/issues/104600
979,837,625
104,600
[ "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: I noticed th...
Need to tweak LIST work estimator in API Priority and Fairness
https://api.github.com/repos/kubernetes/kubernetes/issues/104596/comments
3
2021-08-26T03:03:35Z
2021-09-03T14:19:49Z
https://github.com/kubernetes/kubernetes/issues/104596
979,783,435
104,596
[ "kubernetes", "kubernetes" ]
Kubelet (1.17+) has a hardcoded 4h timeout for all HTTP connections (https://github.com/kubernetes/kubernetes/commit/ff689ce3deff52148f09818fdbc66edea197270e). Context: #104580 While this might be working as intended, I think that: * This behavior is currently undocumented / not easily discoverable by users * It...
Kubelet hardcoded 4h timeout is undocumented / doesn't align with other timeout
https://api.github.com/repos/kubernetes/kubernetes/issues/104595/comments
16
2021-08-26T02:43:01Z
2025-01-09T13:56:27Z
https://github.com/kubernetes/kubernetes/issues/104595
979,774,466
104,595
[ "kubernetes", "kubernetes" ]
#### What happened: HPA shows a different custom metric value Metric server result : ``` k get --raw "/apis/external.metrics.k8s.io/v1beta1/namespaces/sbx/aws-sqs-queue-adapter?labelSelector=scaledobject.keda.sh%2Fname%3Dadapter" | jq . { "kind": "ExternalMetricValueList", "apiVersion": "external.metrics...
Custom metric value mismatched in HPA Target
https://api.github.com/repos/kubernetes/kubernetes/issues/104594/comments
4
2021-08-26T02:32:26Z
2021-08-26T14:37:23Z
https://github.com/kubernetes/kubernetes/issues/104594
979,768,749
104,594
[ "kubernetes", "kubernetes" ]
#### What happened: For each restart of the pod, kubelet seems to write a 0 byte file into the `/var/lib/kubelet/pods/<pod-id>/containers/<container-name>/`: ``` # ls -lth | head total 0 -rw-rw-rw-. 1 root root 0 Aug 26 00:54 6e8475d0 -rw-rw-rw-. 1 root root 0 Aug 26 00:46 8e462187 -rw-rw-rw-. 1 root root 0 Aug ...
kubelet is creating a 0 byte file for each pod restart and is causing nodes to run out of inodes on filesystem
https://api.github.com/repos/kubernetes/kubernetes/issues/104592/comments
30
2021-08-26T01:50:24Z
2025-03-09T12:35:01Z
https://github.com/kubernetes/kubernetes/issues/104592
979,749,100
104,592
[ "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/ --> Multi dns queries for all external do...
multi dns query for external domain
https://api.github.com/repos/kubernetes/kubernetes/issues/104589/comments
6
2021-08-25T23:41:25Z
2021-08-27T00:42:36Z
https://github.com/kubernetes/kubernetes/issues/104589
979,698,041
104,589
[ "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: The CSI driv...
CSI driver registration failed on windows node
https://api.github.com/repos/kubernetes/kubernetes/issues/104584/comments
31
2021-08-25T19:26:00Z
2022-07-26T01:05:17Z
https://github.com/kubernetes/kubernetes/issues/104584
979,550,977
104,584
[ "kubernetes", "kubernetes" ]
Some applications can tolerate multiple disruptions if the pods being disrupted are in the same Availability Zone. For instance, one of our applications have replicated data across AZ using a StatefulSet (+ topologySpreadConstraints) to make sure the data is available during an eventual AZ outage. Because of that, we c...
Consider PodDisruptionBudgets to allow zonal disruptions
https://api.github.com/repos/kubernetes/kubernetes/issues/104583/comments
18
2021-08-25T19:05:37Z
2023-04-22T02:49:44Z
https://github.com/kubernetes/kubernetes/issues/104583
979,536,325
104,583
[ "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: This happens...
race condition causing pods that require device plugin to be stuck at container creating
https://api.github.com/repos/kubernetes/kubernetes/issues/104581/comments
8
2021-08-25T18:10:45Z
2022-02-12T19:13:30Z
https://github.com/kubernetes/kubernetes/issues/104581
979,495,603
104,581
[ "kubernetes", "kubernetes" ]
#### What happened: When retrieving streamed log using k8s API, it times out after 4 hours. For example, `kubectl logs -f <POD>` Please note `--streaming-connection-idle-timeout` should be irrelevant here because I am talking about the case where connection is never idle. #### What you expected to happen: ...
Log streaming times out after 4 hours(4h)
https://api.github.com/repos/kubernetes/kubernetes/issues/104580/comments
8
2021-08-25T17:32:42Z
2025-01-09T13:56:19Z
https://github.com/kubernetes/kubernetes/issues/104580
979,466,695
104,580
[ "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: ![image](htt...
The time zone of the log is different from that of the K8S container .For example: kubectl logs pod/***
https://api.github.com/repos/kubernetes/kubernetes/issues/104569/comments
7
2021-08-25T06:19:46Z
2022-02-19T03:28:25Z
https://github.com/kubernetes/kubernetes/issues/104569
978,763,081
104,569
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI --> #### Which jobs are flaking: ci-crio-cgroupv1-node-e2e-conformance #### Which test(s) are flaking: `[sig-node] Summary API [NodeConformance] when querying /s...
ci-crio-cgroupv1-node-e2e-conformance is flaking
https://api.github.com/repos/kubernetes/kubernetes/issues/104568/comments
5
2021-08-25T05:42:56Z
2021-09-29T17:42:44Z
https://github.com/kubernetes/kubernetes/issues/104568
978,740,828
104,568
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: ci-crio-cgroupv2-node-e2e-conformance pull-kubernetes-node-crio-cgrpv2-e2e #### Which test(s) are failing: `.[sig-node] Summary API [NodeConformance] when queryin...
ci-crio-cgroupv2-node-e2e-conformance is failing
https://api.github.com/repos/kubernetes/kubernetes/issues/104567/comments
8
2021-08-25T05:40:59Z
2021-11-12T06:50:29Z
https://github.com/kubernetes/kubernetes/issues/104567
978,739,904
104,567
[ "kubernetes", "kubernetes" ]
How to solve the cloud node Lifecycle Controller service?? ![3UH`GO(F}Z6E5%9P4$GOICQ](https://user-images.githubusercontent.com/75164118/130716596-aab642a0-8b3c-43dc-bdd9-3656abf8f51b.png)
kube-controller-manager
https://api.github.com/repos/kubernetes/kubernetes/issues/104565/comments
4
2021-08-25T02:29:04Z
2021-08-25T16:11:10Z
https://github.com/kubernetes/kubernetes/issues/104565
978,642,432
104,565
[ "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: If you try...
Windows Hostprocess containers can't use the InClientConfig for api access
https://api.github.com/repos/kubernetes/kubernetes/issues/104562/comments
18
2021-08-25T00:36:02Z
2023-04-17T16:05:26Z
https://github.com/kubernetes/kubernetes/issues/104562
978,590,711
104,562
[ "kubernetes", "kubernetes" ]
#### What happened: There appears to be a change of behavior / possible regression in k8s 1.22 with respect to pod lifecycle behavior. We've started to see some cases when multiple pods are being created (often as part of a k8s job) the following will happen: 1. Multiple pods get created by e.g. job controller...
1.22 regression: Kubelet rejects pods that use resources that should be freed by completed pods
https://api.github.com/repos/kubernetes/kubernetes/issues/104560/comments
16
2021-08-25T00:15:06Z
2022-01-04T18:53:46Z
https://github.com/kubernetes/kubernetes/issues/104560
978,580,320
104,560
[ "kubernetes", "kubernetes" ]
#### Which jobs are failing: pull-kubernetes-node-e2e-alpha #### Which test(s) are failing: All tests run by the pipeline fail. #### Since when has it been failing: Since its first run. #### Testgrid link: https://k8s-testgrid.appspot.com/presubmits-kubernetes-nonblocking#pull-kubernetes-node-e2e-alpha ...
Job pull-kubernetes-node-e2e-alpha constant failure
https://api.github.com/repos/kubernetes/kubernetes/issues/104556/comments
10
2021-08-24T18:26:09Z
2021-12-16T01:24:57Z
https://github.com/kubernetes/kubernetes/issues/104556
978,368,801
104,556
[ "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: Currently ...
client-go: DefaultControllerRateLimiter should not use BucketRateLimiter
https://api.github.com/repos/kubernetes/kubernetes/issues/104554/comments
6
2021-08-24T17:55:21Z
2021-09-22T11:58:59Z
https://github.com/kubernetes/kubernetes/issues/104554
978,346,087
104,554
[ "kubernetes", "kubernetes" ]
This issue is meant to start a conversation around changing a default in Kubernetes. The NSA/CISA recently published a [Kubernetes hardening guide](https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDENING%20GUIDANCE.PDF). It covers a wide range of items, but one of the recurring themes is cha...
Provide a Default seccomp Profile
https://api.github.com/repos/kubernetes/kubernetes/issues/104550/comments
8
2021-08-24T15:04:05Z
2022-01-26T02:28:28Z
https://github.com/kubernetes/kubernetes/issues/104550
978,199,509
104,550
[ "kubernetes", "kubernetes" ]
This issue is meant to start a conversation around changing a default in Kubernetes. The NSA/CISA recently published a [Kubernetes hardening guide](https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDENING%20GUIDANCE.PDF). It covers a wide range of items, but one of the recurring themes is cha...
Provide default audit logging policy
https://api.github.com/repos/kubernetes/kubernetes/issues/104549/comments
15
2021-08-24T15:03:57Z
2022-09-20T22:29:12Z
https://github.com/kubernetes/kubernetes/issues/104549
978,199,350
104,549
[ "kubernetes", "kubernetes" ]
This issue is meant to start a conversation around changing a default in Kubernetes. The NSA/CISA recently published a [Kubernetes hardening guide](https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDENING%20GUIDANCE.PDF). It covers a wide range of items, but one of the recurring themes is cha...
Disable Anonymous Requests by Default
https://api.github.com/repos/kubernetes/kubernetes/issues/104548/comments
9
2021-08-24T15:03:51Z
2022-01-21T21:36:43Z
https://github.com/kubernetes/kubernetes/issues/104548
978,199,252
104,548
[ "kubernetes", "kubernetes" ]
This issue is meant to start a conversation around changing a default in Kubernetes. The NSA/CISA recently published a [Kubernetes hardening guide](https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDENING%20GUIDANCE.PDF). It covers a wide range of items, but one of the recurring themes is cha...
Encrypt Secrets By Default
https://api.github.com/repos/kubernetes/kubernetes/issues/104547/comments
5
2021-08-24T15:03:43Z
2021-08-26T20:10:00Z
https://github.com/kubernetes/kubernetes/issues/104547
978,199,099
104,547
[ "kubernetes", "kubernetes" ]
This issue is meant to start a conversation around changing a default in Kubernetes. The NSA/CISA recently published a [Kubernetes hardening guide](https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDENING%20GUIDANCE.PDF). It covers a wide range of items, but one of the recurring themes is cha...
Close Insure Port Access to API Server by Default
https://api.github.com/repos/kubernetes/kubernetes/issues/104546/comments
3
2021-08-24T15:03:35Z
2021-08-24T16:10:11Z
https://github.com/kubernetes/kubernetes/issues/104546
978,198,956
104,546
[ "kubernetes", "kubernetes" ]
This issue is meant to start a conversation around changing a default in Kubernetes. The NSA/CISA recently published a [Kubernetes hardening guide](https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDENING%20GUIDANCE.PDF). It covers a wide range of items, but one of the recurring themes is cha...
Change Defaults to Not Mount Service Tokens Within Pods Automatically
https://api.github.com/repos/kubernetes/kubernetes/issues/104545/comments
4
2021-08-24T15:03:23Z
2021-08-29T01:47:22Z
https://github.com/kubernetes/kubernetes/issues/104545
978,198,756
104,545
[ "kubernetes", "kubernetes" ]
The test ""should have ipv4 and ipv6 node podCIDRs" https://github.com/kubernetes/kubernetes/blob/c2a633e07ec6129398dfef95c9e011ea5535ded2/test/e2e/network/dual_stack.go#L71-L85 depends on a feature that is optional (one of the ipam controllers in the controller manager) https://github.com/kubernetes/kuberne...
What do we want to do with the test "should have ipv4 and ipv6 node podCIDRs"
https://api.github.com/repos/kubernetes/kubernetes/issues/104544/comments
7
2021-08-24T13:31:20Z
2021-09-17T00:19:00Z
https://github.com/kubernetes/kubernetes/issues/104544
978,104,179
104,544
[ "kubernetes", "kubernetes" ]
![)$E _BBG)E3_ Z}$B0) $N](https://user-images.githubusercontent.com/75164118/130569617-e9f9e7c3-94bc-4abd-a34d-55bf1987431b.png) I wonder why this error occurs when I run the kube-controller-manager source code. Is this a mistake because I didn't configure my cloud provider properly? If I don't have a cloud prov...
kube-controller-manager source code run error on ide
https://api.github.com/repos/kubernetes/kubernetes/issues/104539/comments
7
2021-08-24T06:53:46Z
2021-08-24T15:52:05Z
https://github.com/kubernetes/kubernetes/issues/104539
977,768,364
104,539
[ "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: I am tryi...
NodePort Service is not working
https://api.github.com/repos/kubernetes/kubernetes/issues/104536/comments
7
2021-08-24T05:24:59Z
2021-08-26T15:36:12Z
https://github.com/kubernetes/kubernetes/issues/104536
977,716,869
104,536
[ "kubernetes", "kubernetes" ]
#### What happened: kubernetes should not count active_file as used memory! https://github.com/kubernetes/kubernetes/issues/43916 #### Environment: - version: v1.15.3 - Cloud provider or hardware configuration: none - OS : centos7.4 - Kernel: Linux master1 4.4.124-1.el7.elrepo.x86_64 #1 SMP Sun Mar 25 05:2...
kubernetes should not count active_file as used memory, I have been waiting for 4 years!
https://api.github.com/repos/kubernetes/kubernetes/issues/104533/comments
6
2021-08-24T02:36:43Z
2021-09-14T21:41:48Z
https://github.com/kubernetes/kubernetes/issues/104533
977,644,006
104,533
[ "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: kubectl uses...
kubectl uses incorrect API server address if `--as` specified with in-cluster config
https://api.github.com/repos/kubernetes/kubernetes/issues/104532/comments
7
2021-08-24T02:33:31Z
2021-08-29T01:26:52Z
https://github.com/kubernetes/kubernetes/issues/104532
977,642,721
104,532
[ "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: Shutdown a...
Graceful Node Shutdown regression in 1.21 → 1.22
https://api.github.com/repos/kubernetes/kubernetes/issues/104531/comments
19
2021-08-23T22:31:45Z
2021-12-09T22:39:04Z
https://github.com/kubernetes/kubernetes/issues/104531
977,533,807
104,531
[ "kubernetes", "kubernetes" ]
I am trying to use a private docker image(from Artifactory) as `initContainer` with correct `imagePullSecrets`, but I keep getting `ErrImagePull ` On the Artifactory side, we see `anonymous pull attempts` ``` 2021-08-23T13:12:29.512Z [d0152282e43f6480] [DENIED DOWNLOAD] private-repoo-local:docker/19.03/manifes...
Unable to use private repository images as initContainer with imagePullSecrets
https://api.github.com/repos/kubernetes/kubernetes/issues/104527/comments
5
2021-08-23T19:05:47Z
2021-08-24T14:42:37Z
https://github.com/kubernetes/kubernetes/issues/104527
977,334,189
104,527
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: When using a generic ephemeral volume, the volume binder in kube-scheduler typically processes a new pod before the generic volume controller in kube-controller-manager has a chance to create the PVC. This leads to events for pods using generic ephemeral volumes: ``` Type ...
generic ephemeral volumes: avoid emitting unnecessary events
https://api.github.com/repos/kubernetes/kubernetes/issues/104525/comments
2
2021-08-23T17:27:20Z
2021-09-04T00:51:19Z
https://github.com/kubernetes/kubernetes/issues/104525
977,258,608
104,525
[ "kubernetes", "kubernetes" ]
#### What happened: Customer with a Service type LB added more than 50 CIDRs to their `loadBalancerSourceRanges`. Our account quota is 100 rules per Security Group. The over-quota error didn't appear in the service's events as expected. I found controller-manager logs of the failed calls. When the user brought th...
controller-manager stuck applying old over-quota LB config
https://api.github.com/repos/kubernetes/kubernetes/issues/104524/comments
9
2021-08-23T16:54:17Z
2022-01-30T04:20:49Z
https://github.com/kubernetes/kubernetes/issues/104524
977,231,658
104,524
[ "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: After upgrad...
Pods stuck in Pending status - kube-scheduler 1.19.13
https://api.github.com/repos/kubernetes/kubernetes/issues/104521/comments
40
2021-08-23T12:24:11Z
2021-11-10T19:35:21Z
https://github.com/kubernetes/kubernetes/issues/104521
976,976,118
104,521
[ "kubernetes", "kubernetes" ]
<!-- Feature requests are unlikely to make progress as an issue. Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists. A proposal that works through the design along with the implications of the change can be opened as a KEP: https://git.k8s.io/enhancements/keps#kubernetes-enhanc...
apiserver audit async
https://api.github.com/repos/kubernetes/kubernetes/issues/104520/comments
2
2021-08-23T11:07:48Z
2021-08-24T03:25:10Z
https://github.com/kubernetes/kubernetes/issues/104520
976,910,793
104,520
[ "kubernetes", "kubernetes" ]
#### What happened: SSH'ed into a GKE node running on GCP and was welcomed by following MOTD message: ``` Welcome to Kubernetes v1.18.20-gke.501! ...
GCE node MOTD unhelpful: broken download link / reference
https://api.github.com/repos/kubernetes/kubernetes/issues/104517/comments
7
2021-08-23T09:27:12Z
2021-09-02T16:28:34Z
https://github.com/kubernetes/kubernetes/issues/104517
976,824,109
104,517
[ "kubernetes", "kubernetes" ]
<!-- Feature requests are unlikely to make progress as an issue. Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists. A proposal that works through the design along with the implications of the change can be opened as a KEP: https://git.k8s.io/enhancements/keps#kubernetes-enhanc...
Use Linux CFS burst to get rid of unnecessary CPU throttling
https://api.github.com/repos/kubernetes/kubernetes/issues/104516/comments
19
2021-08-23T09:23:32Z
2025-02-25T10:39:20Z
https://github.com/kubernetes/kubernetes/issues/104516
976,820,641
104,516
[ "kubernetes", "kubernetes" ]
#### What happened: When using PriorityClasses and Resource quotas if there is insufficient quota in a specific priorityclass it will return `fmt.Errorf` instead of using `pkg/api/errors` this means when it's passed down to the response handler it has to construct the `metav1.Status` object. This also then emits a l...
🐛 Quota Admission CheckRequest returns error vs pkg/api/errors
https://api.github.com/repos/kubernetes/kubernetes/issues/104505/comments
7
2021-08-23T00:27:38Z
2022-01-21T21:36:43Z
https://github.com/kubernetes/kubernetes/issues/104505
976,510,967
104,505
[ "kubernetes", "kubernetes" ]
/sig Cloud Provider I deployed the Kubenetes cluster in azure vm, the version is 1.17.9, now based on the StatefulSet deployment service, need to use azure file, I first create a secret, then create a storageclass and pv, pvc is defined in the helm template create secret ``` apiVersion: v1 kind: Secret meta...
I use China's azure file, and I expect the mount to be chinacloudapi.cn instead of windows.net
https://api.github.com/repos/kubernetes/kubernetes/issues/104501/comments
11
2021-08-22T05:18:13Z
2022-08-04T08:40:00Z
https://github.com/kubernetes/kubernetes/issues/104501
976,288,546
104,501
[ "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: While cleani...
client-go/tools/record/ tests use IntervalClock
https://api.github.com/repos/kubernetes/kubernetes/issues/104500/comments
7
2021-08-22T05:16:00Z
2021-09-20T22:02:25Z
https://github.com/kubernetes/kubernetes/issues/104500
976,288,172
104,500
[ "kubernetes", "kubernetes" ]
<!-- Feature requests are unlikely to make progress as an issue. Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists. A proposal that works through the design along with the implications of the change can be opened as a KEP: https://git.k8s.io/enhancements/keps#kubernetes-enhanc...
Add error handler for podContainerChanges.ContainersToStart in kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/104496/comments
2
2021-08-22T00:56:46Z
2021-08-23T14:33:52Z
https://github.com/kubernetes/kubernetes/issues/104496
976,253,885
104,496
[ "kubernetes", "kubernetes" ]
#### What happened: Reading through the code, I noticed that the [`UpdateWithEventNamespace`](https://github.com/kubernetes/client-go/blob/590eaed90a85421cb0c4815c5a9647a09f1ce5a2/kubernetes/typed/core/v1/event_expansion.go#L63-L78) method in the `EventExpansion` is missing a check that's in the `Create` and `Patch`...
UpdateWithEventNamespace appears to be missing namespace check
https://api.github.com/repos/kubernetes/kubernetes/issues/104495/comments
4
2021-08-21T21:20:29Z
2021-09-27T16:05:36Z
https://github.com/kubernetes/kubernetes/issues/104495
976,224,460
104,495
[ "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: Precondition...
NodeUnstageVolume not called after node restart
https://api.github.com/repos/kubernetes/kubernetes/issues/104493/comments
16
2021-08-21T09:13:57Z
2022-10-20T14:06:00Z
https://github.com/kubernetes/kubernetes/issues/104493
976,090,842
104,493
[ "kubernetes", "kubernetes" ]
I am doing a new install of a high available k8s cluster. When I run the init command, it fails to start and looks like it is not able to get to a healthz endpoint. According to the docs, it says this was no longer used. OS: Ubuntu 20.04.2 LTS running on metal. ``` scott@ta01k8s:~$ cat config.yaml apiVersion: ku...
Looking for healthz in v1.22.0 when it is deprecated
https://api.github.com/repos/kubernetes/kubernetes/issues/104492/comments
5
2021-08-21T04:24:53Z
2021-09-07T15:33:03Z
https://github.com/kubernetes/kubernetes/issues/104492
976,038,568
104,492
[ "kubernetes", "kubernetes" ]
#### What happened: 1. setup a private IPv6 registry (e.g. Docker or Harbor) which has both FQDN and IPv6 address. 2. prepare an example app yaml file which image will be pulled from the registry. 3. app can be created successfully when image URL starting with FQDN: ``` - image: my.registry.com/hello-ap...
Ability to use image references with literal IPv6 address as domain
https://api.github.com/repos/kubernetes/kubernetes/issues/104491/comments
19
2021-08-21T01:54:32Z
2022-12-22T16:22:21Z
https://github.com/kubernetes/kubernetes/issues/104491
976,011,970
104,491
[ "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: I have an app...
pod disruption budget allowed disruptions not deleted along with pod
https://api.github.com/repos/kubernetes/kubernetes/issues/104487/comments
6
2021-08-20T20:35:41Z
2022-01-03T16:57:30Z
https://github.com/kubernetes/kubernetes/issues/104487
975,905,090
104,487
[ "kubernetes", "kubernetes" ]
Hi, could you please make common sidecar for all pod in the cluster #### What would you like to be added: shared one sidecar for many any pods #### Why is this needed: utilization resource
make common sidecar for all pod in the cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/104480/comments
8
2021-08-20T14:16:32Z
2021-09-30T20:44:31Z
https://github.com/kubernetes/kubernetes/issues/104480
975,652,598
104,480
[ "kubernetes", "kubernetes" ]
I launched a cluster with eks 1.21 When I try to launch a nodegroup with custom AMI with cmd: eksctl create nodegroup --config-file C:\Users\alsingha\Desktop\ImageFactory\eks\cluster.yaml here is cluster.yaml apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: alp-cluster-121-north-virginia ...
I am not able to launch nodegroup with custom eks 1.21.2 AMI
https://api.github.com/repos/kubernetes/kubernetes/issues/104479/comments
5
2021-08-20T11:51:43Z
2021-08-24T15:56:32Z
https://github.com/kubernetes/kubernetes/issues/104479
975,538,671
104,479
[ "kubernetes", "kubernetes" ]
<!-- Feature requests are unlikely to make progress as an issue. Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists. A proposal that works through the design along with the implications of the change can be opened as a KEP: https://git.k8s.io/enhancements/keps#kubernetes-enhanc...
ConfigMaps: why not support partial reload when Kubernetes ConfigMaps are updated ?
https://api.github.com/repos/kubernetes/kubernetes/issues/104476/comments
2
2021-08-20T09:26:21Z
2021-08-20T09:35:01Z
https://github.com/kubernetes/kubernetes/issues/104476
975,433,825
104,476
[ "kubernetes", "kubernetes" ]
Hello. I am running a GPU server by referring to the document https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/. I have found that GPU is used in DL work with Jupyternotebook by creating a virtual environment of CPU pod on the GPU node as shown below. Obviously there is no nvidia.com/GPU entry in Limits,...
Is there a way to disable GPU for CPU pods?
https://api.github.com/repos/kubernetes/kubernetes/issues/104474/comments
4
2021-08-20T09:10:53Z
2021-08-24T15:55:16Z
https://github.com/kubernetes/kubernetes/issues/104474
975,420,792
104,474
[ "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: I tried to...
Found a typo on kubectl describe -h
https://api.github.com/repos/kubernetes/kubernetes/issues/104473/comments
4
2021-08-20T08:56:16Z
2021-08-20T17:41:01Z
https://github.com/kubernetes/kubernetes/issues/104473
975,408,515
104,473
[ "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: kubelet may...
kubelet may create multiple running containers while restarting a container
https://api.github.com/repos/kubernetes/kubernetes/issues/104471/comments
4
2021-08-20T08:34:22Z
2021-09-15T17:54:13Z
https://github.com/kubernetes/kubernetes/issues/104471
975,392,529
104,471
[ "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: * my mutatin...
apiserver admission: serviceaccount mutates pod.spec w/o notifying reinvocation-context
https://api.github.com/repos/kubernetes/kubernetes/issues/104464/comments
6
2021-08-19T20:28:17Z
2021-08-24T18:51:10Z
https://github.com/kubernetes/kubernetes/issues/104464
975,023,210
104,464
[ "kubernetes", "kubernetes" ]
#### Which jobs are flaking: `pull-kubernetes-unit` #### Which test(s) are flaking: `pkg/kubelet` /sig node #### Testgrid link: The overall TestMain is failing: Sample failure: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/100720/pull-kubernetes-unit/1428427896606691328 #### Reaso...
Race detected in pkg/kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/104463/comments
11
2021-08-19T20:15:09Z
2022-03-19T18:43:41Z
https://github.com/kubernetes/kubernetes/issues/104463
975,012,086
104,463
[ "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: I tried read...
Problems with comments in apiserver/pkg/storage/cacher/cacher.go and watch_cache.go
https://api.github.com/repos/kubernetes/kubernetes/issues/104462/comments
15
2021-08-19T20:12:58Z
2022-04-03T15:21:46Z
https://github.com/kubernetes/kubernetes/issues/104462
975,010,472
104,462
[ "kubernetes", "kubernetes" ]
the kubernetes/kubernetes repository has a [dependency stats presubmit](https://github.com/kubernetes/test-infra/blob/6d524aecb66d5c1c7aac0009fe67c41522e5d0f1/config/jobs/kubernetes/sig-arch/kubernetes-depstat.yaml) e2e test job that is responsible for keeping track of statistics of dependencies when an update to a dep...
switch away from "go mod graph" for dependency stats
https://api.github.com/repos/kubernetes/kubernetes/issues/104461/comments
19
2021-08-19T18:45:39Z
2022-11-10T15:28:08Z
https://github.com/kubernetes/kubernetes/issues/104461
974,946,267
104,461
[ "kubernetes", "kubernetes" ]
The `/metrics/cadvisor` endpoint uses a custom prometheus collector to generate the many thousands of series necessary to get pod/container level metrics from the kubelet for cpu/memory/container info. Unfortunately, the pattern here generates a very large number of transient allocations on each scrape. Over about ...
Steady state kubelet CPU usage is high due to excessive allocation in prometheus scraping of cadvisor
https://api.github.com/repos/kubernetes/kubernetes/issues/104459/comments
40
2021-08-19T17:02:19Z
2024-07-11T19:19:31Z
https://github.com/kubernetes/kubernetes/issues/104459
974,868,456
104,459
[ "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: My IDE rende...
apiserver/pkg/storage/interfaces.go contains unintended HTML tags
https://api.github.com/repos/kubernetes/kubernetes/issues/104457/comments
10
2021-08-19T16:15:12Z
2021-08-25T00:00:40Z
https://github.com/kubernetes/kubernetes/issues/104457
974,831,225
104,457
[ "kubernetes", "kubernetes" ]
#### What happened: Init container exited with OOMKilled reason, but init container was marked succesful, and main app container was allowed to be started #### What you expected to happen: If non init process gets killed the container should not be marked OOMKilled or If OOMKilled is terminate reason main app co...
Container marked OOMKilled when a non init process gets killed
https://api.github.com/repos/kubernetes/kubernetes/issues/104454/comments
9
2021-08-19T14:32:39Z
2021-11-16T01:51:25Z
https://github.com/kubernetes/kubernetes/issues/104454
974,728,323
104,454
[ "kubernetes", "kubernetes" ]
Just out of curiosity and please excuse me if this question has been asked before. Is there is any way to find any code test coverage information for kubernetes org repos?
Code test coverage statistics and e2e test coverage?
https://api.github.com/repos/kubernetes/kubernetes/issues/104453/comments
8
2021-08-19T14:04:58Z
2021-11-17T15:40:42Z
https://github.com/kubernetes/kubernetes/issues/104453
974,700,416
104,453
[ "kubernetes", "kubernetes" ]
#### What happened: I'm seeing a panic in kube apiserver (see stack trace below). It appears to be linked to the migration away from Hashicorp's LRU implementation to [this one](https://github.com/kubernetes/utils/tree/master/internal/third_party/forked/golang) in https://github.com/kubernetes/kubernetes/pull/103548...
Panic in apiserver admission controller
https://api.github.com/repos/kubernetes/kubernetes/issues/104452/comments
8
2021-08-19T13:15:43Z
2021-09-01T20:20:00Z
https://github.com/kubernetes/kubernetes/issues/104452
974,652,980
104,452
[ "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: As described...
Kubernetes have been running normally, but the control-plane nodes's metrics value of startTime is similar to the timestamp
https://api.github.com/repos/kubernetes/kubernetes/issues/104445/comments
10
2021-08-19T07:36:02Z
2021-09-27T10:39:35Z
https://github.com/kubernetes/kubernetes/issues/104445
974,365,586
104,445
[ "kubernetes", "kubernetes" ]
#### What happened: Running `kubectl` from a container running in a Windows-based pod fails if the current working directory is on a different drive than the system drive (`C:\`): ``` PS T:\> kubectl --v=999 version I0819 00:42:45.890463 20432 round_trippers.go:435] curl -v -XGET -H "Accept: application/json...
In-cluster configuration fails to be properly evaluated on Windows when the current working directory is not on the system drive
https://api.github.com/repos/kubernetes/kubernetes/issues/104443/comments
23
2021-08-19T00:58:49Z
2023-05-04T16:55:45Z
https://github.com/kubernetes/kubernetes/issues/104443
974,167,448
104,443
[ "kubernetes", "kubernetes" ]
Background: I'm trying to limit the capabilities of my Role to only deal with a single configmap, but I cannot do that and have to instead allow it to create all configmaps. It would be nice for security / documentation if I could limit my role to a single name and thereby improve security and also tell users "this on...
RBAC: support resoruceNames when creating resources
https://api.github.com/repos/kubernetes/kubernetes/issues/104442/comments
3
2021-08-18T22:37:41Z
2021-08-18T22:38:51Z
https://github.com/kubernetes/kubernetes/issues/104442
974,108,074
104,442
[ "kubernetes", "kubernetes" ]
While investigating a recent issue on a v1.20 cluster, I found out that if clients are using the old [WATCH](https://github.com/kubernetes/kubernetes/blob/v1.20.7/staging/src/k8s.io/apiserver/pkg/endpoints/installer.go#L906-L907) or [WATCHLIST](https://github.com/kubernetes/kubernetes/blob/v1.20.7/staging/src/k8s.io/ap...
Deprecated watch/watchlist API calls misreported under get/list call metrics
https://api.github.com/repos/kubernetes/kubernetes/issues/104439/comments
3
2021-08-18T21:27:38Z
2021-08-19T20:11:38Z
https://github.com/kubernetes/kubernetes/issues/104439
974,070,094
104,439
[ "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: imagePullS...
imagePullSecrets should log warning if secret does not exist
https://api.github.com/repos/kubernetes/kubernetes/issues/104432/comments
61
2021-08-18T11:52:45Z
2023-06-28T18:14:34Z
https://github.com/kubernetes/kubernetes/issues/104432
973,582,421
104,432
[ "kubernetes", "kubernetes" ]
# Problem As of now, when we reboot windows nodes, OVS goes down which breaks Antrea CNI. I suspect reboots may have other effects on other services/CNIs in windows clusters. Thus, we need a Reboot test case (azure has its own tests for node reboots, but theyre not upstreamed yet). # Solution So, lets add a ...
Add tests for Windows Node Reboots
https://api.github.com/repos/kubernetes/kubernetes/issues/104428/comments
17
2021-08-18T00:44:38Z
2022-02-15T10:34:02Z
https://github.com/kubernetes/kubernetes/issues/104428
973,172,393
104,428
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: https://testgrid.k8s.io/sig-windows-master-release#aks-engine-windows-dockershim-serial-slow-master https://testgrid.k8s.io/sig-windows-master-release#aks-engine-wi...
New HPA ContainerResource e2e tests failing on Windows jobs
https://api.github.com/repos/kubernetes/kubernetes/issues/104427/comments
1
2021-08-17T23:52:06Z
2021-08-20T11:35:24Z
https://github.com/kubernetes/kubernetes/issues/104427
973,145,722
104,427
[ "kubernetes", "kubernetes" ]
#### What happened: When the node is shutdown, the headless k8s service exposing the daemonset is returning the IP address of the pod which is running on the shutdown node. This is resulting in an issue as the k8s application is trying to connect to the pod which doesn't exist. #### What you expected to happen: I ...
daemonset: When node is shutdown, headless service exposing the daemonset pod is returning the corresponding pod ip address
https://api.github.com/repos/kubernetes/kubernetes/issues/104424/comments
8
2021-08-17T18:09:57Z
2021-09-16T00:19:14Z
https://github.com/kubernetes/kubernetes/issues/104424
972,942,907
104,424
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: A `Running int32` field to `JobStatus` to keep track of the number of Running Pods. This differs from the existing `Active` field in that it doesn't include Pods in `Pending` phase. #### Why is this needed: Some workloads (example: kubeflow/mpi-operator#315) require watchi...
Add running field to Job status
https://api.github.com/repos/kubernetes/kubernetes/issues/104422/comments
8
2021-08-17T17:59:40Z
2021-08-19T19:54:10Z
https://github.com/kubernetes/kubernetes/issues/104422
972,935,399
104,422
[ "kubernetes", "kubernetes" ]
#### What happened: `kubectl explain` breaks when used on a CRD with a top level `x-kubernetes-preserve-unknown-fields: true`. #### What you expected to happen: A coworker encountered this and I'm not sure what the expected behavior is. I think I'd expect either a validation error if this is is invalid or `kub...
CRD: Top level x-kubernetes-preserve-unknown-fields breaks kubectl explain
https://api.github.com/repos/kubernetes/kubernetes/issues/104419/comments
14
2021-08-17T17:05:04Z
2022-01-29T21:18:49Z
https://github.com/kubernetes/kubernetes/issues/104419
972,895,292
104,419
[ "kubernetes", "kubernetes" ]
#### What happened: - Lets put a metrics CI job in place that isnt `Serial`. - Investigate our test coverage of metrics-server - See why our CI jobs dont test metrics-server - Confirm that we are doing enough in `kubelet_stats` #### What you expected to happen: https://github.com/kubernetes/kubernetes/blob/...
Add non-serialized metrics tests for Windows
https://api.github.com/repos/kubernetes/kubernetes/issues/104418/comments
13
2021-08-17T16:45:06Z
2021-11-08T21:11:32Z
https://github.com/kubernetes/kubernetes/issues/104418
972,879,122
104,418
[ "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: After appl...
Kubectl always shows a diff for HPA
https://api.github.com/repos/kubernetes/kubernetes/issues/104417/comments
7
2021-08-17T16:25:02Z
2021-08-23T10:30:43Z
https://github.com/kubernetes/kubernetes/issues/104417
972,863,676
104,417
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: Currently imagePullSecrets can only reference secrets in the same namespace. ``` imagePullSecrets: - name: dockerhub-credentials ``` I am proposing that, if a user has added the correct rbac rules to make a secret available to serviceAccounts in other namespaces, ...
allow imagePullSecrets to reference secrets in other namespaces
https://api.github.com/repos/kubernetes/kubernetes/issues/104415/comments
5
2021-08-17T15:14:54Z
2021-08-29T17:56:59Z
https://github.com/kubernetes/kubernetes/issues/104415
972,799,435
104,415
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: Information about the version available for non-admin users should be reduced to only major and minor release. For not authenticated users information about version shouldn't be visible at all or at least there should be a configuration option to disable version endpoint from A...
Kubernetes version details are exposed via API even to not authenticated users, what may help potential attacker during the exploit
https://api.github.com/repos/kubernetes/kubernetes/issues/104414/comments
10
2021-08-17T14:34:43Z
2022-01-19T19:12:56Z
https://github.com/kubernetes/kubernetes/issues/104414
972,758,948
104,414
[ "kubernetes", "kubernetes" ]
Hi all, hi @neolit123 #### What happened: It seems that parts of the changelogs in 1.18 are duplicated from the 1.17 changelogs, unless i am missing something really obvious.... Reference for the same github issue concerning CVE-2020-8559 in both [1.17.9](https://github.com/kubernetes/kubernetes/blob/master/CHA...
Duplicates in 1.17 and 1.18 changelogs
https://api.github.com/repos/kubernetes/kubernetes/issues/104411/comments
4
2021-08-17T09:52:58Z
2021-08-17T10:56:48Z
https://github.com/kubernetes/kubernetes/issues/104411
972,506,371
104,411
[ "kubernetes", "kubernetes" ]
Failed here ``` Kubernetes e2e suite: [sig-network] Services should respect internalTrafficPolicy=Local Pod to Pod (hostNetwork: true) [Feature:ServiceInternalTrafficPolicy] expand_more ``` https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/104401/pull-kubernetes-e2e-ubuntu-gce-network-policies/14274008448...
hostNetwork tests can't use the same port or they will collide
https://api.github.com/repos/kubernetes/kubernetes/issues/104406/comments
3
2021-08-17T07:43:22Z
2021-08-19T20:45:26Z
https://github.com/kubernetes/kubernetes/issues/104406
972,397,123
104,406
[ "kubernetes", "kubernetes" ]
#### Which jobs are failing: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/104231/pull-kubernetes-e2e-gce-storage-slow/1427240096280612864/ #### Which test(s) are failing: ``` - e2e suite: [sig-storage] In-tree Volumes [Driver: gcepd] [Testpattern: Dynamic PV (ext4)] multiVolume [Slow] should access...
[Failing test] e2e-gce-storage-slow test failed
https://api.github.com/repos/kubernetes/kubernetes/issues/104403/comments
3
2021-08-17T03:27:02Z
2021-11-04T12:12:21Z
https://github.com/kubernetes/kubernetes/issues/104403
972,266,042
104,403
[ "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 Issue was rep...
Errors connecting to AKS-HCI service host
https://api.github.com/repos/kubernetes/kubernetes/issues/104397/comments
4
2021-08-16T16:32:31Z
2021-08-16T16:37:40Z
https://github.com/kubernetes/kubernetes/issues/104397
971,910,205
104,397
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: https://testgrid.k8s.io/sig-release-master-informing#gce-master-scale-correctness #### Which test(s) are failing: - `Kubernetes e2e suite.[sig-network] SCTP [LinuxOn...
[Failing test] SCTP timeout
https://api.github.com/repos/kubernetes/kubernetes/issues/104396/comments
3
2021-08-16T15:45:15Z
2021-08-18T10:28:08Z
https://github.com/kubernetes/kubernetes/issues/104396
971,870,630
104,396
[ "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: In v1.22, kube...
kube-proxy failed to sent event to kube-apiserver in v1.22
https://api.github.com/repos/kubernetes/kubernetes/issues/104394/comments
13
2021-08-16T12:47:03Z
2021-10-01T16:34:21Z
https://github.com/kubernetes/kubernetes/issues/104394
971,701,767
104,394
[ "kubernetes", "kubernetes" ]
We are using K8s 1.15. I'm aware this is many versions back, but I've been unable to locate a bug report like this one suggesting the problem may still exist in newer versions (we should find that out over the coming weeks). We have experienced this problem on two different installations: - One on RHEL 7, instal...
Intermittent loss of iptables rules causing loss of access to services on a NodePort
https://api.github.com/repos/kubernetes/kubernetes/issues/104388/comments
6
2021-08-16T09:29:09Z
2021-09-16T20:42:40Z
https://github.com/kubernetes/kubernetes/issues/104388
971,544,217
104,388
[ "kubernetes", "kubernetes" ]
#### What happened: We are using AWS Container Insights for our HPA's. The problem is that AWS container insights had a possible outage recently and our HPA's currentValue became "0" scaling-in all of our microservices to min values. Screenshot: ![image](https://user-images.githubusercontent.com/49130269/12953...
Unexpected HPA Behavior when the external metrics endpoint went offline.!
https://api.github.com/repos/kubernetes/kubernetes/issues/104387/comments
6
2021-08-16T09:19:34Z
2022-01-15T04:24:44Z
https://github.com/kubernetes/kubernetes/issues/104387
971,536,366
104,387
[ "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: Create a Loa...
update floatIP on openstack side, service can't perceive
https://api.github.com/repos/kubernetes/kubernetes/issues/104385/comments
7
2021-08-16T08:01:26Z
2021-08-18T20:53:56Z
https://github.com/kubernetes/kubernetes/issues/104385
971,471,072
104,385
[ "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: We have a sm...
aws legacy load balancer controller fails to revoke security group before deletion
https://api.github.com/repos/kubernetes/kubernetes/issues/104383/comments
12
2021-08-16T05:21:12Z
2022-06-04T01:39:04Z
https://github.com/kubernetes/kubernetes/issues/104383
971,376,629
104,383
[ "kubernetes", "kubernetes" ]
#### What happened: ``` kubectl get pods --namespace sample-app E0813 20:59:41.056848 14 round_tripper.go:61] CancelRequest not implemented by *genericclioptions.CommandHeaderRoundTripper E0813 20:59:41.057569 14 round_tripper.go:61] CancelRequest not implemented by *genericclioptions.CommandHeaderRound...
CancelRequest not implemented by *genericclioptions.CommandHeaderRoundTripper
https://api.github.com/repos/kubernetes/kubernetes/issues/104380/comments
7
2021-08-16T04:37:44Z
2021-09-19T04:43:35Z
https://github.com/kubernetes/kubernetes/issues/104380
971,358,785
104,380
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: Option to add resource limits and requests to the Pods rather than getting the sum of the resource limit values of the containers inside it. #### Why is this needed: Allocate resources in Pod level #### Is this a BUG REPORT or FEATURE REQUEST?: /kind feature #### ...
Feat: Set Pod Level Resource Limits and Requests
https://api.github.com/repos/kubernetes/kubernetes/issues/104375/comments
4
2021-08-15T13:49:17Z
2021-08-29T06:54:20Z
https://github.com/kubernetes/kubernetes/issues/104375
971,138,659
104,375
[ "kubernetes", "kubernetes" ]
#### What happened: Currently, the `kubectl label` cmd output msg is not distinguished between label and unlabel (using `-` suffix ), both of them response `labeled`. #### What you expected to happen: To distinguish between label and unlabel msg: `labeled/unlabeled`, just like `tainted/untainted`.
`kubectl label` msg is not distinguished between label and unlabel
https://api.github.com/repos/kubernetes/kubernetes/issues/104371/comments
2
2021-08-15T06:54:09Z
2021-11-03T21:20:33Z
https://github.com/kubernetes/kubernetes/issues/104371
971,066,116
104,371
[ "kubernetes", "kubernetes" ]
Can k8s use mysql to replace etcd? How to replace?
Can k8s use mysql to replace etcd? How to replace?
https://api.github.com/repos/kubernetes/kubernetes/issues/104370/comments
6
2021-08-15T05:16:19Z
2021-08-16T16:28:37Z
https://github.com/kubernetes/kubernetes/issues/104370
971,053,183
104,370
[ "kubernetes", "kubernetes" ]
#### What happened: Followed the documented procedure of enabling a feature gate, but it doesn't seem to take effect. #### What you expected to happen: I expect to be able to create a service with appProtocol attribute in port options. Instead I get this error message: * spec.ports[0].appProtocol: Forbi...
Enabling ServiceAppProtocol feature gate doesn't seem to take effect
https://api.github.com/repos/kubernetes/kubernetes/issues/104358/comments
8
2021-08-13T10:00:57Z
2021-08-24T03:28:05Z
https://github.com/kubernetes/kubernetes/issues/104358
970,252,637
104,358
[ "kubernetes", "kubernetes" ]
We have 2 node kubernetes setup with one master & one worker node K8s version: v1.20.4 Failure Scenario: To test a failure scenario following steps are performed: 1) Create multiple pods using single RWO PVC (FC) using CSI mounted in all pods. Use POD Affinity to schedule them on single worker node. 2) Stop kube...
Kubelet is not unmounting bind mount when RWO volumes is attached in multiple pods on the same node
https://api.github.com/repos/kubernetes/kubernetes/issues/104357/comments
10
2021-08-13T08:37:28Z
2022-03-10T16:08:14Z
https://github.com/kubernetes/kubernetes/issues/104357
970,187,000
104,357
[ "kubernetes", "kubernetes" ]
<!-- Feature requests are unlikely to make progress as an issue. Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists. A proposal that works through the design along with the implications of the change can be opened as a KEP: https://git.k8s.io/enhancements/keps#kubernetes-enhanc...
Adding Kubernetes Middleware by Casbin to official List
https://api.github.com/repos/kubernetes/kubernetes/issues/104354/comments
3
2021-08-13T05:59:55Z
2021-08-16T16:33:48Z
https://github.com/kubernetes/kubernetes/issues/104354
970,087,699
104,354
[ "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/ --> - [x] containerd https://github.com...
Some container runtimes don't support ExpandedDNSConfig
https://api.github.com/repos/kubernetes/kubernetes/issues/104352/comments
10
2021-08-13T00:28:28Z
2021-08-19T20:13:32Z
https://github.com/kubernetes/kubernetes/issues/104352
969,819,846
104,352
[ "kubernetes", "kubernetes" ]
#### What happened: All tests in https://testgrid.k8s.io/sig-node-kubelet#kubelet-serial-gce-e2e-graceful-node-shutdown are red. /sig node /assign @bobbypage
all tests in kubelet-serial-gce-e2e-graceful-node-shutdown are failing
https://api.github.com/repos/kubernetes/kubernetes/issues/104344/comments
4
2021-08-12T20:24:02Z
2021-11-04T16:42:18Z
https://github.com/kubernetes/kubernetes/issues/104344
969,507,771
104,344