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"
] | ### Which jobs are flaking?
pull-kubernetes-unit
### Which tests are flaking?
TestUpdatePodWithTerminatedPod
### Since when has it been flaking?
10/8 (when it was introduced in https://github.com/kubernetes/kubernetes/pull/105527)
### Testgrid link
_No response_
### Reason for failure (if possible)
_No respons... | TestUpdatePodWithTerminatedPod flaking | https://api.github.com/repos/kubernetes/kubernetes/issues/105589/comments | 11 | 2021-10-09T16:29:29Z | 2022-04-02T13:50:10Z | https://github.com/kubernetes/kubernetes/issues/105589 | 1,021,749,442 | 105,589 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
While using [zsh autocompletion](https://kubernetes.io/docs/tasks/tools/included/optional-kubectl-configs-zsh/):
``` bash
[fandahao@localhost]~% kubectl ge\t
```
No completion result is given.
When I turn on `$BASH_COMP_DEBUG_FILE`, I see the following logs:
```
========= starting co... | zsh autocompletion not replacing tabs correctly | https://api.github.com/repos/kubernetes/kubernetes/issues/105587/comments | 8 | 2021-10-09T13:29:02Z | 2022-09-16T12:01:28Z | https://github.com/kubernetes/kubernetes/issues/105587 | 1,021,709,581 | 105,587 |
[
"kubernetes",
"kubernetes"
] | According to [this discussion](https://github.com/kubernetes/kubernetes/pull/105052#discussion_r725235142) we have some tests in `mounted_volume_resize` we should move into `testsuites/volume_expand.go`
/sig storage | Move test cases from mounted_volume_resize into testsuites/volume_expand.go | https://api.github.com/repos/kubernetes/kubernetes/issues/105581/comments | 13 | 2021-10-08T23:23:06Z | 2022-12-23T12:34:23Z | https://github.com/kubernetes/kubernetes/issues/105581 | 1,021,532,017 | 105,581 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are failing?
- periodic-conformance-main-k8s-main
### Which tests are failing?
- capa-e2e-conformance.[unmanaged] [conformance] tests conformance
- periodic-cluster-api-provider-aws-e2e-conformance-with-k8s-ci-artifacts
### Since when has it been failing?
07/10/2021
### Testgrid link
... | [Failing Job] periodic-conformance-main-k8s-main | https://api.github.com/repos/kubernetes/kubernetes/issues/105580/comments | 6 | 2021-10-08T18:45:40Z | 2021-11-10T14:19:25Z | https://github.com/kubernetes/kubernetes/issues/105580 | 1,021,374,786 | 105,580 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I have a workload that I need to scale on CPU utilization, pretty standard, but I need it to scale all the way to 24 pods, then once the CPU avg lowers to slowly scale down to 1 by removing 25% of the pods every 5m.
I have the following manifest.
```
apiVersion: autoscaling/v2beta2
kind: Hor... | HPA behaviour is inconsistent at different averageUtilization metrics | https://api.github.com/repos/kubernetes/kubernetes/issues/105579/comments | 6 | 2021-10-08T17:37:56Z | 2022-03-07T18:33:15Z | https://github.com/kubernetes/kubernetes/issues/105579 | 1,021,330,042 | 105,579 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
After the following changes:
- Upgrading Kubernetes from version 1.19.15 to 1.20.11.
- Changing container runtime from Docker to containerd.
- Changing cgroup driver from crgroupfs to systemd.
I am having issues with one of the control-plane nodes not being `Ready`.
```
NAME ... | Kubernetes control-plane node is NotReady | https://api.github.com/repos/kubernetes/kubernetes/issues/105574/comments | 8 | 2021-10-08T12:24:34Z | 2021-10-11T11:02:26Z | https://github.com/kubernetes/kubernetes/issues/105574 | 1,021,039,082 | 105,574 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I have cronjob which starts every 5 minutes and activeDeadlineSeconds set to 3600 (1h). Concurrency policy is "Allow".
ActiveDeadlineSeconds seems to not work. Today i saw >200 jobs and pods running in my cluster
```yaml
#removed unnecessary noise from descriptor
apiVersion: batch/v1beta1
... | Job's activeDeadlineSecond not working | https://api.github.com/repos/kubernetes/kubernetes/issues/105572/comments | 9 | 2021-10-08T11:48:14Z | 2022-05-09T20:41:45Z | https://github.com/kubernetes/kubernetes/issues/105572 | 1,021,008,033 | 105,572 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Tried to set proxy-url via;
`kubectl config set-cluster e2e --proxy-url=http://10.1.1.1`
It returns;
```
Error: unknown flag: --proxy-url
```
### What did you expect to happen?
proxy-url is set via `kubectl config`
### How can we reproduce it (as minimally and precisely as possib... | Can not set proxy-url in kubeconfig via kubectl config | https://api.github.com/repos/kubernetes/kubernetes/issues/105565/comments | 2 | 2021-10-08T07:23:33Z | 2021-12-20T18:12:56Z | https://github.com/kubernetes/kubernetes/issues/105565 | 1,020,781,592 | 105,565 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
A client can know the [ID](https://kubernetes.io/docs/tasks/administer-cluster/highly-available-control-plane/#api-server-identity) (and potentially other information like the public IP address) of the apiserver it connects to by visiting some page on the server. It could be a new ... | Publish apiserver ID | https://api.github.com/repos/kubernetes/kubernetes/issues/105558/comments | 14 | 2021-10-08T00:23:51Z | 2023-08-06T21:33:34Z | https://github.com/kubernetes/kubernetes/issues/105558 | 1,020,564,766 | 105,558 |
[
"kubernetes",
"kubernetes"
] | I'm trying to deploy image to Kubernetes cluster using following command:
`kubectl run -n dev --rm api-tests --image=fo/api-tests:42276-simple_proj -ojson --attach=true --restart=Never`
After execution pod hangs in 2 different statuses: `Completed` or `Error`.
After 5-6 mins I receive following log:
```
pod ... | Kubectl run hangs on 5-6 minutes. | https://api.github.com/repos/kubernetes/kubernetes/issues/105554/comments | 6 | 2021-10-07T21:51:54Z | 2021-11-10T21:03:28Z | https://github.com/kubernetes/kubernetes/issues/105554 | 1,020,493,047 | 105,554 |
[
"kubernetes",
"kubernetes"
] | HandlePodCleanups is responsible for restarting static pods, but handle pod cleanups will not run until the apiserver reports in. If the apiserver or any components it depends on is running as a static pod, it is possible for the static pod to never restart.
Reproduce:
1. Start a cluster
2. Run a static pod wit... | kubelet does not restart static pods when apiserver is down | https://api.github.com/repos/kubernetes/kubernetes/issues/105543/comments | 22 | 2021-10-07T15:36:04Z | 2024-12-18T21:18:46Z | https://github.com/kubernetes/kubernetes/issues/105543 | 1,020,186,158 | 105,543 |
[
"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 runnin... | Goanalysis throws several warnings regarding data from low-level cache by key buildir/facts | https://api.github.com/repos/kubernetes/kubernetes/issues/105540/comments | 8 | 2021-10-07T15:08:55Z | 2021-10-13T22:05:09Z | https://github.com/kubernetes/kubernetes/issues/105540 | 1,020,156,981 | 105,540 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing: i can't make a raspberrypi nodes
#### Which test(s) are failing: token is not valid: https://20.94.40.171:6443/apis: 401 Unauthorized
#### Since when has it been ... | token is not valid: https://20.94.40.171:6443/apis: 401 Unauthorized | https://api.github.com/repos/kubernetes/kubernetes/issues/105538/comments | 4 | 2021-10-07T13:25:09Z | 2021-10-07T13:25:38Z | https://github.com/kubernetes/kubernetes/issues/105538 | 1,020,043,479 | 105,538 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing: i can't make raspberry node
#### Which test(s) are failing: sudo k3s agent --server https://20.94.40.171:6443 --token x
#### Since when has it been failing:
##... | 401 Unauthorized | https://api.github.com/repos/kubernetes/kubernetes/issues/105537/comments | 4 | 2021-10-07T13:23:12Z | 2021-10-07T16:42:00Z | https://github.com/kubernetes/kubernetes/issues/105537 | 1,020,041,286 | 105,537 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
One of our nodes had a hard reboot. After this, the following message was occurring in the kubelet logs every 2 seconds:
```
Oct 07 12:46:32 k8s-master2-staging kubelet[7310]: E1007 12:46:32.359145 7310 kubelet_volumes.go:245] "There were many similar errors. Turn up verbosity to see them.... | Orphaned pod found, but error not a directory occurred when trying to remove the volumes dir | https://api.github.com/repos/kubernetes/kubernetes/issues/105536/comments | 50 | 2021-10-07T12:21:37Z | 2024-12-26T14:13:35Z | https://github.com/kubernetes/kubernetes/issues/105536 | 1,019,980,381 | 105,536 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/README.md#cluster-created-by-kubeadm says:
> Cluster Created by Kubeadm
> If you are using kubeadm with a configuration file, you have to add mode: ipvs below the kubeProxy field as part of the kubeadm configuration.
>
> ...
> kubeProxy:
> co... | proxy/ipvs/README.md: passing mode:ipvs to `kubeadm init --config=file` | https://api.github.com/repos/kubernetes/kubernetes/issues/105534/comments | 5 | 2021-10-07T09:03:05Z | 2021-10-20T05:53:59Z | https://github.com/kubernetes/kubernetes/issues/105534 | 1,019,796,169 | 105,534 |
[
"kubernetes",
"kubernetes"
] | In the generated [OpenAPI swagger.json](https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/swagger.json), integer types such as `ContainerPort` have clearly documented valid ranges in the human-readable comments, but these are not actually specified in the API JSON using [the minimum/maximum/exclusiv... | OpenAPI spec (swagger.json) integer type valid ranges not specified | https://api.github.com/repos/kubernetes/kubernetes/issues/105533/comments | 24 | 2021-10-07T08:59:51Z | 2025-03-04T22:16:56Z | https://github.com/kubernetes/kubernetes/issues/105533 | 1,019,792,704 | 105,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:
Hyperkube co... | Hyperkube container image effected by multiple critial CVEs | https://api.github.com/repos/kubernetes/kubernetes/issues/105530/comments | 4 | 2021-10-07T04:44:57Z | 2021-10-07T14:38:10Z | https://github.com/kubernetes/kubernetes/issues/105530 | 1,019,609,231 | 105,530 |
[
"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 ... | Fix the kubernetes/test/images/apparmor-loader | https://api.github.com/repos/kubernetes/kubernetes/issues/105528/comments | 7 | 2021-10-07T02:53:20Z | 2021-10-19T03:20:46Z | https://github.com/kubernetes/kubernetes/issues/105528 | 1,019,551,888 | 105,528 |
[
"kubernetes",
"kubernetes"
] | Reopen 2 years old issue https://github.com/kubernetes/kubernetes/issues/48069 | Fix Environment Interpolation | https://api.github.com/repos/kubernetes/kubernetes/issues/105524/comments | 4 | 2021-10-06T19:39:28Z | 2021-10-06T21:02:27Z | https://github.com/kubernetes/kubernetes/issues/105524 | 1,019,071,497 | 105,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:
Restart: A... | Kubelet is reporting OutOfCpu on previously running workloads after restart | https://api.github.com/repos/kubernetes/kubernetes/issues/105523/comments | 13 | 2021-10-06T18:43:59Z | 2021-10-08T05:19:51Z | https://github.com/kubernetes/kubernetes/issues/105523 | 1,018,963,708 | 105,523 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
When Priority and Fairness rejects a request, it sets `Retry-After: 1` in the response header. client-go recognizes `Retry-After` header and automatically retries the request.
The default configuration of client-go uses the `NoBackoff` implementation for the underlying `BackoffManager`. `NoBa... | APF: client should retry with exponential backoff and some jitter in default configuration | https://api.github.com/repos/kubernetes/kubernetes/issues/105521/comments | 14 | 2021-10-06T17:11:57Z | 2025-02-10T07:10:23Z | https://github.com/kubernetes/kubernetes/issues/105521 | 1,018,788,639 | 105,521 |
[
"kubernetes",
"kubernetes"
] | ### Failure cluster [ffe75c844f67fe9ab059](https://go.k8s.io/triage#ffe75c844f67fe9ab059)
##### Error text:
```
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:630
Sep 25 07:59:39.598: Unexpected error:
<*errors.StatusError | 0xc0000eb0e0>: {
Err... | [Flaky test] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should honor timeout [Conformance] | https://api.github.com/repos/kubernetes/kubernetes/issues/105519/comments | 5 | 2021-10-06T16:58:38Z | 2022-03-06T21:25:12Z | https://github.com/kubernetes/kubernetes/issues/105519 | 1,018,762,597 | 105,519 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
When running an interactive container with `kubectl run -ti --restart=Never`, when the container exits, `kubectl` doesn't exit. Instead, it keeps running, and needs to be stopped with Ctrl-C.
#### What you expected to happen:
When the process in the container exits, `kubectl run` should exi... | "kubectl run --restart=Never -ti" doesn't exit interactive session when container exits | https://api.github.com/repos/kubernetes/kubernetes/issues/105518/comments | 7 | 2021-10-06T16:05:04Z | 2022-01-09T17:39:18Z | https://github.com/kubernetes/kubernetes/issues/105518 | 1,018,654,144 | 105,518 |
[
"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:
When a singl... | IPVS not updated in the event of a node failure | https://api.github.com/repos/kubernetes/kubernetes/issues/105505/comments | 21 | 2021-10-06T08:41:17Z | 2021-10-08T12:05:38Z | https://github.com/kubernetes/kubernetes/issues/105505 | 1,017,803,248 | 105,505 |
[
"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 use local-... | The dashboard display that the server could not find the requested resource (get ingresses.extensions) when list ingress ressources | https://api.github.com/repos/kubernetes/kubernetes/issues/105503/comments | 4 | 2021-10-06T06:45:21Z | 2022-01-25T14:45:15Z | https://github.com/kubernetes/kubernetes/issues/105503 | 1,017,609,388 | 105,503 |
[
"kubernetes",
"kubernetes"
] |
Trying to figure out how to expose multiple TCP/UDP services using a single LoadBalancer on Kubernetes. Let's say the services are ftpsrv1.com and ftpsrv2.com each serving at port 21.
Here are the options that I can think of and their limitations :
One LB per svc: too expensive.
Nodeport : Want to use a port o... | Exposing multiple TCP/UDP services using a single LoadBalancer on K8s | https://api.github.com/repos/kubernetes/kubernetes/issues/105501/comments | 4 | 2021-10-06T04:37:23Z | 2021-10-06T05:18:44Z | https://github.com/kubernetes/kubernetes/issues/105501 | 1,017,434,843 | 105,501 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
I read the [API Priority and Fairness](https://kubernetes.io/docs/concepts/cluster-administration/flow-control/) doc and it didn't explain how the client should behave when interacting with the API server.
#### What you expected to happen:
I would like the docs to explain:
- How should the... | API Priority and Fairness doc does not explain expected client behavior | https://api.github.com/repos/kubernetes/kubernetes/issues/105494/comments | 15 | 2021-10-05T18:57:19Z | 2022-03-06T11:25:12Z | https://github.com/kubernetes/kubernetes/issues/105494 | 1,016,678,497 | 105,494 |
[
"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:
Integration tests are sometimes flaking locally:
https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/105432/pull-kubernete... | PreferNominatedNode integration test flakes | https://api.github.com/repos/kubernetes/kubernetes/issues/105492/comments | 2 | 2021-10-05T17:35:16Z | 2021-10-12T03:01:46Z | https://github.com/kubernetes/kubernetes/issues/105492 | 1,016,592,945 | 105,492 |
[
"kubernetes",
"kubernetes"
] | The default client side rate limit is 50qps with a burst of 100.
Kubectl does a discovery pass before doing the operation requested. Discovery involves (some combination of) reading the OpenAPI spec and the "homegrown" discovery information for the purpose of e.g. mapping kinds to resources. Sometimes these can be c... | kubectl: discovery is throttled when there are lots of resources (CRDs) | https://api.github.com/repos/kubernetes/kubernetes/issues/105489/comments | 5 | 2021-10-05T16:42:56Z | 2023-03-10T01:05:05Z | https://github.com/kubernetes/kubernetes/issues/105489 | 1,016,544,367 | 105,489 |
[
"kubernetes",
"kubernetes"
] | Is there any way to reduce the latency created by sidecar proxy ( ISTIO on Kubernetes) ? | ISTIO Sidecar latency | https://api.github.com/repos/kubernetes/kubernetes/issues/105478/comments | 3 | 2021-10-05T00:34:54Z | 2021-10-05T01:08:47Z | https://github.com/kubernetes/kubernetes/issues/105478 | 1,015,762,643 | 105,478 |
[
"kubernetes",
"kubernetes"
] | When we merged - https://github.com/kubernetes/kubernetes/pull/89629/files#diff-22883616376d6c596f9b6338dc1e7bc72064315dfe8d4ebc784946ba58e1c0a1R117 we introduced comparison of subpath sources:
```golang
if mntInfo.Root != subpath.Path {
// unmount first
}
```
But subpaths source comparison never works prop... | subpath sources never match when containers are re-created | https://api.github.com/repos/kubernetes/kubernetes/issues/105472/comments | 4 | 2021-10-04T21:23:39Z | 2021-11-11T12:43:52Z | https://github.com/kubernetes/kubernetes/issues/105472 | 1,015,648,904 | 105,472 |
[
"kubernetes",
"kubernetes"
] | [The internalTrafficPolicy KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/2086-service-internal-traffic-policy) says:
> This field will be independent from externalTrafficPolicy. In other words, internalTrafficPolicy only applies to traffic originating from internal sources.
However,... | "internalTrafficPolicy: Local" affects external traffic too | https://api.github.com/repos/kubernetes/kubernetes/issues/105470/comments | 3 | 2021-10-04T21:01:27Z | 2021-10-05T15:55:21Z | https://github.com/kubernetes/kubernetes/issues/105470 | 1,015,629,935 | 105,470 |
[
"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 Kuberne... | Kubectl reports wrong status for evicted pod when container statuses are synced after | https://api.github.com/repos/kubernetes/kubernetes/issues/105467/comments | 16 | 2021-10-04T20:03:28Z | 2024-04-11T12:24:57Z | https://github.com/kubernetes/kubernetes/issues/105467 | 1,015,578,678 | 105,467 |
[
"kubernetes",
"kubernetes"
] | 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-enhancement-proposals-keps
#### What would you like to be added:
API Server to consider using the node of the requested pod/container when opening connections ... | Feature Request: Consider pods node when API server opens an exec session to a pod | https://api.github.com/repos/kubernetes/kubernetes/issues/105464/comments | 10 | 2021-10-04T18:09:05Z | 2022-07-02T11:43:21Z | https://github.com/kubernetes/kubernetes/issues/105464 | 1,015,476,139 | 105,464 |
[
"kubernetes",
"kubernetes"
] | #### We are trying to create a systemd based POD and it is throwing the following error:
```
Warning Failed 64s kubelet Error: container create failed: time="2021-10-04T17:43:07Z" level=error msg="container_linux.go:380: starting container process caused: process_linux.go:545: contai... | Unable to start systemd based containers | https://api.github.com/repos/kubernetes/kubernetes/issues/105463/comments | 5 | 2021-10-04T18:00:01Z | 2021-10-14T15:47:46Z | https://github.com/kubernetes/kubernetes/issues/105463 | 1,015,466,276 | 105,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:
Is it a bug?... | The folder _output is created recursively | https://api.github.com/repos/kubernetes/kubernetes/issues/105453/comments | 6 | 2021-10-04T14:13:56Z | 2021-10-06T13:48:46Z | https://github.com/kubernetes/kubernetes/issues/105453 | 1,015,237,999 | 105,453 |
[
"kubernetes",
"kubernetes"
] | Kube-apiserver source code, which part is to achieve kubelet and Kube-Apiserver network connection? What kind of messages do they send to each other? What exactly is that information? | kube-apiserver | https://api.github.com/repos/kubernetes/kubernetes/issues/105447/comments | 4 | 2021-10-04T10:32:24Z | 2021-10-04T15:36:37Z | https://github.com/kubernetes/kubernetes/issues/105447 | 1,015,005,621 | 105,447 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/faecb196815e248d3ecfb03c680a4507229c2a56/pkg/apis/core/v1/helper/helpers.go#L406 | GetPersistentVolumeClaimClass missing in latest release | https://api.github.com/repos/kubernetes/kubernetes/issues/105446/comments | 2 | 2021-10-04T10:13:05Z | 2021-10-04T10:31:41Z | https://github.com/kubernetes/kubernetes/issues/105446 | 1,014,986,447 | 105,446 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Kubelet services is not able to come up, as could see inode consumption increased to 100% of total capacity in /var/lib/kubelet.
#### What you expected to happen:
Inode consumtion should not be increased.
#### How to reproduce it (as minimally and precisely as possible):
Deploy k8s with... | Kubelet service is not coming up because inode consumption is increasing. | https://api.github.com/repos/kubernetes/kubernetes/issues/105440/comments | 12 | 2021-10-04T08:51:15Z | 2022-03-13T17:42:44Z | https://github.com/kubernetes/kubernetes/issues/105440 | 1,014,904,823 | 105,440 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/README.md#ipvs-vs-iptables stipulates, that IPVS is better than IPTABLES. This is reiterated at https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies.
>$ kube-proxy --help
>…
> --proxy-mode ProxyMo... | kube-proxy: iptables is the best-available proxy, while ipvs has advantages over iptables. | https://api.github.com/repos/kubernetes/kubernetes/issues/105439/comments | 17 | 2021-10-04T07:20:23Z | 2022-01-16T03:23:27Z | https://github.com/kubernetes/kubernetes/issues/105439 | 1,014,822,572 | 105,439 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/ipvs/README.md#cluster-created-by-kubeadm says:
> before running
> `kube init --config <path_to_configuration_file>`
> to specify the ipvs mode before deploying the cluster.
It likely means not `kube init`, but `kubeadm init` | pkg/proxy/ipvs/README.md says `kube init` but means `kubeadm init` | https://api.github.com/repos/kubernetes/kubernetes/issues/105438/comments | 5 | 2021-10-04T06:59:45Z | 2021-10-07T01:45:46Z | https://github.com/kubernetes/kubernetes/issues/105438 | 1,014,804,528 | 105,438 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
pull-kubernetes-integration
See the runs related to https://github.com/kubernetes/kubernetes/pull/105139 - https://prow.k8s.io/pr-history/?org=kubernetes&repo=kub... | [release-1.22] pull-kubernetes-integration is failing | https://api.github.com/repos/kubernetes/kubernetes/issues/105436/comments | 45 | 2021-10-03T18:46:01Z | 2021-10-08T13:40:36Z | https://github.com/kubernetes/kubernetes/issues/105436 | 1,014,490,211 | 105,436 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
In my POD, I have following settings:
```
securityContext:
fsGroup: 1000
fsGroupChangePolicy: "OnRootMismatch"
volumes:
- name: normal-ceph
persistentVolumeClaim:
claimName: kai-ceph-normal-pvc
readOnly: false
```
The POD has a PVC from a ceph-csi rbd PV a... | fsGroupChangePolicy: "OnRootMismatch" does not skip permission changes for ceph-csi rbd volume because of missing setgid bit on root directory | https://api.github.com/repos/kubernetes/kubernetes/issues/105435/comments | 12 | 2021-10-03T18:07:03Z | 2022-12-21T22:13:23Z | https://github.com/kubernetes/kubernetes/issues/105435 | 1,014,479,391 | 105,435 |
[
"kubernetes",
"kubernetes"
] | null | k8s NFS PersistentVolume condition- Failed to create subPath directory for volumeMount {volume} of container {container} | https://api.github.com/repos/kubernetes/kubernetes/issues/105431/comments | 2 | 2021-10-03T10:41:05Z | 2021-10-04T00:07:14Z | https://github.com/kubernetes/kubernetes/issues/105431 | 1,014,347,265 | 105,431 |
[
"kubernetes",
"kubernetes"
] | when i do deployment of redis, pod is not in ready state getting below error:
`Name: redis-78688f7dd8-2j8kz
Namespace: crm-stg
Priority: 0
Node: ip-172-31-19-192.us-west-2.compute.internal/172.31.19.192
Start Time: Sun, 03 Oct 2021 05:33:33 +0000
Labels: pod-template-h... | MountVolume.SetUp failed for volume: is not a file | https://api.github.com/repos/kubernetes/kubernetes/issues/105429/comments | 14 | 2021-10-03T06:42:43Z | 2022-12-27T16:21:33Z | https://github.com/kubernetes/kubernetes/issues/105429 | 1,014,284,936 | 105,429 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
At https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/deployment/fixtures.go#L102-L107
https://github.com/kubernetes/kubernetes/blob/0ac956ff2bef9c84b17d4b9cae2cffe71d5c6386/test/e2e/framework/deployment/fixtures.go#L102-L107
Within the loop for ``for _, rs := range allRe... | Report a coding issue that uses reference to loop iterator variable | https://api.github.com/repos/kubernetes/kubernetes/issues/105427/comments | 4 | 2021-10-03T04:51:53Z | 2021-10-19T09:40:39Z | https://github.com/kubernetes/kubernetes/issues/105427 | 1,014,261,754 | 105,427 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
At https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/volume_provisioning.go#L969-L971,
within the loop `for _, pv := range allPVs.Items`, variable `pv` is shared by all the loop iterations, as described in the Go specification (https://golang.org/ref/spec).
All instances of ... | Report a coding issue that uses reference to loop iterator variable | https://api.github.com/repos/kubernetes/kubernetes/issues/105426/comments | 3 | 2021-10-03T04:37:34Z | 2021-11-13T01:36:48Z | https://github.com/kubernetes/kubernetes/issues/105426 | 1,014,258,953 | 105,426 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
At https://github.com/kubernetes/kubernetes/blob/master/test/e2e/autoscaling/cluster_size_autoscaling.go#L1251-L1253,
within the loop `for _, node := range nodeList.Items`, variable `node` is shared by all the loop iterations, as described in the Go specification (https://golang.org/ref/spec).
... | Report a coding issue that uses reference to loop iterator variable. | https://api.github.com/repos/kubernetes/kubernetes/issues/105425/comments | 2 | 2021-10-03T02:51:02Z | 2021-11-13T01:36:48Z | https://github.com/kubernetes/kubernetes/issues/105425 | 1,014,238,980 | 105,425 |
[
"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:
A static a... | A bug that mutates a not-used copy of a struct | https://api.github.com/repos/kubernetes/kubernetes/issues/105423/comments | 7 | 2021-10-03T00:49:06Z | 2021-10-04T22:15:28Z | https://github.com/kubernetes/kubernetes/issues/105423 | 1,014,216,277 | 105,423 |
[
"kubernetes",
"kubernetes"
] | https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/ says:
> makeIPTablesUtilChains
> makeIPTablesUtilChains, if true, causes the Kubelet ensures a set of iptables rules are present on host.
This does not sound very English | kubelet-config.v1beta1: makeIPTablesUtilChains “causes the Kubelet ensures a set of iptables rules ” | https://api.github.com/repos/kubernetes/kubernetes/issues/105434/comments | 9 | 2021-10-02T18:56:20Z | 2022-03-02T17:39:49Z | https://github.com/kubernetes/kubernetes/issues/105434 | 1,014,451,325 | 105,434 |
[
"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/
-->
Hi team
#### What happened:
t... | scheduler(framework): make parallelize.Parallelizer accessible in framework.Handle for custom plugins | https://api.github.com/repos/kubernetes/kubernetes/issues/105419/comments | 5 | 2021-10-02T12:05:43Z | 2021-10-28T22:31:00Z | https://github.com/kubernetes/kubernetes/issues/105419 | 1,014,030,111 | 105,419 |
[
"kubernetes",
"kubernetes"
] | 

In some site, it's suggested to prune using this "docker system pr... | Getting node status as "Attempting to reclaim ephemeral-storage". | https://api.github.com/repos/kubernetes/kubernetes/issues/105418/comments | 12 | 2021-10-02T10:47:56Z | 2022-03-19T06:39:40Z | https://github.com/kubernetes/kubernetes/issues/105418 | 1,014,011,513 | 105,418 |
[
"kubernetes",
"kubernetes"
] | https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ says:
> --event-qps int32 Default: 5
> QPS to limit event creations. The number must be >= 0. If 0 will use default QPS (5). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See h... | Expand QPS abbreviation in kubelet CLI options help | https://api.github.com/repos/kubernetes/kubernetes/issues/105420/comments | 15 | 2021-10-02T08:55:13Z | 2022-03-02T17:39:47Z | https://github.com/kubernetes/kubernetes/issues/105420 | 1,014,106,010 | 105,420 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
On a cluster with many APIs provided by aggregated apiservers, with controllers managing those APIs, the number of occupied seats effectively has a floor of 1 per watch. If the combined max-inflight limit is reduced low enough, priority levels tend to become saturated by these long-running watch ... | apf: watches served by aggregated apiservers occupy seat for entire duration of request | https://api.github.com/repos/kubernetes/kubernetes/issues/105409/comments | 6 | 2021-10-01T18:52:17Z | 2021-10-21T23:50:37Z | https://github.com/kubernetes/kubernetes/issues/105409 | 1,013,663,405 | 105,409 |
[
"kubernetes",
"kubernetes"
] | On a ppc64le host, fast build was failing:
# make KUBE_FASTBUILD=true quick-release
+++ [0908 15:56:36] Verifying Prerequisites....
+++ [0908 15:56:36] Building Docker image kube-build:build-fd009aaa81-5-v1.23.0-go1.17-buster.0
+++ [0908 15:56:44] Syncing sources to container
+++ [0908 15:56:... | Fast build fails on a ppc64le host | https://api.github.com/repos/kubernetes/kubernetes/issues/105398/comments | 3 | 2021-10-01T13:25:56Z | 2021-10-12T05:21:46Z | https://github.com/kubernetes/kubernetes/issues/105398 | 1,013,347,404 | 105,398 |
[
"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 recently ... | Old version pods are created when deploying a new version with more replicas | https://api.github.com/repos/kubernetes/kubernetes/issues/105395/comments | 14 | 2021-10-01T10:24:31Z | 2023-08-24T14:45:21Z | https://github.com/kubernetes/kubernetes/issues/105395 | 1,013,175,806 | 105,395 |
[
"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:
Changing t... | Recreating CRD with changed scope leads to error "could not find the requested resource" | https://api.github.com/repos/kubernetes/kubernetes/issues/105394/comments | 9 | 2021-10-01T07:44:31Z | 2022-02-03T07:51:45Z | https://github.com/kubernetes/kubernetes/issues/105394 | 1,013,018,022 | 105,394 |
[
"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 looked at ... | Comment on ResourcePolicyRule does not explain the ClusterScope field | https://api.github.com/repos/kubernetes/kubernetes/issues/105393/comments | 3 | 2021-10-01T06:19:42Z | 2021-11-15T18:04:48Z | https://github.com/kubernetes/kubernetes/issues/105393 | 1,012,945,997 | 105,393 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
We should have pre-merge tests that verify that code changes do not affect the command line interface of the Kubernetes tools. This could cover:
- which flags are supported (removing flags is a breaking change)
- formatting of help texts (hyphen versus underscore for legacy fl... | automated testing of command line interfaces | https://api.github.com/repos/kubernetes/kubernetes/issues/105392/comments | 18 | 2021-10-01T06:10:51Z | 2023-03-30T08:50:48Z | https://github.com/kubernetes/kubernetes/issues/105392 | 1,012,939,977 | 105,392 |
[
"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:
There are ... | There are two very confusing package of code client-go's tools/events and tools/record | https://api.github.com/repos/kubernetes/kubernetes/issues/105391/comments | 12 | 2021-10-01T01:57:24Z | 2022-07-17T04:54:11Z | https://github.com/kubernetes/kubernetes/issues/105391 | 1,012,793,047 | 105,391 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
We have had this come up several times recently and it didn't happen in the past, likely due to cluster upgrades. It seems like there is a rare bug in the volume reconciler that causes it to fail to find the right flexvolume plugin to call to cleanup a volume when some condition is met.
We see ... | Volume reconciler fails to cleanup flexvolume of deleted pod because "no volume plugin matched" | https://api.github.com/repos/kubernetes/kubernetes/issues/105390/comments | 6 | 2021-10-01T01:11:16Z | 2022-02-28T03:04:13Z | https://github.com/kubernetes/kubernetes/issues/105390 | 1,012,771,961 | 105,390 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
EDIT(spiffxp):
- ~ci-kubernetes-e2e-gci-gce-scalability~ (was addressed by https://github.com/kubernetes/kubernetes/issues/105381#issuecomment-931509557)
- ~ci-k... | [Failing Job] pull-kubernetes-node-e2e-containerd | https://api.github.com/repos/kubernetes/kubernetes/issues/105381/comments | 25 | 2021-09-30T16:50:24Z | 2021-10-27T18:19:07Z | https://github.com/kubernetes/kubernetes/issues/105381 | 1,012,403,394 | 105,381 |
[
"kubernetes",
"kubernetes"
] | Hi,
I'm currently using:
K8s client: 1.20.10
K8s AKS server: 1.20.7
When I update my k8s client to 1.21.X and conduct a dry run it shows all configmaps being recreated which ultimately cause workloads to restart.
Shuaib
| Kubenetes version skew causes all configmaps to be recreated and restarts all workloads that uses those confgimaps | https://api.github.com/repos/kubernetes/kubernetes/issues/105376/comments | 20 | 2021-09-30T14:35:06Z | 2021-10-22T15:31:07Z | https://github.com/kubernetes/kubernetes/issues/105376 | 1,012,260,238 | 105,376 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Currently, requests from multiple components go to global-default Priority Level:
- kube-proxy
- node-problem-detector
- konnectivity-server
- glbc
#### What you expected to happen:
I expected requests assigned to workload-low or workload-high Priority Level
#### How to reproduce it (as mi... | Incorrect Priority Level for kube-proxy/node-problem-detector/konnectivity-server/glbc | https://api.github.com/repos/kubernetes/kubernetes/issues/105370/comments | 28 | 2021-09-30T13:03:28Z | 2024-07-02T20:25:56Z | https://github.com/kubernetes/kubernetes/issues/105370 | 1,012,153,365 | 105,370 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
I'm trying to run `kubectl convert -f myservice.yaml` on a YAML file that contains:
```yaml
apiVersion: cloud.google.com/v1
kind: BackendConfig
metadata:
annotations:
name: my-service
spec:
iap:
enabled: true
```
#### What you expected to happen:
I would expect the out... | kubectl convert plugin can't handle cloud.google.com/v1 BackendConfig | https://api.github.com/repos/kubernetes/kubernetes/issues/105369/comments | 8 | 2021-09-30T12:54:11Z | 2022-03-02T17:46:57Z | https://github.com/kubernetes/kubernetes/issues/105369 | 1,012,143,688 | 105,369 |
[
"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:
When a pod... | Pods go into error state after kubelet-initiated eviction | https://api.github.com/repos/kubernetes/kubernetes/issues/105358/comments | 18 | 2021-09-29T23:24:10Z | 2021-10-05T20:12:58Z | https://github.com/kubernetes/kubernetes/issues/105358 | 1,011,532,980 | 105,358 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
`DeleteCollection` calls on the fake dynamic client do not delete matching objects.
#### What you expected to happen:
I expected a `DeleteCollection` call on the fake dynamic client to delete objects matching the supplied selector.
#### How to reproduce it (as minimally and precisely as ... | `k8s.io/client-go/dynamic/fake` does not implement `DeleteCollection` | https://api.github.com/repos/kubernetes/kubernetes/issues/105357/comments | 14 | 2021-09-29T21:41:27Z | 2022-07-21T09:53:22Z | https://github.com/kubernetes/kubernetes/issues/105357 | 1,011,470,589 | 105,357 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
If the response to a request is a `metav1.Status`, we currently copy a subset of the response to the `ResponseStatus` field of the audit logs: https://github.com/kubernetes/kubernetes/blob/1ad3e14f1fc4a5f6e6cd6f9ffc7d030cb3d6540d/staging/src/k8s.io/apiserver/pkg/audit/request.go#L183-L188
Note... | Capture the status message from status-type responses in audit logs | https://api.github.com/repos/kubernetes/kubernetes/issues/105353/comments | 9 | 2021-09-29T19:06:19Z | 2022-02-24T01:53:34Z | https://github.com/kubernetes/kubernetes/issues/105353 | 1,011,347,399 | 105,353 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
A new skipper function which skips tests if a FeatureGate is enabled.
#### Why is this needed:
A couple of tests get skipped if a particular FeatureGate is enabled/disabled, checking ` utilfeature.DefaultFeatureGate.Enabled(feature)` and if true/false, calling `skipInternal()`... | Create skipper tool for FeatureGates | https://api.github.com/repos/kubernetes/kubernetes/issues/105351/comments | 5 | 2021-09-29T17:45:54Z | 2021-10-20T08:47:58Z | https://github.com/kubernetes/kubernetes/issues/105351 | 1,011,254,728 | 105,351 |
[
"kubernetes",
"kubernetes"
] | client-go and other Kubernetes Golang libraries use `golang.org/x/text` which has a here vulnerability as reported here:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14040
Short-term and Long-term upgrade fix is available in v0.3.7
| High vulnerability in golang.org/x/text used by client-go and other golang libs | https://api.github.com/repos/kubernetes/kubernetes/issues/107247/comments | 11 | 2021-09-29T14:56:57Z | 2022-06-05T00:49:47Z | https://github.com/kubernetes/kubernetes/issues/107247 | 1,089,988,593 | 107,247 |
[
"kubernetes",
"kubernetes"
] | ### Background:
In scope of https://github.com/kubernetes/kubernetes/pull/73638 and https://github.com/kubernetes-sigs/controller-runtime/pull/1273 amount of buckets for this histogram was increased to 40(!)
` Buckets: []float64{0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0,
1.... | Apiserver latency metrics create enormous amount of time-series | https://api.github.com/repos/kubernetes/kubernetes/issues/105346/comments | 11 | 2021-09-29T12:53:07Z | 2022-01-10T07:23:40Z | https://github.com/kubernetes/kubernetes/issues/105346 | 1,010,920,666 | 105,346 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
Make ReconcilerMaxWaitForUnmountDuration Configurable for controller-managed-attach-detach
#### Why is this needed:
Now,when node or kubelet shutdown, the pod will migrate to other healthy node.
But for pod with attachable device will take a lot of time for this migration.
... | Make ReconcilerMaxWaitForUnmountDuration Configurable for controller-managed-attach-detach | https://api.github.com/repos/kubernetes/kubernetes/issues/105341/comments | 9 | 2021-09-29T08:48:50Z | 2022-03-10T19:10:42Z | https://github.com/kubernetes/kubernetes/issues/105341 | 1,010,674,564 | 105,341 |
[
"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 our env... | There is some difference between the memory shown by kubectl top and the memory shown by contaier internal top | https://api.github.com/repos/kubernetes/kubernetes/issues/105340/comments | 5 | 2021-09-29T08:33:07Z | 2021-09-29T18:09:35Z | https://github.com/kubernetes/kubernetes/issues/105340 | 1,010,659,094 | 105,340 |
[
"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/
-->
https://github.com/kubernetes/kuberne... | queueSet.findDispatchQueueLocked() possibly panics | https://api.github.com/repos/kubernetes/kubernetes/issues/105338/comments | 16 | 2021-09-29T07:41:40Z | 2021-10-22T05:09:41Z | https://github.com/kubernetes/kubernetes/issues/105338 | 1,010,607,046 | 105,338 |
[
"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:
aks-engine-windows-containerd-master
#### Which test(s) are flaking:
Kubernetes e2e suite: [sig-windows] Hybrid cluster network f... | supported CNIs should have stable networking for Linux and Windows pods | https://api.github.com/repos/kubernetes/kubernetes/issues/105336/comments | 6 | 2021-09-29T02:05:42Z | 2022-03-10T17:56:14Z | https://github.com/kubernetes/kubernetes/issues/105336 | 1,010,394,609 | 105,336 |
[
"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 "v... | logs show "verify ContainerStatus failed" | https://api.github.com/repos/kubernetes/kubernetes/issues/105332/comments | 24 | 2021-09-28T22:10:15Z | 2023-01-04T20:34:30Z | https://github.com/kubernetes/kubernetes/issues/105332 | 1,010,257,648 | 105,332 |
[
"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... | create e2e test freamwork for scheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/105329/comments | 14 | 2021-09-28T16:50:41Z | 2021-11-28T06:40:45Z | https://github.com/kubernetes/kubernetes/issues/105329 | 1,009,984,834 | 105,329 |
[
"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:
A few follow... | Volume limits predicate handling of other pods with misconfigured pvs | https://api.github.com/repos/kubernetes/kubernetes/issues/105328/comments | 6 | 2021-09-28T16:31:21Z | 2022-02-25T17:43:17Z | https://github.com/kubernetes/kubernetes/issues/105328 | 1,009,966,467 | 105,328 |
[
"kubernetes",
"kubernetes"
] | While discussing eviction API behavior, it became clear that if the disruption controller is not running, the eviction API can make the wrong decision around unready pods.
https://github.com/kubernetes/kubernetes/pull/105296#issuecomment-929245966
One idea, is to have eviction API 'push' a pod or UUID onto the st... | Eviction API should not race with disruption controller | https://api.github.com/repos/kubernetes/kubernetes/issues/105326/comments | 7 | 2021-09-28T14:03:04Z | 2022-02-27T17:03:42Z | https://github.com/kubernetes/kubernetes/issues/105326 | 1,009,798,603 | 105,326 |
[
"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:
When Timeout... | client-go Client timeout configuration is ignored | https://api.github.com/repos/kubernetes/kubernetes/issues/105324/comments | 8 | 2021-09-28T11:52:37Z | 2021-10-07T20:22:18Z | https://github.com/kubernetes/kubernetes/issues/105324 | 1,009,649,968 | 105,324 |
[
"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 is... | [static PVC] UnstageVolume is not sent to the CSI driver when all pods using PVC are deleted | https://api.github.com/repos/kubernetes/kubernetes/issues/105323/comments | 23 | 2021-09-28T10:41:42Z | 2023-07-24T22:31:04Z | https://github.com/kubernetes/kubernetes/issues/105323 | 1,009,582,661 | 105,323 |
[
"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... | architecture-aware placement of pods | https://api.github.com/repos/kubernetes/kubernetes/issues/105321/comments | 22 | 2021-09-28T10:13:07Z | 2023-11-29T19:59:27Z | https://github.com/kubernetes/kubernetes/issues/105321 | 1,009,554,629 | 105,321 |
[
"kubernetes",
"kubernetes"
] | **What happened:**
We have installed k8s cluster on openstack cloud provider setup. K8s cluster is dual-stack enabled.
During fresh deployment or worker node reboots (master nodes , worker nodes) , k8s control plane pods (other host networking pods aswell) such as kube-proxy, kube-scheduler , kube-controller-manage... | Host Networking pods get only 1 IP address during fresh deployment or reboot of nodes in dual stack enabled cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/105320/comments | 17 | 2021-09-28T10:12:18Z | 2022-02-04T20:17:30Z | https://github.com/kubernetes/kubernetes/issues/105320 | 1,009,553,758 | 105,320 |
[
"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:
Getting impo... | Import errors on running hack/verify-structured-logging.sh | https://api.github.com/repos/kubernetes/kubernetes/issues/105316/comments | 9 | 2021-09-28T08:37:38Z | 2022-08-06T17:28:21Z | https://github.com/kubernetes/kubernetes/issues/105316 | 1,009,454,500 | 105,316 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
The unit test [TestWithMaxWaitRateLimiter](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/util/workqueue/default_rate_limiters_tes... | Flaky test case failure: RateLimiters test cases are failing due to time mismatch | https://api.github.com/repos/kubernetes/kubernetes/issues/105311/comments | 3 | 2021-09-28T07:47:10Z | 2021-10-04T21:13:03Z | https://github.com/kubernetes/kubernetes/issues/105311 | 1,009,403,943 | 105,311 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
At some point we can remove the legacy klog flags. This change includes:
- removing the command line check in component-base/logs/validation.go
- removing the "unsupported flags" warning from the `--logging-format` help text
- adding a remark for `-vmodule` that it only works... | remove deprecated klog flags | https://api.github.com/repos/kubernetes/kubernetes/issues/105310/comments | 13 | 2021-09-28T07:36:09Z | 2023-11-07T19:31:52Z | https://github.com/kubernetes/kubernetes/issues/105310 | 1,009,394,278 | 105,310 |
[
"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 see that ... | Liveness probes are running before startup probe and causing container to restart | https://api.github.com/repos/kubernetes/kubernetes/issues/105308/comments | 6 | 2021-09-28T06:45:56Z | 2021-10-13T12:33:17Z | https://github.com/kubernetes/kubernetes/issues/105308 | 1,009,351,662 | 105,308 |
[
"kubernetes",
"kubernetes"
] | Hi, I meet some problem during install kubernetes on Azure.
The OS is CentOS 7.9 Gen2, and I follow the docs on https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
```
[root@localhost kube]# setenforce 0
[root@localhost kube]# getenforce
Permissive
[root@localhost kube]# sys... | kubelet service failed to start | https://api.github.com/repos/kubernetes/kubernetes/issues/105307/comments | 4 | 2021-09-28T04:37:56Z | 2021-09-28T07:11:01Z | https://github.com/kubernetes/kubernetes/issues/105307 | 1,009,203,699 | 105,307 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Found reference to loop variables in the following files:
* `pkg/scheduler/framework/plugins/interpodaffinity/scoring.go`
* `staging/src/k8s.io/component-helpers/scheduling/corev1/nodeaffinity/nodeaffinity.go`
#### What you expected to happen:
Loop variables should not be referenced
... | reference to loop variables in component helper and plugin of scheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/105305/comments | 6 | 2021-09-28T03:04:31Z | 2021-09-28T14:24:14Z | https://github.com/kubernetes/kubernetes/issues/105305 | 1,009,083,085 | 105,305 |
[
"kubernetes",
"kubernetes"
] | > uids are used as a precondition is used in many places. if the server started checking that a uid on the binding object (if specified) matched the uid of the pod being modified, that seems sufficient
is there any way for the caller of Bind to confirm that he is binding the right pod? or not uid, use resource versi... | > uids are used as a precondition is used in many places. if the server started checking that a uid on the binding object (if specified) matched the uid of the pod being modified, that seems sufficient | https://api.github.com/repos/kubernetes/kubernetes/issues/105304/comments | 3 | 2021-09-28T02:58:12Z | 2021-09-28T03:06:14Z | https://github.com/kubernetes/kubernetes/issues/105304 | 1,009,074,501 | 105,304 |
[
"kubernetes",
"kubernetes"
] | Currently, `TestServiceAffinityEnqueue()` uses ServiceAffinity plugin to cover the event registration logic:
https://github.com/kubernetes/kubernetes/blob/ce4958d908172117dd011121cd414cc800be9445/test/integration/scheduler/queue_test.go#L52
But along with the removal of ServiceAffinity plugin, this test will also... | sched: supplement an integration test to cover event registration | https://api.github.com/repos/kubernetes/kubernetes/issues/105303/comments | 2 | 2021-09-28T00:56:11Z | 2021-10-07T02:53:57Z | https://github.com/kubernetes/kubernetes/issues/105303 | 1,008,915,216 | 105,303 |
[
"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-cos-cgroupv2-containerd-node-e2e
#### Which test(s) are flaking:
k8s.io/kubernetes/test/e2e_node/summary_test.go
#### T... | Flaking test - ci-cos-cgroupv2-containerd-node-e2e | https://api.github.com/repos/kubernetes/kubernetes/issues/105301/comments | 5 | 2021-09-27T23:50:34Z | 2021-10-14T07:13:30Z | https://github.com/kubernetes/kubernetes/issues/105301 | 1,008,831,025 | 105,301 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Many config options were migrated to the KubeletConfiguration, but --register-with-taints was missed. A user might want to register their node with taints based on the yaml config file instead of passing on the command line.
This issue is to track supporting RegisterWithTaints within the Kubelet... | Kubelet should support --register-with-taints within KubeletConfiguration | https://api.github.com/repos/kubernetes/kubernetes/issues/105298/comments | 7 | 2021-09-27T21:46:00Z | 2021-12-28T08:49:27Z | https://github.com/kubernetes/kubernetes/issues/105298 | 1,008,659,120 | 105,298 |
[
"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 be... | Kubelet memory regression 1.21 -> 1.22 (~30%) | https://api.github.com/repos/kubernetes/kubernetes/issues/105294/comments | 7 | 2021-09-27T21:04:44Z | 2021-11-03T17:43:00Z | https://github.com/kubernetes/kubernetes/issues/105294 | 1,008,609,948 | 105,294 |
[
"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... | Tuning the number of domains in PodTopologySpread | https://api.github.com/repos/kubernetes/kubernetes/issues/105291/comments | 22 | 2021-09-27T20:34:30Z | 2022-09-09T17:34:00Z | https://github.com/kubernetes/kubernetes/issues/105291 | 1,008,577,598 | 105,291 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
_Summary:_
An explicit API and scheduler support 1:1 pod to node assignment.
_Proposal_
The idea is to create a scheduler filter plugin such that given a pod and a node, a node is filtered out if any of the following is true (assume the API is the annotation `k8s.io/pod-pe... | 1:1 pod to node assignment | https://api.github.com/repos/kubernetes/kubernetes/issues/105287/comments | 36 | 2021-09-27T19:33:10Z | 2023-06-09T15:57:50Z | https://github.com/kubernetes/kubernetes/issues/105287 | 1,008,516,556 | 105,287 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
- post-kubernetes-push-image-etcd
#### Which test(s) are failing:
n/a
#### Since when has it been failing:
2020-08-11
#### Testgrid link:
https://testgrid.... | [Failing Job] post-kubernetes-push-image-etcd | https://api.github.com/repos/kubernetes/kubernetes/issues/105284/comments | 10 | 2021-09-27T17:37:49Z | 2021-10-06T07:15:14Z | https://github.com/kubernetes/kubernetes/issues/105284 | 1,008,416,003 | 105,284 |
[
"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:
Dear K8s Mai... | UDP datagram loss after service reconfiguration | https://api.github.com/repos/kubernetes/kubernetes/issues/105279/comments | 7 | 2021-09-27T14:25:23Z | 2021-10-05T17:08:44Z | https://github.com/kubernetes/kubernetes/issues/105279 | 1,008,219,857 | 105,279 |
[
"kubernetes",
"kubernetes"
] | Follow up from https://github.com/kubernetes/kubernetes/pull/104507
We should cover events expansion - both for
- core v1: https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/client-go/kubernetes/typed/core/v1
- events v1beta: https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s... | Unit tests coverage for events expansion | https://api.github.com/repos/kubernetes/kubernetes/issues/105276/comments | 5 | 2021-09-27T12:22:18Z | 2021-09-29T08:00:49Z | https://github.com/kubernetes/kubernetes/issues/105276 | 1,008,084,512 | 105,276 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.