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"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
I use the yam... | Using kubernetes/cluster/addons/fluentd-elasticsearch/* to install EFK has problem | https://api.github.com/repos/kubernetes/kubernetes/issues/86058/comments | 9 | 2019-12-09T07:33:13Z | 2020-05-09T16:53:39Z | https://github.com/kubernetes/kubernetes/issues/86058 | 534,745,295 | 86,058 |
[
"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 the ... | Move test specific functions from e2e sub framework | https://api.github.com/repos/kubernetes/kubernetes/issues/86052/comments | 34 | 2019-12-09T04:08:13Z | 2020-01-16T01:59:27Z | https://github.com/kubernetes/kubernetes/issues/86052 | 534,677,812 | 86,052 |
[
"kubernetes",
"kubernetes"
] | This issue proposes the writing of a new test for the `patchCoreV1Namespace` API endpoint with the intention of promoting it to Conformance. This issue contains a very masic **mock** test in order to start the conversation about what a good e2e test would look like for this endpoint. The code below is verified to be hi... | Write patchCoreV1Namespace Mock Test for Conformance - +1 Coverage | https://api.github.com/repos/kubernetes/kubernetes/issues/86051/comments | 1 | 2019-12-09T03:40:58Z | 2020-01-08T10:58:24Z | https://github.com/kubernetes/kubernetes/issues/86051 | 534,671,549 | 86,051 |
[
"kubernetes",
"kubernetes"
] | ### Flaky Job: pr:pull-kubernetes-e2e-gce-storage-slow
Flakes in the past week: **4**
Consistency: **86.70%**
#### Flakiest tests by flake count:
| Test | Flake Count |
| --- | --- |
| Timeout | 4 |
[Flakiest Jobs](https://storage.googleapis.com/k8s-metrics/flakes-latest.json)
| pr:pull-kubernetes-e2e-gce-storage-slow flaked 4 times in the past week | https://api.github.com/repos/kubernetes/kubernetes/issues/86043/comments | 4 | 2019-12-08T19:24:29Z | 2020-04-12T21:42:41Z | https://github.com/kubernetes/kubernetes/issues/86043 | 534,587,697 | 86,043 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
I'm requesting a kubectl command that can be used to check for the existence of a resource that doesn't throw an error when the resource doesn't exist.
**Why is this needed**:
The fact that `kubectl get pod foo` returns an error code causes problems in existing tools built arou... | kubectl check existence of resource without error | https://api.github.com/repos/kubernetes/kubernetes/issues/86042/comments | 3 | 2019-12-08T19:18:39Z | 2019-12-09T16:46:35Z | https://github.com/kubernetes/kubernetes/issues/86042 | 534,586,997 | 86,042 |
[
"kubernetes",
"kubernetes"
] | This issue proposes that we write a test for the `readCoreV1NodeStatus` API endpoint with the intention to eventually promote to Conformance. We wrote a very basic (mock) test in order to start the conversation on what a good e2e test would look like for this endpoint. We verify that it is indeed hitting the endpoint w... | Write `readCoreV1NodeStatus` Test for Conformance | https://api.github.com/repos/kubernetes/kubernetes/issues/86041/comments | 5 | 2019-12-08T19:03:21Z | 2020-05-06T21:47:39Z | https://github.com/kubernetes/kubernetes/issues/86041 | 534,585,041 | 86,041 |
[
"kubernetes",
"kubernetes"
] | Kindly help. I am in trouble. There seems to be an issue with load test app.
Followed [this ](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/#increase-load)article to load test HPA.
Have done CTRL+c to stop the load run, got a message 'image deleted'. But load never stopped... | load-generator busybox - unable to stop/kill it | https://api.github.com/repos/kubernetes/kubernetes/issues/86038/comments | 3 | 2019-12-08T15:22:48Z | 2019-12-23T23:19:38Z | https://github.com/kubernetes/kubernetes/issues/86038 | 534,556,840 | 86,038 |
[
"kubernetes",
"kubernetes"
] | **How to reproduce it (as minimally and precisely as possible)**:
pre-requisites: a multi-az cluster, a deployment with 1 pod in each az.
1. apply a `topologySpreadConstraint` with `maxSkew=1` and `whenUnsatisfiable: DoNotSchedule`.
2. cordon the node(s) in 1 az.
3. delete the deployment's pod(s) from the cordoned ... | TopologySpreadConstraint not acting as expected | https://api.github.com/repos/kubernetes/kubernetes/issues/86037/comments | 6 | 2019-12-08T14:58:56Z | 2020-02-07T08:08:21Z | https://github.com/kubernetes/kubernetes/issues/86037 | 534,553,561 | 86,037 |
[
"kubernetes",
"kubernetes"
] | I am unable to upgrade to latest apiVersion apps/v1. Using Azure Kubernetes 1.14.x
new yaml file:
```
---
apiVersion: apps/v1 --------------> new apiVersion, earlier it was 'extensions/v1beta1'
kind: Deployment
metadata:
name: myservice
spec:
replicas: 1
strategy:
type: Rollin... | AKS - unable to upgrade to apiVersion: apps/v1 from extensions/v1beta1 | https://api.github.com/repos/kubernetes/kubernetes/issues/86033/comments | 11 | 2019-12-08T08:37:37Z | 2020-06-20T13:18:05Z | https://github.com/kubernetes/kubernetes/issues/86033 | 534,509,891 | 86,033 |
[
"kubernetes",
"kubernetes"
] | Unable to make HPA working on Azure Kubernetes 1.14.x.
`kubectl get hpa.v2beta2.autoscaling -o yaml > c:/App/hpa-v2.yaml`
```
apiVersion: v1
items:
- apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
creationTimestamp: "2019-12-08T07:13:07Z"
name: myservice
namespace... | AKS - unable to make HPA working (no matches for kind "Deployment") | https://api.github.com/repos/kubernetes/kubernetes/issues/86032/comments | 4 | 2019-12-08T08:28:58Z | 2019-12-08T11:20:04Z | https://github.com/kubernetes/kubernetes/issues/86032 | 534,509,125 | 86,032 |
[
"kubernetes",
"kubernetes"
] | **What happened**: While trying to write a script that can predict what resources will be applied (or pruned) to the cluster, I noticed that the output of `kubectl apply --dry-run` does not include the namespace, which makes it impossible to tell which object is affected if two objects of the same kind and name exist i... | apply dry-run / prune namespace ambiguity | https://api.github.com/repos/kubernetes/kubernetes/issues/86026/comments | 11 | 2019-12-07T14:43:04Z | 2021-01-27T18:31:24Z | https://github.com/kubernetes/kubernetes/issues/86026 | 534,409,884 | 86,026 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
This issue is to keep track of kube-proxy flags that have to be migrated to a Kubernetes-style API as part of ComponentConfig working group
**What would you like to be added**:
Following kube-proxy flags have to be migrated to `config.KubeP... | Migrate kube-proxy flags to config | https://api.github.com/repos/kubernetes/kubernetes/issues/86024/comments | 25 | 2019-12-07T10:16:06Z | 2021-09-24T22:43:56Z | https://github.com/kubernetes/kubernetes/issues/86024 | 534,383,205 | 86,024 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
When a node... | The number of evicted pods will increase rapidly, it will take up a lot of etcd data storage resources | https://api.github.com/repos/kubernetes/kubernetes/issues/86023/comments | 3 | 2019-12-07T08:30:37Z | 2019-12-09T02:15:10Z | https://github.com/kubernetes/kubernetes/issues/86023 | 534,373,061 | 86,023 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
It could be useful to decouple the functionality in InsecureSkipVerify in Kubernetes
As it stands right now, InsecureSkipVerify performs two functions:
* It verifies the host name
* It verifies the cer... | Implement custom TLS verification to separate hostname and certificate validation | https://api.github.com/repos/kubernetes/kubernetes/issues/86021/comments | 10 | 2019-12-07T03:58:54Z | 2020-05-18T22:30:38Z | https://github.com/kubernetes/kubernetes/issues/86021 | 534,349,615 | 86,021 |
[
"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're a ... | Change Azure global rate limit to per client | https://api.github.com/repos/kubernetes/kubernetes/issues/86019/comments | 1 | 2019-12-07T01:36:38Z | 2019-12-23T08:29:34Z | https://github.com/kubernetes/kubernetes/issues/86019 | 534,335,162 | 86,019 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Would like for DaemonSets to allow for Pod templates with other restart policies, specifically at least OnFailure.
**Why is this needed**:
It fills a functionality gap in providing a first class way to schedule pods that run to completion across all nodes or a subset of them. ... | Allow DaemonSet pod templates with OnFailure restart policies | https://api.github.com/repos/kubernetes/kubernetes/issues/86018/comments | 6 | 2019-12-06T23:54:24Z | 2020-05-05T02:04:41Z | https://github.com/kubernetes/kubernetes/issues/86018 | 534,313,174 | 86,018 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
The container type may be useful for post start hook which is called by kubeGenericRuntimeManager#startContainer.
**Why is this needed**:
Currently the container type is not passed to kubeGenericRuntimeManager#startContainer :
```
klog.V(4).Infof("Creating %v %+v in pod %... | Pass container type to startContainer and post start hook | https://api.github.com/repos/kubernetes/kubernetes/issues/86017/comments | 5 | 2019-12-06T23:47:59Z | 2020-06-11T03:57:28Z | https://github.com/kubernetes/kubernetes/issues/86017 | 534,311,680 | 86,017 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
After creating a service with a specified port, the "kubectl describe" command shows it as:
```
Port: <unset> 80/TCP
```
Why "unset"? It was set in the yaml file.
( this might be a question, and not a bug. :-) )
**What you expected to happen**:
```
Port: ... | kubectl describe shows "<unset>" for Port | https://api.github.com/repos/kubernetes/kubernetes/issues/86014/comments | 3 | 2019-12-06T21:28:14Z | 2019-12-07T15:43:53Z | https://github.com/kubernetes/kubernetes/issues/86014 | 534,265,763 | 86,014 |
[
"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 using ... | `kubectl describe ingress` using kubectl v1.15 does not work against 1.13 API server | https://api.github.com/repos/kubernetes/kubernetes/issues/86012/comments | 5 | 2019-12-06T19:29:25Z | 2020-02-20T15:12:14Z | https://github.com/kubernetes/kubernetes/issues/86012 | 534,219,349 | 86,012 |
[
"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**:
Hi, I'd lik... | apimachinery: add protobuf_key and protobuf_val tags to support arbitrary protobuf use of API types | https://api.github.com/repos/kubernetes/kubernetes/issues/86007/comments | 7 | 2019-12-06T16:09:51Z | 2020-05-15T05:02:38Z | https://github.com/kubernetes/kubernetes/issues/86007 | 534,108,058 | 86,007 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
gce-master-scale-performance
**Which test(s) are failing**:
setting up tests (prometheus stack)
**Since when has it been failing**:
2019-12-05
**Testgrid link**:
https://k8... | [Failing Test] GCE 5K Performance - one of kube-dns instances not running | https://api.github.com/repos/kubernetes/kubernetes/issues/86003/comments | 9 | 2019-12-06T13:57:58Z | 2019-12-10T11:40:18Z | https://github.com/kubernetes/kubernetes/issues/86003 | 534,004,443 | 86,003 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
When creating pod. If container image is not exits, container will in waiting status forever.
Since it's a permanent error. We should transfer the container status to terminated. Or at least we can set a... | Transfer container status to terminated if image not exist | https://api.github.com/repos/kubernetes/kubernetes/issues/85992/comments | 8 | 2019-12-06T09:03:41Z | 2020-05-23T15:21:35Z | https://github.com/kubernetes/kubernetes/issues/85992 | 533,832,837 | 85,992 |
[
"kubernetes",
"kubernetes"
] | Our goal is to deny login using token from service accounts.
What we plan is to
1. Capture login event
2. Forward request to an OPA instance
3. OPA will check if the login request is using a token. It will deny user from logging in if it's using a token, otherwise it will allow it.
4. Allowed request will b... | Is there a way to filter and process login request to kube-api-server? | https://api.github.com/repos/kubernetes/kubernetes/issues/85991/comments | 4 | 2019-12-06T08:51:58Z | 2019-12-11T03:29:10Z | https://github.com/kubernetes/kubernetes/issues/85991 | 533,827,467 | 85,991 |
[
"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**:
Azure cloud... | Azure cloud provider shouldn't send unexpected LoadBalancer updates | https://api.github.com/repos/kubernetes/kubernetes/issues/85989/comments | 1 | 2019-12-06T08:03:24Z | 2019-12-06T12:06:50Z | https://github.com/kubernetes/kubernetes/issues/85989 | 533,808,058 | 85,989 |
[
"kubernetes",
"kubernetes"
] | **What happened:**
We have a six node Kubernetes cluster in which we have three master nodes and three worker nodes. Everything is working fine in my cluster, but I was looking into the Kube-system namespace I saw that Kube-controller and Kube scheduler pods got restarted many times. I do not know when it happened and... | HA Cluster by kubespray: kube-controller-manager and kube-scheduler pod restart many times in kubernetes v1.13.2 | https://api.github.com/repos/kubernetes/kubernetes/issues/85987/comments | 9 | 2019-12-06T07:19:21Z | 2020-07-09T10:10:19Z | https://github.com/kubernetes/kubernetes/issues/85987 | 533,792,171 | 85,987 |
[
"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**:
scheduler f... | Scheduler framework cannot disable default Predicate function | https://api.github.com/repos/kubernetes/kubernetes/issues/85986/comments | 9 | 2019-12-06T06:18:25Z | 2020-01-22T00:38:09Z | https://github.com/kubernetes/kubernetes/issues/85986 | 533,769,217 | 85,986 |
[
"kubernetes",
"kubernetes"
] | <!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
You can also pos... | Does K8s have plans to support chubaofs? | https://api.github.com/repos/kubernetes/kubernetes/issues/85984/comments | 2 | 2019-12-06T03:53:49Z | 2019-12-06T05:00:17Z | https://github.com/kubernetes/kubernetes/issues/85984 | 533,730,662 | 85,984 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I can create following ingress, but if we get ingress.spec.rules the slice is not nil, but the slice has nil variable.
```yaml
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: test-ingress
spec:
rules:
- host: myhost
http:
```
if i do
```go
for _, rule :... | wrong ingress fields when using client-go | https://api.github.com/repos/kubernetes/kubernetes/issues/85982/comments | 8 | 2019-12-06T02:46:56Z | 2019-12-06T05:25:55Z | https://github.com/kubernetes/kubernetes/issues/85982 | 533,712,971 | 85,982 |
[
"kubernetes",
"kubernetes"
] | I deployed ceph, after creating the storage, the pod cannot be mounted on the PV, prompt
Unable to attach or mount volumes, err = no volume plugin matched
The main error message is as follows. What is the problem? Thank you.
Main------------
Created directory:
[root@k8s-m kubernetes]# cd /var/lib/kubelet/volum... | ERROR:Unable to attach or mount volumes,err=no volume plugin matched | https://api.github.com/repos/kubernetes/kubernetes/issues/85979/comments | 9 | 2019-12-06T01:45:19Z | 2020-06-09T09:46:00Z | https://github.com/kubernetes/kubernetes/issues/85979 | 533,696,512 | 85,979 |
[
"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 latest [n... | does kubernetes support latest nvidiad-docker | https://api.github.com/repos/kubernetes/kubernetes/issues/85978/comments | 7 | 2019-12-06T00:16:47Z | 2020-07-16T10:17:51Z | https://github.com/kubernetes/kubernetes/issues/85978 | 533,672,048 | 85,978 |
[
"kubernetes",
"kubernetes"
] | EDIT: looks like I made a mistake, the version of the sample apiserver I used was an older one that didn't have the RBAC resources that later sample apiserver versions do. False alarm.
**What happened**:
I tried building and running the sample apiserver at kubernetes/staging/src/k8s.io/sample-apiserver as per t... | sample apiserver failing due to RBAC issues | https://api.github.com/repos/kubernetes/kubernetes/issues/85976/comments | 4 | 2019-12-05T23:07:18Z | 2019-12-07T04:26:04Z | https://github.com/kubernetes/kubernetes/issues/85976 | 533,650,086 | 85,976 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
More e2e tests to cover the untested CronJob endpoints.
Here are the beta Cronjob endpoints and their e2e test coverage: https://apisnoop.cncf.io/?zoomed=category-beta-batch
Endpoint | Tested | ... | Improve e2e test coverage for CronJobs | https://api.github.com/repos/kubernetes/kubernetes/issues/85974/comments | 15 | 2019-12-05T22:46:23Z | 2021-07-18T14:15:44Z | https://github.com/kubernetes/kubernetes/issues/85974 | 533,642,350 | 85,974 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
**Which test(s) are failing**:
Pod Disks detach in a disrupted environment [Slow] [Disruptive] when node is deleted
**Since when has it been failing**:
12/4
**Testgrid link**... | Flawed test: Pod Disks detach in a disrupted environment [Slow] [Disruptive] when node is deleted | https://api.github.com/repos/kubernetes/kubernetes/issues/85972/comments | 8 | 2019-12-05T22:05:13Z | 2024-11-25T16:09:07Z | https://github.com/kubernetes/kubernetes/issues/85972 | 533,625,567 | 85,972 |
[
"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 using ... | Pod.Status.PodIP not updated during postStart lifecycle hook | https://api.github.com/repos/kubernetes/kubernetes/issues/85966/comments | 78 | 2019-12-05T20:04:27Z | 2025-01-30T12:07:17Z | https://github.com/kubernetes/kubernetes/issues/85966 | 533,569,447 | 85,966 |
[
"kubernetes",
"kubernetes"
] | As we move towards [BDD Conformance Testing](https://github.com/kubernetes/enhancements/blob/master/keps/sig-architecture/20190412-conformance-behaviors.md), most of our conformance tooling still revolves around `conformance.txt` and the `walk.go` script. We should add some CI tooling around things like validating the ... | CI Tooling for BDD Conformance | https://api.github.com/repos/kubernetes/kubernetes/issues/85964/comments | 4 | 2019-12-05T19:31:37Z | 2020-04-03T21:39:51Z | https://github.com/kubernetes/kubernetes/issues/85964 | 533,549,919 | 85,964 |
[
"kubernetes",
"kubernetes"
] | (_I am opening this ticket on behalf of the author of https://github.com/kubernetes/community/issues/4061 - because we are also having the same problem and it's problematic for us. The text in this ticket is a direct copy and paste_)
**What would you like to be added**:
Add `Kind: <Allow/Deny>` to the RBAC `Rules` ... | Add Support to Deny RBAC Rules | https://api.github.com/repos/kubernetes/kubernetes/issues/85963/comments | 21 | 2019-12-05T19:11:09Z | 2024-03-18T15:59:01Z | https://github.com/kubernetes/kubernetes/issues/85963 | 533,539,938 | 85,963 |
[
"kubernetes",
"kubernetes"
] | What happened:
We tried to create dynamic mount using volumeClaimTemplate on AKS platform using Azure disks, it worked fine.
But when we tried to add another dynamic mount its failing with below error

... | Getting "Forbidden error while adding more than one volumeClaimTemplate to statefulSet" | https://api.github.com/repos/kubernetes/kubernetes/issues/85955/comments | 3 | 2019-12-05T15:47:21Z | 2019-12-05T16:08:26Z | https://github.com/kubernetes/kubernetes/issues/85955 | 533,434,135 | 85,955 |
[
"kubernetes",
"kubernetes"
] | I am having a problem getting new master nodes into a multi-master cluster when adding them after one master node has died.
My cluster is set up in AWS with two auto-scaling groups - one for the control plane nodes and one for the worker nodes. The nodes are configured to automatically add themselves to the cluster... | Cannot replace control plane nodes in high-availability cluster. | https://api.github.com/repos/kubernetes/kubernetes/issues/85954/comments | 9 | 2019-12-05T15:39:36Z | 2019-12-12T19:08:13Z | https://github.com/kubernetes/kubernetes/issues/85954 | 533,429,413 | 85,954 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
kubectl get pods doesnt show apiserver pod after enabling PodSecurityPolicy plugin
**What you expected to happen**:
Kubectl to list apiserver pod.
**How to reproduce it (as minimally and precisely as possible)**:
- Create the pod security pod as below.
- Then enable the plugin by modifying... | kubectl get pods doesnt show apiserver pod after enabling PodSecurityPolicy plugin | https://api.github.com/repos/kubernetes/kubernetes/issues/85952/comments | 2 | 2019-12-05T14:54:18Z | 2019-12-05T16:13:38Z | https://github.com/kubernetes/kubernetes/issues/85952 | 533,401,918 | 85,952 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/423
**Which test(s) are failing**:
[ebs-csi-e2e] [single-az] Dynamic Provisioning
**Since when has it been failing**:
3 times on the above PR with not related code changes
**Testgrid link**:
https://prow.k8s.io/view/gcs/... | e2e flake: pull-aws-ebs-csi-driver-e2e-single-az | https://api.github.com/repos/kubernetes/kubernetes/issues/85950/comments | 6 | 2019-12-05T13:59:18Z | 2019-12-05T16:08:54Z | https://github.com/kubernetes/kubernetes/issues/85950 | 533,369,120 | 85,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/
-->
**What happened**:
Currently, ... | Apiserver does not shutdown gracefully in integration tests after closing configmaps rest storage connection | https://api.github.com/repos/kubernetes/kubernetes/issues/85948/comments | 8 | 2019-12-05T13:11:12Z | 2020-04-03T16:53:33Z | https://github.com/kubernetes/kubernetes/issues/85948 | 533,342,580 | 85,948 |
[
"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**: Compiling the ... | Compiling the kubelet in providerless mode is broken for release-1.14 & release-1.15 | https://api.github.com/repos/kubernetes/kubernetes/issues/85941/comments | 7 | 2019-12-05T09:59:11Z | 2019-12-05T15:34:41Z | https://github.com/kubernetes/kubernetes/issues/85941 | 533,243,849 | 85,941 |
[
"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 created two... | network policy disappeared strangely | https://api.github.com/repos/kubernetes/kubernetes/issues/85940/comments | 4 | 2019-12-05T09:53:23Z | 2019-12-09T06:56:27Z | https://github.com/kubernetes/kubernetes/issues/85940 | 533,240,671 | 85,940 |
[
"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 value for c... | cgroup/hugetbl/hugetlb.1GBlimit_in_bytes values set incorrectly | https://api.github.com/repos/kubernetes/kubernetes/issues/85938/comments | 8 | 2019-12-05T09:24:16Z | 2020-05-11T19:49:08Z | https://github.com/kubernetes/kubernetes/issues/85938 | 533,224,511 | 85,938 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
kubernetes/node-problem-detector/node-problem-detector-ci: ci-npd-e2e-node
See the [Prow config](https://github.com/kubernetes/test-infra/blob/c08ecc49e1939e90f0aefad4dcab87e5fd5f0fa5... | e2e_node tests are failing due to "Refusing to compare <nil> to <nil>" | https://api.github.com/repos/kubernetes/kubernetes/issues/85933/comments | 5 | 2019-12-05T02:48:48Z | 2019-12-05T04:32:04Z | https://github.com/kubernetes/kubernetes/issues/85933 | 533,089,877 | 85,933 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
Hi, In order to verify the availability of cluster on mips, we build needed images and complete the e2e tests. I think it will be better if I put this images into an open repo, to help who what to do e2e tests on mips. So, how can I do to push... | kubernetes e2e tests images for arch mips64el | https://api.github.com/repos/kubernetes/kubernetes/issues/85932/comments | 11 | 2019-12-05T02:40:00Z | 2020-05-10T10:10:40Z | https://github.com/kubernetes/kubernetes/issues/85932 | 533,087,416 | 85,932 |
[
"kubernetes",
"kubernetes"
] | /assign @ahg-g
/sig scheduling
/priority important-soon
Part of #85822 | Move Affinity Priority Metadata calculation to a post-filter plugin [Migration Phase 2] | https://api.github.com/repos/kubernetes/kubernetes/issues/85928/comments | 2 | 2019-12-05T01:55:35Z | 2019-12-19T02:12:48Z | https://github.com/kubernetes/kubernetes/issues/85928 | 533,075,244 | 85,928 |
[
"kubernetes",
"kubernetes"
] | /assign @Huang-Wei
/sig scheduling
/priority important-soon
Part of #85822 | Move EvenPodSpread Priority Metadata calculation to a post-filter plugin [Migration Phase 2] | https://api.github.com/repos/kubernetes/kubernetes/issues/85927/comments | 0 | 2019-12-05T01:54:41Z | 2020-01-07T02:55:50Z | https://github.com/kubernetes/kubernetes/issues/85927 | 533,075,021 | 85,927 |
[
"kubernetes",
"kubernetes"
] | /assign @ahg-g
/sig scheduling
/priority important-soon
Part of #85822 | Move Affinity Predicate Metadata calculation to a pre-filter plugin [Migration Phase 2] | https://api.github.com/repos/kubernetes/kubernetes/issues/85926/comments | 0 | 2019-12-05T01:46:18Z | 2020-01-07T02:53:43Z | https://github.com/kubernetes/kubernetes/issues/85926 | 533,072,786 | 85,926 |
[
"kubernetes",
"kubernetes"
] | /assign @Huang-Wei
/sig scheduling
/priority important-soon
Part of #85822 | Move EvenPodSpread Predicate Metadata calculation to a pre-filter plugin [Migration Phase 2] | https://api.github.com/repos/kubernetes/kubernetes/issues/85925/comments | 0 | 2019-12-05T01:44:59Z | 2019-12-14T05:19:37Z | https://github.com/kubernetes/kubernetes/issues/85925 | 533,072,433 | 85,925 |
[
"kubernetes",
"kubernetes"
] | Priorities metadata should be broken into post-filter plugins. This issue excludes even pods spread and affinity, which we have separate issues for them.
/assign @ravisantoshgudimetla
/sig scheduling
/priority important-soon
Part of #85822 | Break priority metadata computation into post-filter plugins [Migration Phase 2] | https://api.github.com/repos/kubernetes/kubernetes/issues/85924/comments | 2 | 2019-12-05T01:41:25Z | 2019-12-24T01:55:47Z | https://github.com/kubernetes/kubernetes/issues/85924 | 533,071,494 | 85,924 |
[
"kubernetes",
"kubernetes"
] | Adding an init container to a pod based on a pod preset seems to be 100% in line with the other use cases of pod presets. | Pod Presets should support adding init containers | https://api.github.com/repos/kubernetes/kubernetes/issues/85921/comments | 6 | 2019-12-04T23:51:49Z | 2020-05-22T01:44:39Z | https://github.com/kubernetes/kubernetes/issues/85921 | 533,015,740 | 85,921 |
[
"kubernetes",
"kubernetes"
] | Some owners files attempt to auto apply the no longer existing `sig/gcp` label, which is now `area/provider/gcp`:
https://github.com/kubernetes/test-infra/pull/13677
This is present in 4 owners files:
https://github.com/kubernetes/kubernetes/search?q=%22sig%2Fgcp%22&unscoped_q=%22sig%2Fgcp%22
/assign @MrHoh... | Migrate OWNERS file to apply the area/provider/gcp label, not sig/gcp | https://api.github.com/repos/kubernetes/kubernetes/issues/85919/comments | 4 | 2019-12-04T22:15:58Z | 2020-05-03T00:15:36Z | https://github.com/kubernetes/kubernetes/issues/85919 | 532,967,885 | 85,919 |
[
"kubernetes",
"kubernetes"
] | The predicates execution path in core scheduler is now not used, priorities are now executed as Filter plugins. As part of phase 2 of the framework migration, this execution path should be removed.
/assign @Huang-Wei
/sig scheduling
/priority important-soon
Part of #85822 | Remove predicates execution path in schedule core [Migration Phase 2] | https://api.github.com/repos/kubernetes/kubernetes/issues/85918/comments | 3 | 2019-12-04T20:54:21Z | 2020-01-07T02:54:40Z | https://github.com/kubernetes/kubernetes/issues/85918 | 532,928,981 | 85,918 |
[
"kubernetes",
"kubernetes"
] | The priorities execution path in core scheduler is now not used, priorities are now executed as Score plugins. As part of phase 2 of the framework migration, this execution path should be removed.
/assign @damemi
/sig scheduling
/priority important-soon
Part of #85822 | Remove priorities execution path in schedule core [Migration Phase 2] | https://api.github.com/repos/kubernetes/kubernetes/issues/85917/comments | 3 | 2019-12-04T20:53:08Z | 2020-01-12T18:52:59Z | https://github.com/kubernetes/kubernetes/issues/85917 | 532,928,413 | 85,917 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
We are looking at how to maximize the usage of Nodes, by providing an range as input to kubernetes to help scheduling the pods.
The option requested to user are, can he specify min/ max pod per node/ cor... | more option required to manage pods scheduling per Node | https://api.github.com/repos/kubernetes/kubernetes/issues/85911/comments | 6 | 2019-12-04T16:20:15Z | 2020-05-04T03:42:47Z | https://github.com/kubernetes/kubernetes/issues/85911 | 532,791,006 | 85,911 |
[
"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 NetworkPo... | A NetworkPolicy e2e test is failing | https://api.github.com/repos/kubernetes/kubernetes/issues/85908/comments | 5 | 2019-12-04T15:52:36Z | 2020-02-14T00:54:19Z | https://github.com/kubernetes/kubernetes/issues/85908 | 532,773,756 | 85,908 |
[
"kubernetes",
"kubernetes"
] | Guys,
I have a cluster with 2 nodes.

My pod is running on spain. As you see in the following the camel-k-kit is in error.
 e2e test fails frequently and should be moved to be an integration test.
This test relies on a particular state of the... | Move "validates MaxPods limit number of pods that are allowed to run" e2e test to an integration test | https://api.github.com/repos/kubernetes/kubernetes/issues/85900/comments | 13 | 2019-12-04T12:14:24Z | 2020-06-07T17:13:54Z | https://github.com/kubernetes/kubernetes/issues/85900 | 532,646,572 | 85,900 |
[
"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 [NetworkPo... | NetworkPolicy e2e tests fail to get container logs | https://api.github.com/repos/kubernetes/kubernetes/issues/85896/comments | 4 | 2019-12-04T11:38:52Z | 2020-01-13T16:09:38Z | https://github.com/kubernetes/kubernetes/issues/85896 | 532,629,086 | 85,896 |
[
"kubernetes",
"kubernetes"
] | **What happened**: In a cluster of three nodes initialised using kubeadm with stacked control plane a node was powered off. However, when running 'kubectl get nodes' on the other two nodes the powered off node status is shown as ready. This happens intermittently and when it occurs it does not resolve itself automatica... | Node status is Ready even though it has been powered off for more than a day | https://api.github.com/repos/kubernetes/kubernetes/issues/85895/comments | 6 | 2019-12-04T11:17:44Z | 2020-05-02T20:11:48Z | https://github.com/kubernetes/kubernetes/issues/85895 | 532,618,752 | 85,895 |
[
"kubernetes",
"kubernetes"
] | Also reported in:
* https://github.com/kubernetes/kubernetes/issues/32987
* https://github.com/kubernetes/kubernetes/issues/73140
* https://github.com/kubernetes/kubernetes/issues/89042
* https://github.com/kubernetes/kubernetes/issues/86104
**What happened**:
Service of NodePort type fails to (re)create if it ... | NodePort creation with statically assigned portNumber collide in multi-master HA cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/85894/comments | 22 | 2019-12-04T11:06:01Z | 2020-06-19T06:15:34Z | https://github.com/kubernetes/kubernetes/issues/85894 | 532,612,630 | 85,894 |
[
"kubernetes",
"kubernetes"
] | We've broached the topic of [feature branches](https://martinfowler.com/bliki/FeatureBranch.html) a few times in the past and even have a few examples:
- https://github.com/kubernetes/kubernetes/tree/feature-rate-limiting
- https://github.com/kubernetes/kubernetes/tree/feature-serverside-apply
- https://github.com/k... | Discuss feature branches/forks | https://api.github.com/repos/kubernetes/kubernetes/issues/85892/comments | 18 | 2019-12-04T10:50:29Z | 2021-05-01T22:22:39Z | https://github.com/kubernetes/kubernetes/issues/85892 | 532,602,718 | 85,892 |
[
"kubernetes",
"kubernetes"
] | /sig node
/sig pod
what happened:
After keeping kubernetes for longer run. Nodes are going bad .
We are running 3 nodes (2 worker + 1 master as worker) .
We are running total 51 pods , out of which we are volume mounting(glusterfs volume mount) kafka,etcd,logstash,consul,influxdb .
deploy1 kubelet[3227]: W112... | Kubernetes all nodes going bad, after reboot it is recovered. | https://api.github.com/repos/kubernetes/kubernetes/issues/85888/comments | 6 | 2019-12-04T10:05:43Z | 2020-05-08T08:21:34Z | https://github.com/kubernetes/kubernetes/issues/85888 | 532,576,304 | 85,888 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
kubelet adds parameter enforce-node-allocatable = pods, system-reserved, and reports an error at startup
I1204 09: 46: 22.623152 84198 node_container_manager_linux.go: 105] Enforcing System reserved on cgroup "/system.slice" with limits: map [cpu: {i: {value: 1000 scale: -3} d: {Dec: <nil >} s: For... | ["system.slice"] cgroup does not exist | https://api.github.com/repos/kubernetes/kubernetes/issues/85887/comments | 9 | 2019-12-04T10:02:59Z | 2020-04-17T07:37:17Z | https://github.com/kubernetes/kubernetes/issues/85887 | 532,574,726 | 85,887 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
IP addresses losing in k8s node status in a pure ipv6 vsphere environment.
```
[root@henry-c1 ~]# kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
henr... | ipv6 support issue for vsphere cloud privider | https://api.github.com/repos/kubernetes/kubernetes/issues/85886/comments | 7 | 2019-12-04T09:30:22Z | 2019-12-09T09:05:11Z | https://github.com/kubernetes/kubernetes/issues/85886 | 532,556,119 | 85,886 |
[
"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 want to use... | preStop does not work with a cronJob | https://api.github.com/repos/kubernetes/kubernetes/issues/85884/comments | 4 | 2019-12-04T08:59:48Z | 2019-12-04T11:03:51Z | https://github.com/kubernetes/kubernetes/issues/85884 | 532,539,569 | 85,884 |
[
"kubernetes",
"kubernetes"
] | follow up https://github.com/kubernetes/kubernetes/issues/56850
If using systemd, we, should have something like
```
KUBELET_EXTRA_ARGS=--runtime-cgroups=/systemd/system.slice --kubelet-cgroups=/systemd/system.slice
```
or
```
# /etc/systemd/system/kubelet.service.d/11-cgroups.conf
[Service]
CPUAccount... | kubelet: add missing args in packages | https://api.github.com/repos/kubernetes/kubernetes/issues/85883/comments | 11 | 2019-12-04T08:49:43Z | 2020-07-23T00:46:10Z | https://github.com/kubernetes/kubernetes/issues/85883 | 532,534,437 | 85,883 |
[
"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 kube-prox... | kube-proxy didn't get the correct result of endpoints and IPs from apiserver | https://api.github.com/repos/kubernetes/kubernetes/issues/85881/comments | 10 | 2019-12-04T08:13:31Z | 2020-03-25T20:19:35Z | https://github.com/kubernetes/kubernetes/issues/85881 | 532,517,731 | 85,881 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
One node in k8s cluster not ready.
**What you expected to happen**:
What triggered the problem?How can i reproduce it ? How to avoid the problem happen again.
**Anything else we need to know?**:
First,I saw status of kubelet after I receive the alarm. Kubelet service is dead.
Second, I we... | Node NotReady Discovered runtime cgroups name: /system.slice/docker.service | https://api.github.com/repos/kubernetes/kubernetes/issues/85880/comments | 6 | 2019-12-04T05:54:15Z | 2020-05-21T19:38:42Z | https://github.com/kubernetes/kubernetes/issues/85880 | 532,466,893 | 85,880 |
[
"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**:
Our cluster c... | Daemonset hangs when upgrade or delete if node not ready exists int the cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/85878/comments | 5 | 2019-12-04T04:12:04Z | 2020-04-23T09:58:54Z | https://github.com/kubernetes/kubernetes/issues/85878 | 532,437,994 | 85,878 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I have a three node k8s cluster and kube proxy enable ipvs mode. I create a nginx service and attach one backend pod to this service. Then request the nginx service inside the service's pod failed.
**What you expected to happen**:
pod should visit itself via service
**How to reproduce it (... | Request pod itself via service failed when kube proxy is ipvs mode | https://api.github.com/repos/kubernetes/kubernetes/issues/85877/comments | 10 | 2019-12-04T03:44:11Z | 2020-06-28T18:25:39Z | https://github.com/kubernetes/kubernetes/issues/85877 | 532,430,776 | 85,877 |
[
"kubernetes",
"kubernetes"
] | # Description
After looking through endpoints which need tests written for in APIsnoop, this appears to be an endpoint which isn't hit.
#
## Fetch dependencies
```shell
go get -v -u k8s.io/apimachinery/pkg/apis/meta/v1
go get -v -u k8s.io/client-go/kubernetes
go get -v -u k8s.io/client-go/tools/clientcmd
``... | Research for creating a readCoreV1NamespacedServiceStatus conformant test | https://api.github.com/repos/kubernetes/kubernetes/issues/85876/comments | 7 | 2019-12-04T03:41:40Z | 2020-04-01T19:43:26Z | https://github.com/kubernetes/kubernetes/issues/85876 | 532,430,058 | 85,876 |
[
"kubernetes",
"kubernetes"
] | ## What would you like to be added
kube-scheduler allows to select victims in custom logics when preemption happens.
## Background: How kube-scheduler selects victim pods in preemption
When `kube-scheculer` preempts some pods, it selects candidate victim pods in a node roughly as follows:
- selects lower pr... | kube-scheduler: customizable victim selection logic in preemption | https://api.github.com/repos/kubernetes/kubernetes/issues/85871/comments | 14 | 2019-12-03T23:30:05Z | 2020-07-27T14:29:15Z | https://github.com/kubernetes/kubernetes/issues/85871 | 532,337,587 | 85,871 |
[
"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 gave a user... | kubectl auth can-i --list should indicate if a permission is global or namespace scoped | https://api.github.com/repos/kubernetes/kubernetes/issues/85869/comments | 6 | 2019-12-03T23:16:04Z | 2020-05-11T12:36:37Z | https://github.com/kubernetes/kubernetes/issues/85869 | 532,331,420 | 85,869 |
[
"kubernetes",
"kubernetes"
] | CVSS Rating: [CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N/E:F (Low)](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N/E:F)
An attacker-controlled Kubelet can return an arbitrary redirect when responding to certain apiserver requests. Impacted kube-apiservers will follow the red... | CVE-2018-1002102: Unvalidated redirect | https://api.github.com/repos/kubernetes/kubernetes/issues/85867/comments | 3 | 2019-12-03T22:58:37Z | 2021-12-02T22:56:35Z | https://github.com/kubernetes/kubernetes/issues/85867 | 532,323,568 | 85,867 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
We deployed a... | Node status is now: CIDRNotAvailable | https://api.github.com/repos/kubernetes/kubernetes/issues/85866/comments | 16 | 2019-12-03T22:52:19Z | 2020-12-17T08:01:53Z | https://github.com/kubernetes/kubernetes/issues/85866 | 532,320,675 | 85,866 |
[
"kubernetes",
"kubernetes"
] | Some options are:
* Increasing LRU cache size
* Migrate to expiring cache
* Share authorization lookups
/sig auth | Figure out what to do with webhook authz cache in large clusters | https://api.github.com/repos/kubernetes/kubernetes/issues/85855/comments | 16 | 2019-12-03T16:27:13Z | 2020-09-02T02:57:50Z | https://github.com/kubernetes/kubernetes/issues/85855 | 532,106,412 | 85,855 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
windows10 mount storage volume unsuccessful
**What you expected to happen**:
windows10 mount storage volume
**How to reproduce it (as minimally and precisely as possible)**:
**Anything else we need to know?**:
**Environment**:
- Kubernetes version (use `kubectl version`):v1.15.5
- Cloud p... | How to mount a storage volume with Windows 10 Docker Desktop k8s | https://api.github.com/repos/kubernetes/kubernetes/issues/85842/comments | 2 | 2019-12-03T08:50:30Z | 2019-12-04T11:45:46Z | https://github.com/kubernetes/kubernetes/issues/85842 | 531,822,103 | 85,842 |
[
"kubernetes",
"kubernetes"
] | Original issue: https://github.com/kubernetes/kubectl/issues/712
**What happened**: Tried to apply a very large `ConfigMap`, which failed because of the size limit on the `last-applied-configuration` annotation.
**What you expected to happen**: The `ConfigMap` being applied normally
**How to reproduce it (as m... | Object exceeds last-applied-configured annotation | https://api.github.com/repos/kubernetes/kubernetes/issues/85840/comments | 6 | 2019-12-03T08:07:03Z | 2019-12-03T15:05:50Z | https://github.com/kubernetes/kubernetes/issues/85840 | 531,800,179 | 85,840 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
/kind bug
/priority important-soon
/sig cloud-provider
/area provider/azure
https://docs.microsoft.com/en-us/azure/storage/files/storage-files-how-to-create-large-file-share
**Why is this needed*... | support large azure file share setting | https://api.github.com/repos/kubernetes/kubernetes/issues/85839/comments | 8 | 2019-12-03T07:36:19Z | 2020-07-18T03:58:29Z | https://github.com/kubernetes/kubernetes/issues/85839 | 531,785,870 | 85,839 |
[
"kubernetes",
"kubernetes"
] | I added --volume-plugin-dir = / var / lib / kubelet / volume-plugins in kubelet.conf
Restart kubelet
kubelet status changed
[root @ dk-node01 ssl] # systemctl status kubelet
● kubelet.service-Kubernetes Kubelet Server
Loaded: loaded (/usr/lib/systemd/system/kubelet.service; enabled; vendor preset: disabled)
... | kubelet Add configuration and restart,node status becomes NotReady | https://api.github.com/repos/kubernetes/kubernetes/issues/85835/comments | 10 | 2019-12-03T02:04:34Z | 2020-05-01T16:44:27Z | https://github.com/kubernetes/kubernetes/issues/85835 | 531,660,963 | 85,835 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
deploy a pod with nfs volume. When nfs server and kubelet abonrmal, delete the pod.
then recover the kubelet, u can see the pod stucking in Terminating states. It's normal b/c nfs server working incorrectly.
But at this time, even if nfs is restored, the pod still stuck in the Terminating state... | kubelet leaves orphaned volume and pod stuck on Terminating state | https://api.github.com/repos/kubernetes/kubernetes/issues/85834/comments | 5 | 2019-12-03T01:51:33Z | 2020-05-01T11:39:31Z | https://github.com/kubernetes/kubernetes/issues/85834 | 531,656,641 | 85,834 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Pod was not restarted with error:
```
predicate.go:75] Failed to admit pod openpalette-broker-924cbc0a-1d08-47c3-968e-bcb4fc5a0cd1-1-zhq2d_opcs(68ff947d-12f8-11ea-af20-744aa400db46) - Update plugin resources failed due to failed to write checkpoint file "kubelet_internal_checkpoint": write /var/li... | Pod with restartPolicy: Always was not restarted | https://api.github.com/repos/kubernetes/kubernetes/issues/85831/comments | 6 | 2019-12-03T01:00:10Z | 2019-12-04T00:42:59Z | https://github.com/kubernetes/kubernetes/issues/85831 | 531,638,921 | 85,831 |
[
"kubernetes",
"kubernetes"
] | The Scheduler Framework is designed to engage end-users to easily build custom scheduling plugins to fit their particular requirements. We do have some basic examples and documents guiding users on how to use this (internally scheduler is refactoring its code to 100% adhere to the framework: [Phase1](https://github.com... | Sample Scheduler Framework plugins | https://api.github.com/repos/kubernetes/kubernetes/issues/85826/comments | 10 | 2019-12-02T23:24:14Z | 2020-04-10T02:04:08Z | https://github.com/kubernetes/kubernetes/issues/85826 | 531,605,078 | 85,826 |
[
"kubernetes",
"kubernetes"
] | This is an umbrella issue to track Phase 2 of the migration plan as discussed in the [migration doc](https://docs.google.com/document/d/1P1eBaePxuko22B8LLOrPEonoj1awc1dCVBDefuRWUA4/edit#heading=h.u7jfy9wqpd2b).
The main goal of Phase 2 is to deprecate predicates and priorities logic in the scheduler. We will keep s... | Framework Migration Phase 2 | https://api.github.com/repos/kubernetes/kubernetes/issues/85822/comments | 16 | 2019-12-02T20:25:14Z | 2020-01-22T21:30:15Z | https://github.com/kubernetes/kubernetes/issues/85822 | 531,517,682 | 85,822 |
[
"kubernetes",
"kubernetes"
] | Please stop sending folks to Stack Overflow with off-topic questions. Stack Overflow is a site for **programming and development** questions. Questions concerning running commands and configuring containers are off-topic at Stack Overflow.
Also see [What topics can I ask about here](http://stackoverflow.com/help/on-... | Please stop sending folks to Stack Overflow with off-topic questions | https://api.github.com/repos/kubernetes/kubernetes/issues/85821/comments | 4 | 2019-12-02T20:11:23Z | 2020-05-01T14:42:27Z | https://github.com/kubernetes/kubernetes/issues/85821 | 531,510,573 | 85,821 |
[
"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 attempti... | kubectl plugin - cannot allocate memory | https://api.github.com/repos/kubernetes/kubernetes/issues/85818/comments | 5 | 2019-12-02T18:54:30Z | 2020-06-22T14:01:29Z | https://github.com/kubernetes/kubernetes/issues/85818 | 531,440,164 | 85,818 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Followed installation instructions here: https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-binary-with-curl-on-macos
Last step (kubectl version) yields `Client.Timeout exceeded while awaiting headers`
**What you expected to happen**:
Installation instructions to work... | failure after following macOS installation instructions | https://api.github.com/repos/kubernetes/kubernetes/issues/85816/comments | 6 | 2019-12-02T17:43:41Z | 2019-12-02T17:59:19Z | https://github.com/kubernetes/kubernetes/issues/85816 | 531,347,740 | 85,816 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
gce-cos-k8sbeta-serial (ci-kubernetes-e2e-gce-cos-k8sbeta-serial)
**Which test(s) are failing**:
Various CSI Driver tests.
**Since when has it been failing**:
Earliest observed... | [Failing Test] gce-cos-k8sbeta-serial (ci-kubernetes-e2e-gce-cos-k8sbeta-serial) | https://api.github.com/repos/kubernetes/kubernetes/issues/85814/comments | 29 | 2019-12-02T17:20:43Z | 2020-07-18T23:10:07Z | https://github.com/kubernetes/kubernetes/issues/85814 | 531,317,238 | 85,814 |
[
"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 installin... | spec: {} empty, does not populate node.Spec.PodCIDR | https://api.github.com/repos/kubernetes/kubernetes/issues/85809/comments | 21 | 2019-12-02T16:27:04Z | 2020-03-19T18:29:09Z | https://github.com/kubernetes/kubernetes/issues/85809 | 531,246,733 | 85,809 |
[
"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 Azu... | Azure: Existing load balancer is not looked up correctly | https://api.github.com/repos/kubernetes/kubernetes/issues/85805/comments | 3 | 2019-12-02T15:35:31Z | 2019-12-22T13:59:34Z | https://github.com/kubernetes/kubernetes/issues/85805 | 531,207,157 | 85,805 |
[
"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 use ceph... | Pods on different nodes mount Ceph RBD PVC stuck on ContainerCreating | https://api.github.com/repos/kubernetes/kubernetes/issues/85803/comments | 2 | 2019-12-02T15:19:08Z | 2020-03-12T09:15:38Z | https://github.com/kubernetes/kubernetes/issues/85803 | 531,196,607 | 85,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**: kube-proxy doe... | kube-proxy does not honor ipvs excludeCIDRs | https://api.github.com/repos/kubernetes/kubernetes/issues/85799/comments | 4 | 2019-12-02T13:19:04Z | 2019-12-04T14:01:15Z | https://github.com/kubernetes/kubernetes/issues/85799 | 531,122,493 | 85,799 |
[
"kubernetes",
"kubernetes"
] | I have a problem when I install the kube-dns add on. My OS is CentOS Linux release 7.4
When I start the coredns thecoredns container log:
ace[768378026]: [30.002243414s] [30.002243414s] END
E1202 09:08:34.949036 1 reflector.go:126] pkg/mod/k8s.io/client-go@v11.0.0+incompatible/tools/cache/reflector.go:94: ... | coredns can not start with “Failed to list *v1.Endpoints: and “Failed to list *v1.Service” | https://api.github.com/repos/kubernetes/kubernetes/issues/85794/comments | 16 | 2019-12-02T09:10:30Z | 2020-09-16T08:29:58Z | https://github.com/kubernetes/kubernetes/issues/85794 | 530,989,174 | 85,794 |
[
"kubernetes",
"kubernetes"
] | We found performance issue for scheduler in our production env.
Scenario:
If there are several pods cannot be scheduled, it will be always add to queue, then if customer creates new pod with the same or lower priority, this pod will be added behind these FailedScheduling pods, then scheduler will schedule the new p... | de-prioritize ScheduleFailed pods in scheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/85792/comments | 12 | 2019-12-02T08:00:42Z | 2020-01-27T21:13:37Z | https://github.com/kubernetes/kubernetes/issues/85792 | 530,957,145 | 85,792 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
I am new to p... | Default service account getting access to previledge PSP access | https://api.github.com/repos/kubernetes/kubernetes/issues/85791/comments | 4 | 2019-12-02T07:42:14Z | 2019-12-09T08:48:37Z | https://github.com/kubernetes/kubernetes/issues/85791 | 530,949,565 | 85,791 |
[
"kubernetes",
"kubernetes"
] | **Environment**:
- Kubernetes version (use `kubectl version`): 1.15.5
- Cloud provider or hardware configuration: Running on VMWare
- OS (e.g: `cat /etc/os-release`): Windows Server 1903
- Network plugin and version (if this is a network-related bug): N/A
**What happened**:
I have been looking at the metrics t... | Windows Nodes - Kubernetes Metrics reporting incorrect stats via https://<nodename>:10250/stats/summary | https://api.github.com/repos/kubernetes/kubernetes/issues/85786/comments | 6 | 2019-12-02T05:11:29Z | 2020-05-16T01:22:47Z | https://github.com/kubernetes/kubernetes/issues/85786 | 530,894,469 | 85,786 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.