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"
] | When I started kubelet, it told me:--network-plugin has been deprecated, will be removed along with dockershim,
--cni-bin-dir has been deprecated, will be removed along with dockershim.
--cni-conf-dir has been deprecated, will be removed along with dockershim.
It does not recognize the previous parameters. | I deployed 1.22-beta.0. I am having trouble starting kubelet | https://api.github.com/repos/kubernetes/kubernetes/issues/103684/comments | 6 | 2021-07-14T09:03:24Z | 2021-07-15T00:01:42Z | https://github.com/kubernetes/kubernetes/issues/103684 | 944,208,580 | 103,684 |
[
"kubernetes",
"kubernetes"
] | I'm using in-tree driver to dynamically provision azure file share PVC. However the secret which is deployed during PVC provision is not getting updated when the storage account credential gets rotated . Is this expected behavior? If yes then is there any way to update the secret for PVCs? The credentials are created a... | Azure In-tree CSI Driver: Unable to Access Azure File PVC After Rotating Storage Account Credentials | https://api.github.com/repos/kubernetes/kubernetes/issues/103683/comments | 9 | 2021-07-14T09:03:15Z | 2021-08-17T15:22:08Z | https://github.com/kubernetes/kubernetes/issues/103683 | 944,208,461 | 103,683 |
[
"kubernetes",
"kubernetes"
] | Since last Friday scalability test become red/very flaky
Affected jobs:
* [gce-master-scale-performance](https://k8s-testgrid.appspot.com/sig-scalability-gce#gce-master-scale-performance)
* [kubemark-master-500](https://k8s-testgrid.appspot.com/sig-scalability-kubemark#kubemark-master-500)
* [kubemark-5000](https... | Failing SIG Scalability performance tests | https://api.github.com/repos/kubernetes/kubernetes/issues/103682/comments | 5 | 2021-07-14T08:05:14Z | 2021-07-14T16:02:28Z | https://github.com/kubernetes/kubernetes/issues/103682 | 944,160,342 | 103,682 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Error during kubeadm init. I am trying to setup HA Cluster with kubeadm following this [guide](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/).
```
[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
[wait-control-plane] ... | Cannot create certificate signing request: Post "https://kube.company.com x509: certificate signed by unknown authority | https://api.github.com/repos/kubernetes/kubernetes/issues/103680/comments | 6 | 2021-07-14T07:28:55Z | 2021-07-16T07:30:29Z | https://github.com/kubernetes/kubernetes/issues/103680 | 944,133,614 | 103,680 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
The deprecation guide refers to using the field `reportingComponent` to replace `source.component` when migrating from `v1beta1.Event` to `v1.Event` in the `events.k8s.io` API.
#### What you expected to happen:
The correct field name is `reportingController` - `reportingComponent` is a fie... | [Documentation] incorrect field name in event API deprecation guide | https://api.github.com/repos/kubernetes/kubernetes/issues/103679/comments | 2 | 2021-07-14T04:41:35Z | 2021-07-15T11:30:48Z | https://github.com/kubernetes/kubernetes/issues/103679 | 944,033,859 | 103,679 |
[
"kubernetes",
"kubernetes"
] | A security issue was discovered with Kubernetes that could enable users to send network traffic to locations they would otherwise not have access to via a confused deputy attack.
This issue has been rated **Low** severity ([CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N](https://www.first.org/cvss/calculator/3.1#CVSS... | CVE-2021-25740: Endpoint & EndpointSlice permissions allow cross-Namespace forwarding | https://api.github.com/repos/kubernetes/kubernetes/issues/103675/comments | 15 | 2021-07-14T03:30:07Z | 2024-01-22T16:27:49Z | https://github.com/kubernetes/kubernetes/issues/103675 | 944,001,066 | 103,675 |
[
"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... | Allow node affinity in runtimeclass scheduling constraints | https://api.github.com/repos/kubernetes/kubernetes/issues/103673/comments | 9 | 2021-07-13T20:07:06Z | 2024-03-14T03:06:05Z | https://github.com/kubernetes/kubernetes/issues/103673 | 943,786,264 | 103,673 |
[
"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:
https://testgrid.k8s.io/sig-windows-signal#aks-engine-windows-containerd-master
#### Which test(s) are flaking:
[sig-node] Pods sho... | Pods should delete a collection of pods on Windows | https://api.github.com/repos/kubernetes/kubernetes/issues/103671/comments | 6 | 2021-07-13T16:45:19Z | 2021-10-25T14:34:23Z | https://github.com/kubernetes/kubernetes/issues/103671 | 943,626,390 | 103,671 |
[
"kubernetes",
"kubernetes"
] | Details here: https://github.com/ubuntu/microk8s/issues/2410 | Installing network-manager-l2tp breaks the microk8s cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/103661/comments | 6 | 2021-07-13T09:21:26Z | 2021-07-15T07:09:33Z | https://github.com/kubernetes/kubernetes/issues/103661 | 943,048,913 | 103,661 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
I have a kubelet configured to connect to a local APIServer that run as a static pod managed by kubelet, if this APIServer goes down or get edited and I have a bunch of Pod (not static ones) that use PVCs kubelet will take a lot of time to schedule APIServer static pod again.
So in kubelet log... | Start static pod take long time if APIServer down | https://api.github.com/repos/kubernetes/kubernetes/issues/103658/comments | 29 | 2021-07-13T07:49:46Z | 2024-06-18T09:12:57Z | https://github.com/kubernetes/kubernetes/issues/103658 | 942,926,461 | 103,658 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
ci-kubernetes-e2e-gci-gce-serial (gce-cos-master-serial)
#### Which test(s) are failing:
Kubernetes e2e suite.[sig-scheduling] SchedulerPriorities [Serial] Pod... | [Failing Test] [sig-scheduling] Pod should avoid nodes that have avoidPod annotation (ci-kubernetes-e2e-gci-gce-serial) | https://api.github.com/repos/kubernetes/kubernetes/issues/103655/comments | 6 | 2021-07-13T03:34:30Z | 2021-07-15T23:06:09Z | https://github.com/kubernetes/kubernetes/issues/103655 | 942,666,926 | 103,655 |
[
"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:
#### What ... | How to generate yaml in cluster to let work node to join | https://api.github.com/repos/kubernetes/kubernetes/issues/103652/comments | 5 | 2021-07-13T02:50:29Z | 2021-07-16T14:37:57Z | https://github.com/kubernetes/kubernetes/issues/103652 | 942,634,273 | 103,652 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
ci-kubernetes-e2e-gci-gce-serial (gce-cos-master-serial)
#### Which test(s) are failing:
Four `Kubernetes e2e suite.[sig-storage] * Volumes [Driver: *] [Testpatter... | [Failing Test] [sig-storage] subPath should unmount if pod is deleted while kubelet is down (ci-kubernetes-e2e-gci-gce-serial) | https://api.github.com/repos/kubernetes/kubernetes/issues/103651/comments | 46 | 2021-07-13T02:01:52Z | 2021-08-02T18:18:10Z | https://github.com/kubernetes/kubernetes/issues/103651 | 942,608,277 | 103,651 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
For resource quota, the cpu limit is `0`, while cpu request is `500m`
#### What you expected to happen:
cpu limit should always be larger than or equal to cpu request value.
#### Environment:
- Kubernetes version (use `kubectl version`):
```
Client Version: version.Info{Major:"1", Minor:"18",... | resource quota cpu limit smaller than cpu request in "used" section | https://api.github.com/repos/kubernetes/kubernetes/issues/103649/comments | 3 | 2021-07-12T22:54:22Z | 2021-07-12T23:25:36Z | https://github.com/kubernetes/kubernetes/issues/103649 | 942,516,671 | 103,649 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
- ci-kubernetes-build-deprecated
- ci-kubernetes-build-deprecated-1-21
- ci-kubernetes-build-1-20-deprecated
- ci-kubernetes-build-1-19-deprecated
#### Which tes... | failing jobs: ci-kubernetes-build-deprecated (and release-branch variants) | https://api.github.com/repos/kubernetes/kubernetes/issues/103647/comments | 7 | 2021-07-12T20:44:58Z | 2021-07-13T01:15:08Z | https://github.com/kubernetes/kubernetes/issues/103647 | 942,432,360 | 103,647 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
A pod stuck in CreateContainerConfigError (in my case because svcat wasn't ready and the pod depends on an s3 bucket) keeps pulling the image without any crash loop backoff.
We have a payed dockerhub subscription to pull images, but it turned out this failing daemonset (9 pods in total) exceeds th... | Pods in CreateContainerConfigError keep pulling image / exceed docker hub rate limit | https://api.github.com/repos/kubernetes/kubernetes/issues/103643/comments | 5 | 2021-07-12T15:08:44Z | 2021-07-15T07:06:48Z | https://github.com/kubernetes/kubernetes/issues/103643 | 942,163,189 | 103,643 |
[
"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 is a f... | FC pv attached a wrong lun | https://api.github.com/repos/kubernetes/kubernetes/issues/103637/comments | 13 | 2021-07-12T07:38:20Z | 2022-12-21T14:08:19Z | https://github.com/kubernetes/kubernetes/issues/103637 | 941,765,719 | 103,637 |
[
"kubernetes",
"kubernetes"
] | Hello team 👋 (I'm sorry this Issue is not on the issue template.)
It is related to #100347 #101394
With #101394, we use EnqueueExtensions.EventsToRegister() for dynamic event handlers registration.
So, now EnqueueExtensions has two roles.
1. move unschedulable Pods in internal scheduling queues efficiently... | scheduler: Make it clear that EnqueueExtensions has the role of dynamic event handlers registration | https://api.github.com/repos/kubernetes/kubernetes/issues/103633/comments | 7 | 2021-07-11T12:38:28Z | 2021-08-18T17:30:57Z | https://github.com/kubernetes/kubernetes/issues/103633 | 941,444,315 | 103,633 |
[
"kubernetes",
"kubernetes"
] | Hi,
The documentation of the TCP liveness/readiness probe only say:
> A third type of liveness probe uses a TCP socket. With this configuration, the kubelet will attempt to open a socket to your container on the specified port. If it can establish a connection, the container is considered healthy, if it can't it ... | [Documentation] Update the TCP probe documentation do explain when the application will really be "not alive" | https://api.github.com/repos/kubernetes/kubernetes/issues/103632/comments | 9 | 2021-07-10T20:40:39Z | 2022-03-09T23:02:20Z | https://github.com/kubernetes/kubernetes/issues/103632 | 941,320,531 | 103,632 |
[
"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 testi... | Kubelet panic in syncTerminatedPod | https://api.github.com/repos/kubernetes/kubernetes/issues/103625/comments | 13 | 2021-07-09T22:22:27Z | 2021-07-14T00:42:27Z | https://github.com/kubernetes/kubernetes/issues/103625 | 941,097,898 | 103,625 |
[
"kubernetes",
"kubernetes"
] | ### Failure cluster [7730c0d06ad08315e92d](https://go.k8s.io/triage#7730c0d06ad08315e92d)
##### Error text:
```
error during /home/prow/go/src/k8s.io/perf-tests/run-e2e.sh cluster-loader2 --experimental-gcp-snapshot-prometheus-disk=true --experimental-prometheus-disk-snapshot-name=ci-kubernetes-e2e-gci-gce-scalabi... | Failing job: ci-kubernetes-e2e-gci-gce-scalability / Failure cluster [7730c0d0...] | https://api.github.com/repos/kubernetes/kubernetes/issues/103624/comments | 3 | 2021-07-09T22:10:39Z | 2021-07-12T09:00:41Z | https://github.com/kubernetes/kubernetes/issues/103624 | 941,093,221 | 103,624 |
[
"kubernetes",
"kubernetes"
] | ### Failure cluster [11581380bb0484f16dc6](https://go.k8s.io/triage#11581380bb0484f16dc6)
##### Error text:
```
_output/local/go/src/k8s.io/kubernetes/test/e2e_node/eviction_test.go:475
pod memory-hog-pod failed; expected Status.Reason to be Evicted, but got
Expected
<string>:
to equal
<string>: Evi... | [Failing test] [sig-node] InodeEviction [Slow] [Serial] [Disruptive][NodeFeature:Eviction] when we run containers that should cause DiskPressure should eventually evict all of the correct pods | https://api.github.com/repos/kubernetes/kubernetes/issues/103623/comments | 16 | 2021-07-09T22:06:35Z | 2021-07-20T22:21:26Z | https://github.com/kubernetes/kubernetes/issues/103623 | 941,091,385 | 103,623 |
[
"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 there is ... | Change in NodePort for LoadBalancer services causes traffic drop in presence of cloud provider errors | https://api.github.com/repos/kubernetes/kubernetes/issues/103622/comments | 4 | 2021-07-09T21:47:51Z | 2021-08-09T02:52:13Z | https://github.com/kubernetes/kubernetes/issues/103622 | 941,083,539 | 103,622 |
[
"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 app... | kubectl apply timeouts on /openapi/v2?timeout=32s | https://api.github.com/repos/kubernetes/kubernetes/issues/103618/comments | 7 | 2021-07-09T18:01:19Z | 2021-12-16T21:22:11Z | https://github.com/kubernetes/kubernetes/issues/103618 | 940,965,754 | 103,618 |
[
"kubernetes",
"kubernetes"
] | I think the title is self explanatory, but I'll give an example of a simple config below:
```yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: backend
spec:
rules:
- http:
paths:
- path: /v1/foo
method: "POST" # This can be GET, HEAD, POST, PUT, PATCH... | Feature request: Custom http method on ingress http path | https://api.github.com/repos/kubernetes/kubernetes/issues/103613/comments | 4 | 2021-07-09T15:24:11Z | 2021-07-22T22:36:05Z | https://github.com/kubernetes/kubernetes/issues/103613 | 940,861,659 | 103,613 |
[
"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 start... | "Error Cleaning Up Jobs" From Cronjob, Which is Not Really an Error | https://api.github.com/repos/kubernetes/kubernetes/issues/103607/comments | 19 | 2021-07-09T12:01:27Z | 2022-01-25T11:44:32Z | https://github.com/kubernetes/kubernetes/issues/103607 | 940,701,178 | 103,607 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
sig-release-master-blocking/gce-cos-master-scalability-100
#### Which test(s) are failing:
`e2e.go: diffResources`
#### Since when has it been failing:
July 9th,... | [Failing Test][sig-scalability] gce-cos-master-scalability-100 | https://api.github.com/repos/kubernetes/kubernetes/issues/103606/comments | 9 | 2021-07-09T10:48:25Z | 2021-07-12T08:59:54Z | https://github.com/kubernetes/kubernetes/issues/103606 | 940,649,475 | 103,606 |
[
"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:
Attempting... | NewGVKParser fails when an aggregated api server encounters types of same name but different version | https://api.github.com/repos/kubernetes/kubernetes/issues/103597/comments | 16 | 2021-07-08T22:46:06Z | 2024-06-18T21:54:25Z | https://github.com/kubernetes/kubernetes/issues/103597 | 940,273,680 | 103,597 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
It would be helpful to see a descriptive message with response body if HTTP probe failed.
Currently kubernetes returns body as message only for succeeded HTTP probes.
https://github.com/kubernetes/kubernetes/blob/d80e3d104c1f758df644dad38d007f692704baad/pkg/probe/http/http.g... | Add response body in failed HTTP Probe message | https://api.github.com/repos/kubernetes/kubernetes/issues/103592/comments | 7 | 2021-07-08T19:35:39Z | 2021-10-20T03:57:13Z | https://github.com/kubernetes/kubernetes/issues/103592 | 940,161,027 | 103,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/
-->
#### What happened:
During code ... | Possible performance problem to iterate over the interfaces first and later over the addreses in winkernel Proxier | https://api.github.com/repos/kubernetes/kubernetes/issues/103588/comments | 13 | 2021-07-08T16:26:51Z | 2022-12-02T22:37:08Z | https://github.com/kubernetes/kubernetes/issues/103588 | 940,029,075 | 103,588 |
[
"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 put into `... | Kubelet should enforce that static pods do not reference other API objects | https://api.github.com/repos/kubernetes/kubernetes/issues/103587/comments | 36 | 2021-07-08T16:04:03Z | 2025-03-10T20:00:36Z | https://github.com/kubernetes/kubernetes/issues/103587 | 940,010,216 | 103,587 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Deployment with affinity is blocking new deployment that does not contain affinity
#### What you expected to happen:
I expect new deployment that does not contain affinity to be deployed without any problem
#### How to reproduce it (as minimally and precisely as possible):
Here is ... | Affinity probably present even after deleting it | https://api.github.com/repos/kubernetes/kubernetes/issues/103584/comments | 19 | 2021-07-08T13:12:28Z | 2021-12-26T05:11:33Z | https://github.com/kubernetes/kubernetes/issues/103584 | 939,845,525 | 103,584 |
[
"kubernetes",
"kubernetes"
] | Hi,
I have a use case where I need to schedule tenants to database clusters. Currently, I need to handpick the cluster a tenant is scheduled to. It would be useful to be able to allow the Kubernetes scheduler to assign DatabaseTenants to DatabaseClusters by matching resources required by DatabaseTenants with resourc... | Support for generic scheduling beyond assigning pods to nodes | https://api.github.com/repos/kubernetes/kubernetes/issues/103581/comments | 6 | 2021-07-08T10:25:42Z | 2021-12-05T21:28:11Z | https://github.com/kubernetes/kubernetes/issues/103581 | 939,710,624 | 103,581 |
[
"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 fa... | kubelet failed to start when DynamicKubeletConfig enabled | https://api.github.com/repos/kubernetes/kubernetes/issues/103579/comments | 3 | 2021-07-08T08:32:36Z | 2021-07-08T21:02:25Z | https://github.com/kubernetes/kubernetes/issues/103579 | 939,611,903 | 103,579 |
[
"kubernetes",
"kubernetes"
] | As visible in this graph:

pod-startup time in 5k-node tests increased around beginning of June (only 99% though).
It seems to be connected to "run-to-watch" phase.
We should investigate and see what... | Pod startup time latency increase around beginning of June | https://api.github.com/repos/kubernetes/kubernetes/issues/103578/comments | 10 | 2021-07-08T07:48:30Z | 2021-07-16T16:12:10Z | https://github.com/kubernetes/kubernetes/issues/103578 | 939,574,765 | 103,578 |
[
"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 I del... | Should update endpoints when delete service selector | https://api.github.com/repos/kubernetes/kubernetes/issues/103576/comments | 17 | 2021-07-08T07:27:38Z | 2023-06-03T22:32:42Z | https://github.com/kubernetes/kubernetes/issues/103576 | 939,558,649 | 103,576 |
[
"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'm trying... | Failed to renew certificate by following official documents | https://api.github.com/repos/kubernetes/kubernetes/issues/103575/comments | 8 | 2021-07-08T06:29:13Z | 2021-07-09T00:32:05Z | https://github.com/kubernetes/kubernetes/issues/103575 | 939,517,444 | 103,575 |
[
"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:
Recent commi... | scheduler: index out of range | https://api.github.com/repos/kubernetes/kubernetes/issues/103572/comments | 2 | 2021-07-08T05:22:28Z | 2021-07-09T15:43:24Z | https://github.com/kubernetes/kubernetes/issues/103572 | 939,481,879 | 103,572 |
[
"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... | kubectl get -o yaml: is it posible to hide metadata.managedFields | https://api.github.com/repos/kubernetes/kubernetes/issues/103571/comments | 5 | 2021-07-08T04:57:59Z | 2021-07-19T20:12:48Z | https://github.com/kubernetes/kubernetes/issues/103571 | 939,469,231 | 103,571 |
[
"kubernetes",
"kubernetes"
] | #### Which jobs are failing:
https://testgrid.k8s.io/sig-cluster-lifecycle-kubeadm#kubeadm-kinder-rootless-latest
#### Which test(s) are failing:
task-08-upgrade
#### Since when has it been failing:
https://github.com/kubernetes/kubernetes/compare/ec39cc2ea...17f6f2862?
#### Testgrid link:
#### Reason f... | kubeadm-kinder-rootless-latest task-08-upgrade failed | https://api.github.com/repos/kubernetes/kubernetes/issues/103570/comments | 3 | 2021-07-08T04:34:44Z | 2021-07-08T08:59:03Z | https://github.com/kubernetes/kubernetes/issues/103570 | 939,459,432 | 103,570 |
[
"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: `apiserver_re... | APIServer request termination metric has wrong verb label | https://api.github.com/repos/kubernetes/kubernetes/issues/103563/comments | 1 | 2021-07-08T01:58:48Z | 2021-07-15T20:10:44Z | https://github.com/kubernetes/kubernetes/issues/103563 | 939,394,824 | 103,563 |
[
"kubernetes",
"kubernetes"
] | Ideas to consider:
- [x] ~~Group errors by container. Ex:
`pod: check1, check2 (value); container1: check1 (value, value); init container2: check1, check5~~
- [x] ~~Consider making reasons more machine-readable~~
- [x] https://github.com/kubernetes/kubernetes/issues/103213
- [x] Add context to failure message,... | [PodSecurity] Improve error UX | https://api.github.com/repos/kubernetes/kubernetes/issues/103561/comments | 6 | 2021-07-07T23:45:50Z | 2021-11-03T19:22:17Z | https://github.com/kubernetes/kubernetes/issues/103561 | 939,343,300 | 103,561 |
[
"kubernetes",
"kubernetes"
] | - [ ] Add a config template (namespace, deployment, validating webhook, SA, RBAC, etc.) for the webhook.
- [ ] Dockerfile+script to build a docker image for the webhook
- [ ] Consider publishing a docker image for the webhook with k8s build artifacts
- [x] https://github.com/kubernetes/website/issues/30133
Sugg... | [PodSecurity] Webhook config template & container image | https://api.github.com/repos/kubernetes/kubernetes/issues/103559/comments | 4 | 2021-07-07T21:37:43Z | 2021-11-19T21:23:32Z | https://github.com/kubernetes/kubernetes/issues/103559 | 939,283,277 | 103,559 |
[
"kubernetes",
"kubernetes"
] | we have one in k/k and one in k/utils, both need to be in LICENSES
/assign | third_party/forked/golang/LICENSE is not in LICENSES | https://api.github.com/repos/kubernetes/kubernetes/issues/103551/comments | 4 | 2021-07-07T19:20:38Z | 2021-07-08T15:51:06Z | https://github.com/kubernetes/kubernetes/issues/103551 | 939,189,881 | 103,551 |
[
"kubernetes",
"kubernetes"
] | #### Which jobs are flaking:
pull-kubernetes-unit
#### Which test(s) are flaking:
pkg/apis/certificates/validation TestValidateCertificateSigningRequestCreate/valid_duration
#### Testgrid link:
https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/98817/pull-kubernetes-unit/1412827544935206912
#... | TestValidateCertificateSigningRequestCreate/valid_duration is flaking | https://api.github.com/repos/kubernetes/kubernetes/issues/103549/comments | 5 | 2021-07-07T18:25:55Z | 2021-07-08T15:30:29Z | https://github.com/kubernetes/kubernetes/issues/103549 | 939,150,478 | 103,549 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
The default IngressClass was not applied to an Ingress when the ingressClassName field was deleted.
#### What you expected to happen:
The default IngressClass should be added to all new *or* updated Ingress' if they do not posses one.
#### How to reproduce it (as minimally and precisely as p... | Ingress.ingressClassName field is not readded if removed | https://api.github.com/repos/kubernetes/kubernetes/issues/103546/comments | 32 | 2021-07-07T16:14:31Z | 2022-08-28T11:11:36Z | https://github.com/kubernetes/kubernetes/issues/103546 | 939,052,285 | 103,546 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
There is a scenario where strategic merge patch is applied for the following (This is part of some operator, not manual operation. As you can see it does not make sense to patch if it is manual)
BASE
```yaml
---
apiVersion: v1
kind: Service
metadata:
annotations:
labels:
app: ist... | strategic merge patch when service ports are the same, but with different protocols produces incorrect outputs | https://api.github.com/repos/kubernetes/kubernetes/issues/103544/comments | 14 | 2021-07-07T16:00:57Z | 2023-01-16T21:41:59Z | https://github.com/kubernetes/kubernetes/issues/103544 | 939,040,657 | 103,544 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Pod failed to start on a node that is already running a lot of pod sucessfuly, with the following events:
```
unable to ensure pod container exists: failed to create container for [kubepods burstable pod247ca13b-bc17-4709-ab2c-4d98b5ad4fb2] : mkdir /sys/fs/cgroup/devices/kubepods.slice/kubepods-b... | Pod fail to start as /sys/fs/cgroup/devices/kubepods.slice/kubepods-burstable.slice doesn't exist | https://api.github.com/repos/kubernetes/kubernetes/issues/103542/comments | 10 | 2021-07-07T13:25:50Z | 2022-01-15T19:32:44Z | https://github.com/kubernetes/kubernetes/issues/103542 | 938,893,231 | 103,542 |
[
"kubernetes",
"kubernetes"
] | There are a few mock files [1] [2] in the codebase today that are generated by [mockgen](https://github.com/golang/mock) and [mockery](https://github.com/vektra/mockery). However, these files are not autogenerated by any scripts today. This should be fixed and they should be probably be automated using `go:generate` ta... | Automate code generated by mockgen/mockery | https://api.github.com/repos/kubernetes/kubernetes/issues/103540/comments | 12 | 2021-07-07T10:08:42Z | 2021-09-04T14:51:19Z | https://github.com/kubernetes/kubernetes/issues/103540 | 938,722,613 | 103,540 |
[
"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 mountpoi... | subpath should not be directory when secret update | https://api.github.com/repos/kubernetes/kubernetes/issues/103531/comments | 7 | 2021-07-07T03:31:32Z | 2021-07-08T12:55:18Z | https://github.com/kubernetes/kubernetes/issues/103531 | 938,444,287 | 103,531 |
[
"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 Unab... | kubelet Unable to attach or mount volumes unmounted volumes=[default-token-kzw5v] | https://api.github.com/repos/kubernetes/kubernetes/issues/103530/comments | 10 | 2021-07-07T03:09:13Z | 2022-01-15T19:32:44Z | https://github.com/kubernetes/kubernetes/issues/103530 | 938,434,395 | 103,530 |
[
"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... | kube-scheduler add restful api for get a pod current node fit list and score. | https://api.github.com/repos/kubernetes/kubernetes/issues/103528/comments | 7 | 2021-07-07T01:35:36Z | 2021-12-20T07:59:58Z | https://github.com/kubernetes/kubernetes/issues/103528 | 938,394,171 | 103,528 |
[
"kubernetes",
"kubernetes"
] | Replace the azure auth plugin deprecation `.V(1)` with a `klog.Warningf` in v1.24
xref: https://github.com/kubernetes/kubernetes/pull/102181#discussion_r664690768
/assign @enj @ankeesler
/milestone v1.24
/triage accepted
/sig auth | Update azure auth plugin deprecation to warning | https://api.github.com/repos/kubernetes/kubernetes/issues/103525/comments | 6 | 2021-07-06T21:24:24Z | 2022-02-02T04:30:22Z | https://github.com/kubernetes/kubernetes/issues/103525 | 938,271,577 | 103,525 |
[
"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:
Update in js... | Json-schema adress link needs to be updated in generated code | https://api.github.com/repos/kubernetes/kubernetes/issues/103518/comments | 9 | 2021-07-06T16:48:14Z | 2021-12-08T10:48:17Z | https://github.com/kubernetes/kubernetes/issues/103518 | 938,083,071 | 103,518 |
[
"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:
pull-kubernetes-integration
#### Which test(s) are flaking:
Several packages just started timing out badly after ~7/5
https://... | pull-kubernetes-integration timing out | https://api.github.com/repos/kubernetes/kubernetes/issues/103512/comments | 87 | 2021-07-06T11:01:12Z | 2022-01-29T16:22:35Z | https://github.com/kubernetes/kubernetes/issues/103512 | 937,774,939 | 103,512 |
[
"kubernetes",
"kubernetes"
] | It failed 3 times on my unrelated PR, e.g.:
https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/102998/pull-kubernetes-integration/1412300553769193472
/kind flake
Added in https://github.com/kubernetes/kubernetes/pull/100412
/sig network
/priority important-soon
/cc @hanlins @aojea @thockin | TestQuotaLimitService is very flaky | https://api.github.com/repos/kubernetes/kubernetes/issues/103510/comments | 4 | 2021-07-06T08:38:40Z | 2021-07-07T12:37:59Z | https://github.com/kubernetes/kubernetes/issues/103510 | 937,656,538 | 103,510 |
[
"kubernetes",
"kubernetes"
] | I create a Deployment with 5 pods, the requirement is that each application in each pod needs an unique identification(such as pod-1, pod-2, pod-3, pod-4, pod-5). StatefulSet is not suitable,because pods couldn't be rescheduled when the node is NotReady. Is there any ways to achieve this ?
The requirement is that, whe... | Does k8s support assigning unique identification to each pod? #58962 | https://api.github.com/repos/kubernetes/kubernetes/issues/103506/comments | 8 | 2021-07-06T06:36:32Z | 2021-12-04T01:11:08Z | https://github.com/kubernetes/kubernetes/issues/103506 | 937,565,684 | 103,506 |
[
"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:
Under ARM64 ... | `kubectl logs` with the `--follow` args, the log loops indefinitely | https://api.github.com/repos/kubernetes/kubernetes/issues/103500/comments | 25 | 2021-07-06T01:47:51Z | 2025-02-01T06:44:05Z | https://github.com/kubernetes/kubernetes/issues/103500 | 937,449,746 | 103,500 |
[
"kubernetes",
"kubernetes"
] | We should drop the `.V(1)` bit once in favor of a `klog.Warningf` once gcp has a replacement.
xref: https://github.com/kubernetes/kubernetes/pull/102181#discussion_r636963736
/assign @enj @mikedanese
/milestone v1.24
/triage accepted
/sig auth | Update gcp auth plugin deprecation with actionable message | https://api.github.com/repos/kubernetes/kubernetes/issues/103499/comments | 8 | 2021-07-06T00:47:47Z | 2022-03-21T21:20:45Z | https://github.com/kubernetes/kubernetes/issues/103499 | 937,432,168 | 103,499 |
[
"kubernetes",
"kubernetes"
] | This serves as a milestoned issue to track removal of gcp and azure auth plugin code per #102181
/assign
/milestone v1.25 | Remove gcp and azure auth plugins in v1.25 | https://api.github.com/repos/kubernetes/kubernetes/issues/103498/comments | 6 | 2021-07-06T00:34:38Z | 2022-06-28T10:52:42Z | https://github.com/kubernetes/kubernetes/issues/103498 | 937,428,843 | 103,498 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
When run kubelet with `--container-runtime="remote"`, the `ImageGCManager` does not use the correct sandbox image from container runtime. In `ImageGCManager`, the sandbox image should be kept on the node. If we don't get the configuration from container runtime, it will cause the sandbox image to... | When use the remote container runtime, image gc manager might delete the sandbox image | https://api.github.com/repos/kubernetes/kubernetes/issues/103494/comments | 7 | 2021-07-05T17:16:01Z | 2021-07-07T11:28:46Z | https://github.com/kubernetes/kubernetes/issues/103494 | 937,262,005 | 103,494 |
[
"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'm working ... | kubeadm init tasks fails when executing in private servers running behind a proxy | https://api.github.com/repos/kubernetes/kubernetes/issues/103489/comments | 5 | 2021-07-05T15:17:44Z | 2021-07-05T21:59:48Z | https://github.com/kubernetes/kubernetes/issues/103489 | 937,188,681 | 103,489 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
ci-kubernetes-node-kubelet-features
#### Which test(s) are failing:
* E2eNode Suite: [sig-node] ResourceMetricsAPI [NodeFeature:ResourceMetrics] when querying... | [Failing Test][sig-node] ci-kubernetes-node-kubelet-features | https://api.github.com/repos/kubernetes/kubernetes/issues/103485/comments | 6 | 2021-07-05T13:26:47Z | 2021-07-12T06:57:21Z | https://github.com/kubernetes/kubernetes/issues/103485 | 937,093,558 | 103,485 |
[
"kubernetes",
"kubernetes"
] | Hello! i try use reportportal in Microk8s.
I try install reportportal and delete reportportal.
But i can not delete job.batch
#### Environment:
- Kubernetes version (use `kubectl version`):
```
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.2", GitCommit:"092fbfbf53427de67cac1e9fa54aa... | error: the server doesn't have a resource type "job" in microk8s 1.18 | https://api.github.com/repos/kubernetes/kubernetes/issues/103479/comments | 6 | 2021-07-05T09:18:41Z | 2021-07-05T17:47:33Z | https://github.com/kubernetes/kubernetes/issues/103479 | 936,880,071 | 103,479 |
[
"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:
Have a legac... | scheduler: failed with unreadable error message with v1beta2 configuration | https://api.github.com/repos/kubernetes/kubernetes/issues/103478/comments | 1 | 2021-07-05T09:04:31Z | 2021-07-06T17:42:48Z | https://github.com/kubernetes/kubernetes/issues/103478 | 936,865,403 | 103,478 |
[
"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 get ... | CSINode does not support setting volume limits for different storageclass | https://api.github.com/repos/kubernetes/kubernetes/issues/103477/comments | 8 | 2021-07-05T07:37:57Z | 2021-12-06T08:30:14Z | https://github.com/kubernetes/kubernetes/issues/103477 | 936,789,281 | 103,477 |
[
"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... | Fix TerminationGracePeriodSeconds is negative | https://api.github.com/repos/kubernetes/kubernetes/issues/103476/comments | 4 | 2021-07-05T07:18:09Z | 2023-02-08T04:57:13Z | https://github.com/kubernetes/kubernetes/issues/103476 | 936,774,856 | 103,476 |
[
"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:
Initializa... | Ubuntu 20.04: unable to bootstrap cluster fully (arm64) | https://api.github.com/repos/kubernetes/kubernetes/issues/103466/comments | 9 | 2021-07-04T20:52:39Z | 2021-07-05T22:13:54Z | https://github.com/kubernetes/kubernetes/issues/103466 | 936,537,962 | 103,466 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
Currently, it is not possible to support both TCP and UDP services with the same service when it is of type `LoadBalancer`. For instance the following spec fails
```yaml
apiVersion: v1
kind: Service
metadata:
name: nginx-https
namespace: test
spec:
selector:
app... | Allow both TCP and UDP ports in the same service of type `LoadBalancer` | https://api.github.com/repos/kubernetes/kubernetes/issues/103464/comments | 7 | 2021-07-04T14:30:58Z | 2021-07-05T15:37:47Z | https://github.com/kubernetes/kubernetes/issues/103464 | 936,470,369 | 103,464 |
[
"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 test jobs
#### Which test(s) are flaking:
TestQuotaLimitService which was recently added in https://github.com/kubern... | TestQuotaLimitService is flaky | https://api.github.com/repos/kubernetes/kubernetes/issues/103463/comments | 6 | 2021-07-04T04:14:44Z | 2021-07-15T20:11:14Z | https://github.com/kubernetes/kubernetes/issues/103463 | 936,373,046 | 103,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:
it appears t... | Deployment Condition not getting updated with correct timestamp | https://api.github.com/repos/kubernetes/kubernetes/issues/103450/comments | 16 | 2021-07-02T22:44:52Z | 2022-02-09T19:41:22Z | https://github.com/kubernetes/kubernetes/issues/103450 | 936,102,456 | 103,450 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Hello !
I want to check the election of basic components, but the information displayed is different in different versions of kubernetes binary installation methods.
Is the corresponding information cancelled in kubernetes v1.20 +? Or is there any other way to view the election of basic com... | Kubernetes v1.20 endpoints resource cannot view controller manger or scheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/103446/comments | 5 | 2021-07-02T18:51:18Z | 2021-07-05T19:21:34Z | https://github.com/kubernetes/kubernetes/issues/103446 | 936,001,104 | 103,446 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
When I try to create a daemonset resource, I prompt the following information:
```
The DaemonSet "node-exporter" is invalid: spec.template.spec.containers[0].securityContext.privileged: Forbidden: disallowed by cluster policy
```
DaemonSet yaml :
```
apiVersion: apps/v1
kind: DaemonSet
me... | Forbidden: disallowed by cluster policy | https://api.github.com/repos/kubernetes/kubernetes/issues/103444/comments | 8 | 2021-07-02T16:16:53Z | 2021-07-05T19:26:20Z | https://github.com/kubernetes/kubernetes/issues/103444 | 935,906,466 | 103,444 |
[
"kubernetes",
"kubernetes"
] | apiserver_longrunning_gauge and apiserver_register_watchers are kinda redundant [as pointed out here](https://github.com/kubernetes/kubernetes/issues/102545). We discussed this in our SIG instrumentation meeting and while it's clear that apiserver_longrunning_gauge, the name does not conform to instrumentation guidelin... | Deprecate apiserver_longrunning_guage and apiserver_registered_watchers in favor of a new metric | https://api.github.com/repos/kubernetes/kubernetes/issues/103441/comments | 8 | 2021-07-02T15:28:09Z | 2021-08-05T08:44:03Z | https://github.com/kubernetes/kubernetes/issues/103441 | 935,872,859 | 103,441 |
[
"kubernetes",
"kubernetes"
] | #### Which jobs are failing:
ci-kubernetes-e2e-gci-gce-alpha-features
#### Which test(s) are failing:
* kubetest.Up
#### Since when has it been failing:
Jul 02 2021, 01:26:42 UTC+0200
#### Testgrid link:
https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-alpha-features
#### Reason for fa... | [Failing Test][sig-release] ci-kubernetes-e2e-gci-gce-alpha-features | https://api.github.com/repos/kubernetes/kubernetes/issues/103440/comments | 8 | 2021-07-02T15:11:20Z | 2021-07-07T22:17:19Z | https://github.com/kubernetes/kubernetes/issues/103440 | 935,859,922 | 103,440 |
[
"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/
-->
/kind bug
/sig storage
/area prov... | csi-translation-lib: Azure disk type is not properly translated | https://api.github.com/repos/kubernetes/kubernetes/issues/103433/comments | 5 | 2021-07-02T11:20:47Z | 2021-07-28T05:01:35Z | https://github.com/kubernetes/kubernetes/issues/103433 | 935,677,174 | 103,433 |
[
"kubernetes",
"kubernetes"
] | `utilfeature.DefaultFeatureGate` is deprecated, we should migrate to use `pkg/scheduler/framework/plugins/feature`, see the discussion: https://github.com/kubernetes/kubernetes/pull/100003/files#r592462218
/assign
/sig scheduling | scheduler/volumebinding: migrate to use pkg/scheduler/framework/plugins/feature | https://api.github.com/repos/kubernetes/kubernetes/issues/103431/comments | 1 | 2021-07-02T09:39:36Z | 2021-09-13T20:27:50Z | https://github.com/kubernetes/kubernetes/issues/103431 | 935,599,942 | 103,431 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
When an e2e test gets skipped with `e2eskipper.Skipf`, the reason passed to that function should be visible in junit file and prow.io.
~~Currently the reason is not recorded in the junit file. Whether it would be shown by prow.io is unknown.~~
Recent JUnit files contain an... | prow.k8s.io: show skip reason | https://api.github.com/repos/kubernetes/kubernetes/issues/103430/comments | 10 | 2021-07-02T09:17:23Z | 2021-11-02T18:57:51Z | https://github.com/kubernetes/kubernetes/issues/103430 | 935,582,589 | 103,430 |
[
"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-node-containerd#containerd-node-features (containerd)
https://testgrid.k8s.io/sig-node-cri-o#ci-crio-cgroupv1-node-e2e-features (crio)
... | ResourceMetricsAPI failing on containerd and cri-o | https://api.github.com/repos/kubernetes/kubernetes/issues/103428/comments | 6 | 2021-07-02T07:33:40Z | 2021-07-06T17:21:40Z | https://github.com/kubernetes/kubernetes/issues/103428 | 935,502,197 | 103,428 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
While running on a v1.18.15 version of Kubernetes (With customisation around the kubeadm and kube-proxy), `kube-apiserver` fails to recover gracefully of certain kind of panics causing the nodes to go into `NotReady` state randomly.
Observing this only when the system is heavily loaded close to ... | kube-apiserver fails to recover from some panic | https://api.github.com/repos/kubernetes/kubernetes/issues/103425/comments | 9 | 2021-07-02T06:50:06Z | 2021-10-06T20:47:59Z | https://github.com/kubernetes/kubernetes/issues/103425 | 935,473,711 | 103,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/
-->
For single node with hundreds and tho... | Kubelet stats Provider performance bottleneck | https://api.github.com/repos/kubernetes/kubernetes/issues/103423/comments | 10 | 2021-07-02T06:39:15Z | 2021-09-21T18:56:19Z | https://github.com/kubernetes/kubernetes/issues/103423 | 935,467,574 | 103,423 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
When a applying a deployment using the _nodeName_ attribute to target a specific worker node with a certain number of replicas, kube-scheduler will start spawning endless OOM pods if the node does not currently have enough memory to accommodate all of them.
#### What you expected to happen:
In ca... | Out of memory pods from deployment spawn endlessly | https://api.github.com/repos/kubernetes/kubernetes/issues/103421/comments | 7 | 2021-07-01T23:00:52Z | 2021-07-06T01:34:46Z | https://github.com/kubernetes/kubernetes/issues/103421 | 935,273,544 | 103,421 |
[
"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/
-->
**REMOVED IP ADDRESS from LOG**
... | "Back-off restarting failed container" | https://api.github.com/repos/kubernetes/kubernetes/issues/103410/comments | 2 | 2021-07-01T16:58:06Z | 2021-07-01T17:06:44Z | https://github.com/kubernetes/kubernetes/issues/103410 | 935,040,384 | 103,410 |
[
"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:
With version... | Labels of pv are missing in version 1.18.18 | https://api.github.com/repos/kubernetes/kubernetes/issues/103403/comments | 17 | 2021-07-01T12:18:15Z | 2021-07-13T22:23:16Z | https://github.com/kubernetes/kubernetes/issues/103403 | 934,783,365 | 103,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:
I have a gRP... | gRPC and gRPC-web backend not connecting though kubernetes nginx ingress | https://api.github.com/repos/kubernetes/kubernetes/issues/103395/comments | 8 | 2021-07-01T04:50:28Z | 2021-07-01T06:32:13Z | https://github.com/kubernetes/kubernetes/issues/103395 | 934,386,665 | 103,395 |
[
"kubernetes",
"kubernetes"
] | Runtimes (cri-o & containerd) let you override the default seccomp profile, and there is a new proposal to change the default profile (https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2413-seccomp-by-default). To respect these changes to the default in the baseline profile, we should forbid _explici... | [PodSecurity] baseline - seccomp: forbid explicit unconfined | https://api.github.com/repos/kubernetes/kubernetes/issues/103388/comments | 2 | 2021-06-30T23:05:57Z | 2021-07-07T05:11:30Z | https://github.com/kubernetes/kubernetes/issues/103388 | 934,191,338 | 103,388 |
[
"kubernetes",
"kubernetes"
] | Implement the "hostProcess" check from https://github.com/kubernetes/enhancements/tree/master/keps/sig-auth/2579-psp-replacement#pod-security-standards
- [ ] implement check_hostProcess.go for the baseline policy
- fail if `spec.securityContext.windowsOptions.hostProcess=true` or any containers set `securityConte... | [PodSecurity] baseline - hostProcess check | https://api.github.com/repos/kubernetes/kubernetes/issues/103381/comments | 2 | 2021-06-30T18:51:47Z | 2021-07-02T08:16:24Z | https://github.com/kubernetes/kubernetes/issues/103381 | 934,011,985 | 103,381 |
[
"kubernetes",
"kubernetes"
] | ## docker version
```
Client: Docker Engine - Community
Version: 20.10.7
API version: 1.41
Go version: go1.13.15
Git commit: f0df350
Built: Wed Jun 2 11:57:03 2021
OS/Arch: linux/arm64
Context: default
Experimental: true
Server: Do... | docker is not pulling the right architecture from manifest | https://api.github.com/repos/kubernetes/kubernetes/issues/103377/comments | 3 | 2021-06-30T17:59:51Z | 2021-06-30T18:00:41Z | https://github.com/kubernetes/kubernetes/issues/103377 | 933,959,600 | 103,377 |
[
"kubernetes",
"kubernetes"
] | When mounting an in-tree NFS share, reserved ports are used (this happened to be a filestore instance, so we can assume the server is configured sanely).
gke-regular-default-pool-08fd3112-zgfs /home/mattcary # netstat -tp | grep nfs
tcp 0 0 gke-regular-default:982 10.108.60.194:nfs ESTABLISHED - ... | NFS reserved port range can overlap with other services. | https://api.github.com/repos/kubernetes/kubernetes/issues/103375/comments | 3 | 2021-06-30T17:57:37Z | 2021-08-05T02:00:32Z | https://github.com/kubernetes/kubernetes/issues/103375 | 933,958,011 | 103,375 |
[
"kubernetes",
"kubernetes"
] | Once all checks are implemented (https://github.com/kubernetes/kubernetes/issues/103194), do a sweep to ensure the forbidden reason and details are consistent/coherent across them
* Consistency of check IDs
* Make reason consistent (and consider exporting as a constant)
* Make details consistent
* e.g. https://... | [PodSecurity] make name/reason/details messages consistent across checks | https://api.github.com/repos/kubernetes/kubernetes/issues/103373/comments | 2 | 2021-06-30T17:19:11Z | 2021-07-08T21:02:10Z | https://github.com/kubernetes/kubernetes/issues/103373 | 933,930,635 | 103,373 |
[
"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... | Kubelet should not report metrics from init containers | https://api.github.com/repos/kubernetes/kubernetes/issues/103368/comments | 22 | 2021-06-30T15:50:26Z | 2022-07-14T21:36:52Z | https://github.com/kubernetes/kubernetes/issues/103368 | 933,854,153 | 103,368 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Since upgrading from Kubernetes `1.19.8` to `1.20.8` we no longer get memory metrics from the `/stats/summary` endpoint on `kubelet`.
Example:
```json
"memory": {
"time": "2021-06-30T15:12:35Z",
"availableBytes": 1073741824,
"usageBytes": 0,
"workingSetBytes": 0,
"rssB... | No memory metrics from kubelet stats endpoint | https://api.github.com/repos/kubernetes/kubernetes/issues/103366/comments | 37 | 2021-06-30T15:36:23Z | 2022-04-27T15:58:57Z | https://github.com/kubernetes/kubernetes/issues/103366 | 933,840,552 | 103,366 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
Kubernetes currently exposes `hostPID` and `hostNetwork` configurations for pods to enter host's PID and network namespaces respectively. Allow pods to enter host's cgroup namespace as well.
#### Why is this needed:
CNIs like Cilium attach BPF programs to cgroups to enabl... | Allow pods to enter host's cgroup namespace | https://api.github.com/repos/kubernetes/kubernetes/issues/103363/comments | 12 | 2021-06-30T15:12:03Z | 2021-08-05T22:46:20Z | https://github.com/kubernetes/kubernetes/issues/103363 | 933,815,454 | 103,363 |
[
"kubernetes",
"kubernetes"
] | I am saying [taint-based eviction](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/#taint-based-evictions), the other one(no-taint-based eviction) is out of this feature request.
Currently, all the pods are scheduled for deletion by the node lifecycle controller if their nodes are tainte... | Add force-eviction-seconds option to kube-controller-manager | https://api.github.com/repos/kubernetes/kubernetes/issues/103356/comments | 6 | 2021-06-30T14:21:47Z | 2022-02-04T18:20:36Z | https://github.com/kubernetes/kubernetes/issues/103356 | 933,764,295 | 103,356 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
I’m trying to run a rootless tomcat container in K8S, to do so I set User ‘tomcat’ with the appropriate permission in Docker Image. I have a startup script that creates a directory in /opt/var/logs (during container startup) and also starts tomcat service.
```
#steps in Dockerfile
#adding tomcat... | Failed to write to mapped volume even after setting up fsgroup in pod security context | https://api.github.com/repos/kubernetes/kubernetes/issues/103355/comments | 16 | 2021-06-30T13:31:48Z | 2022-12-27T16:21:33Z | https://github.com/kubernetes/kubernetes/issues/103355 | 933,713,372 | 103,355 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
"kubectl top pod" shows different memory usage from its in pod.
I think that it shows with adding cache memory.
Is this usage metric used to HPA?
If so, how can I find right value of memory request for my applications?
```
# kubectl top pod
{my_pod_name} 9m 1394Mi
# ps... | kubectl top pod shows wrong memory usage | https://api.github.com/repos/kubernetes/kubernetes/issues/103352/comments | 7 | 2021-06-30T11:46:29Z | 2021-06-30T16:23:48Z | https://github.com/kubernetes/kubernetes/issues/103352 | 933,615,455 | 103,352 |
[
"kubernetes",
"kubernetes"
] | Hello, I have a question.
I am trying to upgrade out custom framework plugins to v1.22.0-beta.0, and testing found that not all plugins currently support interface of EnqueueExtensions, such as Prioritysort.
https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/framework/runtime/framework.go#L387
... | scheduler: not all plugins support interface of EnqueueExtensions | https://api.github.com/repos/kubernetes/kubernetes/issues/103351/comments | 16 | 2021-06-30T11:36:29Z | 2021-10-25T16:56:58Z | https://github.com/kubernetes/kubernetes/issues/103351 | 933,605,466 | 103,351 |
[
"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 ... | k8s 1.20.1 Cannot expose service on Azure: "failed to ensure load balancer: not a vmss instance" | https://api.github.com/repos/kubernetes/kubernetes/issues/103348/comments | 4 | 2021-06-30T11:00:25Z | 2021-08-09T02:56:17Z | https://github.com/kubernetes/kubernetes/issues/103348 | 933,569,901 | 103,348 |
[
"kubernetes",
"kubernetes"
] | #### Environment:
- **Kubernetes version**: 1.21.2
- **Cloud provider or hardware configuration**: Bare metal (VMware)
- **OS**: Ubuntu 18.04.5 LTS
- **Kernel**: 4.15.0-147-generic
- **Install tools**: Kubeadm
- **Network plugin and version (if this is a network-related bug)**: Weave 2.8.1
- **CRI**: Containerd ... | Kubelet is not reporting all metrics | https://api.github.com/repos/kubernetes/kubernetes/issues/103347/comments | 6 | 2021-06-30T10:46:27Z | 2021-07-15T06:39:33Z | https://github.com/kubernetes/kubernetes/issues/103347 | 933,558,324 | 103,347 |
[
"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 productio... | When set gcc.terminatedPodThreshold = 0, we should delete all terminated pods, not disable pod garbage collector | https://api.github.com/repos/kubernetes/kubernetes/issues/103330/comments | 5 | 2021-06-30T06:35:50Z | 2021-07-02T18:08:34Z | https://github.com/kubernetes/kubernetes/issues/103330 | 933,355,852 | 103,330 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.