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"
] | my docker run command:
docker run -u root
--device=/dev/bm-tpu0:/dev/bm-tpu0
--device=/dev/bmdev-ctl:/dev/bmdev-ctl
--device=/dev/ion:/dev/ion
--device=/dev/jpu:/dev/jpu
--device=/dev/vpu:/dev/vpu
--device=/dev/bm-vpp:/dev/bm-vpp
-v /system/lib:/system/lib
-itd
--name='test'
-p... | how to config devices of docker container by k8s? | https://api.github.com/repos/kubernetes/kubernetes/issues/97079/comments | 6 | 2020-12-05T03:30:55Z | 2020-12-08T06:59:38Z | https://github.com/kubernetes/kubernetes/issues/97079 | 757,525,716 | 97,079 |
[
"kubernetes",
"kubernetes"
] | <!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
If you're looking for help, check the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
or our [Discussion Forums](https://discuss.kubernetes.io).
You can also post your question o... | File 'repomd.xml' from repository https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64 is signed with an unknown key | https://api.github.com/repos/kubernetes/kubernetes/issues/97077/comments | 8 | 2020-12-04T21:32:39Z | 2021-05-08T13:06:06Z | https://github.com/kubernetes/kubernetes/issues/97077 | 757,420,617 | 97,077 |
[
"kubernetes",
"kubernetes"
] | CVSS Rating: **Medium** ([CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L))
This issue affects multitenant clusters. If a potential attacker can already create or edit services and pods, then they may be able to intercept traffic f... | CVE-2020-8554: Man in the middle using LoadBalancer or ExternalIPs | https://api.github.com/repos/kubernetes/kubernetes/issues/97076/comments | 36 | 2020-12-04T20:02:15Z | 2021-12-14T21:23:22Z | https://github.com/kubernetes/kubernetes/issues/97076 | 757,368,290 | 97,076 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
On service with externalTrafficPolicy: Local and type: LoadBalancer or NodePort, ipvs rules (MASQ) are installed on all workers, loadbalacing across all pods IPs, even to PODs that are not running locally on this worker.
**What you expected to happen**:
~~As iptables modes does~~, the IPVS rules... | kube-proxy ignores source address preservation with external-traffic-policy: Local and externalIP address | https://api.github.com/repos/kubernetes/kubernetes/issues/97073/comments | 5 | 2020-12-04T18:26:07Z | 2020-12-07T11:50:34Z | https://github.com/kubernetes/kubernetes/issues/97073 | 757,309,899 | 97,073 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
An admission controller in kube-apiserver to set the default scheduler name, when it's not set.
To discuss, from users feedback:
- How should it be configured?
1. [Preferred] Through a ConfigMap or a new resouce, similar to [LimitRange](https://kubernetes.io/docs/tasks/a... | Admission controller to set default scheduler name | https://api.github.com/repos/kubernetes/kubernetes/issues/97072/comments | 4 | 2020-12-04T15:22:21Z | 2020-12-08T21:20:06Z | https://github.com/kubernetes/kubernetes/issues/97072 | 757,183,039 | 97,072 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are flaking**:
gce-master-scale-correctness
**Which test(s) are flaking**:
`[sig-storage] In-tree Volumes [Driver: gcepd] [Testpattern: Pre-provisioned PV (xfs)][Slow] volumes should store data`
**Testgrid link**:
https://k8s-testgrid.appspot.com/sig-release-master-informing#gce-master-scale-corre... | [Flaky test] [sig-storage] In-tree Volumes [Driver: gcepd] [Testpattern: Pre-provisioned PV (xfs)][Slow] volumes should store data | https://api.github.com/repos/kubernetes/kubernetes/issues/97071/comments | 26 | 2020-12-04T14:48:06Z | 2022-02-01T16:44:40Z | https://github.com/kubernetes/kubernetes/issues/97071 | 757,157,871 | 97,071 |
[
"kubernetes",
"kubernetes"
] | <!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
If you're looking for help, check the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
or our [Discussion Forums](https://discuss.kubernetes.io).
You can also post your question o... | who use apiserver endpoints? | https://api.github.com/repos/kubernetes/kubernetes/issues/97067/comments | 6 | 2020-12-04T09:48:42Z | 2020-12-17T21:22:25Z | https://github.com/kubernetes/kubernetes/issues/97067 | 756,962,484 | 97,067 |
[
"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 installi... | Node cpu capacity inside limited LXD container detected wrong in 1.19 | https://api.github.com/repos/kubernetes/kubernetes/issues/97066/comments | 8 | 2020-12-04T08:18:22Z | 2021-06-24T18:01:03Z | https://github.com/kubernetes/kubernetes/issues/97066 | 756,902,493 | 97,066 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
It would be useful to have a way to reference Secrets from Secret definition.
```yaml
apiVersion: v1
kind: Secret
metadata:
name: composite-secret
valuesFrom:
secretKeyRef:
name: or... | Reference Secrets and ConfigMaps from Secret | https://api.github.com/repos/kubernetes/kubernetes/issues/97062/comments | 9 | 2020-12-04T06:23:47Z | 2021-01-07T21:14:55Z | https://github.com/kubernetes/kubernetes/issues/97062 | 756,840,166 | 97,062 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
add label on metric apiserver_current_inflight_requests , for example:resource,verb
>https://github.com/kubernetes/kubernetes/blob/a744bddbf497ab718a40bee1c730e7e848e471ed/staging/src/k8s.io/apiserver/pk... | add resource label on inflight metric | https://api.github.com/repos/kubernetes/kubernetes/issues/97061/comments | 19 | 2020-12-04T03:44:02Z | 2021-05-16T08:49:23Z | https://github.com/kubernetes/kubernetes/issues/97061 | 756,775,220 | 97,061 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
I'd like to advocate that we remove the assignment of a default value to the `timeoutSeconds` `livenessProbe` exec configuration (if there is a similar default assigned to the http(s) probe config the s... | Eliminate the assignment of a default timeoutSeconds value for livenessProbes | https://api.github.com/repos/kubernetes/kubernetes/issues/97060/comments | 11 | 2020-12-04T01:31:22Z | 2021-05-08T20:06:04Z | https://github.com/kubernetes/kubernetes/issues/97060 | 756,721,914 | 97,060 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
Trying to deploy kubernetes Cluster on my local machine using kubeadm following below
- install via yum - kubeadm, kubectl, kubelet
- install crio
- make sure selinux, all modules are enabled as per documentation
- start crio
- start kubelet
- swapoff -a
- kubeadm init --cri-socket /var/r... | Kubelet failed to start due to errors when invoked via kubeadm | https://api.github.com/repos/kubernetes/kubernetes/issues/97055/comments | 5 | 2020-12-03T19:07:57Z | 2020-12-03T21:11:10Z | https://github.com/kubernetes/kubernetes/issues/97055 | 756,486,093 | 97,055 |
[
"kubernetes",
"kubernetes"
] | Currently if we want to change the FSGroupPolicy value in the CSIDriver.Spec, we have to delete and recreate the CSIDriver. This is not ideal, and we should look into making this value mutable. | Make CSIDriver FSGroupPolicy mutable | https://api.github.com/repos/kubernetes/kubernetes/issues/97054/comments | 6 | 2020-12-03T18:44:15Z | 2021-05-02T20:28:39Z | https://github.com/kubernetes/kubernetes/issues/97054 | 756,454,385 | 97,054 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
kube-proxy IPVS tries to load nf_conntrack_ipv4 on RedHat 8.3+ (so soon on CentOS ;) )
RedHat 8.3 has kernel 4.18 with many backports, including nf_conntrack_ipv4 removed/merged into nf_conntrack
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/new-fe... | kube-proxy IPVS tries to load nf_conntrack_ipv4 on RedHat 8.3+ | https://api.github.com/repos/kubernetes/kubernetes/issues/97052/comments | 20 | 2020-12-03T17:31:53Z | 2021-09-24T22:43:56Z | https://github.com/kubernetes/kubernetes/issues/97052 | 756,402,044 | 97,052 |
[
"kubernetes",
"kubernetes"
] | [Since kubernetes drops support to "direct" docker in 1.20](https://twitter.com/Dixie3Flatline/status/1334188913724850177), how much "dockerness" will be removed with it? Can we please talk about giving CRI more responsibility and remove various pre-decisions in the kubernetes code?
**What would you like to be added... | CRI: More flexibility for CRI shims | https://api.github.com/repos/kubernetes/kubernetes/issues/97050/comments | 8 | 2020-12-03T16:49:33Z | 2022-11-13T20:58:38Z | https://github.com/kubernetes/kubernetes/issues/97050 | 756,370,789 | 97,050 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
When scheduler config provides invalid healthz and metrics address, instead of swallowing the invalid config by setting a default value for it, it is better to just throw the error. And in validation, w... | Scheduler: Stop swallowing invalid healthz and metrics address for scheduler config | https://api.github.com/repos/kubernetes/kubernetes/issues/97048/comments | 10 | 2020-12-03T16:26:31Z | 2021-06-09T13:36:35Z | https://github.com/kubernetes/kubernetes/issues/97048 | 756,351,799 | 97,048 |
[
"kubernetes",
"kubernetes"
] | The version is 1.18
I use " kubectl exec -i -t dnsutils -n kube-system -- nslookup kubernetes.default" can get
Server: 10.96.0.10
Address: 10.96.0.10#53
Name: base-page.default.svc.cluster.local
Address: 10.96.245.157
but I "curl kubernetes.default.svc.cluster.local"
show this
Could not resolve ho... | Could not resolve host: kubernetes.default.svc.cluster.local; Unknown error | https://api.github.com/repos/kubernetes/kubernetes/issues/97043/comments | 4 | 2020-12-03T14:11:41Z | 2020-12-03T21:12:24Z | https://github.com/kubernetes/kubernetes/issues/97043 | 756,227,772 | 97,043 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
When the time of the node where kube-apiserver resides is adjusted to the future time, the CPU usage of kube-apiserver becomes too high. and the apiserver_flowcontrol_read_vs_write_request_count_watermarks_bucket metric distortion.
I will add more info later.
cpu usage when time change to futr... | The CPU usage of kube-apiserver is too high when time jump to future | https://api.github.com/repos/kubernetes/kubernetes/issues/97041/comments | 3 | 2020-12-03T13:01:13Z | 2020-12-03T21:22:30Z | https://github.com/kubernetes/kubernetes/issues/97041 | 756,174,546 | 97,041 |
[
"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-master
**Which test(s) are flaking**:
k8s.io/kubernetes/test/integration/storageversion.TestStorageVersionBootstrap
k8... | [Flaky Test] k8s.io/kubernetes/test/integration/storageversion.TestStorageVersionBootstrap | https://api.github.com/repos/kubernetes/kubernetes/issues/97040/comments | 8 | 2020-12-03T11:45:48Z | 2021-04-01T17:56:47Z | https://github.com/kubernetes/kubernetes/issues/97040 | 756,124,060 | 97,040 |
[
"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**:
conformance-ga-only
**Which test(s) are flaking**:
[sig-scheduling] SchedulerPreemption [Serial] validates lower priority pod preemp... | [Flaky Test][sig-scheduling] SchedulerPreemption [Serial] validates lower priority pod preemption by critical pod [Conformance] | https://api.github.com/repos/kubernetes/kubernetes/issues/97039/comments | 4 | 2020-12-03T11:00:52Z | 2020-12-12T01:33:57Z | https://github.com/kubernetes/kubernetes/issues/97039 | 756,092,405 | 97,039 |
[
"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**:
conformance-ga-only
kind-master-parallel
**Which test(s) are flaking**:
[k8s.io] [sig-node] NoExecuteTaintManager Multiple Po... | [Flaky Test] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] evicts pods with minTolerationSeconds [Disruptive] [Conformance] | https://api.github.com/repos/kubernetes/kubernetes/issues/97038/comments | 2 | 2020-12-03T10:42:44Z | 2020-12-03T10:56:44Z | https://github.com/kubernetes/kubernetes/issues/97038 | 756,078,908 | 97,038 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
I would like to count the objects with list API and I don't care about the object content eg spec or status.
I found kubectl has a similar strategy, it will set a header of `-H "Accept: application/json... | [apimachinery] ListOptions add a new option for metadata only | https://api.github.com/repos/kubernetes/kubernetes/issues/97032/comments | 3 | 2020-12-03T03:20:16Z | 2020-12-03T21:22:43Z | https://github.com/kubernetes/kubernetes/issues/97032 | 755,780,837 | 97,032 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I was running the subpath testsuite against Azurefile.
This test failed and can be easily reproduced:
`should be able to unmount after the subpath directory is deleted [LinuxOnly]`
Basically what this test does is:
1. Create a PVC use azurefile
2. Create a pod that has two containers. One o... | Pod stuck in terminating when subPath was deleted in azure fileshare | https://api.github.com/repos/kubernetes/kubernetes/issues/97031/comments | 25 | 2020-12-03T03:00:33Z | 2022-02-04T13:03:45Z | https://github.com/kubernetes/kubernetes/issues/97031 | 755,773,207 | 97,031 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
e2e-gce-ubuntu-containerd
**Which test(s) are failing**:
Kubernetes e2e suite: [sig-apps] ReplicaSet should serve a basic image on each replica with a private i... | [Failing Test] [sig-apps] ReplicaSet should serve a basic image on each replica with a private image | https://api.github.com/repos/kubernetes/kubernetes/issues/97030/comments | 4 | 2020-12-03T02:40:38Z | 2020-12-03T02:45:07Z | https://github.com/kubernetes/kubernetes/issues/97030 | 755,765,481 | 97,030 |
[
"kubernetes",
"kubernetes"
] | Part of umbrella to migrate kubernetes e2e test images/registries to community-owned infrastructure: https://github.com/kubernetes/k8s.io/issues/1458
The following docker.io images are used by 1.20 e2e tests
```
docker.io/gluster/glusterdynamic-provisioner:v1.0
docker.io/library/busybox:1.29
docker.io/library/ht... | Migrate kubernetes e2e tests away from use of docker.io images | https://api.github.com/repos/kubernetes/kubernetes/issues/97027/comments | 18 | 2020-12-02T23:18:03Z | 2021-02-11T17:24:16Z | https://github.com/kubernetes/kubernetes/issues/97027 | 755,682,944 | 97,027 |
[
"kubernetes",
"kubernetes"
] | Part of umbrella to migrate kubernetes e2e test images/registries to community-owned infrastructure: https://github.com/kubernetes/k8s.io/issues/1458
Followup to https://github.com/kubernetes/kubernetes/issues/97002
The registry is used by the following kubernetes e2e tests:
- [sig-apps] ReplicaSet should serve ... | Migrate private registry e2e tests away from gcr.io/k8s-authenticated-test | https://api.github.com/repos/kubernetes/kubernetes/issues/97026/comments | 35 | 2020-12-02T23:03:32Z | 2024-05-21T22:06:17Z | https://github.com/kubernetes/kubernetes/issues/97026 | 755,675,410 | 97,026 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
- periodic-kubernetes-bazel-test-1-20
**Which test(s) are failing**:
- N/A, job is hitting error state with "Pod pending timeout"
**Since when has it been failin... | [Failing Job] periodic-kubernetes-bazel-test-1-20 | https://api.github.com/repos/kubernetes/kubernetes/issues/97025/comments | 7 | 2020-12-02T22:14:48Z | 2021-01-08T22:06:18Z | https://github.com/kubernetes/kubernetes/issues/97025 | 755,649,675 | 97,025 |
[
"kubernetes",
"kubernetes"
] | I'm running a small cluster with Ceph. When restarting (e.g. on a deploy) of my minio pod (~250GB on the PVC) it'll hang for hours in `ContainerCreating`.
**What happened**: On restarting the minio pod: pod will no start for hours with events `Unable to attach or mount volumes: unmounted volumes=[data], unattached v... | Pod not starting: Fail to attach volume to pod | https://api.github.com/repos/kubernetes/kubernetes/issues/97015/comments | 5 | 2020-12-02T13:42:04Z | 2021-05-10T07:06:20Z | https://github.com/kubernetes/kubernetes/issues/97015 | 755,284,651 | 97,015 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When a pod that uses a multipath Fibre Channel (FC) volume is deleted, the volume gets sometimes corrupted:
```
[ 6489.218162] XFS (dm-152): Metadata CRC error detected at xfs_inobt_read_verify+0x79/0xb0 [xfs], xfs_inobt block 0x18
[ 6489.218456] XFS (dm-152): metadata I/O error: block 0x18 ("x... | Fibre channel volume plugin corrupts volumes on detach | https://api.github.com/repos/kubernetes/kubernetes/issues/97014/comments | 3 | 2020-12-02T13:30:23Z | 2020-12-09T05:06:33Z | https://github.com/kubernetes/kubernetes/issues/97014 | 755,275,988 | 97,014 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
A mechanism that enforces coherent throttling between an application container and its sidecars.
**Why is this needed**:
As seen in the talk [10 More Weird Ways to Blow Up Your Kubernetes](https://kcc... | Enforce CPU throttling at pod level | https://api.github.com/repos/kubernetes/kubernetes/issues/97007/comments | 20 | 2020-12-02T08:53:24Z | 2022-09-26T22:07:16Z | https://github.com/kubernetes/kubernetes/issues/97007 | 755,074,757 | 97,007 |
[
"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`
`ci-kubernetes-e2e-gce-cos-k8sbeta-default`
**Which test(s) are failing**:
`[sig-apps] ReplicaSet should serve a basic image on each re... | [Failing Test] [sig-apps] ReplicaSet should serve a basic image on each replica with a private image, ReplicationController should serve a basic image on each replica with a private image | https://api.github.com/repos/kubernetes/kubernetes/issues/97002/comments | 21 | 2020-12-02T04:06:16Z | 2020-12-10T15:59:06Z | https://github.com/kubernetes/kubernetes/issues/97002 | 754,919,811 | 97,002 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
KubeProxy should remove the check to see if the source VIP ip exists in HNS as a prerequisite. It should also validate that the source vip passed in is valid (both a valid ip address and in the range of t... | Windows: KubeProxy should support using HNS as IPAM for Source VIP | https://api.github.com/repos/kubernetes/kubernetes/issues/96996/comments | 26 | 2020-12-01T22:46:36Z | 2022-07-05T21:01:30Z | https://github.com/kubernetes/kubernetes/issues/96996 | 754,783,802 | 96,996 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
KCM hotloop on
```
range_allocator.go:338] Failed while getting node node1 for updating Node.Spec.PodCIDRs: node "node1" not found
```
Looking in the code it is obvious that this can happen as the error case writes into the channel the select is reading
https://github.com/kubernetes/kubernetes/... | IPAM range allocator hotlooping on non-existent node | https://api.github.com/repos/kubernetes/kubernetes/issues/96992/comments | 10 | 2020-12-01T20:39:46Z | 2021-09-08T08:55:58Z | https://github.com/kubernetes/kubernetes/issues/96992 | 754,710,036 | 96,992 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**: Is there a possibility to add namespace exceptions for a cluster role? Currently a cluster role provides access for the resources in all the namespaces.It will be good to add some exceptions for namespaces.
**Why is this needed**: In our cluster, every dev team has their own name... | Namespace exceptions for cluster role | https://api.github.com/repos/kubernetes/kubernetes/issues/96991/comments | 3 | 2020-12-01T20:31:21Z | 2021-01-06T13:26:25Z | https://github.com/kubernetes/kubernetes/issues/96991 | 754,704,716 | 96,991 |
[
"kubernetes",
"kubernetes"
] | Given that the recommendation from [1][2][3] is to tell folks NOT to switch on hostNetwork for pods. Do we want to drop this from conformance?
This will allow folks to create a PSP or use OPA or something to disallow hostNetwork by default. And a cluster thus secured will pass conformance.
[1] https://github.com... | Skip hostNetwork tests for conformance - fallout from [CVE-2020–15257] in containerd | https://api.github.com/repos/kubernetes/kubernetes/issues/96988/comments | 11 | 2020-12-01T19:29:28Z | 2020-12-04T23:52:27Z | https://github.com/kubernetes/kubernetes/issues/96988 | 754,663,057 | 96,988 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
A way to specify the default container for `kubectl exec`, mirroring `kubectl.kubernetes.io/default-logs-container`. Alternatively, a way to generic describe the default container for anything that happens to need a "default", which could also be used by external tooling.
**Wh... | Add `exec` equivalent to kubectl.kubernetes.io/default-logs-container | https://api.github.com/repos/kubernetes/kubernetes/issues/96986/comments | 9 | 2020-12-01T16:07:52Z | 2021-02-26T03:02:15Z | https://github.com/kubernetes/kubernetes/issues/96986 | 754,525,985 | 96,986 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When an egress IP is assigned to the node the Kubelet will use the egress IP within the Node's CSR request. Since Egress IPs are most often public, the egress IP being in the Kubelet's CSR should not be there. Machine Approver Controllers must allow for additional IPs within the CSRs.
**What you ... | Egress nodes contain egress IPs within the Kubelet CSR | https://api.github.com/repos/kubernetes/kubernetes/issues/96981/comments | 20 | 2020-12-01T14:51:15Z | 2022-10-19T17:58:07Z | https://github.com/kubernetes/kubernetes/issues/96981 | 754,462,783 | 96,981 |
[
"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**:
**Container... | Container, name and image labels are missing in CAdvisor metrics. | https://api.github.com/repos/kubernetes/kubernetes/issues/96980/comments | 8 | 2020-12-01T13:51:03Z | 2021-05-27T12:05:09Z | https://github.com/kubernetes/kubernetes/issues/96980 | 754,411,639 | 96,980 |
[
"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 use th... | The variables "ServiceName and ServicePort" in IngressBackend struct get nil. | https://api.github.com/repos/kubernetes/kubernetes/issues/96977/comments | 6 | 2020-12-01T08:33:20Z | 2020-12-03T21:22:49Z | https://github.com/kubernetes/kubernetes/issues/96977 | 754,173,260 | 96,977 |
[
"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**:
On AWS EKS an... | AWS EKS ingress using NLB has no healthy target group instances after VPC and subnet expansion | https://api.github.com/repos/kubernetes/kubernetes/issues/96971/comments | 16 | 2020-12-01T00:32:19Z | 2022-02-24T17:28:25Z | https://github.com/kubernetes/kubernetes/issues/96971 | 753,905,183 | 96,971 |
[
"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**:
`DockerConfig... | Use of strings.HasPrefix to check for URL protocol in GCP credentialprovider code | https://api.github.com/repos/kubernetes/kubernetes/issues/96965/comments | 6 | 2020-11-30T20:29:12Z | 2021-05-28T21:22:12Z | https://github.com/kubernetes/kubernetes/issues/96965 | 753,779,451 | 96,965 |
[
"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 mountin... | Broken symlink /etc/mtab --> /proc/mounts in kubernetes 1.19.3 | https://api.github.com/repos/kubernetes/kubernetes/issues/96961/comments | 7 | 2020-11-30T19:00:37Z | 2021-04-30T19:13:40Z | https://github.com/kubernetes/kubernetes/issues/96961 | 753,723,848 | 96,961 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
I would like a way to have a custom string be retrieved from the fake pod GetLogs method.
**Why is this needed**:
This is needed because currently the fake GetLogs method always results in a log m... | Custom logging message for fake pod GetLogs in go-client | https://api.github.com/repos/kubernetes/kubernetes/issues/96957/comments | 12 | 2020-11-30T16:16:56Z | 2022-04-10T06:21:01Z | https://github.com/kubernetes/kubernetes/issues/96957 | 753,612,056 | 96,957 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are flaking**:
sig-release-master-blocking Conformance - GCE - master
**Which test(s) are flaking**:
E2E: [sig-scheduling] SchedulerPreemption [Serial] validates basic preemption works [Conformance]
**Testgrid link**:
https://testgrid.k8s.io/sig-release-master-blocking#Conformance%20-%20GCE%20-%20ma... | E2E: [sig-scheduling] SchedulerPreemption [Serial] validates basic preemption works [Conformance] | https://api.github.com/repos/kubernetes/kubernetes/issues/96955/comments | 9 | 2020-11-30T14:34:26Z | 2020-12-04T00:05:26Z | https://github.com/kubernetes/kubernetes/issues/96955 | 753,529,263 | 96,955 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are flaking**:
periodics-kubernetes-bazel-test
**Which test(s) are flaking**:
//pkg/kubelet/cri/remote TestVersion
**Testgrid link**:
**Reason for failure**:
Error: Received unexpected error:
rpc error: code = Unavailable desc = transport is closing
... | [Flaky unit test] pkg/kubelet/cri/remote TestVersion | https://api.github.com/repos/kubernetes/kubernetes/issues/96950/comments | 7 | 2020-11-30T09:57:19Z | 2020-12-09T05:05:42Z | https://github.com/kubernetes/kubernetes/issues/96950 | 753,331,128 | 96,950 |
[
"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/
-->
**kubemark always crashes due to ... | In cetos 7.6 arm V8 64 environment, kubemark always crashes due to null pointer exception | https://api.github.com/repos/kubernetes/kubernetes/issues/96949/comments | 5 | 2020-11-30T09:02:30Z | 2020-11-30T21:03:45Z | https://github.com/kubernetes/kubernetes/issues/96949 | 753,291,354 | 96,949 |
[
"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 kubel... | restart kubelet node status flapping | https://api.github.com/repos/kubernetes/kubernetes/issues/96945/comments | 8 | 2020-11-30T06:42:13Z | 2021-12-10T02:16:45Z | https://github.com/kubernetes/kubernetes/issues/96945 | 753,198,579 | 96,945 |
[
"kubernetes",
"kubernetes"
] | ERROR: type should be string, got "https://github.com/kubernetes/kubernetes/blob/e3de62298a730415c5d2ab72607ef6adadd6304d/hack/verify-generated-files-remake.sh#L37\r\n\r\n### **git version**\r\ngit version 2.17.1 linux\r\n\r\n### **phenomenon:**\r\nVerifying verify-generated-files-remake.sh\r\n\r\n+++ Running case: verify.generated-files-remake \r\n+++ working dir: /usr1/k8s/src/k8s.io/kubernetes\r\n+++ command: bash \"hack/make-rules/../../hack/verify-generated-files-remake.sh\"\r\nPreparing /tmp/verify-generated-files.DSZIZr/go/src/k8s.io/kubernetes (identifier kubernetes)\r\nChecking out files: 69% (15805/22744) \r\nChecking out files: 70% (15921/22744) \r\nChecking out files: 71% (16149/22744) \r\nChecking out files: 72% (16376/22744) \r\nChecking out files: 73% (16604/22744) \r\nChecking out files: 74% (16831/22744) \r\nChecking out files: 75% (17058/22744) \r\nChecking out files: 76% (17286/22744) \r\nChecking out files: 77% (17513/22744) \r\nChecking out files: 78% (17741/22744) \r\nChecking out files: 79% (17968/22744) \r\nChecking out files: 80% (18196/22744) \r\nChecking out files: 81% (18423/22744) \r\nChecking out files: 82% (18651/22744) \r\nChecking out files: 83% (18878/22744) \r\nChecking out files: 84% (19105/22744) \r\nChecking out files: 85% (19333/22744) \r\nChecking out files: 86% (19560/22744) \r\nChecking out files: 87% (19788/22744) \r\nChecking out files: 88% (20015/22744) \r\nChecking out files: 89% (20243/22744) \r\nChecking out files: 90% (20470/22744) \r\nChecking out files: 91% (20698/22744) \r\nChecking out files: 92% (20925/22744) \r\nChecking out files: 93% (21152/22744) \r\nChecking out files: 94% (21380/22744) \r\nChecking out files: 95% (21607/22744) \r\nChecking out files: 96% (21835/22744) \r\nChecking out files: 97% (22062/22744) \r\nChecking out files: 98% (22290/22744) \r\nChecking out files: 99% (22517/22744) \r\nChecking out files: 100% (22744/22744) \r\nChecking out files: 100% (22744/22744), done.\r\nHEAD is now at d20e3246bad Merge pull request #96574 from hasheddan/cleanup-resource-tests\r\nerror: unknown switch `f'\r\nusage: git worktree add [<options>] <path> [<commit-ish>]\r\n or: git worktree list [<options>]\r\n or: git worktree lock [<options>] <path>\r\n or: git worktree move <worktree> <new-path>\r\n or: git worktree prune [<options>]\r\n or: git worktree remove [<options>] <worktree>\r\n or: git worktree unlock <path>\r\n\r\n --force force removing even if the worktree is dirty\r\n\r\n+++ exit code: 0" | instead of "-f", we should use "--force" to delete the git working tree | https://api.github.com/repos/kubernetes/kubernetes/issues/96943/comments | 7 | 2020-11-30T06:33:09Z | 2020-12-16T02:22:06Z | https://github.com/kubernetes/kubernetes/issues/96943 | 753,193,183 | 96,943 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
While reviewi... | Replace type of Delta not mentioned in comment on DeltaFIFO | https://api.github.com/repos/kubernetes/kubernetes/issues/96942/comments | 8 | 2020-11-30T05:55:09Z | 2020-12-29T07:50:28Z | https://github.com/kubernetes/kubernetes/issues/96942 | 753,171,741 | 96,942 |
[
"kubernetes",
"kubernetes"
] | ### Flaky Job: pr:pull-kubernetes-e2e-gce-ubuntu-containerd
Flakes in the past week: **10**
Consistency: **93.90%**
#### Flakiest tests by flake count:
| Test | Flake Count |
| --- | --- |
| [sig-api-machinery] API priority and fairness should ensure that requests can't be drowned out (fairness) | 4 |
#### Previous... | pr:pull-kubernetes-e2e-gce-ubuntu-containerd flaked 10 times in the past week | https://api.github.com/repos/kubernetes/kubernetes/issues/96940/comments | 9 | 2020-11-30T00:13:49Z | 2021-05-02T23:28:41Z | https://github.com/kubernetes/kubernetes/issues/96940 | 753,052,630 | 96,940 |
[
"kubernetes",
"kubernetes"
] | We had an issue with deployments that should have been scaling up (cpu based autoscaling) but were not.
After investigation we found that an issue with kubelet/cadvisor was causing metrics-server to not get metrics from some pods (the issue is fixed in newer versions of K8s).
The problem is that when looking at the... | HPA description hides issues with missing metrics | https://api.github.com/repos/kubernetes/kubernetes/issues/96938/comments | 7 | 2020-11-29T10:38:11Z | 2021-07-21T12:43:49Z | https://github.com/kubernetes/kubernetes/issues/96938 | 752,886,587 | 96,938 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Add priority flag to kube-proxy so that end-user can specify priority
**Why is this needed**:
On Windows hosts, there is a chance that the kube-proxy process won't get enough CPU cycles because o... | Add priority flag to kube-proxy on Windows hosts | https://api.github.com/repos/kubernetes/kubernetes/issues/96935/comments | 23 | 2020-11-29T04:09:11Z | 2021-07-17T17:12:42Z | https://github.com/kubernetes/kubernetes/issues/96935 | 752,833,197 | 96,935 |
[
"kubernetes",
"kubernetes"
] | Im beginner this kubenetes. and I want to learn this
I use my company's proxy
when I try to this
kubectl apply -f "https://cloud.weave.works/k8s/scope.yaml?k8s-version=$(kubectl version | base64 | tr -d '\n')"
The connection to the server cloud.weave.works was refused - did you specify the right host or port... | How to install this weave net add on behind proxy | https://api.github.com/repos/kubernetes/kubernetes/issues/96930/comments | 4 | 2020-11-28T16:24:03Z | 2020-11-30T20:57:45Z | https://github.com/kubernetes/kubernetes/issues/96930 | 752,708,437 | 96,930 |
[
"kubernetes",
"kubernetes"
] | ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: deployment1
spec:
replicas: 2
selector:
matchLabels:
name: nginx
template:
metadata:
labels:
name: nginx
spec:
containers:
- name: nginx
image: nginx
imagePullPolicy: IfNotPrese... | kubernetes ingress Port 80 not open | https://api.github.com/repos/kubernetes/kubernetes/issues/96927/comments | 4 | 2020-11-28T12:25:07Z | 2020-11-30T20:57:17Z | https://github.com/kubernetes/kubernetes/issues/96927 | 752,666,689 | 96,927 |
[
"kubernetes",
"kubernetes"
] | Hello,
I have an issue setting up persistant volumes for gitlab on my bare-metal kubernetes cluster:
`Operation for "provision-gitlab/repo-data-gitlab-gitaly-0[3f758288-290c-4d9c-a084-5506f58a22d7]" failed. No retries permitted until 2020-11-28 11:55:56.533202624 +0000 UTC m=+305.008238514 (durationBeforeRetry 4s... | kube-controller-manager is not logging | https://api.github.com/repos/kubernetes/kubernetes/issues/96926/comments | 6 | 2020-11-28T12:02:28Z | 2020-11-30T20:56:34Z | https://github.com/kubernetes/kubernetes/issues/96926 | 752,663,161 | 96,926 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Each time the controller manager is started and then stopped, it leaks goroutines (see the Go code below for a simple repro).
**What you expected to happen**:
When the controller manager is stopped, all resources should be cleaned up, and the `leaktest` package should not find any leaked gorouti... | controller-runtime: starting/stopping `manager.Manager` leaks goroutines | https://api.github.com/repos/kubernetes/kubernetes/issues/96925/comments | 5 | 2020-11-28T09:31:31Z | 2020-11-30T20:49:26Z | https://github.com/kubernetes/kubernetes/issues/96925 | 752,634,869 | 96,925 |
[
"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 kube-sch... | when kube-scheduler or kube-controller-manager lost leader,panic log too long | https://api.github.com/repos/kubernetes/kubernetes/issues/96923/comments | 11 | 2020-11-28T06:44:17Z | 2023-10-27T10:00:05Z | https://github.com/kubernetes/kubernetes/issues/96923 | 752,611,835 | 96,923 |
[
"kubernetes",
"kubernetes"
] | Hi,
Not sure if this is a bug or not so asking here. I followed the doc but nothing seems specific. Tried `annotations` as listed below but no luck.
Thanks
**What happened**:
Unable to disable HTTP requests.
This works `curl --request GET http://my-address-finder.com` but it shouldn't.
**What you expect... | Unable to disable HTTP access on ingress | https://api.github.com/repos/kubernetes/kubernetes/issues/96922/comments | 11 | 2020-11-27T23:31:51Z | 2020-12-10T20:24:00Z | https://github.com/kubernetes/kubernetes/issues/96922 | 752,504,581 | 96,922 |
[
"kubernetes",
"kubernetes"
] | At line 3775 in `describe.go` (`kubectl describe node`), the last column is "AGE", all uppercase, while the other columns are sentence case. Is this intentional or an oversight?
https://github.com/kubernetes/kubernetes/blob/2c58deffa87bf464293fe80c80b7fec31d0aae7c/staging/src/k8s.io/kubectl/pkg/describe/describe.go... | Inconsistent casing of AGE column in describeNodeResource() in kubectl/describe.go | https://api.github.com/repos/kubernetes/kubernetes/issues/96919/comments | 10 | 2020-11-27T19:06:18Z | 2021-03-09T16:09:00Z | https://github.com/kubernetes/kubernetes/issues/96919 | 752,426,305 | 96,919 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Pods will be deleted failly when they are amount to emptyDir with the type of medium is "HugePages", while /var/lib/kubelet is symlink.
**What you expected to happen**:
Delete the pods successffuly.
**How to reproduce it (as minimally and precisely as possible)**:
1、deploy a pod and amouting... | Pods will be deleted failly when they are amounted to emptyDir with the type of medium is "HugePages" | https://api.github.com/repos/kubernetes/kubernetes/issues/96916/comments | 7 | 2020-11-27T13:44:19Z | 2021-04-26T14:45:15Z | https://github.com/kubernetes/kubernetes/issues/96916 | 752,264,088 | 96,916 |
[
"kubernetes",
"kubernetes"
] | ## Context
As pointed out in https://github.com/kubernetes/kubernetes/pull/96613, SIG Scalability has proceeded with moving the log dumping mechanism used in the CI tests that leverage `kubekins-e2e` image from `kubernetes/kubernetes` repository to `kubernetes/test-infra` one where it lives in [this](https://github.c... | Deprecation of k/k/cluster/log-dump subdirectory | https://api.github.com/repos/kubernetes/kubernetes/issues/96915/comments | 14 | 2020-11-27T13:23:56Z | 2021-07-23T00:58:56Z | https://github.com/kubernetes/kubernetes/issues/96915 | 752,251,585 | 96,915 |
[
"kubernetes",
"kubernetes"
] | Hi,
We have a scenerio, where job needs to be run when pod restarts/deleted and scheduled again. Once it start running the instance, we have to make sure that job runs, which is good usecase of cronjob @reboot
Can anyone help me how to use `@reboot ` in Kubernetes CronJob ? I do not see any example related to it... | @reboot in Kubernetes CronJob | https://api.github.com/repos/kubernetes/kubernetes/issues/96912/comments | 13 | 2020-11-27T11:48:26Z | 2021-05-02T23:28:40Z | https://github.com/kubernetes/kubernetes/issues/96912 | 752,196,080 | 96,912 |
[
"kubernetes",
"kubernetes"
] | **How to reproduce it (as minimally and precisely as possible)**:
I was trying to deploy ingress-nginx and kubernetes-dashboard at once.
```bash
helm template ingress-nginx --repo "https://kubernetes.github.io/ingress-nginx" --version 3.12.0 \
--set controller.service.type=LoadBalancer \
--set controller.service... | Should admission validating webhook wait for the service ready or `WithExponentialBackoff`? | https://api.github.com/repos/kubernetes/kubernetes/issues/96910/comments | 8 | 2020-11-27T09:59:58Z | 2021-05-02T23:28:40Z | https://github.com/kubernetes/kubernetes/issues/96910 | 752,129,385 | 96,910 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Hi,
in GKE, I just discovered an error I made :
```
---
kind: Service
apiVersion: v1
metadata:
name: ingress-nginx
labels:
k8s-app: ingress-nginx
spec:
loadBalancerIP: "x.y.x.y "... | GCP/GKE/Load Balancer : verify loadBalancerIP format | https://api.github.com/repos/kubernetes/kubernetes/issues/96909/comments | 22 | 2020-11-27T09:56:05Z | 2021-09-09T17:52:35Z | https://github.com/kubernetes/kubernetes/issues/96909 | 752,126,919 | 96,909 |
[
"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**:
bazel-test-master
**Which test(s) are flaking**:
//pkg/kubelet/cm/devicemanager/go_default_test:run_2_of_2
**Testgrid link**:
... | [Flaky Test] //pkg/kubelet/cm/devicemanager/go_default_test:run_2_of_2 | https://api.github.com/repos/kubernetes/kubernetes/issues/96908/comments | 5 | 2020-11-27T09:52:44Z | 2021-01-05T19:46:21Z | https://github.com/kubernetes/kubernetes/issues/96908 | 752,124,712 | 96,908 |
[
"kubernetes",
"kubernetes"
] | Hi All,
I have tried enabling wrr on kube-proxy. But i could not see the documentaation about how to enable the WRR for kube-proxy..
Also, How do we set the weighs for each node and pod to route the traffic for kube-proxy..
Is there any CRD available ?
Basically, very limited information about WRR w.r.to kube-prox... | How to enable WRR for kube-proxy | https://api.github.com/repos/kubernetes/kubernetes/issues/96902/comments | 20 | 2020-11-27T05:57:22Z | 2020-12-10T20:25:26Z | https://github.com/kubernetes/kubernetes/issues/96902 | 752,001,950 | 96,902 |
[
"kubernetes",
"kubernetes"
] | Hey everyone,
I just know about host path PVC can use only single-node, but I try with multiple-nodes and it works, so actually, the data on PVC was sent out to host path with that worker node. The result is very surprising to me because it can send so fast. My question is it is a good idea to migrate data on PVC ... | hostpath PVC question | https://api.github.com/repos/kubernetes/kubernetes/issues/96899/comments | 6 | 2020-11-27T03:54:55Z | 2021-04-26T18:45:50Z | https://github.com/kubernetes/kubernetes/issues/96899 | 751,962,888 | 96,899 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
When using GenericAPIServer you can only add new checks via `AddHealthChecks` function which adds them to all `healthz`, `readyz`, and `livez` endpoints. All other methods like `addReadyzChecks` are priva... | Make health check adding methods in GenericAPIServer public | https://api.github.com/repos/kubernetes/kubernetes/issues/96896/comments | 5 | 2020-11-26T18:38:41Z | 2021-02-16T21:45:36Z | https://github.com/kubernetes/kubernetes/issues/96896 | 751,776,395 | 96,896 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
1. https://github.com/kubernetes/kubernetes/pull/96646#discussion_r530149617 - wait for PLC digest within API server before querying for real concurrency
2. https://github.com/kubernetes/kubernetes/pull/96646#discussion_r530155625 - fix conc... | minor enhancements to APF e2e drown-out fairness test | https://api.github.com/repos/kubernetes/kubernetes/issues/96893/comments | 8 | 2020-11-26T16:20:23Z | 2021-10-01T22:02:37Z | https://github.com/kubernetes/kubernetes/issues/96893 | 751,709,984 | 96,893 |
[
"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**:
Cluster node is... | High Kernel memory usage | https://api.github.com/repos/kubernetes/kubernetes/issues/96892/comments | 4 | 2020-11-26T15:33:26Z | 2021-01-04T08:15:34Z | https://github.com/kubernetes/kubernetes/issues/96892 | 751,679,415 | 96,892 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When the kubelet cannot reach the apiserver, the healthz route continues returning `ok`
**What you expected to happen**:
healthz route should not return OK
**How to reproduce it (as minimally and precisely as possible)**:
```
# Verify that health is good
$ curl http://[::1]:10248/healthz
... | kubelet's healthz return OK even when api is unreachable | https://api.github.com/repos/kubernetes/kubernetes/issues/96891/comments | 10 | 2020-11-26T15:27:05Z | 2021-06-25T02:26:32Z | https://github.com/kubernetes/kubernetes/issues/96891 | 751,675,217 | 96,891 |
[
"kubernetes",
"kubernetes"
] | **How to reproduce it (as minimally and precisely as possible)**:
1. Make /var/lib/kubelet a symlink
```
mkdir -p /tmp/data/kubelet
ln -s /tmp/data/kubelet /var/lib/kubelet
```
1. Run kubelet
```
hack/local-up-cluster.sh
```
1. Create a block PVC + a pod that uses it.
1. Del... | Block devices are not torn down when /var/lib/kubelet is symlink | https://api.github.com/repos/kubernetes/kubernetes/issues/96888/comments | 1 | 2020-11-26T13:14:58Z | 2021-01-06T04:57:52Z | https://github.com/kubernetes/kubernetes/issues/96888 | 751,582,914 | 96,888 |
[
"kubernetes",
"kubernetes"
] | Currently, etcd livenessProbe is defined here:
https://github.com/kubernetes/kubernetes/blob/c1f36fa6f28d3618c03b65799bc3f58007624e5f/cluster/gce/manifests/etcd.manifest#L66-L73
This means that it proves /health endpoint 3 times (default failureThreshold value) and if all of them fails, it restarts etcd server.
/... | Revisit etcd liveness probe | https://api.github.com/repos/kubernetes/kubernetes/issues/96886/comments | 8 | 2020-11-26T12:19:18Z | 2020-12-11T12:41:23Z | https://github.com/kubernetes/kubernetes/issues/96886 | 751,547,190 | 96,886 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Move the `SchedulingQueue` of the Kubernetes scheduler out of internal.
When build the scheduler, add `scheduler.WithSchedulingQueue(CustomSchedulingQueue)` to specify an instance of SchedulingQueue.
... | Plug-in SchedulingQueue | https://api.github.com/repos/kubernetes/kubernetes/issues/96885/comments | 3 | 2020-11-26T11:19:46Z | 2020-11-27T03:31:52Z | https://github.com/kubernetes/kubernetes/issues/96885 | 751,510,029 | 96,885 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Add rbd csimigration controller in kubernetes.
**Why is this needed**:
Some [in-tree storage plugins](https://github.com/kubernetes/kubernetes/blob/c1f36fa6f28d3618c03b65799bc3f58007624e5f/pkg/vol... | Is there a plan to add rbd csimigration controller? | https://api.github.com/repos/kubernetes/kubernetes/issues/96880/comments | 4 | 2020-11-26T07:55:44Z | 2020-11-27T01:10:46Z | https://github.com/kubernetes/kubernetes/issues/96880 | 751,370,121 | 96,880 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
For services with type NodePort (and LoadBalancer) ipvs entries for localhost (ipv4 and ipv6) are created. Here is an example for a service with `ipFamilyPolicy: PreferDualStack` so the same nodeport is used for ipv4 and ipv6;
```
$ ipvsadm -Ln | grep 31201
TCP 192.168.0.2:31201 rr
TCP 192... | Ipvs: NodePort entries for localhost (127.0.0.1, ::1) are created but can't be used | https://api.github.com/repos/kubernetes/kubernetes/issues/96879/comments | 10 | 2020-11-26T07:54:22Z | 2021-04-17T05:22:10Z | https://github.com/kubernetes/kubernetes/issues/96879 | 751,369,336 | 96,879 |
[
"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**:
According to ... | Need specification on InstanceID in cloud provider interface | https://api.github.com/repos/kubernetes/kubernetes/issues/96871/comments | 8 | 2020-11-25T19:11:57Z | 2021-04-25T17:38:11Z | https://github.com/kubernetes/kubernetes/issues/96871 | 751,060,027 | 96,871 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
With a freshly installed Kubernetes, I observe exactly the same issue as the one described in the very well documented issue #90854
I applied a suggested fix of deactivating vxlan offloading and it worked correctly.
However, I use iptables in my setup and not ipvs. The issue talk about a per... | Additional 1s latency in `host -> service IP -> pod` with iptables | https://api.github.com/repos/kubernetes/kubernetes/issues/96868/comments | 18 | 2020-11-25T17:33:16Z | 2021-07-08T20:50:08Z | https://github.com/kubernetes/kubernetes/issues/96868 | 751,003,765 | 96,868 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/c1f36fa6f28d3618c03b65799bc3f58007624e5f/staging/src/k8s.io/client-go/tools/cache/index_test.go#L79
```go
expected := map[string]sets.String{}
expected["ernie"] = sets.NewString("one", "tre")
expected["bert"] = sets.NewString("one", "two")
expected["elmo"] = sets.N... | this test is wierd to set `expected` twice, and the last set is not correct | https://api.github.com/repos/kubernetes/kubernetes/issues/96862/comments | 7 | 2020-11-25T14:15:28Z | 2020-12-16T03:32:20Z | https://github.com/kubernetes/kubernetes/issues/96862 | 750,853,231 | 96,862 |
[
"kubernetes",
"kubernetes"
] | <!-- k8s data getting deleted and recovered also after every time i delete the pod and recreation of pod.
-->
1) i created one PV(persistent volume) using .yaml file 5G on hostpath locally "/mnt/data-pv2/pv0003"
2) created PVC of 3G pf PV
3) created pod deployment using deploy.yaml file.
4) entered to pod using ... | k8s persistent volume data gets deleted after pod recreation many times with all ReclaimPolicy:Retain,Recycle,Delete | https://api.github.com/repos/kubernetes/kubernetes/issues/96859/comments | 10 | 2020-11-25T11:17:33Z | 2021-06-06T07:24:07Z | https://github.com/kubernetes/kubernetes/issues/96859 | 750,729,954 | 96,859 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Pods are not being removed swiftly enough from the load balancer when terminating, this is causing 502 errors when the application on the pod eventually stops, ~2 minutes after pod enters Terminating state, as the load balancer is still trying to route traffic to it.
N.B. we believe this to not ... | Pods receive traffic from load balancer whilst in terminating state for >60s | https://api.github.com/repos/kubernetes/kubernetes/issues/96858/comments | 11 | 2020-11-25T10:52:51Z | 2024-11-04T18:00:01Z | https://github.com/kubernetes/kubernetes/issues/96858 | 750,711,330 | 96,858 |
[
"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/
-->
Kubernetes v.14.3
Amazon Web Service... | Pod stuck in "ContainerCreating" status in K8 v.14.3 | https://api.github.com/repos/kubernetes/kubernetes/issues/96855/comments | 4 | 2020-11-25T09:04:51Z | 2020-12-01T17:45:30Z | https://github.com/kubernetes/kubernetes/issues/96855 | 750,629,857 | 96,855 |
[
"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**:
Below k8s UT ... | k8s unit tests fail with a mismatch in error message while run with master golang | https://api.github.com/repos/kubernetes/kubernetes/issues/96853/comments | 6 | 2020-11-25T06:47:30Z | 2021-01-06T01:09:51Z | https://github.com/kubernetes/kubernetes/issues/96853 | 750,542,110 | 96,853 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Currently scheduler uses plugins including `AzureDiskLimits`, `CinderLimits`, `EBSLimits` and `GCEPDLimits` to filter nodes by in-tree volume plugin limitation in non-csi scenarios. Meantime, `NodeVolum... | Scheduler: Retire volume in-tree plugins in scheduler nodevolumelimits | https://api.github.com/repos/kubernetes/kubernetes/issues/96852/comments | 20 | 2020-11-25T05:55:58Z | 2022-04-21T21:36:24Z | https://github.com/kubernetes/kubernetes/issues/96852 | 750,490,184 | 96,852 |
[
"kubernetes",
"kubernetes"
] |
We deployed k8s control plane(kube-apiserver, kube-schedudler and kube-controller-manager) in separate containers, so that they could not access each other through the 127.0.0.1 loopback interface.
But as https://github.com/kubernetes/kubernetes/blob/master/pkg/registry/core/rest/storage_core.go#L345, the validati... | Hard-coded addresses of scheduler and controller manager causes unhealthy ComponentStatus | https://api.github.com/repos/kubernetes/kubernetes/issues/96848/comments | 7 | 2020-11-25T03:54:29Z | 2020-12-03T21:22:58Z | https://github.com/kubernetes/kubernetes/issues/96848 | 750,377,351 | 96,848 |
[
"kubernetes",
"kubernetes"
] | observe below error message during volume creation, and error was reported in pv_controller#1568, but not quite clear why "folder 'AA/BB' not found" and what's possible cause?
https://github.com/kubernetes/kubernetes/blob/c678434623be4957d892a9865e5649f887a40c49/pkg/controller/volume/persistentvolume/pv_controller.g... | Storage: Failed to provision volume with StorageClass on Vsphere | https://api.github.com/repos/kubernetes/kubernetes/issues/96847/comments | 10 | 2020-11-25T03:23:33Z | 2021-05-28T21:22:12Z | https://github.com/kubernetes/kubernetes/issues/96847 | 750,348,607 | 96,847 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When the storage quota of etcd is reached, it goes into a read-only state, which must be recovered by defragging and disarming the alarm. While read-only the apiserver cannot persist any data.
When the etcd recovers into a writeable state, the apiserver gets usable again. If the read-only time h... | Kubelet disconnects from apiserver after etcd read-only, not recovering | https://api.github.com/repos/kubernetes/kubernetes/issues/96842/comments | 14 | 2020-11-24T21:19:53Z | 2021-07-21T21:30:17Z | https://github.com/kubernetes/kubernetes/issues/96842 | 750,076,532 | 96,842 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When using `kubectl apply` with the "stringData" property, a new resourceVersion is created after each run with the same YAML.
**What you expected to happen**:
The resourceVersion should stay the same.
**How to reproduce it (as minimally and precisely as possible)**:
```
cat <<EOF > hello... | application/apply-patch+yaml does not retain ResourceVersion when patching v1/Secret:stringData | https://api.github.com/repos/kubernetes/kubernetes/issues/96841/comments | 12 | 2020-11-24T19:47:09Z | 2021-05-17T10:56:24Z | https://github.com/kubernetes/kubernetes/issues/96841 | 749,989,119 | 96,841 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
For each NLB created, K8s creates an ingress rule on the node group's security group for each port exposed for each NLB subnet to allow health checks to succeed.
AWS limits the number of rules per security group to 60 by default. This quota is adjustable but multiplied by the quota for security... | K8s creates too many Security Groups for NLB Health Check | Reloaded! | https://api.github.com/repos/kubernetes/kubernetes/issues/96840/comments | 11 | 2020-11-24T18:24:09Z | 2021-05-26T20:26:56Z | https://github.com/kubernetes/kubernetes/issues/96840 | 749,939,437 | 96,840 |
[
"kubernetes",
"kubernetes"
] | Currently we create a single etcd lease for each 1m of events ([code](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/storage/etcd3/lease_manager.go#L45)). With high event throughput, this can create large number of objects reusing the same lease. While the lease_revoke operation i... | etcd: avoid creating large leases | https://api.github.com/repos/kubernetes/kubernetes/issues/96836/comments | 9 | 2020-11-24T14:21:17Z | 2021-02-28T10:56:18Z | https://github.com/kubernetes/kubernetes/issues/96836 | 749,747,473 | 96,836 |
[
"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**:
`kubeadm upgr... | kubeadm upgrade (v1.19+) does not retain coredns configmap | https://api.github.com/repos/kubernetes/kubernetes/issues/96833/comments | 22 | 2020-11-24T09:37:28Z | 2020-12-03T21:55:26Z | https://github.com/kubernetes/kubernetes/issues/96833 | 749,540,390 | 96,833 |
[
"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**:
Run scheduler... | fatal error: concurrent map writes | https://api.github.com/repos/kubernetes/kubernetes/issues/96832/comments | 11 | 2020-11-24T09:25:26Z | 2020-11-25T14:35:22Z | https://github.com/kubernetes/kubernetes/issues/96832 | 749,531,477 | 96,832 |
[
"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 pluginma... | Non socket files should be ignored while a kubelet plugin is been unregistering. | https://api.github.com/repos/kubernetes/kubernetes/issues/96827/comments | 5 | 2020-11-24T06:36:31Z | 2020-11-26T10:09:16Z | https://github.com/kubernetes/kubernetes/issues/96827 | 749,389,356 | 96,827 |
[
"kubernetes",
"kubernetes"
] | **What is this issue addressing?**
[Comment](https://github.com/kubernetes/kubernetes/pull/96485#issuecomment-732335344
) in #96485 require more useful logging message
**Requiered outcome:**
Improve log messages | Update Error logging for Pod+PodStatus resource lifecycle test | https://api.github.com/repos/kubernetes/kubernetes/issues/96819/comments | 2 | 2020-11-23T22:08:21Z | 2020-12-14T23:42:11Z | https://github.com/kubernetes/kubernetes/issues/96819 | 749,162,786 | 96,819 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
`ci-cluster-api-provider-gcp-make-conformance-v1alpha3-k8s-ci-artifacts`
**Which test(s) are failing**:
Overall
**Since when has it been failing**:
Nov 20 betwe... | [Failing Test] ci-cluster-api-provider-gcp-make-conformance-v1alpha3-k8s-ci-artifacts | https://api.github.com/repos/kubernetes/kubernetes/issues/96814/comments | 3 | 2020-11-23T18:58:17Z | 2020-11-24T15:55:02Z | https://github.com/kubernetes/kubernetes/issues/96814 | 749,048,298 | 96,814 |
[
"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-kubernetes-e2e-ubuntu-gce`
`ci-kubernetes-e2e-gci-gce`
`ci-kubernetes-e2e-ubuntu-gce-containerd`
**Which test(s) are flaking*... | [Flaking Test] [sig-api-machinery] API priority and fairness should ensure that requests can't be drowned out (priority) | https://api.github.com/repos/kubernetes/kubernetes/issues/96808/comments | 2 | 2020-11-23T16:10:01Z | 2020-11-24T21:25:24Z | https://github.com/kubernetes/kubernetes/issues/96808 | 748,932,238 | 96,808 |
[
"kubernetes",
"kubernetes"
] | What happened:
The ContainerStatuses of pod does not change to not ready when the container without readnessprobe exits abnormally

What you expected to happen:
ContainerStatuses change to not ready when... | The ContainerStatuses of pod does not change to not ready when the container without readinessprobe exits abnormally | https://api.github.com/repos/kubernetes/kubernetes/issues/96804/comments | 5 | 2020-11-23T09:42:52Z | 2021-03-31T08:01:24Z | https://github.com/kubernetes/kubernetes/issues/96804 | 748,640,116 | 96,804 |
[
"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**:
kind-master-parallel
ci-kubernetes-kind-e2e-parallel
**Which test(s) are flaking**:
[sig-api-machinery] API priority and fairn... | [Flaking Test][sig-api-machinery] API priority and fairness should ensure that requests can be classified by testing flow-schemas/priority-levels | https://api.github.com/repos/kubernetes/kubernetes/issues/96803/comments | 18 | 2020-11-23T09:28:25Z | 2021-11-30T14:34:13Z | https://github.com/kubernetes/kubernetes/issues/96803 | 748,629,627 | 96,803 |
[
"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**:
Both `APISe... | Inconsistent behaviour of cabundle for webhooks and apiservices | https://api.github.com/repos/kubernetes/kubernetes/issues/96799/comments | 9 | 2020-11-23T07:34:54Z | 2020-12-04T16:25:28Z | https://github.com/kubernetes/kubernetes/issues/96799 | 748,551,668 | 96,799 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**: It would be great to have a shortname for clusterrolebindings
**Why is this needed**: Because clusterrolebindings is one of the longest api-resources to type
| shortname for clusterrolebindings | https://api.github.com/repos/kubernetes/kubernetes/issues/96795/comments | 6 | 2020-11-22T18:28:23Z | 2020-12-16T18:28:52Z | https://github.com/kubernetes/kubernetes/issues/96795 | 748,311,607 | 96,795 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.