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 only use this template for submitting enhancement requests --> **What would you like to be added**: Add unit tests for Scheduler [framework](https://github.com/congliu01/kubernetes/blob/73704f1b8e04c573185f230019cc1891375c283b/pkg/scheduler/framework/v1alpha1/framework.go#L264). Currently there are ...
Add unit tests for Scheduler framework
https://api.github.com/repos/kubernetes/kubernetes/issues/80272/comments
23
2019-07-17T21:10:20Z
2020-06-20T17:17:31Z
https://github.com/kubernetes/kubernetes/issues/80272
469,447,454
80,272
[ "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**: Data race i...
data race in client go
https://api.github.com/repos/kubernetes/kubernetes/issues/80269/comments
5
2019-07-17T19:38:19Z
2019-11-12T09:10:07Z
https://github.com/kubernetes/kubernetes/issues/80269
469,406,869
80,269
[ "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 ran `sono...
recent changes to kube-conformance image's run_e2e.sh breaks sonobuoy
https://api.github.com/repos/kubernetes/kubernetes/issues/80267/comments
8
2019-07-17T18:57:31Z
2019-12-14T20:31:38Z
https://github.com/kubernetes/kubernetes/issues/80267
469,390,563
80,267
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: https://testgrid.k8s.io/sig-windows#aks-engine-azure-windows-master https://testgrid.k8s.io/sig-windows#gce-windows-master **Which test(s) are failing**: Kubectl client [k8s.io] ...
Failing test on Windows: Kubectl logs should be able to retrieve and filter logs [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/80265/comments
2
2019-07-17T18:41:37Z
2019-08-06T02:57:54Z
https://github.com/kubernetes/kubernetes/issues/80265
469,382,803
80,265
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: add a scheduler integration test for Pod Overhead feature **Why is this needed**: Add test coverage, and help guarantee continued functionality of the PodOverhead feature in the scheduler.
PodOverhead: add scheduler integration test
https://api.github.com/repos/kubernetes/kubernetes/issues/80264/comments
11
2019-07-17T18:33:37Z
2020-01-09T01:01:35Z
https://github.com/kubernetes/kubernetes/issues/80264
469,379,258
80,264
[ "kubernetes", "kubernetes" ]
**What happened**: When we build with make to build k8s, it will use 'amd64' in the container names. This is not the case for bazel builds, which are still using something like 'kube-apiserver' instead of 'kube-apiserver-amd64' **What you expected to happen**: Images build with make or bazel should have 'amd64' in...
Core k8s images should have 'amd64' in the container name
https://api.github.com/repos/kubernetes/kubernetes/issues/80262/comments
9
2019-07-17T17:46:33Z
2019-07-18T04:29:01Z
https://github.com/kubernetes/kubernetes/issues/80262
469,357,373
80,262
[ "kubernetes", "kubernetes" ]
test log output that interleaves go test output with server/background process stdout/stderr is not able to be parsed by the junit consumer, so the job thinks the test failed. Examples: https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-integration/1156611596072521728 thinks TestWebho...
Subtest junit parsing is fragile, indicates failures when stdout interleaves with go test output
https://api.github.com/repos/kubernetes/kubernetes/issues/80258/comments
21
2019-07-17T16:20:57Z
2019-08-02T10:03:46Z
https://github.com/kubernetes/kubernetes/issues/80258
469,316,906
80,258
[ "kubernetes", "kubernetes" ]
**What happened**: The new TestScorePlugin for the scheduler framework is flaky **How to reproduce it (as minimally and precisely as possible)**: An example: https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/79465/pull-kubernetes-integration/1151429469014069250/ **Anything else we need to kn...
TestScorePlugin is flaky
https://api.github.com/repos/kubernetes/kubernetes/issues/80255/comments
1
2019-07-17T13:53:25Z
2019-07-18T02:35:03Z
https://github.com/kubernetes/kubernetes/issues/80255
469,207,340
80,255
[ "kubernetes", "kubernetes" ]
**What happened**: Checking `getDiskByIDPaths` for an unrelated bug I discovered that AWS volume plugin does not really support partitions on NVMe volumes. When `awsElasticBlockStore.partition` is set to say "1", these two cases can happen: 1. `devicePath` is set (e.g. from node.status). The function just appends p...
NVMe AWS EBS volumes with partitions can't be mounted
https://api.github.com/repos/kubernetes/kubernetes/issues/80251/comments
5
2019-07-17T11:28:48Z
2020-01-03T07:10:17Z
https://github.com/kubernetes/kubernetes/issues/80251
469,138,724
80,251
[ "kubernetes", "kubernetes" ]
ServiceController refreshes node list every 100s which gives 50s in average for add/remove node from services(https://github.com/kubernetes/kubernetes/blob/29669a5e219ffabb99e5e68775f8ad55bf19c5e0/pkg/controller/service/service_controller.go#L208). If we are using externalTrafficPolicy: Local then adding new pod/node ...
It takes more than 50s in average to add/remove node by ServiceController
https://api.github.com/repos/kubernetes/kubernetes/issues/80250/comments
15
2019-07-17T10:08:47Z
2020-05-21T01:34:07Z
https://github.com/kubernetes/kubernetes/issues/80250
469,104,716
80,250
[ "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/sig-contributor-experienc...
Kubernetes - Container is not accessible using node port
https://api.github.com/repos/kubernetes/kubernetes/issues/80248/comments
7
2019-07-17T09:23:54Z
2020-01-03T14:17:19Z
https://github.com/kubernetes/kubernetes/issues/80248
469,082,953
80,248
[ "kubernetes", "kubernetes" ]
We are using multiple AWS EKS deployed clusters with private VPC-only access in combination with VPC-peering and tooling to provide multiple environments. Currently, we deploy intermediary proxies to get round the limitation in EKS that the API servers are only routable from within the same VPC. To establish a co...
Support TLS Server Name overrides in kubeconfig file
https://api.github.com/repos/kubernetes/kubernetes/issues/80596/comments
5
2019-07-17T08:58:50Z
2020-03-04T07:18:01Z
https://github.com/kubernetes/kubernetes/issues/80596
472,992,989
80,596
[ "kubernetes", "kubernetes" ]
version: v1.14.2 kubeadm: v1.14.2 First time: kubectl get nodes -v=10 ... I0717 16:14:48.181289 2723522 request.go:942] Response Body: {"kind":"APIResourceList","apiVersion":"v1","groupVersion":"scheduling.k8s.io/v1beta1","resources":[{"name":"priorityclasses","singularName":"","namespaced":false,"kind":"Priorit...
kubectl get sources too slow
https://api.github.com/repos/kubernetes/kubernetes/issues/80245/comments
4
2019-07-17T08:22:57Z
2019-10-14T02:07:41Z
https://github.com/kubernetes/kubernetes/issues/80245
469,054,089
80,245
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: API server etcd preflight check all member belongs to the same cluster **Why is this needed**: Here is the story: We find a etcd member abnormal and remove it from cluster, but we forget to remove it f...
API server etcd preflight check all member belongs to the same cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/80244/comments
14
2019-07-17T08:08:59Z
2019-12-22T04:23:34Z
https://github.com/kubernetes/kubernetes/issues/80244
469,048,089
80,244
[ "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 runnin...
CoreDNS does not working when replicated
https://api.github.com/repos/kubernetes/kubernetes/issues/80243/comments
12
2019-07-17T07:54:23Z
2019-07-26T08:00:37Z
https://github.com/kubernetes/kubernetes/issues/80243
469,042,194
80,243
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-e2e-gce-scale-correctness **Which test(s) are failing**: Timeout **Since when has it been failing**: 2019-07-17 **Testgrid link**: https://k8s-testgrid.appspot....
[Failing Test] ci-kubernetes-e2e-gce-scale-correctness
https://api.github.com/repos/kubernetes/kubernetes/issues/80242/comments
5
2019-07-17T07:38:35Z
2019-07-22T07:42:27Z
https://github.com/kubernetes/kubernetes/issues/80242
469,035,977
80,242
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Enhance e2e test for VolumeAttachment with block volumes **Why is this needed**: Current we lack e2e test for VolumeAttachment with block volumes
Enhance e2e test for VolumeAttachment with block volumes
https://api.github.com/repos/kubernetes/kubernetes/issues/80239/comments
6
2019-07-17T02:47:30Z
2019-12-20T16:48:37Z
https://github.com/kubernetes/kubernetes/issues/80239
468,957,946
80,239
[ "kubernetes", "kubernetes" ]
**What happened**: Installed v1.15.0: `sudo yum install -y kubelet kubeadm kubectl --disableexcludes=kubernetes` and ran `sudo kubeadm init --pod-network-cidr=192.168.0.0/16` to create a master node, then applied `kubectl apply -f https://docs.projectcalico.org/v3.8/manifests/calico.yaml` But, instead go...
No cni gets installed, even though it was explicitly done
https://api.github.com/repos/kubernetes/kubernetes/issues/80237/comments
6
2019-07-17T01:30:47Z
2019-07-30T14:06:55Z
https://github.com/kubernetes/kubernetes/issues/80237
468,941,830
80,237
[ "kubernetes", "kubernetes" ]
When draining a node, it complains about any pods that utilize an emptyDir volume, asking you to specify --delete-local-data to override. emptyDir is no different in lifecycle then the containers themselves, so why require a flag for emptyDir containing pods and not just all pods? I think we should not need --delete...
why --delete-local-data
https://api.github.com/repos/kubernetes/kubernetes/issues/80228/comments
27
2019-07-16T19:18:10Z
2020-12-17T17:28:50Z
https://github.com/kubernetes/kubernetes/issues/80228
468,820,822
80,228
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: The [integration test for the scheduler framework bind extension point](https://github.com/kubernetes/kubernetes/blob/master/test/integration/scheduler/framework_test.go#L676) is very complex and I should...
Simplify bind extension point integration tests
https://api.github.com/repos/kubernetes/kubernetes/issues/80227/comments
6
2019-07-16T18:50:26Z
2020-01-15T14:48:18Z
https://github.com/kubernetes/kubernetes/issues/80227
468,809,648
80,227
[ "kubernetes", "kubernetes" ]
MountOptions were not even being passed through: https://github.com/kubernetes/kubernetes/pull/80191 There were no tests for mount options on CSI running, we can just enabled them somewhere in here: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/drivers/csi.go /sig storage
Enable MountOptions tests for CSI Driver suite tests
https://api.github.com/repos/kubernetes/kubernetes/issues/80226/comments
2
2019-07-16T18:31:06Z
2019-10-14T19:59:02Z
https://github.com/kubernetes/kubernetes/issues/80226
468,801,825
80,226
[ "kubernetes", "kubernetes" ]
/kind cleanup /sig scheduling /assign /priority important-longterm The `RegisterPriorityFunction` has deprecated which needs to be removed from the codebase. + [ ] Remove RegisterPriorityFunciton
Cleanup RegisterPriorityFunction in the scheduler
https://api.github.com/repos/kubernetes/kubernetes/issues/80224/comments
4
2019-07-16T15:33:46Z
2019-11-07T21:28:36Z
https://github.com/kubernetes/kubernetes/issues/80224
468,724,941
80,224
[ "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**: FirstTimestam...
Empty FirstTimestamp field in scheduler events
https://api.github.com/repos/kubernetes/kubernetes/issues/80219/comments
5
2019-07-16T14:47:00Z
2019-07-18T13:45:04Z
https://github.com/kubernetes/kubernetes/issues/80219
468,698,669
80,219
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: When preempting a pod that is a `WaitingPod` that permit plugins are waiting for [in here](https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/framework/v1alpha1/framework.go#L360), we ne...
Need send a message to permit plugin when preempting a WaitingPod
https://api.github.com/repos/kubernetes/kubernetes/issues/80217/comments
2
2019-07-16T14:37:05Z
2019-07-27T03:16:11Z
https://github.com/kubernetes/kubernetes/issues/80217
468,693,043
80,217
[ "kubernetes", "kubernetes" ]
https://github.com/kubernetes/kubernetes/blob/08522f8e5a1e74ccd318e6f8e2c5acf3da19e264/pkg/scheduler/factory/factory.go#L152 Given that the scheduler gets Pod and Node information from its cache instead of the listers, now the listers are unused. However, unit tests are still making use of them. They should be ac...
[Scheduler] Remove NodeLister and PodLister accessors from Configurator interface
https://api.github.com/repos/kubernetes/kubernetes/issues/80216/comments
2
2019-07-16T14:18:27Z
2019-08-07T04:05:32Z
https://github.com/kubernetes/kubernetes/issues/80216
468,682,410
80,216
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: ci-kubernetes-e2e-gci-gce-scalability **Which test(s) are failing**: Density test **Since when has it been failing**: First observed failure was on 2019-07-12 09:02:59 +0000 UTC **Testgrid link**: https://k8s-testgrid.appspot.com/sig-scalability-gce#gce-cos-master-scalability-100 ...
Performance regression(s) in ci-kubernetes-e2e-gci-gce-scalability
https://api.github.com/repos/kubernetes/kubernetes/issues/80212/comments
11
2019-07-16T11:14:54Z
2019-07-31T12:00:25Z
https://github.com/kubernetes/kubernetes/issues/80212
468,594,896
80,212
[ "kubernetes", "kubernetes" ]
Hi,@kubernetes/sig-Network-network @kubernetes/sig-policy-network Is there a way to access a pod by its hostname? I have a pod with hostname my-pod-1 that need to connect to another pod my-pod-2 what is the best way to achieve this with out services?
access by pods hostanme
https://api.github.com/repos/kubernetes/kubernetes/issues/80210/comments
3
2019-07-16T10:20:28Z
2019-07-23T14:18:02Z
https://github.com/kubernetes/kubernetes/issues/80210
468,571,427
80,210
[ "kubernetes", "kubernetes" ]
**What happened**: When running GCE 5K scale tests (either kubemark or regular) we discovered that the get Lease latency is significantly higher than put Lease latency. This is counter-intuitive and what's even worse the 99th pctl of get lease latency is often not withing our SLOs. Some graphs ApiServer Latency: !...
[Performance] Etcd get node-lease latency is higher than put latency and not within SLO limits
https://api.github.com/repos/kubernetes/kubernetes/issues/80209/comments
30
2019-07-16T10:18:13Z
2020-03-09T11:43:43Z
https://github.com/kubernetes/kubernetes/issues/80209
468,570,427
80,209
[ "kubernetes", "kubernetes" ]
hello, I found a problem that I think maybe need to be solved。 problem: when mount a volume with block device form and need to call NodeExpandVolume RPC(because want to reflesh the block device info, e.g. iscsi lun), the response have to set NodeExpansionRequired to true. So the resizer sidecar will set PVC type t...
[CSI] add support block volume when expand volume
https://api.github.com/repos/kubernetes/kubernetes/issues/80208/comments
5
2019-07-16T10:14:00Z
2019-10-14T22:51:28Z
https://github.com/kubernetes/kubernetes/issues/80208
468,568,485
80,208
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Support for having a job being rerun on change of spec.template. Something like a new field `updatePolicy` that defaults to the current behaviour with a value like `reject` and another value `rerun` for ...
Support rerun of Job on update
https://api.github.com/repos/kubernetes/kubernetes/issues/80207/comments
13
2019-07-16T09:55:21Z
2020-08-10T16:49:31Z
https://github.com/kubernetes/kubernetes/issues/80207
468,559,355
80,207
[ "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...
Kubelet: cpu manager use the part of cpus
https://api.github.com/repos/kubernetes/kubernetes/issues/80205/comments
13
2019-07-16T08:35:01Z
2019-12-18T01:47:06Z
https://github.com/kubernetes/kubernetes/issues/80205
468,520,288
80,205
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: pull-kubernetes-verify **Which test(s) are failing**: godeps **Since when has it been failing**: when I cherry picked this PR a k8s 1.13, I found this Issue https://gi...
[Failing Test] k8s 1.13 pull-kubernetes-verify#godeps failed
https://api.github.com/repos/kubernetes/kubernetes/issues/80204/comments
5
2019-07-16T07:49:19Z
2019-07-27T00:48:43Z
https://github.com/kubernetes/kubernetes/issues/80204
468,501,031
80,204
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: In our cluste...
kubelet refuses to admit critical static pod
https://api.github.com/repos/kubernetes/kubernetes/issues/80203/comments
16
2019-07-16T07:36:57Z
2019-08-09T10:17:54Z
https://github.com/kubernetes/kubernetes/issues/80203
468,496,173
80,203
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: ci-kubernetes-e2e-gce-scale-performance **Which test(s) are failing**: Load test **Since when has it been failing**: Last green run was of Friday (2019-07-12), weekend runs have been broken due to https://github.com/kubernetes/kubernetes/issues/80124 **Testgrid link**: https://k8s-...
[Failing Test] GCE 5K Performance (ci-kubernetes-e2e-gce-scale-performance)
https://api.github.com/repos/kubernetes/kubernetes/issues/80202/comments
3
2019-07-16T07:10:09Z
2019-07-16T09:54:07Z
https://github.com/kubernetes/kubernetes/issues/80202
468,486,098
80,202
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: pull-kubernetes-kubemark-e2e-gce-big **Which test(s) are failing**: ClusterLoaderV2 **Since when has it been failing**: **Testgrid link**: https://prow.k8s.io/view/gcs...
pull-kubernetes-kubemark-e2e-gce-big#ClusterLoaderV2 failed
https://api.github.com/repos/kubernetes/kubernetes/issues/80201/comments
3
2019-07-16T06:57:30Z
2019-07-18T14:09:46Z
https://github.com/kubernetes/kubernetes/issues/80201
468,481,241
80,201
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add IPv6 support to ```agnhost``` image. **Why is this needed**: For testing we need to include IPv6, which is becoming more and more important. IPv4/v6 dualstack PR #73977 just got merged, and we...
Add IPv6 support to agnhost image
https://api.github.com/repos/kubernetes/kubernetes/issues/80198/comments
7
2019-07-16T04:03:06Z
2019-08-02T21:53:09Z
https://github.com/kubernetes/kubernetes/issues/80198
468,436,170
80,198
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add `build-tools` package to include `dig` (+nslookup) tool in Agnhost image. **Why is this needed**: `dig` is important tool used in most of the network testing suite. [Issue Source]: https://github...
Upgrade agnhost image to add build-tools
https://api.github.com/repos/kubernetes/kubernetes/issues/80194/comments
6
2019-07-16T02:55:09Z
2019-08-19T11:29:28Z
https://github.com/kubernetes/kubernetes/issues/80194
468,421,145
80,194
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: This test suite provide a baseline for commonality between various DNS implementations as mentioned in the [specification document ](https://github.com/kubernetes/dns/blob/master/docs/specification.md) ...
Add DNS test suite for Conformance E2E
https://api.github.com/repos/kubernetes/kubernetes/issues/80193/comments
17
2019-07-16T01:45:23Z
2020-08-24T21:40:01Z
https://github.com/kubernetes/kubernetes/issues/80193
468,405,785
80,193
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Configuration option to disable version endpoint from API **Why is this needed**: If a cluster version is vulnerable to an exploit an attacker can fingerprint clusters using an API call to the 've...
Version information is exposed via API allows cluster fingerprint during exploit
https://api.github.com/repos/kubernetes/kubernetes/issues/80190/comments
10
2019-07-16T01:27:19Z
2021-08-17T14:22:20Z
https://github.com/kubernetes/kubernetes/issues/80190
468,402,227
80,190
[ "kubernetes", "kubernetes" ]
Part of the Umbrella Issue from https://github.com/kubernetes/kubernetes/issues/78747 Promoting the test `should create a ResourceQuota and capture the life of a replica set` will add coverage for the endpoint `deleteAppsV1NamespacedReplicaSet`
Promoting the test `should create a ResourceQuota and capture the life of a replica set`
https://api.github.com/repos/kubernetes/kubernetes/issues/80187/comments
2
2019-07-15T23:24:58Z
2019-07-15T23:30:48Z
https://github.com/kubernetes/kubernetes/issues/80187
468,377,330
80,187
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add a parameter in the external storage test suite to toggle privileged or not. **Why is this needed**: Privileged pods shouldn't be required for most storage tests. @kubernetes/sig-storage-feature...
Support non-privileged pods in external storage tests
https://api.github.com/repos/kubernetes/kubernetes/issues/80186/comments
9
2019-07-15T22:35:18Z
2020-07-10T10:58:43Z
https://github.com/kubernetes/kubernetes/issues/80186
468,364,946
80,186
[ "kubernetes", "kubernetes" ]
related to: https://github.com/kubernetes/kubernetes/pull/80047 discussion on slack; https://kubernetes.slack.com/archives/CEKK1KTN2/p1563193786381200 steps to reproduce: ``` wget https://storage.googleapis.com/kubernetes-release-dev/ci/v1.16.0-alpha.0.2264+12f36302f9ee98/bin/linux/amd64/kube-proxy.tar ``` ...
CI image tarballs include wrong repository
https://api.github.com/repos/kubernetes/kubernetes/issues/80184/comments
10
2019-07-15T21:38:20Z
2019-07-18T17:16:19Z
https://github.com/kubernetes/kubernetes/issues/80184
468,347,491
80,184
[ "kubernetes", "kubernetes" ]
**What happened**: usageNanoCores and usageCoreNanoSeconds are always reported as 0 at the container level. There is no per container memory being reported. Overall pod usageNanoCores is also always 0 **What you expected to happen**: Static pod CPU and memory metrics are available from kubelet as below for a nod...
Unable to get metrics from kubelet for static pods with cri-o
https://api.github.com/repos/kubernetes/kubernetes/issues/80181/comments
3
2019-07-15T20:56:11Z
2019-10-07T22:53:34Z
https://github.com/kubernetes/kubernetes/issues/80181
468,331,435
80,181
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: DeltaFIFO can reuse some code from FIFO (through composition) **Why is this needed**: Currently there is some code duplication between DeltaFIFO and FIFO. Here are some overlapping fields: ``` queue []string keyFunc KeyFunc closed bool closedLock sync.Mutex ```
Reuse FIFO code in DeltaFIFO
https://api.github.com/repos/kubernetes/kubernetes/issues/80178/comments
7
2019-07-15T20:42:56Z
2019-08-19T15:07:51Z
https://github.com/kubernetes/kubernetes/issues/80178
468,326,064
80,178
[ "kubernetes", "kubernetes" ]
EDIT: the function was renamed to DeprecatedMightBeMasterNode, but the remove action is still pending. instead of making assumptions that a node is "master" or not, we should make the choices more granular - e.g. can this node host workloads? we should remove usage of the function `IsMasterNode` from `e2e/framework`...
e2e: remove usage of the DeprecatedMightBeMasterNode function from the e2e testing framework
https://api.github.com/repos/kubernetes/kubernetes/issues/80177/comments
22
2019-07-15T18:59:13Z
2020-08-28T02:07:27Z
https://github.com/kubernetes/kubernetes/issues/80177
468,284,599
80,177
[ "kubernetes", "kubernetes" ]
**What happened**: I created a headless service without selector for an external service in order to be able to do an SRV lookup as explained [here](https://github.com/kubernetes/dns/blob/1.11.0/docs/specification.md#242---srv-records) **What you expected to happen**: I expected to have an SRV record matching th...
SRV record not created for named port of service without selector
https://api.github.com/repos/kubernetes/kubernetes/issues/80175/comments
11
2019-07-15T17:38:33Z
2019-07-26T14:46:38Z
https://github.com/kubernetes/kubernetes/issues/80175
468,250,824
80,175
[ "kubernetes", "kubernetes" ]
**What happened**: The node lease feature becomes beta and enables by default in v1.14. After upgrading our cluster to v1.14, we found some nodes become not ready occasionally and later become ready again after a few seconds. In order to have a quick failure detection and recovery, our kubelet has a flag setting `--...
node status is flapping between ready and not ready state because of long interval at which node lease renew
https://api.github.com/repos/kubernetes/kubernetes/issues/80172/comments
7
2019-07-15T13:44:50Z
2019-07-18T14:08:12Z
https://github.com/kubernetes/kubernetes/issues/80172
468,136,419
80,172
[ "kubernetes", "kubernetes" ]
We are using Port Forward to forward DB2 connections to Nginx which is proxing to Cloud DB2. What seems to happening is we are loosing the connection after about 10 mins even if DB2 query is still running (db2 update to a large table). We could also see the issue if we open a db2 connection and after 10 mins do some s...
Kubectl port forward drops the connections after 10 mins
https://api.github.com/repos/kubernetes/kubernetes/issues/80171/comments
13
2019-07-15T12:55:09Z
2019-12-23T14:57:34Z
https://github.com/kubernetes/kubernetes/issues/80171
468,111,327
80,171
[ "kubernetes", "kubernetes" ]
**What happened**: I have deployed a `v1.14.4` of the k8s cluster via kubeadm, with 3 masters, 3 etcd nodes, and the k8s cluster size of 5 nodes. As follow: ```text node-1(master, etcd) node-2(master, etcd) node-3(master, etcd) node-4(cluster worker) node-5(cluster worker) ``` And then, the `node-2` is closed ...
The etcd pod is always running after closing down node for a long time
https://api.github.com/repos/kubernetes/kubernetes/issues/80168/comments
8
2019-07-15T12:15:24Z
2019-12-14T05:16:31Z
https://github.com/kubernetes/kubernetes/issues/80168
468,093,707
80,168
[ "kubernetes", "kubernetes" ]
code on 152 : https://github.com/kubernetes/kubernetes/blob/05183bffe5cf690b418718aa107f5655e4ac0618/pkg/scheduler/algorithm/priorities/most_requested_test.go error: Memory Score: (0 * 10) / 20000 = 10 mod: Memory Score: (0 * 10) / 20000 = 0
desc error
https://api.github.com/repos/kubernetes/kubernetes/issues/80164/comments
1
2019-07-15T09:58:39Z
2019-07-18T05:01:14Z
https://github.com/kubernetes/kubernetes/issues/80164
468,039,973
80,164
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> code on 152 : https://github.com/kubernetes/kubernetes/blob/05183bffe5cf690b418718aa107f5655e4ac0618/pkg/scheduler/algorithm/priorities/most_requested_test.go error: Memory Score: (0 * 10) / 20000 = 10 mod: Memory Score: (0 * 10) / 20...
desc error
https://api.github.com/repos/kubernetes/kubernetes/issues/80161/comments
1
2019-07-15T09:08:20Z
2019-07-15T09:58:14Z
https://github.com/kubernetes/kubernetes/issues/80161
468,017,663
80,161
[ "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 kube-pro...
ipvs proxier wrongly unbind addr when multiple services have the same external IP
https://api.github.com/repos/kubernetes/kubernetes/issues/80158/comments
11
2019-07-15T07:24:46Z
2019-07-29T16:01:40Z
https://github.com/kubernetes/kubernetes/issues/80158
467,976,782
80,158
[ "kubernetes", "kubernetes" ]
Error logs: ``` Encountered SSH error. Unexpected error: <*errors.errorString | 0xc001a0ec60>: { s: "error getting signer for provider azure: 'GetSigner(...) not implemented for azure'", } error getting signer for provider azure: 'GetSigner(...) not implemented for azu...
E2E test encountered SSH error
https://api.github.com/repos/kubernetes/kubernetes/issues/80156/comments
1
2019-07-15T06:04:18Z
2019-07-15T06:07:32Z
https://github.com/kubernetes/kubernetes/issues/80156
467,954,569
80,156
[ "kubernetes", "kubernetes" ]
**What happened**: kubelet periodically report node status including nodeIP to apiserver, it tries to get nodeIP in below order (you can find this logical at [here](https://github.com/kubernetes/kubernetes/blob/7285829b8306a7cc1a2dc0da943afcfe45c06579/pkg/kubelet/nodestatus/setters.go#L153-L192)): 1) Use nodeIP if se...
lookup ip from node name by NDS in kubelet node status setter take a long time, then controller-manager mark this node as `NotReady`
https://api.github.com/repos/kubernetes/kubernetes/issues/80154/comments
8
2019-07-15T03:21:47Z
2020-04-20T03:14:41Z
https://github.com/kubernetes/kubernetes/issues/80154
467,924,969
80,154
[ "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**: following ins...
[Fail] [sig-network] DNS [It] should provide /etc/hosts entries for the cluster [LinuxOnly]
https://api.github.com/repos/kubernetes/kubernetes/issues/80152/comments
23
2019-07-15T03:15:16Z
2021-01-12T10:09:09Z
https://github.com/kubernetes/kubernetes/issues/80152
467,924,002
80,152
[ "kubernetes", "kubernetes" ]
**What happened**: Apply the nginx-statefulset example to minikube defined at https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ but with the standard class. See attached file. [nginx-statefulset.pdf](https://github.com/kubernetes/kubernetes/files/3390526/nginx-statefulset.pdf) The pod did no...
Provisioner for standard Storage Class does not automatically create PV with minikube
https://api.github.com/repos/kubernetes/kubernetes/issues/80147/comments
3
2019-07-15T00:03:16Z
2019-11-12T11:51:47Z
https://github.com/kubernetes/kubernetes/issues/80147
467,899,460
80,147
[ "kubernetes", "kubernetes" ]
Per the comments in v1beta1 Event: https://github.com/kubernetes/kubernetes/blob/7285829b8306a7cc1a2dc0da943afcfe45c06579/staging/src/k8s.io/api/events/v1beta1/types.go#L61-L64 The `Related` field claimed to be optional, but an error is dumped if it's illegal - including the `nil` case: https://github.com/kube...
events v1beta1: absence of optional `Related` event gives an error
https://api.github.com/repos/kubernetes/kubernetes/issues/80146/comments
4
2019-07-14T20:58:47Z
2019-07-16T14:27:26Z
https://github.com/kubernetes/kubernetes/issues/80146
467,883,982
80,146
[ "kubernetes", "kubernetes" ]
How the scheduler behaves depends on (a) enabled feature gates and (b) registered predicates/priorities, the combinations could be: - feature gates + default policy (i.e. default predicates/priorities) - feature gates + custom policy (i.e. custom predicates/priorities) But I see some issues around the consistenc...
scheduler: ambiguity among feature gates, custom scheduler policy and internal predicates/priorities
https://api.github.com/repos/kubernetes/kubernetes/issues/80143/comments
6
2019-07-14T16:56:32Z
2020-01-18T01:02:00Z
https://github.com/kubernetes/kubernetes/issues/80143
467,861,812
80,143
[ "kubernetes", "kubernetes" ]
The failure looks like this (example from [log](https://storage.googleapis.com/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-serial/1150408788860211201/artifacts/bootstrap-e2e-master/kube-master-installation.log)): ``` Jul 14 14:20:37.678490 bootstrap-e2e-master configure.sh[768]: Start loading kube-system docker...
GCE Jobs failing due to latest change in 80054
https://api.github.com/repos/kubernetes/kubernetes/issues/80140/comments
2
2019-07-14T15:04:23Z
2019-07-14T16:55:05Z
https://github.com/kubernetes/kubernetes/issues/80140
467,850,031
80,140
[ "kubernetes", "kubernetes" ]
for kubernetes\cluster\addons\fluentd-elasticsearch quay.io/fluentd_elasticsearch/elasticsearch:v7.1.1 doesn't exist in quay, thereby giving error doesn't exist while pulling.
quay.io/fluentd_elasticsearch/elasticsearch:v7.1.1 doesnt exist
https://api.github.com/repos/kubernetes/kubernetes/issues/80133/comments
8
2019-07-14T04:51:11Z
2019-07-19T06:57:52Z
https://github.com/kubernetes/kubernetes/issues/80133
467,795,062
80,133
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: /sig apps **Why is this needed**: Now we find Daemonset has a weak ability to do rollingUpdate. So we need to do moere enhancement, such as pause, selector & and surge and more.
Daemonset need more RollingUpdateStrategy
https://api.github.com/repos/kubernetes/kubernetes/issues/80130/comments
8
2019-07-13T23:47:16Z
2019-12-12T18:43:29Z
https://github.com/kubernetes/kubernetes/issues/80130
467,777,399
80,130
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Use of github.com/kardianos/osext should be removed. **Why is this needed**: It is deprecated and no longer necessary on Go 1.8+ (see [this comment, for example](https://github.com/kardianos/osext/issues/20#issuecomment-278110433)). Since all current versions of Kubernetes [requi...
github.com/kardianos/osext is deprecated
https://api.github.com/repos/kubernetes/kubernetes/issues/80127/comments
2
2019-07-13T20:02:12Z
2019-07-16T03:28:01Z
https://github.com/kubernetes/kubernetes/issues/80127
467,761,138
80,127
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: All scalability ci-jobs **Which test(s) are failing**: **Since when has it been failing**: 07/12/2029 17:40 PDT **Testgrid link**: https://k8s-testgrid.appspot.com/sig-scala...
[Failing Test] Scalability tests - cluster creation fails
https://api.github.com/repos/kubernetes/kubernetes/issues/80124/comments
12
2019-07-13T14:15:56Z
2019-07-14T22:56:12Z
https://github.com/kubernetes/kubernetes/issues/80124
467,725,197
80,124
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Requested ability to specify static IP for pod. like ```yaml apiVersion: v1 kind: Pod metadata: name: kamailio spec: publicIP: 34.211.156.102 containers: - image: kamailio/kamailio-ci:5.1.6 command: - sleep - "3600" name: kamailio ``` And ...
Static IP for pod
https://api.github.com/repos/kubernetes/kubernetes/issues/80122/comments
31
2019-07-13T07:57:27Z
2020-08-18T05:25:51Z
https://github.com/kubernetes/kubernetes/issues/80122
467,687,922
80,122
[ "kubernetes", "kubernetes" ]
(Originally based on #569) cc @kubernetes/sig-cli-feature-requests This feature request is to allow the `kubectl` tool to load configuration automatically from the `$HOME/.kube/config.d/` directory. This would allow configuration files to be broken down and structured in a more simple fashion, and allow users mor...
Support kubectl configuration file loading from a '~/.kube/config.d' directory
https://api.github.com/repos/kubernetes/kubernetes/issues/80120/comments
10
2019-07-13T07:47:51Z
2020-03-30T20:34:26Z
https://github.com/kubernetes/kubernetes/issues/80120
467,687,068
80,120
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: pull-kubernetes-bazel-test **Which test(s) are failing**: Test_buildClientCertificateManager **Testgrid link**: https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pu...
Test_buildClientCertificateManager flakes due to race condition
https://api.github.com/repos/kubernetes/kubernetes/issues/80119/comments
2
2019-07-13T01:41:59Z
2019-07-17T04:22:48Z
https://github.com/kubernetes/kubernetes/issues/80119
467,653,873
80,119
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: GCE and AKS Windows against the master branch **Which test(s) are failing**: ``` [sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] Burst scaling s...
Multiple "[StatefulSetBasic]" tests failing on Windows
https://api.github.com/repos/kubernetes/kubernetes/issues/80114/comments
11
2019-07-12T21:27:24Z
2021-06-10T15:52:49Z
https://github.com/kubernetes/kubernetes/issues/80114
467,607,232
80,114
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Starting in 1.14, kubectl DrainCmdOptions changed and moved several of the flags to a private member for which there are no access methods. I would like to make `DrainCmdOptions.drainer` a public member o...
make kubectl DrainCmdOptions.drainer public
https://api.github.com/repos/kubernetes/kubernetes/issues/80112/comments
3
2019-07-12T21:01:43Z
2019-11-03T04:49:46Z
https://github.com/kubernetes/kubernetes/issues/80112
467,599,255
80,112
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: I want publish StateFulSet via service and cloud `LoadBalancer` for SIP servers. To get it working properly i found some issues that requires some of kubernetes enchantments: 1) [public IP limits](https://github.com/kubernetes/kubernetes/issues/80110) 2) [static IP for Amazon clo...
service yaml enchantment for SIP servers
https://api.github.com/repos/kubernetes/kubernetes/issues/80111/comments
7
2019-07-12T20:06:13Z
2024-08-10T12:21:45Z
https://github.com/kubernetes/kubernetes/issues/80111
467,580,376
80,111
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: I want publish SIP service for external Internet. To do this recommended use service with type `LoadBalancer`. In my case to get it working properly need assign only one IP for each `pod:port`. In current implementation `LoadBalancer` created over several zones and one `private` I...
Add limit of used zones/IP for service cloud LoadBalancer
https://api.github.com/repos/kubernetes/kubernetes/issues/80110/comments
4
2019-07-12T19:33:56Z
2019-07-27T05:19:09Z
https://github.com/kubernetes/kubernetes/issues/80110
467,568,935
80,110
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Some services need to know public IP assigned to pod published via cloud `LoadBalancer`. In my case SIP server use public IP in call signaling at application layer (L7 OSI). Without this info server not able make call properly. I can get this info via REST request to `${KUBERNE...
Expose service public IP into pod
https://api.github.com/repos/kubernetes/kubernetes/issues/80108/comments
3
2019-07-12T18:53:06Z
2019-07-26T22:32:52Z
https://github.com/kubernetes/kubernetes/issues/80108
467,554,121
80,108
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Amazon cloud support addition elastic IP as loadbalancer external IP. Screenshot attached. But I cannot use this featured as not supported for Kubernetes 1.13. I receive error `LoadBalancerIP cannot be specified for AWS ELB`. ![load balancer elastic IP settings](https://user-im...
LoadBalancerIP support for Amazon LoadBalancer
https://api.github.com/repos/kubernetes/kubernetes/issues/80107/comments
3
2019-07-12T18:28:23Z
2019-07-27T06:17:44Z
https://github.com/kubernetes/kubernetes/issues/80107
467,544,956
80,107
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: In our environment, we use JSON files as the interchange for config rather than a dozen ENV variables. So we fetch and build the config map inside terraform, and then when we go to create a ConfigMap to b...
Mount ConfigMap as JSON file
https://api.github.com/repos/kubernetes/kubernetes/issues/80106/comments
9
2019-07-12T17:33:45Z
2019-12-12T22:47:23Z
https://github.com/kubernetes/kubernetes/issues/80106
467,524,398
80,106
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: `FrameworkHandle` exports an internal struct `internalcache.NodeInfoSnapshot` as the return value for the func [`NodeInfoSnapshot()`](https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/f...
FrameworkHandle exports internalcache.NodeInfoSnapshot from an internal package
https://api.github.com/repos/kubernetes/kubernetes/issues/80101/comments
3
2019-07-12T14:40:30Z
2019-12-11T01:39:15Z
https://github.com/kubernetes/kubernetes/issues/80101
467,450,699
80,101
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: The test should support more runtimes, currently only support `docker` and `test-handler` handlers https://github.com/kubernetes/kubernetes/blob/b8ba75bcd9d3be31e4b53105b2cc67538c9c2d1b/test/e2e/comm...
e2e test "RuntimeClass should run a Pod" only supports docker runtime
https://api.github.com/repos/kubernetes/kubernetes/issues/80098/comments
10
2019-07-12T14:21:49Z
2019-12-15T21:56:30Z
https://github.com/kubernetes/kubernetes/issues/80098
467,441,108
80,098
[ "kubernetes", "kubernetes" ]
- [x] Fix fd leak - [x] Fixing golint issues in k8s.io/utils/inotify - [x] Switch cadvisor to use k8s.io/utils/inotify ( https://github.com/google/cadvisor/pull/2269 ) - [ ] Switch k/k to use k8s.io/utils/inotify ( https://github.com/kubernetes/kubernetes/pull/80689 ) - [ ] Switch k/k to use cadvisor (with the c...
Switch to k8s.io/utils/inotify
https://api.github.com/repos/kubernetes/kubernetes/issues/80092/comments
12
2019-07-12T13:17:47Z
2019-08-08T07:49:20Z
https://github.com/kubernetes/kubernetes/issues/80092
467,409,536
80,092
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: New reason for exit code 143 or map SIGTERM to "Completed" instead current "Error" **Why is this needed**: When you redeploy the pod container (a Java app) that received SIGTERM and ends with code 143...
Container termination reason while SIGTERM
https://api.github.com/repos/kubernetes/kubernetes/issues/80089/comments
8
2019-07-12T13:10:29Z
2019-11-16T20:51:23Z
https://github.com/kubernetes/kubernetes/issues/80089
467,406,338
80,089
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: kubelet canno...
sometime kubelet err when disable ipv6
https://api.github.com/repos/kubernetes/kubernetes/issues/80078/comments
9
2019-07-12T08:47:15Z
2019-08-09T00:50:55Z
https://github.com/kubernetes/kubernetes/issues/80078
467,295,578
80,078
[ "kubernetes", "kubernetes" ]
**What happened**: On Azure Cloud we are using Azure File for persistent storage. Lately we have seen issue with servers that have mounted Azure File, after unspecified amount of time the storage hangs and does not respond. This practially blocks whole machine as many operation over storage get locked and even docker...
Azure File persisten storage stop working after some time and hangs
https://api.github.com/repos/kubernetes/kubernetes/issues/80076/comments
18
2019-07-12T07:42:40Z
2019-12-02T14:30:42Z
https://github.com/kubernetes/kubernetes/issues/80076
467,269,096
80,076
[ "kubernetes", "kubernetes" ]
/kind bug /sig api-machinery /priority critical-urgent /cc @sttts @liggitt @roycaihw as is shown in the following, the parameters list should contain {namespace}, {name}. ```json ... "/apis/example.io/v1/namespaces/{namespace}/noxus/{name}": { "get": { "description": "read the specified...
Missing all path parameters in published CRD openapi spec
https://api.github.com/repos/kubernetes/kubernetes/issues/80073/comments
1
2019-07-12T03:56:08Z
2019-08-08T17:03:46Z
https://github.com/kubernetes/kubernetes/issues/80073
467,208,830
80,073
[ "kubernetes", "kubernetes" ]
**What happened**: Ref #78414, we noticed that there are some unnecessary check around resolv.conf limit in kubelet, specifically at: https://github.com/kubernetes/kubernetes/blob/1c99825adfb30f6abb177e85ddb31f2fdef011e1/pkg/kubelet/kubelet.go#L2033-L2040 and https://github.com/kubernetes/kubernetes/blob/1c99825a...
Avoid unnecessary check for resolv.conf limit in kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/80070/comments
8
2019-07-12T00:42:56Z
2019-11-01T01:04:55Z
https://github.com/kubernetes/kubernetes/issues/80070
467,167,135
80,070
[ "kubernetes", "kubernetes" ]
**What happened**: The CSI translation library is lacking unit tests for in-line volumes, need to add them. This issue will track that work. **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: - Kubernetes ...
Add unit tests to CSI translation library for in-line volumes
https://api.github.com/repos/kubernetes/kubernetes/issues/80069/comments
11
2019-07-11T23:34:45Z
2020-07-10T00:49:19Z
https://github.com/kubernetes/kubernetes/issues/80069
467,152,596
80,069
[ "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 join...
kubeadm: ignored certificate-authority option in discovery file
https://api.github.com/repos/kubernetes/kubernetes/issues/80065/comments
6
2019-07-11T22:27:20Z
2019-12-13T08:57:20Z
https://github.com/kubernetes/kubernetes/issues/80065
467,135,523
80,065
[ "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-schedul...
kubeadm doest't configure kube-scheduler pods to mount k8s cert directories
https://api.github.com/repos/kubernetes/kubernetes/issues/80063/comments
18
2019-07-11T21:58:49Z
2019-08-06T22:37:41Z
https://github.com/kubernetes/kubernetes/issues/80063
467,126,720
80,063
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: kube-proxy should expose better metrics around tracking success and failures. Administrators should be able to alert on failure counts. **Why is this needed**: There are several motivating cases: * iptables lock contention causes `iptables-save` to fail at an increasing rate a...
Proxy: better metrics for failed actions
https://api.github.com/repos/kubernetes/kubernetes/issues/80061/comments
7
2019-07-11T21:30:57Z
2019-08-09T23:33:15Z
https://github.com/kubernetes/kubernetes/issues/80061
467,116,720
80,061
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: I created a CSR with URL-type SANs ( spiffee ), approved it - the generated cert includes the other SANs, but not the URL one. The bug seems to be in cloudfare.cfssl.ParseCertificateRequest - the template doesn't copy from the CSR. **Why is this needed**: It would allow ...
CertificateSigningRequest doesn't support URL SANs or isCA
https://api.github.com/repos/kubernetes/kubernetes/issues/80057/comments
2
2019-07-11T19:55:28Z
2019-07-11T20:55:16Z
https://github.com/kubernetes/kubernetes/issues/80057
467,077,900
80,057
[ "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 image `...
tests: Cannot build jessie-dnsutils image
https://api.github.com/repos/kubernetes/kubernetes/issues/80052/comments
2
2019-07-11T19:18:20Z
2019-07-12T05:03:30Z
https://github.com/kubernetes/kubernetes/issues/80052
467,062,961
80,052
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The current error message is vague and could be improved. ``` build/dependencies.yaml indicates <dependency-name> should be at <version>, but the following files did not match that version: ... list of mismatched files if you are changing the version of <dependency>, make s...
external-dependencies-version: Improve error message
https://api.github.com/repos/kubernetes/kubernetes/issues/80051/comments
1
2019-07-11T19:12:45Z
2019-07-12T03:17:21Z
https://github.com/kubernetes/kubernetes/issues/80051
467,060,505
80,051
[ "kubernetes", "kubernetes" ]
**What happened**: Kubelet log directories are joined with a flat _NAMESPACE_PODNAME_UID_ directory path. The limit on pod names are 253 characters https://github.com/kubernetes/kubernetes/pull/78188#issuecomment-494609951. https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kuberuntime/helpers.go#L18...
Kubelet pod names break log directory path
https://api.github.com/repos/kubernetes/kubernetes/issues/80042/comments
6
2019-07-11T15:09:50Z
2019-12-09T04:20:05Z
https://github.com/kubernetes/kubernetes/issues/80042
466,952,102
80,042
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: As part of a long running effort to [remove all in-tree cloud providers](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/20190125-removing-in-tree-providers.md), we either deleted or staged the in-tree cloud providers in [k8s.io/legacy-cloud-providers...
Stage or Remove the OpenStack Cloud Provider
https://api.github.com/repos/kubernetes/kubernetes/issues/80041/comments
20
2019-07-11T14:55:50Z
2020-04-25T08:15:21Z
https://github.com/kubernetes/kubernetes/issues/80041
466,944,098
80,041
[ "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 a deplo...
Node VM failure doesn't automatically recreate a pod with attached PV
https://api.github.com/repos/kubernetes/kubernetes/issues/80040/comments
16
2019-07-11T14:15:21Z
2021-03-30T06:19:56Z
https://github.com/kubernetes/kubernetes/issues/80040
466,920,285
80,040
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Now plugins in the same extension point run one by one, e.g. `RunPrefilterPlugins` ``` for _, pl := range f.prefilterPlugins { status := pl.Prefilter(pc, pod) ... } `...
Run plugins in the same scheduler extension point concurrently
https://api.github.com/repos/kubernetes/kubernetes/issues/80039/comments
5
2019-07-11T13:52:19Z
2020-02-06T11:24:15Z
https://github.com/kubernetes/kubernetes/issues/80039
466,906,850
80,039
[ "kubernetes", "kubernetes" ]
Dear Kuberenetes, We are supporting products running ontop k8s systems, all our applications are installed using helm and they are templated. If a customer deletes parts of the deployment we have no way of figuring out when did that happen and what user did that. Can we include a feature to list the delete h...
deploymenet delete history
https://api.github.com/repos/kubernetes/kubernetes/issues/80038/comments
4
2019-07-11T13:42:46Z
2019-07-15T16:45:44Z
https://github.com/kubernetes/kubernetes/issues/80038
466,901,194
80,038
[ "kubernetes", "kubernetes" ]
Follow up from a previously abandoned PR: https://github.com/kubernetes/kubernetes/pull/69577#issuecomment-428243906 ``` These image also provides basic etcd 3.x minor version downgrade support which is still needed. We should strip out the etcd2 support instead of deleting this entirely. ```
Remove support for etcd2 from cluster/images/etcd image
https://api.github.com/repos/kubernetes/kubernetes/issues/80036/comments
1
2019-07-11T13:32:32Z
2019-07-12T13:31:57Z
https://github.com/kubernetes/kubernetes/issues/80036
466,895,357
80,036
[ "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**: Start two pod...
pod with pv cannot be scheduled
https://api.github.com/repos/kubernetes/kubernetes/issues/80035/comments
8
2019-07-11T12:35:45Z
2020-01-16T04:12:47Z
https://github.com/kubernetes/kubernetes/issues/80035
466,865,707
80,035
[ "kubernetes", "kubernetes" ]
**Version Info:** kubeadm: 1.15.0 kubernetes: 1.15.0 docker: 18.09.7 OS: CentOS 7.5 Kernel: 3.10.0-862.14.4.el7.x86_64 **Problem** 1、 Pod and Service Status Running. 2、 \# dmesg | tail -n 2 [275968.997796] IPVS: wlc: TCP 10.102.203.22:443 - no destination available [275970.001015] IPVS: wlc: TCP 10.102....
kubernetes 1.15.0 IPVS--Rule lost
https://api.github.com/repos/kubernetes/kubernetes/issues/80034/comments
7
2019-07-11T12:00:21Z
2019-07-17T14:41:09Z
https://github.com/kubernetes/kubernetes/issues/80034
466,849,425
80,034
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: K8s uses a pause images for infrastructure reasons. On Windows this image must match the kernel version of the host operating system, or trying to run pods will fail with the fairly vague error message "C...
Kubernetes should get correct Pause image based on windows build number
https://api.github.com/repos/kubernetes/kubernetes/issues/80032/comments
16
2019-07-11T11:22:00Z
2020-03-27T15:11:15Z
https://github.com/kubernetes/kubernetes/issues/80032
466,831,811
80,032
[ "kubernetes", "kubernetes" ]
Found this when trying to see which vendored dependencies does not use a proper tag (and is using a random SHA). The https://github.com/libopenstorage/openstorage dependency is very old and there have been a lot of updates to it: Looks like the https://github.com/libopenstorage/openstorage/compare/093a0c388875...v...
Update libopenstorage/openstorage dependency to a release version
https://api.github.com/repos/kubernetes/kubernetes/issues/80029/comments
11
2019-07-11T10:44:06Z
2019-07-17T22:36:10Z
https://github.com/kubernetes/kubernetes/issues/80029
466,814,434
80,029
[ "kubernetes", "kubernetes" ]
The plugin and/or the code behind the plugin does not seem to be maintained, is it time to deprecate it? https://github.com/kubernetes/kubernetes/issues/79234#issuecomment-504112377
Deprecate goscaleio volume plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/80028/comments
4
2019-07-11T10:38:42Z
2019-07-12T23:47:18Z
https://github.com/kubernetes/kubernetes/issues/80028
466,811,708
80,028
[ "kubernetes", "kubernetes" ]
What happened: Trying to start a container on a windows node results in an error "The container operating system does not match the host operating system." What you expected to happen: Pod should start How to reproduce it (as minimally and precisely as possible): Try to deploy an application based on nanoserve...
Can't start pods in Windows Server core 1903
https://api.github.com/repos/kubernetes/kubernetes/issues/80023/comments
6
2019-07-11T09:29:56Z
2019-12-08T14:05:42Z
https://github.com/kubernetes/kubernetes/issues/80023
466,775,850
80,023