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**: HPA calculate...
How Kubernetes Horizontal Pod Autoscaler calculates CPU percentage?
https://api.github.com/repos/kubernetes/kubernetes/issues/80890/comments
3
2019-08-02T09:26:53Z
2019-08-05T09:00:17Z
https://github.com/kubernetes/kubernetes/issues/80890
476,085,749
80,890
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: When node restarts or any other case which does not reach the evict condition make kubelet recover pod. I think is very useful to recover the important pod first. So maybe we should support kubelet to sta...
Recover pod in order with its priority
https://api.github.com/repos/kubernetes/kubernetes/issues/80889/comments
7
2019-08-02T08:42:39Z
2019-12-31T04:57:00Z
https://github.com/kubernetes/kubernetes/issues/80889
476,066,404
80,889
[ "kubernetes", "kubernetes" ]
Omni-Path Architecture (OPA) is Intel®'s experience and lessons in the True Scale architecture and standard InfiniBand. It is a high-performance network architecture developed for HPC that enables each link to reach 100 Gbps. A new interconnect technology designed to optimize high performance computing is also an end-t...
Does k8s support Omni-Path Architecture (OPA) ?
https://api.github.com/repos/kubernetes/kubernetes/issues/80887/comments
4
2019-08-02T06:48:36Z
2019-08-02T11:29:08Z
https://github.com/kubernetes/kubernetes/issues/80887
476,024,631
80,887
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **Background** Kubernetes now supports provisioning new volumes as either a [clone of an existing volume](https://kubernetes.io/blog/2019/06/21/introducing-volume-cloning-alpha-for-kubernetes/) or [from a snapshot](https://kubernetes.io/blog...
Allow secret for DataSource (snapshot or PV)
https://api.github.com/repos/kubernetes/kubernetes/issues/80881/comments
4
2019-08-02T00:39:51Z
2019-12-30T02:30:56Z
https://github.com/kubernetes/kubernetes/issues/80881
475,945,827
80,881
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-e2e-gci-gce-serial **Which test(s) are failing**: [sig-storage] [Serial] Volume metrics should create prometheus metrics for volume provisioning and attach/detach ...
Test failure: [sig-storage] [Serial] Volume metrics should create prometheus metrics for volume provisioning and attach/detach
https://api.github.com/repos/kubernetes/kubernetes/issues/80878/comments
6
2019-08-01T23:24:51Z
2019-08-06T00:40:36Z
https://github.com/kubernetes/kubernetes/issues/80878
475,930,262
80,878
[ "kubernetes", "kubernetes" ]
DeleteCollection supports the full set of list options -- under the hood, it just calls the same List & ListPredicate machinery in the Store implementation. This means that it's perfectly viable to call DeleteCollection via REST calls directly with the pagination options (limit & continue), and, in fact, it behaves as...
Generated DeleteCollection methods make it impossible to use pagination correctly
https://api.github.com/repos/kubernetes/kubernetes/issues/80877/comments
8
2019-08-01T23:04:21Z
2019-11-28T15:43:51Z
https://github.com/kubernetes/kubernetes/issues/80877
475,925,267
80,877
[ "kubernetes", "kubernetes" ]
The kubelet's `convertStatusToAPIStatus()` in https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_pods.go iterates `podStatus` 3 times in order to construct the 3 container status lists in `PodStatus`. This could be refactored to make a single pass through `podStatus`. /kind cleanup /sig node
Refactor kubelet convertStatusToAPIStatus
https://api.github.com/repos/kubernetes/kubernetes/issues/80875/comments
20
2019-08-01T22:26:15Z
2020-04-06T20:02:48Z
https://github.com/kubernetes/kubernetes/issues/80875
475,915,407
80,875
[ "kubernetes", "kubernetes" ]
A random 0 byte file is created when we deploy a deployment or daemon-set: ls -lart /var/lib/kubelet/pods 0666 *container id*/containers/*container name*/*random file name* Might you be able to provide more information on this file? How may we direct kubernetes to create this file with 0644 or 0640? is there a f...
Directory permissions under /var/lib/kubelet/pods
https://api.github.com/repos/kubernetes/kubernetes/issues/80872/comments
8
2019-08-01T18:18:40Z
2020-01-26T21:22:12Z
https://github.com/kubernetes/kubernetes/issues/80872
475,822,627
80,872
[ "kubernetes", "kubernetes" ]
The CSI metrics support is added in kube 1.15 via https://github.com/kubernetes/kubernetes/pull/76188 . Eventhough the metrics of "BYTES" and "INODES" make sense to filesystem volume mode PVCs, the CSI metric spec says, the `total` capacity of block mode can be supported with NodeGetVolumeStats. ``` https://github....
Invoke MetricsProvider in CSI for `block` Volume Mode PVCs
https://api.github.com/repos/kubernetes/kubernetes/issues/80865/comments
7
2019-08-01T15:50:31Z
2020-01-02T21:00:11Z
https://github.com/kubernetes/kubernetes/issues/80865
475,760,017
80,865
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: The jobs aren't failing, but latency has visible increased. ci-kubernetes-e2e-gce-scale-performance ci-kubernetes-kubemark-gce-scale **Which test(s) are failing**: Density + load...
Scalability tests - Increased lease PUT latency
https://api.github.com/repos/kubernetes/kubernetes/issues/80857/comments
22
2019-08-01T12:59:08Z
2024-11-25T18:20:27Z
https://github.com/kubernetes/kubernetes/issues/80857
475,668,642
80,857
[ "kubernetes", "kubernetes" ]
**What happened**: When running `kubectl get <cluster-scoped resource kind>` and no resource is found, kubectl returns `No resources found in mynamespace namespace`, which is confusing, since we're trying to list instances of a *cluster-scoped* resource. **What you expected to happen**: When listing cluster-scoped...
Confusing message in kubectl get when no cluster-scoped resources found
https://api.github.com/repos/kubernetes/kubernetes/issues/80855/comments
14
2019-08-01T10:59:55Z
2020-06-28T15:22:46Z
https://github.com/kubernetes/kubernetes/issues/80855
475,617,087
80,855
[ "kubernetes", "kubernetes" ]
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: I created a StatefulSet with two Cinder volumes and mounted them in multiple subPaths. At first this was working as expected. The subPaths were mounted correctly in the pod: ``` kubectl exec -it web-0 bash root@web-0:/# cat /proc/moun...
pvc cinder volumes with subPaths mounted to incorrect pvc mount points
https://api.github.com/repos/kubernetes/kubernetes/issues/80853/comments
9
2019-08-01T09:04:26Z
2020-05-07T12:01:41Z
https://github.com/kubernetes/kubernetes/issues/80853
475,562,970
80,853
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: We need to enhance Azure cloud provider code to support both AAD and ADFS authentication. **Why is this needed**: On Azure Stack customer can have two type of deployment 1. AAD 2. ADFS.
Update Azure cloud provider code to support ADFS for Azure Stack
https://api.github.com/repos/kubernetes/kubernetes/issues/80840/comments
2
2019-08-01T02:45:23Z
2019-08-01T15:17:09Z
https://github.com/kubernetes/kubernetes/issues/80840
475,441,764
80,840
[ "kubernetes", "kubernetes" ]
When i shutdown two replicas of three api-server to do downtime drill, i found the left one api-server was requested by itself from 127.0.0.1:34774 and requests become more, why api-server request itself on localhost? @kubernetes@sig-area-apiserver I0731 20:06:50.640882 180052 wrap.go:42] GET /api/v1/secrets?l...
Why kube-apiserver request itself when some replicas of api-server down?
https://api.github.com/repos/kubernetes/kubernetes/issues/80839/comments
3
2019-08-01T02:18:00Z
2019-08-28T14:08:39Z
https://github.com/kubernetes/kubernetes/issues/80839
475,435,752
80,839
[ "kubernetes", "kubernetes" ]
While testing windows container disk usage matrices, noticed that the reported log usage of a container is wrong. It actually shows the root file system disk used bytes. { "node": { "nodeName": "e2e-test-windows-node-group-h3bt", "systemContainers": [ { "name": "pods", "startTime": "2019-08-01T...
Windows container reports wrong container log usedbytes
https://api.github.com/repos/kubernetes/kubernetes/issues/80838/comments
8
2019-08-01T01:41:43Z
2020-02-22T00:32:42Z
https://github.com/kubernetes/kubernetes/issues/80838
475,428,337
80,838
[ "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 creating...
Azure Disk fails when reference storage class with no account type
https://api.github.com/repos/kubernetes/kubernetes/issues/80836/comments
6
2019-08-01T01:36:02Z
2019-11-28T06:28:12Z
https://github.com/kubernetes/kubernetes/issues/80836
475,427,336
80,836
[ "kubernetes", "kubernetes" ]
I am trying to use `kubectl wait --for=condition=ready service/<service-name> --timeout=60s` to wait a service to be ready. However, it doesn't work. And I have to switch to `kubectl wait --for=condition=ready pod -l app=<app-name> --timeout=60s`. Any commands I can use to wait for a service to be ready with `kubec...
kubectl wait unable to not wait for service ready
https://api.github.com/repos/kubernetes/kubernetes/issues/80828/comments
7
2019-07-31T21:44:45Z
2021-11-25T10:26:21Z
https://github.com/kubernetes/kubernetes/issues/80828
475,371,462
80,828
[ "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**: Upgraded Ku...
Kubelet stacktrace after upgrading to 1.15.1
https://api.github.com/repos/kubernetes/kubernetes/issues/80826/comments
10
2019-07-31T21:08:44Z
2019-12-30T18:46:59Z
https://github.com/kubernetes/kubernetes/issues/80826
475,358,389
80,826
[ "kubernetes", "kubernetes" ]
### What happened: I deleted a `ServicePort` item from a `Service`'s `ports` array and all other `ServicePort` items with the same `port` value were deleted too. ### What you expected to happen: I only expected one `ServicePort` to be deleted. ### How to reproduce it (as minimally and precisely as possible...
Kubernetes deletes all ServicePort items with same "port" value when deleting one in a Service's "ports" array
https://api.github.com/repos/kubernetes/kubernetes/issues/80823/comments
6
2019-07-31T19:54:49Z
2019-08-01T13:44:19Z
https://github.com/kubernetes/kubernetes/issues/80823
475,328,087
80,823
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> Continuing discussion from https://github.com/kubernetes/kubernetes/pull/80321#issuecomment-516921824 Technically because scaleio volume plugin is in the core/v1 API, we cannot remove it until core/v2, which is not coming anytime in distan...
How to deprecate/migrate scaleio volume plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/80819/comments
15
2019-07-31T18:17:49Z
2020-01-07T13:50:57Z
https://github.com/kubernetes/kubernetes/issues/80819
475,288,957
80,819
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: We would like to be able to docker commit a running container to a new layer that is based upon the container's docker image. The new layer could optionally be pushed to the same repo, or a different one ...
Add ability to "docker commit" from a running container
https://api.github.com/repos/kubernetes/kubernetes/issues/80818/comments
13
2019-07-31T17:25:53Z
2022-02-20T12:50:47Z
https://github.com/kubernetes/kubernetes/issues/80818
475,267,257
80,818
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: A metric to the scheduler that tracks the number of nodes filtered because of taints **Why is this needed**: Helps tracking how taints are impacting a workloads. /sig scheduling /priority importan...
Add a metric to track the number of nodes filtered by the scheduler because of taints
https://api.github.com/repos/kubernetes/kubernetes/issues/80812/comments
10
2019-07-31T14:46:04Z
2019-09-06T15:38:27Z
https://github.com/kubernetes/kubernetes/issues/80812
475,188,751
80,812
[ "kubernetes", "kubernetes" ]
**What happened**: When creating a pod sandbox which contains host port mappings, then the hostport_manager.go will reject any non IPv4: https://github.com/kubernetes/kubernetes/blob/8c8c4113f045a00bee611594e402dee07600812b/pkg/kubelet/dockershim/network/hostport/hostport_manager.go#L85-L87 **What you expected t...
Hostport Manager is not IPv6 ready
https://api.github.com/repos/kubernetes/kubernetes/issues/80810/comments
16
2019-07-31T13:50:12Z
2019-11-16T12:35:42Z
https://github.com/kubernetes/kubernetes/issues/80810
475,157,266
80,810
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: 1) Increase the log level of info logs to "v=2" when the scheduler [adds](https://github.com/kubernetes/kubernetes/blob/8c8c4113f045a00bee611594e402dee07600812b/pkg/scheduler/internal/cache/node_tree.go#L...
Improve scheduler logging
https://api.github.com/repos/kubernetes/kubernetes/issues/80808/comments
3
2019-07-31T13:15:00Z
2019-08-09T00:57:39Z
https://github.com/kubernetes/kubernetes/issues/80808
475,138,102
80,808
[ "kubernetes", "kubernetes" ]
**What happened**: There's a lot of errors in the logs (one each minute): ``` Jul 31 10:18:30 kubelet-wrapper[110562]: W0731 10:18:30.338623 110562 container.go:523] Failed to update stats for container "/system.slice/kubelet.service": stat failed on with error: no such file or directory, continuing to push stat...
Failed to update stats for container "/system.slice/kubelet.service" - coreos
https://api.github.com/repos/kubernetes/kubernetes/issues/80807/comments
12
2019-07-31T12:04:56Z
2020-01-18T15:08:37Z
https://github.com/kubernetes/kubernetes/issues/80807
475,103,773
80,807
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-benchmark-scheduler-master **Which test(s) are failing**: Benchmark **Since when has it been failing**: All runs in testgrid are red so at least since 07/17/2019 **Testgr...
Scheduler benchmark is failing
https://api.github.com/repos/kubernetes/kubernetes/issues/80800/comments
5
2019-07-31T09:47:09Z
2019-11-01T01:51:11Z
https://github.com/kubernetes/kubernetes/issues/80800
475,044,141
80,800
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: With kubect...
Broken kubectl completion with override flags
https://api.github.com/repos/kubernetes/kubernetes/issues/80797/comments
3
2019-07-31T08:45:50Z
2019-07-31T15:55:14Z
https://github.com/kubernetes/kubernetes/issues/80797
475,014,140
80,797
[ "kubernetes", "kubernetes" ]
I am facing some issues after adding some changes in kube-apisever.yaml file for Access based authentication. Steps that I have performed :- 1) I have installed v1.15.0 kubernetes on my ubuntu machine ( 16.04 ). root@stack33:~# kubectl version Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1....
Kube-apiserver going down periodically while adding user based authentication in kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/80791/comments
10
2019-07-31T05:50:56Z
2019-12-28T17:58:52Z
https://github.com/kubernetes/kubernetes/issues/80791
474,948,888
80,791
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: If an environment variable was created from a secret (eg as a `secretRef`) and if a current serviceaccount has access to describe pod, yet does not have access to the corresponding secret - it should not ...
Hide secrets exposed as environment variables if an account does not have access to it
https://api.github.com/repos/kubernetes/kubernetes/issues/80789/comments
10
2019-07-31T04:55:29Z
2019-07-31T23:33:39Z
https://github.com/kubernetes/kubernetes/issues/80789
474,936,213
80,789
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: 1. Add a default normalize score function in the scheduling framework. 2. Skip the plugin and log an error when the normalizing phase returns an invalid range of scores. **Why is this needed**: Per discussion in https://github.com/kubernetes/enhancements/pull/1178, we shou...
Enforce the range of score returned by the score plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/80784/comments
0
2019-07-31T03:31:45Z
2019-08-15T09:32:36Z
https://github.com/kubernetes/kubernetes/issues/80784
474,917,645
80,784
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Currently, multiple metrics are scaled off of an "or" condition, i.e. if either CPU or nginx.net.connections exceed their threshold, scale to ensure the failing condition is met. Ideally, we could only sc...
Ability to evaluate multiple HPA metrics with "AND" operator
https://api.github.com/repos/kubernetes/kubernetes/issues/80783/comments
6
2019-07-31T02:51:31Z
2020-03-13T08:13:27Z
https://github.com/kubernetes/kubernetes/issues/80783
474,908,950
80,783
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add parameter `User` in Kubernetes CRI `ExecRequest` **Why is this needed**: In Runtime-Spec, Process has the `User` [definition](https://github.com/opencontainers/runtime-spec/blob/master/specs-go/...
Add a user parameter when do exec
https://api.github.com/repos/kubernetes/kubernetes/issues/80782/comments
5
2019-07-31T02:50:12Z
2019-07-31T22:12:32Z
https://github.com/kubernetes/kubernetes/issues/80782
474,908,667
80,782
[ "kubernetes", "kubernetes" ]
HI, I have a Kubernetes cluster with 3 api-servers configured as a HA cluster, the endpoint of the service "kubernetes" shows the ip address of one apiserver but not 3. And each time I ran "kubectl get ep kubernetes", it randomly selects one of the apiserver as the endpoint, I understand that it is kind of load-balanc...
Service of kubernetes missing endpoint
https://api.github.com/repos/kubernetes/kubernetes/issues/80781/comments
2
2019-07-31T02:44:43Z
2019-11-20T02:59:02Z
https://github.com/kubernetes/kubernetes/issues/80781
474,907,548
80,781
[ "kubernetes", "kubernetes" ]
**What would you like to be added:** `Filter` plugins of the scheduling framework need to indicate whether a pod that is unschedulable on a node could potentially be schedulable if one or more other existing pods are removed from the node. In other words, whether preemption can help make the pod schedulable. For examp...
Allow Filter plugins of the scheduling framework to identify whether a pod could be schedulable after preemption
https://api.github.com/repos/kubernetes/kubernetes/issues/80775/comments
22
2019-07-31T00:04:57Z
2019-08-30T18:20:58Z
https://github.com/kubernetes/kubernetes/issues/80775
474,874,557
80,775
[ "kubernetes", "kubernetes" ]
EDIT: please excuse me as this ended up being a bit long, but the TL;DR is "version skew, in-place vs re-place upgrades and cluster topology" during today's SIG Cluster Lifecycle meeting we had a discussion that covered some aspects of upgrades that tools like kubeadm and kops perform. the discussion started at this...
sig-cluster-lifecycle: best practices for immutable upgrades
https://api.github.com/repos/kubernetes/kubernetes/issues/80774/comments
9
2019-07-30T22:50:22Z
2020-09-09T15:34:51Z
https://github.com/kubernetes/kubernetes/issues/80774
474,856,886
80,774
[ "kubernetes", "kubernetes" ]
I use ```kubeadm init``` create an k8s cluster, I found the coredns was always in ContainerCreating. Cannot to be running. After create an cluster I exec some steps for example: ``` kubectl taint nodes --all node-role.kubernetes.io/master- ``` Then show the pod status ``` [root@master1 ~]# kubectl get pods --a...
k8s coredns ContainerCreating error
https://api.github.com/repos/kubernetes/kubernetes/issues/80771/comments
10
2019-07-30T22:29:15Z
2019-12-29T04:08:53Z
https://github.com/kubernetes/kubernetes/issues/80771
474,850,548
80,771
[ "kubernetes", "kubernetes" ]
createCoreV1NamespacedServiceAccountToken is included core, but is optional and hence can't be a Conformance test. It would be useful to know the specific API Operations/Kinds that designated feature gates enable on the API Server. It's currently a manual process to know what operations/endpoints are optional fro...
Identifying Features / API Operations as optional
https://api.github.com/repos/kubernetes/kubernetes/issues/80770/comments
32
2019-07-30T22:25:06Z
2021-06-05T22:17:07Z
https://github.com/kubernetes/kubernetes/issues/80770
474,849,320
80,770
[ "kubernetes", "kubernetes" ]
- [x] write e2e tests for all admission operations - [x] https://github.com/kubernetes/kubernetes/pull/81381 (for resource APIs) - [x] https://github.com/kubernetes/kubernetes/pull/82019 (for discovery docs) - [apisnoop beta admissionregistration coverage](https://apisnoop.cncf.io/?showUntested=true&showTes...
Conformance Tests for AdmissionWebhook
https://api.github.com/repos/kubernetes/kubernetes/issues/80767/comments
10
2019-07-30T21:48:17Z
2019-08-30T03:49:48Z
https://github.com/kubernetes/kubernetes/issues/80767
474,837,553
80,767
[ "kubernetes", "kubernetes" ]
without upgrading repo infra we get: ``` W0730 18:04:48.667] ERROR: /go/src/k8s.io/kubernetes/BUILD.bazel:39:1: in gcs_upload rule //:push-build: W0730 18:04:48.668] Traceback (most recent call last): W0730 18:04:48.668] File "/go/src/k8s.io/kubernetes/BUILD.bazel", line 39 W0730 18:04:48.668] gcs_upl...
repo infra & depset iteration causing failures
https://api.github.com/repos/kubernetes/kubernetes/issues/80763/comments
9
2019-07-30T20:00:02Z
2020-04-10T23:44:01Z
https://github.com/kubernetes/kubernetes/issues/80763
474,793,507
80,763
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: CRI-O e2e **Which test(s) are failing**: 1. Kubernetes e2e suite [sig-network] Services should be able to change the type from ExternalName to NodePort 2. Kubernetes e2e suite [s...
network service e2e tests failing
https://api.github.com/repos/kubernetes/kubernetes/issues/80760/comments
11
2019-07-30T19:41:11Z
2019-08-10T11:19:16Z
https://github.com/kubernetes/kubernetes/issues/80760
474,785,793
80,760
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: 1. Currently, startContainer invokes call for platform-specific configuration that allows windows to generate WindowsContainerConfig and WindowsContainerResources. However, this is not available in Upda...
Add Windows support for UpdateContainerResources CRI
https://api.github.com/repos/kubernetes/kubernetes/issues/80759/comments
10
2019-07-30T19:03:55Z
2020-02-02T23:08:17Z
https://github.com/kubernetes/kubernetes/issues/80759
474,770,020
80,759
[ "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 retrievi...
Kubernetes logs with label selector does not work for some labels
https://api.github.com/repos/kubernetes/kubernetes/issues/80751/comments
4
2019-07-30T16:38:31Z
2019-07-30T18:52:08Z
https://github.com/kubernetes/kubernetes/issues/80751
474,688,265
80,751
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: pull-kubernetes-integration **Which test(s) are failing**: TestStartupSequenceHealthzAndReadyz http://storage.googleapis.com/k8s-metrics/flakes-latest.json **Since when has it been failing**: **Testgrid link**: https://storage.googleapis.com/k8s-gubernator/triage/index.html?pr...
TestStartupSequenceHealthzAndReadyz in top 3 flaking integration tests
https://api.github.com/repos/kubernetes/kubernetes/issues/80748/comments
3
2019-07-30T14:03:44Z
2019-08-06T17:09:29Z
https://github.com/kubernetes/kubernetes/issues/80748
474,605,077
80,748
[ "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**: My K8S Cluster ...
[kubelet]pods become MatchNodeSelector after reboot master nodes in cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/80745/comments
14
2019-07-30T12:50:50Z
2020-05-26T20:46:43Z
https://github.com/kubernetes/kubernetes/issues/80745
474,566,333
80,745
[ "kubernetes", "kubernetes" ]
I got lots of logs like: I0730 15:38:27.137684 1 asm_amd64.s:1337] balancerWrapper: got update addr from Notify: [{etcd.xxx.com:2379 <nil>}] I0730 15:38:27.137709 1 asm_amd64.s:1337] balancerWrapper: got update addr from Notify: [{etcd.xxx.com:2379 <nil>}] I0730 15:38:27.137733 1 asm_amd64.s:1337]...
kube-apiserver print lots of grpc log: got update addr from Notify
https://api.github.com/repos/kubernetes/kubernetes/issues/80741/comments
12
2019-07-30T07:46:37Z
2020-03-17T02:58:37Z
https://github.com/kubernetes/kubernetes/issues/80741
474,427,751
80,741
[ "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**: Node IP be co...
Node IP be configed to kube-ipvs interface of all nodes of the cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/80738/comments
5
2019-07-30T06:25:11Z
2019-11-29T03:34:25Z
https://github.com/kubernetes/kubernetes/issues/80738
474,396,524
80,738
[ "kubernetes", "kubernetes" ]
Golang 1.13 uses TLS 1.13 by default (opt-out), which introduces RSA-PSS. RSA-PSS does not work with keys that are too small. The issue was uncovered during Fedora mass rebuild which uses Golang 1.13: ``` k8s.io/apimachinery/pkg/util/httpstream/spdy 2019/07/28 19:34:59 http: TLS handshake error from 127.0.0.1...
apimachinery: Golang 1.13 requires bigger keys
https://api.github.com/repos/kubernetes/kubernetes/issues/80733/comments
3
2019-07-30T00:23:43Z
2019-08-08T23:11:53Z
https://github.com/kubernetes/kubernetes/issues/80733
474,313,328
80,733
[ "kubernetes", "kubernetes" ]
**What happened**: Using `k8s.io/client-go/testing/fixture.go`'s `List` method with `UnstructuredList` object, returns error duing `Decode` object. Along the path it has lost metadata kind and APIVersion. **What you expected to happen**: Metadata kind and APIVersion would be kept regardless. **How to reprod...
Fixture List using Unstructured
https://api.github.com/repos/kubernetes/kubernetes/issues/80722/comments
3
2019-07-29T18:23:56Z
2019-11-27T04:39:46Z
https://github.com/kubernetes/kubernetes/issues/80722
474,191,255
80,722
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-e2e-gci-gce-slow **Which test(s) are failing**: [sig-network] Services should only allow access from service loadbalancer source ranges [Slow] [sig-network] ESIPP [S...
[sig-network] Services should only allow access from service loadbalancer source ranges [Slow]
https://api.github.com/repos/kubernetes/kubernetes/issues/80719/comments
3
2019-07-29T15:43:26Z
2019-08-05T13:37:59Z
https://github.com/kubernetes/kubernetes/issues/80719
474,123,087
80,719
[ "kubernetes", "kubernetes" ]
**What happened**: When attempting to create an instance of a custom resource which fails to meet the requirements in the CRD's `spec.validation` (like missing required field), receive an incomplete response error object: ```json { "kind": "Status", "apiVersion": "v1", "metadata": { }, "status...
Incomplete `details.causes` When Creating Invalid Custom Resource
https://api.github.com/repos/kubernetes/kubernetes/issues/80718/comments
6
2019-07-29T15:36:46Z
2019-08-14T02:47:33Z
https://github.com/kubernetes/kubernetes/issues/80718
474,120,025
80,718
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-e2e-gci-gce-alpha-features **Which test(s) are failing**: [sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] provisioning should...
[Failing Test] [sig-storage] CSI Volumes [Driver: csi-hostpath] Snapshot Tests
https://api.github.com/repos/kubernetes/kubernetes/issues/80717/comments
3
2019-07-29T15:35:55Z
2019-08-02T16:20:54Z
https://github.com/kubernetes/kubernetes/issues/80717
474,119,654
80,717
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: /kind feature **Why is this needed**: This issue is intended to start discussion for future enhancement of kubelet. ## What is an issue? - At this point, Kubernetes supports only pod isolation o...
Support Container Isolation of Hugepages
https://api.github.com/repos/kubernetes/kubernetes/issues/80716/comments
13
2019-07-29T14:24:37Z
2020-01-29T15:32:15Z
https://github.com/kubernetes/kubernetes/issues/80716
474,081,899
80,716
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: build-packages-debs build-packages-rpms **Since when has it been failing**: Since job has started. See [PR](https://github.com/kubernetes/test-infra/pull/13343/files) **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#build-packages-debs https://testgrid.k8s.i...
[ Failing test ] build-packages-debs, build-packages-rpms
https://api.github.com/repos/kubernetes/kubernetes/issues/80715/comments
20
2019-07-29T14:21:17Z
2019-08-30T14:40:38Z
https://github.com/kubernetes/kubernetes/issues/80715
474,080,070
80,715
[ "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**: Node is not...
GCE cluster script should skip fs formating if the device is a member of LVM/RAID
https://api.github.com/repos/kubernetes/kubernetes/issues/80712/comments
20
2019-07-29T11:55:12Z
2021-09-17T23:28:14Z
https://github.com/kubernetes/kubernetes/issues/80712
474,009,103
80,712
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: When cpu-manager was set in `static` mode, Pod shoud had a status about cpu assign info **Why is this needed**: Some app base on DPDK need isolated cpu core to running,they also need know what core the...
[Kubelet] When I running a SPDK app,how app know what core they are assigned?
https://api.github.com/repos/kubernetes/kubernetes/issues/80704/comments
5
2019-07-29T07:33:04Z
2019-12-26T09:02:44Z
https://github.com/kubernetes/kubernetes/issues/80704
473,895,724
80,704
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: The Performance test seem to fail consistently. • Failure [857.731 seconds] ``` [sig-scalability] Density /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test...
Running kubetest performance tests independently
https://api.github.com/repos/kubernetes/kubernetes/issues/80702/comments
5
2019-07-29T06:44:00Z
2020-02-24T02:21:40Z
https://github.com/kubernetes/kubernetes/issues/80702
473,877,642
80,702
[ "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 create a s...
[Controller Manager][StatefulSet Controller] Different ControllerRevisions with the same Revision
https://api.github.com/repos/kubernetes/kubernetes/issues/80698/comments
5
2019-07-29T03:24:54Z
2019-12-26T11:04:42Z
https://github.com/kubernetes/kubernetes/issues/80698
473,831,160
80,698
[ "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...
controller manager pod reflector latency
https://api.github.com/repos/kubernetes/kubernetes/issues/80693/comments
3
2019-07-28T18:49:52Z
2019-11-03T10:52:43Z
https://github.com/kubernetes/kubernetes/issues/80693
473,774,010
80,693
[ "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 try to back...
apiserver leaks memory cause by bookmark
https://api.github.com/repos/kubernetes/kubernetes/issues/80690/comments
10
2019-07-28T14:14:19Z
2019-08-02T03:50:14Z
https://github.com/kubernetes/kubernetes/issues/80690
473,748,597
80,690
[ "kubernetes", "kubernetes" ]
**What happened**: when i execute ```shell make kubelet GOGCFLAGS="-N -l" GOLDFLAGS="" ``` but got: ```shell 2019/07/27 15:27:02 Code for OpenAPI definitions generated +++ [0727 15:27:02] Building go targets for linux/amd64: ./vendor/github.com/jteeuwen/go-bindata/go-bindata +++ [0727 15:27:04] Building ...
error info when using `make kubelet GOGCFLAGS="-N -l" GOLDFLAGS=""`
https://api.github.com/repos/kubernetes/kubernetes/issues/80674/comments
3
2019-07-27T07:38:01Z
2019-08-03T06:27:20Z
https://github.com/kubernetes/kubernetes/issues/80674
473,610,654
80,674
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: We need a roadmap for migrating the scheduler core, including predicates and priorities, to the new scheduling framework. **Why is this needed**: Most of the extension points of the framework has now ...
A roadmap for migrating to the scheduler framework
https://api.github.com/repos/kubernetes/kubernetes/issues/80670/comments
3
2019-07-27T02:22:56Z
2019-12-05T02:30:59Z
https://github.com/kubernetes/kubernetes/issues/80670
473,588,846
80,670
[ "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**: Application r...
Pods cannot work due to failing to access /etc/hosts inside container if umask of kubelet is configured as 0027
https://api.github.com/repos/kubernetes/kubernetes/issues/80668/comments
12
2019-07-27T01:33:39Z
2019-12-25T16:46:41Z
https://github.com/kubernetes/kubernetes/issues/80668
473,584,782
80,668
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Most extension points of the scheduling framework have already been implemented, and we should use the Scheduling Framework to refactor original predicates and priorities function. According to the discussion with @ahg-g and @Huang-Wei in https://github.com/kubernetes/kubernetes/...
Refactor InterPodAffinity with the Scheduling Framework
https://api.github.com/repos/kubernetes/kubernetes/issues/80667/comments
5
2019-07-27T01:28:03Z
2019-10-10T14:05:18Z
https://github.com/kubernetes/kubernetes/issues/80667
473,584,323
80,667
[ "kubernetes", "kubernetes" ]
Swagger definition for "/api/v1/namespaces/{namespace}/pods/{name}/binding" is incorrect. The current definition is: ``` json "/api/v1/namespaces/{namespace}/pods/{name}/binding": { "parameters": [ ... ], "post": { ... "responses": { "200": { "description": "OK", "s...
Swagger spec: Incorrect response model for namespaces/{namespace}/pods/{name}/binding
https://api.github.com/repos/kubernetes/kubernetes/issues/80663/comments
7
2019-07-26T22:36:00Z
2019-11-05T08:17:56Z
https://github.com/kubernetes/kubernetes/issues/80663
473,559,281
80,663
[ "kubernetes", "kubernetes" ]
Aim of this issue is to generate brazilian portuguese translation according to Translations README and sample of issue #40645.
Add initial brazilian portuguese translations
https://api.github.com/repos/kubernetes/kubernetes/issues/80650/comments
5
2019-07-26T17:48:18Z
2019-12-26T14:07:45Z
https://github.com/kubernetes/kubernetes/issues/80650
473,468,065
80,650
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Report request throttling by the kubelet by default (i. e. V=3) **Why is this needed**: Request throttling can have serious consequences, but it is reported (in `staging/src/k8s.io/client-go/rest/...
Report API server throttling by the kubelet by default
https://api.github.com/repos/kubernetes/kubernetes/issues/80647/comments
6
2019-07-26T16:48:18Z
2019-12-10T20:16:07Z
https://github.com/kubernetes/kubernetes/issues/80647
473,447,211
80,647
[ "kubernetes", "kubernetes" ]
By default, the scheduler spreads pods by zone, in order to provide some level of reliability for services. https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/algorithm/priorities/selector_spreading.go#L108 **What would you like to be added**: Cluster operators should be able to change this to ...
[Scheduler] Default spreading should be configurable for a topology
https://api.github.com/repos/kubernetes/kubernetes/issues/80639/comments
12
2019-07-26T13:53:41Z
2020-06-11T00:13:39Z
https://github.com/kubernetes/kubernetes/issues/80639
473,370,362
80,639
[ "kubernetes", "kubernetes" ]
# Required information * Distribution: Debian * Distribution version: 10.0 (Buster) * Kubernetes version: 1.15.1 * Docker version: 18.09 * Kernel version: 4.19.0-5-amd64 * LXC version: snap * Storage backend in use: BTRFS # Issue description I'm trying to spin up a kubernetes cluster inside LXD ma...
Kubelet can't start inside LXD on a BTRFS volume
https://api.github.com/repos/kubernetes/kubernetes/issues/80633/comments
19
2019-07-26T10:30:38Z
2023-09-01T20:28:54Z
https://github.com/kubernetes/kubernetes/issues/80633
473,291,638
80,633
[ "kubernetes", "kubernetes" ]
have two node: - node1001 - node1004 i deploy a service fpr which pod running on node1004, then access the clusterip of this service. if access from node1004, will succeed. but if access from node1001, will fail. > curl 10.254.21.155:5000 ![image](https://user-images.githubusercontent.com/7836739/61945599-f6...
can't reach services on other node
https://api.github.com/repos/kubernetes/kubernetes/issues/80632/comments
6
2019-07-26T10:29:41Z
2019-12-27T08:25:46Z
https://github.com/kubernetes/kubernetes/issues/80632
473,291,280
80,632
[ "kubernetes", "kubernetes" ]
Hi, I‘m new for k8s, and I 've a question about watch. I use client go to watch pods in k8s cluster, and my question is client go connect to apiserver via restful API. But if client go does not receive event from api server for a long time, maybe 10min or even longer, my understanding is that, the connect should be ab...
question about watch API?
https://api.github.com/repos/kubernetes/kubernetes/issues/80629/comments
6
2019-07-26T09:37:55Z
2019-12-26T14:07:44Z
https://github.com/kubernetes/kubernetes/issues/80629
473,269,538
80,629
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: pull-kubernetes-e2e-gce-100-performance is flaky **Which test(s) are failing**: **Since when has it been failing**: **Testgrid link**: https://prow.k8s.io/view/gcs/kubernetes-jen...
pull-kubernetes-e2e-gce-100-performance is flaky
https://api.github.com/repos/kubernetes/kubernetes/issues/80626/comments
14
2019-07-26T07:15:57Z
2019-12-23T15:58:34Z
https://github.com/kubernetes/kubernetes/issues/80626
473,213,208
80,626
[ "kubernetes", "kubernetes" ]
Attempt: https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-correctness/1154361004772036608 has failed with: ``` [sig-network] Services should only allow access from service loadbalancer source ranges [Slow] expand_less | 32s -- | -- /go/src/k8s.io/kubernetes/_output/dockerized...
E2E: [sig-network] Services should only allow access from service loadbalancer source ranges [Slow]
https://api.github.com/repos/kubernetes/kubernetes/issues/80625/comments
4
2019-07-26T07:03:36Z
2019-08-05T13:36:04Z
https://github.com/kubernetes/kubernetes/issues/80625
473,209,278
80,625
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: #33497 was great; now we need the other shoe to drop. **Why is this needed**: k/k is a big import. A developer of a client should not have to import all of k/k just to get workqueue metrics wired to ...
pkg/util/workqueue/prometheus should be in client-go
https://api.github.com/repos/kubernetes/kubernetes/issues/80623/comments
17
2019-07-26T05:16:52Z
2020-08-27T03:36:47Z
https://github.com/kubernetes/kubernetes/issues/80623
473,180,979
80,623
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I started try...
metric namespace went away in PR #71300
https://api.github.com/repos/kubernetes/kubernetes/issues/80622/comments
8
2019-07-26T05:13:13Z
2020-04-23T15:36:26Z
https://github.com/kubernetes/kubernetes/issues/80622
473,180,276
80,622
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: When mounte...
K8S using kata container mounted ssd local pv failed when enable privilege
https://api.github.com/repos/kubernetes/kubernetes/issues/80621/comments
2
2019-07-26T05:00:51Z
2019-07-26T10:40:42Z
https://github.com/kubernetes/kubernetes/issues/80621
473,177,836
80,621
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add coscheduling plugin for the new scheduler framework. **Why is this needed**: [Coscheduling](https://en.wikipedia.org/wiki/Coscheduling) is an important feature for batch jobs(e.g. Tensorflow/M...
Add coscheduling plugin for new scheduler framework
https://api.github.com/repos/kubernetes/kubernetes/issues/80611/comments
13
2019-07-26T01:27:52Z
2022-03-03T06:22:36Z
https://github.com/kubernetes/kubernetes/issues/80611
473,135,150
80,611
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: When using a typed client, decoding to a versioned struct (not an internal API type), the apiVersion/kind information returned from the server should not be dropped. **Why is this needed**: The `GroupVersionKind()` method included in the ObjectKind interface is largely useless ...
Decoding should not clear apiVersion/kind
https://api.github.com/repos/kubernetes/kubernetes/issues/80609/comments
19
2019-07-25T22:20:55Z
2024-12-05T21:10:42Z
https://github.com/kubernetes/kubernetes/issues/80609
473,094,601
80,609
[ "kubernetes", "kubernetes" ]
I would like to have the ability to sort objects server side by a particular field on the object being returned when issuing a get request that returns a list of objects. I am wondering about the impact of potentially adding a `Sort` field to [ListOptions](https://github.com/kubernetes/kubernetes/blob/master/staging...
Sort Field for ListOptions
https://api.github.com/repos/kubernetes/kubernetes/issues/80602/comments
17
2019-07-25T19:02:52Z
2023-02-08T23:12:23Z
https://github.com/kubernetes/kubernetes/issues/80602
473,022,801
80,602
[ "kubernetes", "kubernetes" ]
Images are broken here - https://kubernetes.io/blog/2017/05/managing-microservices-with-istio-service-mesh/ @kubernetes/sig-docs ![Screen Shot 2019-07-25 at 11 13 41 AM](https://user-images.githubusercontent.com/7137160/61898037-4aebb200-aecd-11e9-99a9-dc85a5f4bd46.png) ![Screen Shot 2019-07-25 at 11 13 46 AM](http...
Images broken in docs
https://api.github.com/repos/kubernetes/kubernetes/issues/80599/comments
5
2019-07-25T18:14:26Z
2019-12-22T20:39:33Z
https://github.com/kubernetes/kubernetes/issues/80599
473,002,963
80,599
[ "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**: Using a sim...
kubectl apply of exported service makes the service immutable
https://api.github.com/repos/kubernetes/kubernetes/issues/80594/comments
6
2019-07-25T17:40:44Z
2019-12-22T21:40:33Z
https://github.com/kubernetes/kubernetes/issues/80594
472,988,801
80,594
[ "kubernetes", "kubernetes" ]
I recently had a node crash on a Windows cluster running on Azure. The crash dump file points to the symbol `PoInitializeStopWatch` from `pdc.sys`. I had been running the port-forward e2e tests against this node previously, I wasn't actively doing anything when it appears to have crashed. - [WinDbg logs](https://...
Windows Azure node crashing from PoInitializeStopWatch
https://api.github.com/repos/kubernetes/kubernetes/issues/80593/comments
4
2019-07-25T17:40:37Z
2019-11-22T19:14:42Z
https://github.com/kubernetes/kubernetes/issues/80593
472,988,767
80,593
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: pull-kubernetes-conformance-image-test **Which test(s) are failing**: Overall **Since when has it been failing**: Last green: [2019-07-17 17:23:46 UTC](https://prow.k8s.io/vie...
pull-kubernetes-conformance-image-test is failing
https://api.github.com/repos/kubernetes/kubernetes/issues/80589/comments
4
2019-07-25T15:48:07Z
2019-07-26T17:14:25Z
https://github.com/kubernetes/kubernetes/issues/80589
472,941,487
80,589
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Specify what fields are required in [openapi](https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/swagger.json) spec. E.g. `definitions/io.k8s.api.core.v1.Pod` definition has most of fields and sub-fields optional, while they are actually required, like `apiVers...
Correctly define what fields are required in openapi spec
https://api.github.com/repos/kubernetes/kubernetes/issues/80586/comments
9
2019-07-25T14:20:13Z
2020-06-24T17:51:40Z
https://github.com/kubernetes/kubernetes/issues/80586
472,894,260
80,586
[ "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 are trying ...
Failed scheduling when number of pods get largger (~30+)
https://api.github.com/repos/kubernetes/kubernetes/issues/80584/comments
4
2019-07-25T13:57:55Z
2019-12-22T15:34:34Z
https://github.com/kubernetes/kubernetes/issues/80584
472,882,044
80,584
[ "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**: Statuses of...
ResourceQuota stops updating
https://api.github.com/repos/kubernetes/kubernetes/issues/80583/comments
2
2019-07-25T13:57:32Z
2019-07-25T13:59:58Z
https://github.com/kubernetes/kubernetes/issues/80583
472,881,824
80,583
[ "kubernetes", "kubernetes" ]
I can't create (join) a new control plane node to a cluster using a JoinConfiguration file (with ControlPlane informations in it). **What happened**: I'm using this JoinConfiguration: ```yaml apiVersion: kubeadm.k8s.io/v1beta2 kind: JoinConfiguration discovery: bootstrapToken: apiServerEndpoint: "10.0.0...
kubeadm can't join control plane using JoinConfiguration
https://api.github.com/repos/kubernetes/kubernetes/issues/80582/comments
6
2019-07-25T13:42:17Z
2019-07-26T09:29:52Z
https://github.com/kubernetes/kubernetes/issues/80582
472,873,497
80,582
[ "kubernetes", "kubernetes" ]
**What happened**: The PR(https://github.com/kubernetes/kubernetes/pull/77874) seems have fixed [CVE-2019-11244](https://nvd.nist.gov/vuln/detail/CVE-2019-11244). But I doubt the correction didn't fix completely. According to the description of [CVE-2019-11244](https://nvd.nist.gov/vuln/detail/CVE-2019-11244)...
The vulnerability(CVE-2019-11244) is not completely eliminated
https://api.github.com/repos/kubernetes/kubernetes/issues/80581/comments
9
2019-07-25T13:12:57Z
2021-11-05T01:15:52Z
https://github.com/kubernetes/kubernetes/issues/80581
472,858,143
80,581
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Hello, I hav...
externalTrafficPolicy: Local with Type: LoadBalancer AWS NLB health checks failing
https://api.github.com/repos/kubernetes/kubernetes/issues/80579/comments
10
2019-07-25T12:53:08Z
2022-05-23T16:57:27Z
https://github.com/kubernetes/kubernetes/issues/80579
472,848,419
80,579
[ "kubernetes", "kubernetes" ]
**What happened**: The master is at PDT (-7). Verified local time on master: ``` timedatectl Local time: Fri 2019-06-07 09:21:42 PDT Universal time: Fri 2019-06-07 16:21:42 UTC RTC time: Fri 2019-06-07 16:21:42 Time zone...
CronJob Schedule does not use master's timezone - instead it uses UTC
https://api.github.com/repos/kubernetes/kubernetes/issues/80577/comments
20
2019-07-25T12:38:18Z
2020-09-24T12:08:25Z
https://github.com/kubernetes/kubernetes/issues/80577
472,841,672
80,577
[ "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 doe...
Scheduler doesn't assign pod because 'not enough resource: hugepages-1Gi',but the node info show it has enough resource.
https://api.github.com/repos/kubernetes/kubernetes/issues/80576/comments
6
2019-07-25T12:21:51Z
2019-07-25T14:44:10Z
https://github.com/kubernetes/kubernetes/issues/80576
472,834,381
80,576
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I would like to see `k8s.io/kubernetes/pkg/serviceaccount` moved out of `k8s.io/kubernetes` into a staging repo. I'm not sure where would be the best place to put this - perhaps `k8s.io/apiserver`? **W...
Moving `k8s.io/kuberbetes/pkg/serviceaccount` to a staging repo
https://api.github.com/repos/kubernetes/kubernetes/issues/80574/comments
11
2019-07-25T11:01:42Z
2019-08-07T09:07:08Z
https://github.com/kubernetes/kubernetes/issues/80574
472,801,856
80,574
[ "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 issue has...
Service Controller loop creates orphaned resources
https://api.github.com/repos/kubernetes/kubernetes/issues/80571/comments
13
2019-07-25T09:39:17Z
2019-09-28T13:05:39Z
https://github.com/kubernetes/kubernetes/issues/80571
472,765,669
80,571
[ "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...
how to set alias hyperkube kubectl bash completion work
https://api.github.com/repos/kubernetes/kubernetes/issues/80560/comments
4
2019-07-25T03:48:21Z
2019-12-22T07:26:33Z
https://github.com/kubernetes/kubernetes/issues/80560
472,650,196
80,560
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: pull-kubernetes-verify **Which test(s) are failing**: `verify.godeps` https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/80468/pull-kubernetes-verify/1154022534891442176/ https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/80468/pull-kubernetes-verify/1153713369...
pull-kubernetes-verify are failing in 1.13
https://api.github.com/repos/kubernetes/kubernetes/issues/80557/comments
5
2019-07-25T03:41:29Z
2019-07-28T02:42:45Z
https://github.com/kubernetes/kubernetes/issues/80557
472,648,862
80,557
[ "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**: fluentd-elast...
Fluentd ElasticSearch instance reporting 503 on health status
https://api.github.com/repos/kubernetes/kubernetes/issues/80549/comments
2
2019-07-25T00:28:30Z
2019-07-26T22:09:11Z
https://github.com/kubernetes/kubernetes/issues/80549
472,609,759
80,549
[ "kubernetes", "kubernetes" ]
@dims @yastij hello, as much as i like the new dep check with `build/dependencies.yaml` it introduced a bit of an ownership problem. e.g. now every time we bump versions of etcd or coredns in kubeadm we need an approver from this OWNER file: https://github.com/kubernetes/kubernetes/blob/master/build/OWNERS rea...
/build/dependencies.yaml should be in a sub-folder with multiple SIG owners
https://api.github.com/repos/kubernetes/kubernetes/issues/80546/comments
38
2019-07-25T00:00:48Z
2021-12-05T00:50:53Z
https://github.com/kubernetes/kubernetes/issues/80546
472,603,557
80,546
[ "kubernetes", "kubernetes" ]
**What happened**: When using a yaml file for input, `kubectl get --ignore-not-found` silently fails at the first missing resource, not returning any further results. **What you expected to happen**: Searching with cli arguments properly ignores missing resources and continues the query, eg: ``` $ kubectl get -n...
`kubectl get` with file input and `--ignore-not-found` fails on resources which are not found
https://api.github.com/repos/kubernetes/kubernetes/issues/80541/comments
8
2019-07-24T20:00:18Z
2019-08-30T16:40:09Z
https://github.com/kubernetes/kubernetes/issues/80541
472,487,315
80,541
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: loadBalancerSourceRanges is a very helpful field. I have a suggested improvement. Currently, according to my testing, it takes between 5-30 seconds for an update to loadBalancerSourceRanges to be ref...
loadBalancerSourceRanges is slow at updating GCP firewalls
https://api.github.com/repos/kubernetes/kubernetes/issues/80539/comments
10
2019-07-24T18:55:59Z
2020-07-02T15:56:54Z
https://github.com/kubernetes/kubernetes/issues/80539
472,447,750
80,539
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: loadBalancerSourceRanges is a very helpful field. I have a suggested improvement. The status of the firewalls backing the loadBalancerSourceRanges field (that is, what CIDR ranges are allowed by the ...
loadBalancerSourceRanges should report status
https://api.github.com/repos/kubernetes/kubernetes/issues/80538/comments
10
2019-07-24T18:54:34Z
2020-07-02T15:56:57Z
https://github.com/kubernetes/kubernetes/issues/80538
472,446,920
80,538
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: The ability to set CPU / Memory default limits and requests at a cluster level, for all namespaces. These would be overwritten by namespace level LimitRanges in the same way that deployment / daemonset li...
Cluster level LimitRange object / admission controller to manage default request and cpu limits for all namespaces.
https://api.github.com/repos/kubernetes/kubernetes/issues/80537/comments
5
2019-07-24T18:35:45Z
2019-12-21T20:15:35Z
https://github.com/kubernetes/kubernetes/issues/80537
472,434,549
80,537