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 reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**: `pull-kubernetes-e2e-kind`, `pull-kubernetes-e2e-gce`
**Which test(s) are failing**: `[k8s.io] Security Context when creating a pod in the host PID namespace should show its pid in t... | failing test: [k8s.io] Security Context when creating a pod in the host PID namespace should show its pid in the host PID namespace [LinuxOnly] [NodeFeature:HostAccess] | https://api.github.com/repos/kubernetes/kubernetes/issues/84209/comments | 5 | 2019-10-22T23:13:56Z | 2019-10-23T19:51:42Z | https://github.com/kubernetes/kubernetes/issues/84209 | 510,979,505 | 84,209 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
kubernetes-e2e-gce-device-plugin-gpu
**Since when has it been failing**:
Oct 22nd, 2019
**Testgrid link**:
https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/84198/pull-kubernetes-e2e-gce-device-plugin-gpu/1186724832847335424/build-log.txt
**Reason for failure**:
```... | [Failing Test] Error downloading cri_tools.tgz | https://api.github.com/repos/kubernetes/kubernetes/issues/84204/comments | 6 | 2019-10-22T19:44:33Z | 2020-03-16T15:57:25Z | https://github.com/kubernetes/kubernetes/issues/84204 | 510,867,612 | 84,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**:
I tried to us... | client-go: fake.Clientset doesn't support streaming logs | https://api.github.com/repos/kubernetes/kubernetes/issues/84203/comments | 8 | 2019-10-22T19:09:11Z | 2020-06-06T16:47:46Z | https://github.com/kubernetes/kubernetes/issues/84203 | 510,851,206 | 84,203 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**: `ci-kops-build`
**Which test(s) are failing**: `Overall`
**Since when has it been failing**:
First failure: 5:15 PDT 10/22/19
Consistent failure since: 10:24 PDT 10/22/19
**T... | [Failing Test] kops-build (ci-kops-build) | https://api.github.com/repos/kubernetes/kubernetes/issues/84202/comments | 4 | 2019-10-22T18:56:34Z | 2019-11-16T03:24:57Z | https://github.com/kubernetes/kubernetes/issues/84202 | 510,845,017 | 84,202 |
[
"kubernetes",
"kubernetes"
] | Please support the modern `CRON_TZ=<timezone>` suffix for clarifying exactly when recurring jobs should run, in order to avoid jobs running at the wrong time.
Furthermore, please require this suffix, so that human operators are less likely to make mistakes when configuring job intervals.
The timezone should accep... | Support, and require explicit timezones for recurring jobs | https://api.github.com/repos/kubernetes/kubernetes/issues/84201/comments | 13 | 2019-10-22T18:29:40Z | 2020-11-04T15:57:15Z | https://github.com/kubernetes/kubernetes/issues/84201 | 510,831,595 | 84,201 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Remove predicates.NodeInfo dependency from kubelet
**Why is this needed**:
Kubelet uses predicates.NodeInfo interface to define a node getter: https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet.go#L963
Its implementation is based on node corelisters: ht... | Remove predicates.NodeInfo dependency from kubelet | https://api.github.com/repos/kubernetes/kubernetes/issues/84195/comments | 2 | 2019-10-22T17:06:48Z | 2019-10-29T00:48:59Z | https://github.com/kubernetes/kubernetes/issues/84195 | 510,789,674 | 84,195 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Filter plugins for custom predicate CheckNodeLabelPresence.
**Why is this needed**:
Part of #83554
/sig scheduling
/assign @liu-cong
/priority important-soon
| Filter plugins for CheckNodeLabelPresence predicate | https://api.github.com/repos/kubernetes/kubernetes/issues/84187/comments | 2 | 2019-10-22T13:30:00Z | 2019-10-28T21:08:07Z | https://github.com/kubernetes/kubernetes/issues/84187 | 510,657,321 | 84,187 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
There is a tab in the k8s perf dashaboard for the scheduler perf benchmarks, but it is showing nothing, we should fix that: http://perf-dash.k8s.io/#/?jobname=scheduler-benchmark&metriccategoryname=Scheduler&metricname=BenchmarkResults
What this dashboard should be showing is ... | sig-scalability-benchmarks#scheduler fails consistently due to build issues | https://api.github.com/repos/kubernetes/kubernetes/issues/84186/comments | 11 | 2019-10-22T13:19:01Z | 2019-11-01T01:18:54Z | https://github.com/kubernetes/kubernetes/issues/84186 | 510,650,323 | 84,186 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Remove wrappers around storage-related listers in the scheduler: https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/algorithm/predicates/predicates.go#L161-L228
predicates should just use shared informer listers directly.
**Why is this needed**:
They provide ... | Remove wrappers around storage-related listers in the scheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/84185/comments | 2 | 2019-10-22T13:09:31Z | 2019-10-24T18:56:13Z | https://github.com/kubernetes/kubernetes/issues/84185 | 510,644,845 | 84,185 |
[
"kubernetes",
"kubernetes"
] | /sig api-machinery
/kind bug
/cc @sttts @liggitt
this makes any updates on a "Local" apiservice failing by kubectl (unless you disable the client-side validation). a quick repro:
1. `kubectl edit apiservice v1.batch ` (edit whatever a local apiservice)
2. adds a label "foo: bar"
3. kubectl will fail on th... | APIService.spec.service should not be marked required in the openapi v2 spec | https://api.github.com/repos/kubernetes/kubernetes/issues/84184/comments | 8 | 2019-10-22T12:38:57Z | 2019-12-04T07:08:58Z | https://github.com/kubernetes/kubernetes/issues/84184 | 510,627,919 | 84,184 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
`gce-windows-master (ci-kubernetes-e2e-windows-gce)`
**Which test(s) are failing**:
```
[sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]
```
```
[k8s.io] [sig-node] Pods Extended [k8s.io] Delete Grace Period should be submitte... | [Failing Test] gce-windows-master (ci-kubernetes-e2e-windows-gce) | https://api.github.com/repos/kubernetes/kubernetes/issues/84183/comments | 14 | 2019-10-22T12:34:43Z | 2019-11-15T09:47:17Z | https://github.com/kubernetes/kubernetes/issues/84183 | 510,625,717 | 84,183 |
[
"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**:
Pod with co... | Pod with container with failed StartupProbe stays in Ready: false. | https://api.github.com/repos/kubernetes/kubernetes/issues/84178/comments | 8 | 2019-10-22T08:01:10Z | 2019-11-13T21:01:55Z | https://github.com/kubernetes/kubernetes/issues/84178 | 510,491,166 | 84,178 |
[
"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**:
Running k8s... | Issues reaching node ports on masters | https://api.github.com/repos/kubernetes/kubernetes/issues/84172/comments | 4 | 2019-10-22T05:03:53Z | 2019-11-01T05:10:32Z | https://github.com/kubernetes/kubernetes/issues/84172 | 510,431,187 | 84,172 |
[
"kubernetes",
"kubernetes"
] | I recently upgrade my mac to Catalina which brings with it a default shift to 'zsh' which is allegedly a superset of bash.
In vendor/github.com/spf13/cobra/bash_completions.go on line 76, the autocompletion code uses **type -t** which is a bash builtin but not a zsh bulitin (zsh aliases type to 'whence' and there's ... | After upgrading to zsh / Mac catalina, kubectl autocompletion raises error message | https://api.github.com/repos/kubernetes/kubernetes/issues/84170/comments | 3 | 2019-10-22T01:50:49Z | 2019-10-22T14:28:59Z | https://github.com/kubernetes/kubernetes/issues/84170 | 510,386,235 | 84,170 |
[
"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**:
A reporter ... | CSI VolumeAttachment slows pod startup time as # concurrent attaches increases | https://api.github.com/repos/kubernetes/kubernetes/issues/84169/comments | 27 | 2019-10-22T00:44:08Z | 2021-01-12T20:02:09Z | https://github.com/kubernetes/kubernetes/issues/84169 | 510,371,260 | 84,169 |
[
"kubernetes",
"kubernetes"
] |
**What would you like to be added**:
The control plane components have a `--profiling` flag that controls `/debug/pprof/*` and `/debug/flags/v` being enabled or disabled. Kubelet has both these endpoints, but it doesn't allow them to be independently disabled from all other debugging endpoints that support `kube... | Add --profiling flag to kubelet | https://api.github.com/repos/kubernetes/kubernetes/issues/84165/comments | 19 | 2019-10-21T19:13:10Z | 2021-02-16T18:12:58Z | https://github.com/kubernetes/kubernetes/issues/84165 | 510,220,431 | 84,165 |
[
"kubernetes",
"kubernetes"
] | # Goal
Make a test to create a few resources (~10) of all available resource types; Watch for updates; Update resource names; Verify updates
## Steps for creating test
- [ ] 1. Initialise client
- [ ] 2. Initialise dynamic client
- [ ] 3. List all resource types
- [ ] 4. Filter the resources to be simple (GA on... | "Create e2e test for watch operations" | https://api.github.com/repos/kubernetes/kubernetes/issues/84162/comments | 14 | 2019-10-21T17:47:45Z | 2020-03-20T22:27:18Z | https://github.com/kubernetes/kubernetes/issues/84162 | 510,157,309 | 84,162 |
[
"kubernetes",
"kubernetes"
] | Currently it does not, and that is not correct, it caused an accidental break in our compatibility since ```TaintNodesByCondition``` graduated to Beta: we removed the registration of "CheckNodeMemoryPressure, CheckNodePIDPressure, CheckNodeDiskPressure, CheckNodeCondition", but the compatibility test didn't catch that.... | Scheduler policy api compatibility test should apply feature gates | https://api.github.com/repos/kubernetes/kubernetes/issues/84161/comments | 4 | 2019-10-21T15:17:56Z | 2019-10-30T11:10:53Z | https://github.com/kubernetes/kubernetes/issues/84161 | 510,041,105 | 84,161 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Created a "Service" resource for Pihole deployment, specifying a port, referencing a containerPort by name ("dns") as targetPort. No endpoints are created, when protocol is UDP.
Replacing the named port with the numeric port number (53) works as expected. Using named targetPort also works as expe... | Referencing containerPorts by name as targetPort for "Service" resource, does not generate endpoints when proto is UDP | https://api.github.com/repos/kubernetes/kubernetes/issues/84160/comments | 7 | 2019-10-21T15:04:52Z | 2019-10-22T10:41:38Z | https://github.com/kubernetes/kubernetes/issues/84160 | 510,029,351 | 84,160 |
[
"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 Kuberne... | tests: Kubernetes E2E test image echoserver no longer builds | https://api.github.com/repos/kubernetes/kubernetes/issues/84158/comments | 9 | 2019-10-21T12:22:50Z | 2020-09-17T15:12:46Z | https://github.com/kubernetes/kubernetes/issues/84158 | 509,927,636 | 84,158 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Keep predicates ordering in scheduler filter plugins, it aims to improve scheduler performance.
**Why is this needed**:
`Predicates ordering`'s design doc could be found [here](https://github.com/kube... | Keep predicates ordering in scheduler filter plugins? | https://api.github.com/repos/kubernetes/kubernetes/issues/84155/comments | 10 | 2019-10-21T11:15:54Z | 2020-02-06T11:23:09Z | https://github.com/kubernetes/kubernetes/issues/84155 | 509,895,977 | 84,155 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
gce-master-scale-performance
**Which test(s) are failing**:
load
density
**Since when has it been failing**:
2019-10-19
**Testgrid link**:
https://k8s-testgrid.appspot.com... | [Failing Test] gce-master-scale-performance - load and density | https://api.github.com/repos/kubernetes/kubernetes/issues/84151/comments | 22 | 2019-10-21T10:04:29Z | 2019-10-25T08:10:44Z | https://github.com/kubernetes/kubernetes/issues/84151 | 509,861,541 | 84,151 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
gce-master-scale-correctness
**Which test(s) are failing**:
[sig-network] Loadbalancing: L7 [Slow] Nginx should conform to Ingress spec
[sig-network] Services should handle load b... | [Failing Test] gce-master-scale-correctness - loadbalancing tests | https://api.github.com/repos/kubernetes/kubernetes/issues/84149/comments | 10 | 2019-10-21T09:16:44Z | 2019-10-25T12:17:43Z | https://github.com/kubernetes/kubernetes/issues/84149 | 509,835,806 | 84,149 |
[
"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**:
For some cn... | cni "no such file or directory" error check may cause a false positive | https://api.github.com/repos/kubernetes/kubernetes/issues/84147/comments | 2 | 2019-10-21T09:03:01Z | 2019-10-25T01:53:36Z | https://github.com/kubernetes/kubernetes/issues/84147 | 509,828,559 | 84,147 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
The bug described in https://github.com/kubernetes/kubernetes/issues/72775 is still present in 1.14.8
When a change is made to the running deployment that requires a rolling update to be executed, both the current replicaset and the new replicaset is scaled out to max number of pods regardless of a... | Rolling update of deployments creates MAX number of pods X 2 according to HPA, regardless of current load | https://api.github.com/repos/kubernetes/kubernetes/issues/84142/comments | 30 | 2019-10-21T07:01:41Z | 2020-05-16T00:58:55Z | https://github.com/kubernetes/kubernetes/issues/84142 | 509,769,558 | 84,142 |
[
"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 doe... | Kubelet did not send the pvc resize success events when expanding pvc (node expand) successfully | https://api.github.com/repos/kubernetes/kubernetes/issues/84136/comments | 5 | 2019-10-21T03:09:34Z | 2019-10-24T14:33:16Z | https://github.com/kubernetes/kubernetes/issues/84136 | 509,706,156 | 84,136 |
[
"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**:
k8s.io/apim... | fakeTimer doesn't fire after calling Reset when the timer has been stopped or expired | https://api.github.com/repos/kubernetes/kubernetes/issues/84130/comments | 9 | 2019-10-20T15:03:36Z | 2020-04-29T13:54:58Z | https://github.com/kubernetes/kubernetes/issues/84130 | 509,606,945 | 84,130 |
[
"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 buildin... | Building kubectl 1.16.0 from source fails due to latest tags | https://api.github.com/repos/kubernetes/kubernetes/issues/84127/comments | 5 | 2019-10-20T13:51:12Z | 2019-10-20T20:27:13Z | https://github.com/kubernetes/kubernetes/issues/84127 | 509,597,658 | 84,127 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
gce-cos-master-serial
**Which test(s) are failing**:
Services should reconcile LB health check interval
Firewall rule [Slow] [Serial] should create valid firewall rules for LoadBa... | LB test failing after a PR merge | https://api.github.com/repos/kubernetes/kubernetes/issues/84125/comments | 6 | 2019-10-20T07:15:41Z | 2019-10-20T07:33:03Z | https://github.com/kubernetes/kubernetes/issues/84125 | 509,556,841 | 84,125 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Here is how I defined my CRD
```yaml
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: foos.stable.example.com
spec:
group: stable.example.com
versions:
- name: v1
served: true
storage: true
version: v1
scope: Namespaced
... | crd validation fails to take effect for the below definition | https://api.github.com/repos/kubernetes/kubernetes/issues/84112/comments | 5 | 2019-10-19T15:34:12Z | 2019-10-20T00:33:07Z | https://github.com/kubernetes/kubernetes/issues/84112 | 509,469,229 | 84,112 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Add filter plugins for "MaxEBSVolumeCount", "MaxGCEPDVolumeCount", "MaxAzureDiskVolumeCount", "MaxCinderVolumeCount" predicates.
Those should be added under ```plugins/nodevolumelimits```. File names would be ```ebs.go```, ```gce```, ```azure.go``` and ```cinder.go```. Plugin st... | Add filter plugins for "MaxEBSVolumeCount", "MaxGCEPDVolumeCount", "MaxAzureDiskVolumeCount", "MaxCinderVolumeCount" predicates. | https://api.github.com/repos/kubernetes/kubernetes/issues/84110/comments | 6 | 2019-10-19T14:03:03Z | 2019-10-22T04:12:21Z | https://github.com/kubernetes/kubernetes/issues/84110 | 509,456,485 | 84,110 |
[
"kubernetes",
"kubernetes"
] | These issues are still present despite the tickets being closed:
- https://github.com/kubernetes/kubernetes/issues/73186
- https://github.com/kubernetes/kubernetes/issues/19317
- https://github.com/kubernetes/kubernetes/issues/60807 | Kubernetes namespaces stuck in terminating state | https://api.github.com/repos/kubernetes/kubernetes/issues/84109/comments | 10 | 2019-10-19T12:15:27Z | 2021-02-04T18:26:22Z | https://github.com/kubernetes/kubernetes/issues/84109 | 509,442,187 | 84,109 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
`gce-cos-master-slow (ci-kubernetes-e2e-gci-gce-slow)`
**Which test(s) are failing**:
```
[sig-network] ESIPP [Slow] [DisabledForLargeClusters] should handle updates to ExternalTrafficPolicy field
```
```
[sig-network] ESIPP [Slow] [DisabledForLargeClusters] should only target nod... | [Failing Test] gce-cos-master-slow (ci-kubernetes-e2e-gci-gce-slow) | https://api.github.com/repos/kubernetes/kubernetes/issues/84107/comments | 14 | 2019-10-19T10:33:10Z | 2019-10-25T08:44:45Z | https://github.com/kubernetes/kubernetes/issues/84107 | 509,431,048 | 84,107 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Enviroment variable is not listed when I connect to POD /bin/sh and run env command, but if I run same command via kubectl exec <pod> env it is listed there.
Name of env variable what causing this issue is:
PRCLISTENER_REST_HEADERS_x-ibm-client-id
**What you expected to happen**:
Need to have... | Enviroment variable is not correctly added from secret. | https://api.github.com/repos/kubernetes/kubernetes/issues/84106/comments | 13 | 2019-10-19T09:40:56Z | 2020-03-19T13:56:47Z | https://github.com/kubernetes/kubernetes/issues/84106 | 509,424,894 | 84,106 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Move `plugins/noderesources/node_resources.go` to `noderesources/fit.go` and rename it with NodeResourcesFit
**Why is this needed**:
After https://github.com/kubernetes/kubernetes/pull/84074 merge... | rename FilterPlugin NodeResources | https://api.github.com/repos/kubernetes/kubernetes/issues/84101/comments | 2 | 2019-10-19T03:46:47Z | 2019-10-21T03:45:37Z | https://github.com/kubernetes/kubernetes/issues/84101 | 509,388,179 | 84,101 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Remove the following predicates
```go
predicates.CheckNodeMemoryPressurePred,
predicates.CheckNodeDiskPressurePred,
predicates.CheckNodePIDPressurePred,
predicates.CheckNodeConditionPr... | [scheduler] Cleanup CheckNodeMemoryPressure/DiskPressure/PIDPressure/Condition predicates | https://api.github.com/repos/kubernetes/kubernetes/issues/84100/comments | 5 | 2019-10-19T03:14:44Z | 2019-10-22T12:41:22Z | https://github.com/kubernetes/kubernetes/issues/84100 | 509,384,767 | 84,100 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
**Which test(s) are failing**:
CSI Volumes tests using hostpath driver
**Since when has it been failing**:
Unsure
**Testgrid link**:
Here's a sample failure run:
https://pr... | Hostpath CSI tests flaky due to PodFitsHostPorts predicate failure | https://api.github.com/repos/kubernetes/kubernetes/issues/84097/comments | 4 | 2019-10-18T23:37:33Z | 2019-10-25T04:02:31Z | https://github.com/kubernetes/kubernetes/issues/84097 | 509,354,409 | 84,097 |
[
"kubernetes",
"kubernetes"
] | **What happened:**
Patching a statefulset results in no change being registered and no update takes place
**What you expected to happen:**
After running the `kubectl patch` command for the sts to be updated with the new parameters
**How to reproduce it (as minimally and precisely as possible):**
```
kubectl -... | Patching stateful set not updating statefulset | https://api.github.com/repos/kubernetes/kubernetes/issues/84096/comments | 6 | 2019-10-18T22:26:38Z | 2019-10-19T09:10:26Z | https://github.com/kubernetes/kubernetes/issues/84096 | 509,337,339 | 84,096 |
[
"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 does not s... | HPA counts unready pods and doesn't consider them for desiredReplica calculation | https://api.github.com/repos/kubernetes/kubernetes/issues/84095/comments | 6 | 2019-10-18T21:51:23Z | 2020-03-16T23:55:37Z | https://github.com/kubernetes/kubernetes/issues/84095 | 509,326,542 | 84,095 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
`gce-master-scale-correctness (ci-kubernetes-e2e-gce-scale-correctness)`
**Which test(s) are failing**:
`[sig-apps] Deployment should not disrupt a cloud load-balancer's connectivity during rollout`
**Since when has it been failing**:
18 Oct 05:03 PDT
**Testgrid link**:
https://... | [Failing Test] gce-master-scale-correctness (ci-kubernetes-e2e-gce-scale-correctness) | https://api.github.com/repos/kubernetes/kubernetes/issues/84088/comments | 9 | 2019-10-18T15:29:49Z | 2019-10-30T12:22:29Z | https://github.com/kubernetes/kubernetes/issues/84088 | 509,153,316 | 84,088 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Unable to provide PVC under Azure self-hosted k8s v1.14.7.
`
32m Warning ProvisioningFailed PersistentVolumeClaim Failed to provision volume with StorageClass "azure-storage-class": compute.DisksClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: Co... | Unable to provide PVC under Azure self-hosted k8s v1.14.7 - InvalidApiVersionParameter - 2018-09-30 | https://api.github.com/repos/kubernetes/kubernetes/issues/84086/comments | 36 | 2019-10-18T12:25:22Z | 2019-10-23T13:36:29Z | https://github.com/kubernetes/kubernetes/issues/84086 | 509,047,851 | 84,086 |
[
"kubernetes",
"kubernetes"
] | Nvme-SSD is the future of storage, It can bring greater performance than HDD. In the future the price of Nvme-SSD will continue to go down. I still notice Openstack Cinder already support SPDK. I think kubernetes can do that too.
| [storage]: Support SPDK | https://api.github.com/repos/kubernetes/kubernetes/issues/84085/comments | 1 | 2019-10-18T12:06:49Z | 2020-01-06T03:29:26Z | https://github.com/kubernetes/kubernetes/issues/84085 | 509,038,668 | 84,085 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
I would like an OpenAPI schema definition for admission controllers for the purposes of generating the API types (and potentially servers or server stubs) in multiple languages.
**Why is this needed*... | OpenAPI definition for AdmissionReview | https://api.github.com/repos/kubernetes/kubernetes/issues/84081/comments | 16 | 2019-10-18T08:35:53Z | 2024-04-06T02:01:27Z | https://github.com/kubernetes/kubernetes/issues/84081 | 508,935,560 | 84,081 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
apiserver fai... | healthz check etcd failed: error getting data from etcd: etcdserver: permission denied | https://api.github.com/repos/kubernetes/kubernetes/issues/84078/comments | 6 | 2019-10-18T06:03:51Z | 2019-10-22T07:19:38Z | https://github.com/kubernetes/kubernetes/issues/84078 | 508,872,627 | 84,078 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Remove scheduler "lister" wrappers ServiceLister, ControllerLister, ReplicaSetLister and PDBLister. Users of those listers should directly use shared informer listers.
**Why is this needed**:
All those listers are just wrappers around informer cache listers, they provide no v... | Remove "lister" wrappers in the scheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/84076/comments | 1 | 2019-10-18T04:17:12Z | 2019-10-19T15:05:38Z | https://github.com/kubernetes/kubernetes/issues/84076 | 508,844,640 | 84,076 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
I'm trying to... | Calling pthread_setschedparam with capability SYS_NICE (or even privileged: true) results in error | https://api.github.com/repos/kubernetes/kubernetes/issues/84069/comments | 9 | 2019-10-17T23:55:43Z | 2021-10-14T15:07:32Z | https://github.com/kubernetes/kubernetes/issues/84069 | 508,778,871 | 84,069 |
[
"kubernetes",
"kubernetes"
] | Currently pod failures like:
```context
$ curl -s https://storage.googleapis.com/origin-ci-test/pr-logs/pull/23983/pull-ci-openshift-origin-master-e2e-gcp-upgrade/13/artifacts/e2e-gcp-upgrade/pods.json | jq -r '.items[] | select(.status.phase != "Running" and .status.phase != "Succeeded") | .status.phase + " " + .m... | Propagate pod errors through ReplicaSet and Deployment status | https://api.github.com/repos/kubernetes/kubernetes/issues/84068/comments | 9 | 2019-10-17T23:54:24Z | 2020-04-09T18:12:17Z | https://github.com/kubernetes/kubernetes/issues/84068 | 508,778,513 | 84,068 |
[
"kubernetes",
"kubernetes"
] | https://groups.google.com/d/msg/golang-announce/lVEm7llp0w0/VbafyRkgCgAJ
@kubernetes/release-team
@kubernetes/release-engineering
@kubernetes/product-security-committee
/area release-eng
/priority important-soon
/sig release testing
/kind bug
/milestone v1.17 | Update to use go 1.12.12 on all supported branches | https://api.github.com/repos/kubernetes/kubernetes/issues/84065/comments | 5 | 2019-10-17T21:43:21Z | 2019-10-31T12:37:50Z | https://github.com/kubernetes/kubernetes/issues/84065 | 508,735,973 | 84,065 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Add score plugins for LeastRequested, MostRequested and BalancedResourceAllocation priorities.
We should have a single directory ```plugins/nodeutilization```, under it we can have three files for the three plugins: ```high.go``` with a score plugin named ```HighNodeUtilization`... | LeastRequestedPriority/MostRequestedPriority/BalancedResourceAllocation as Score plugins | https://api.github.com/repos/kubernetes/kubernetes/issues/84059/comments | 6 | 2019-10-17T16:47:07Z | 2019-10-21T05:43:00Z | https://github.com/kubernetes/kubernetes/issues/84059 | 508,597,896 | 84,059 |
[
"kubernetes",
"kubernetes"
] | /sig architecture
<!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
I would like namespaces to be nestable.
**Why is this needed**:
I am learning Kubernetes, Istio, and Kubeflow, hoping to be able to recommend Kubeflow as a component of an ove... | Proposal: nested namespaces | https://api.github.com/repos/kubernetes/kubernetes/issues/84057/comments | 4 | 2019-10-17T16:14:56Z | 2021-08-13T19:23:43Z | https://github.com/kubernetes/kubernetes/issues/84057 | 508,581,906 | 84,057 |
[
"kubernetes",
"kubernetes"
] | Attempting to run tests against a project using `k8s.io/apiserver` and run into the following:
```
# ...vendor/k8s.io/apiserver/pkg/storage/etcd3
vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:183:23: cannot use kv (type *".../vendor/go.etcd.io/etcd/mvcc/mvccpb".KeyValue) as type *".../vendor/github.com/core... | pkg/storage/etcd3/event.go still using old etcd url | https://api.github.com/repos/kubernetes/kubernetes/issues/84053/comments | 15 | 2019-10-17T15:08:40Z | 2019-10-28T03:43:29Z | https://github.com/kubernetes/kubernetes/issues/84053 | 508,542,767 | 84,053 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
We noticed LoadBalancer issues on azure k8s `v1.16.2` and `v1.15.5`.
We use azure `basic` LoadBalancer and create two `LoadBalancer` type k8s services for azure clusters. Both services ultimately get a Public IP created in azure, however the azure LoadBalancer only contains one single Frontend IP C... | LoadBalancer issues on azure k8s v1.16.2 and v1.15.5 | https://api.github.com/repos/kubernetes/kubernetes/issues/84052/comments | 12 | 2019-10-17T14:40:40Z | 2019-10-29T01:50:45Z | https://github.com/kubernetes/kubernetes/issues/84052 | 508,523,621 | 84,052 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
kube-proxy can add three new options to set the ipvs tcp/tcpfin/udp timeout when proxy-mode is ipvs, such as:
``` shell
# kube-proxy new options
--ipvs-tcp-timeout duration
--ipvs-tcpfin-timeout duration
--ipvs-udp-timeout duration
# corresponding to the settings below
roo... | Kube-proxy should support setting ipvs tcp/tcpfin/udp timeout when proxy-mode is ipvs | https://api.github.com/repos/kubernetes/kubernetes/issues/84041/comments | 18 | 2019-10-17T11:10:27Z | 2019-12-17T20:00:45Z | https://github.com/kubernetes/kubernetes/issues/84041 | 508,403,170 | 84,041 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
The ability to turn off / disable the "/version" api endpoint on the Kubernetes master node.
**Why is this needed**:
To hide the version information for security, so that scanners can't find the curre... | Document how to limit access to /version api endpoint | https://api.github.com/repos/kubernetes/kubernetes/issues/84040/comments | 22 | 2019-10-17T10:52:33Z | 2020-10-03T06:01:05Z | https://github.com/kubernetes/kubernetes/issues/84040 | 508,394,608 | 84,040 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
GeneralPred as Filter configuration that combines PodFitsResources, PodFitsHost, PodFitsHostPorts and PodMatchNodeSelector
**Why is this needed**:
Part of #83554
/sig scheduling
/assign | [migration phase 1] GeneralPred as a plugin configuration | https://api.github.com/repos/kubernetes/kubernetes/issues/84039/comments | 1 | 2019-10-17T10:21:55Z | 2019-10-18T04:19:59Z | https://github.com/kubernetes/kubernetes/issues/84039 | 508,379,769 | 84,039 |
[
"kubernetes",
"kubernetes"
] | I have a k8s cluster, and the version of k8s is **v1.12.1**. One of the services is below:
```
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/flask NodePort 10.99.101.226 <none> 8090:32010/TCP 15h
```
When accessing the service with `CLUSTER-IP` inside the clus... | Accessing service is too much slower than accessing inside container | https://api.github.com/repos/kubernetes/kubernetes/issues/84033/comments | 1 | 2019-10-17T06:54:47Z | 2019-10-18T02:03:07Z | https://github.com/kubernetes/kubernetes/issues/84033 | 508,274,387 | 84,033 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
To expand a PVC used by pod from statefulset, I edit the PVC with the new size then watch its changes by running
```
kubectl edit pvc pvc-test-pvc-pvc-test-0 && kubectl get pvc pvc-test-pvc-pvc-test-0 -o yaml -w
```
PVC first reported:
```
lastTransitionTime: "2019-10-17T04:08:04Z"
me... | ExpandInUsePersistentVolumes does not do the job | https://api.github.com/repos/kubernetes/kubernetes/issues/84030/comments | 3 | 2019-10-17T04:20:45Z | 2019-10-18T19:47:53Z | https://github.com/kubernetes/kubernetes/issues/84030 | 508,224,645 | 84,030 |
[
"kubernetes",
"kubernetes"
] | SIG-Network is requesting a new branch off of of master to safely iterate on the Ingress v1 API. Without this branch, we risk merging v1 api work into the release without completing all of the options mentioned in our [Ingress KEP](https://github.com/kubernetes/enhancements/pull/1113).
This new branch will serve to... | New branch for Ingress v1 API | https://api.github.com/repos/kubernetes/kubernetes/issues/84026/comments | 4 | 2019-10-17T00:17:38Z | 2019-12-04T10:54:53Z | https://github.com/kubernetes/kubernetes/issues/84026 | 508,163,920 | 84,026 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**: ci-kubernetes-integration-master
**Which test(s) are failing**: `Overall`
**Since when has it been failing**: Last successful run at 12:30 PDT
infra commit: https://github.com/ku... | [Failing Test] ci-kubernetes-integration-master | https://api.github.com/repos/kubernetes/kubernetes/issues/84022/comments | 6 | 2019-10-16T23:30:49Z | 2019-10-17T02:11:20Z | https://github.com/kubernetes/kubernetes/issues/84022 | 508,151,699 | 84,022 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
build-master-fast (ci-kubernetes-build-fast)
**Since when has it been failing**:
Last successful run was on 13:54 PDT
https://github.com/kubernetes/kubernetes/compare/01a6c27ee...cb19b5683
**Testgrid link**:
https://k8s-testgrid.appspot.com/sig-release-master-blocking#build-master-... | [Failing Test] build-master-fast (ci-kubernetes-build-fast) | https://api.github.com/repos/kubernetes/kubernetes/issues/84021/comments | 4 | 2019-10-16T22:44:15Z | 2019-10-17T10:31:21Z | https://github.com/kubernetes/kubernetes/issues/84021 | 508,137,768 | 84,021 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Ability to customize the discovery cache refresh interval in client-go.
**Why is this needed**:
Currently the disk cache for the client-go discovery cache uses a fixed TTL of [10mins](https://github.com/kubernetes/kubernetes/blob/30c7df5cd822067016640aa267714204ac089172/staging... | Allow customizable TTL for NewCachedDiscoveryClientForConfig | https://api.github.com/repos/kubernetes/kubernetes/issues/84013/comments | 13 | 2019-10-16T18:30:40Z | 2020-03-16T00:32:37Z | https://github.com/kubernetes/kubernetes/issues/84013 | 508,023,313 | 84,013 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
GCE master, dev {ci-kubernetes-gce-conformance-latest}
**Which test(s) are failing**:
```
[sig-apps] StatefulSet [k8s.io] Basic StatefulSet functionality [StatefulSetBasic] Should recreate evicted statefulset [Conformance]
```
**Since when has it been failing**:
16/10
**Testgrid... | [Failing test] GCE master, dev {ci-kubernetes-gce-conformance-latest} | https://api.github.com/repos/kubernetes/kubernetes/issues/84004/comments | 10 | 2019-10-16T12:58:27Z | 2019-10-19T09:52:06Z | https://github.com/kubernetes/kubernetes/issues/84004 | 507,835,539 | 84,004 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
We need to reduce API Server goruntine, I think there are many ways to reduce API Server goruntine, such as:
1. Make API Server processing request full-stack context-aware, then try to remove timeout filter.
2. kubelet can list/watch ConfigMap/Secret(s) that the all Node's Pods... | API Server Cost too much in runtime.findrunnable, We Need to Reduce API Server Goruntine | https://api.github.com/repos/kubernetes/kubernetes/issues/84001/comments | 13 | 2019-10-16T11:36:07Z | 2020-03-10T15:34:57Z | https://github.com/kubernetes/kubernetes/issues/84001 | 507,793,808 | 84,001 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
The `k8s` job json description is inconsistent among consecutive job runs.
**What you expected to happen**:
Having the same `json` describing a job whenever the conditions are the same.
**How to reproduce it (as minimally and precisely as possible)**:
We run some one-off jobs. When cre... | Json describing failed job is inconsistent | https://api.github.com/repos/kubernetes/kubernetes/issues/84000/comments | 11 | 2019-10-16T10:57:41Z | 2020-03-15T22:30:36Z | https://github.com/kubernetes/kubernetes/issues/84000 | 507,775,749 | 84,000 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
A job is created with a single InitContainer and a single main container. The pod restart policy is set to "Never". If the job fails, the pod is randomly deleted. I should mention that the pod is deleted sometimes, not all the time.
Most importantly, we did not observe this issue in Kubernetes 1... | Pod is deleted after job is failed, with restartPolicy: Never | https://api.github.com/repos/kubernetes/kubernetes/issues/83999/comments | 3 | 2019-10-16T10:11:48Z | 2019-12-01T07:40:23Z | https://github.com/kubernetes/kubernetes/issues/83999 | 507,752,932 | 83,999 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
API Server should NOT accept resource requests before Cacher is ready, but should response 429 code when Cacher is not ready.
**Why is this needed**:
In our production env, when API Server restart and Cacher is not ready, clients(kubelet, DaemonSets, etc.) send too many req... | API Server Should NOT Accept Resource Requests Before Cacher is Ready | https://api.github.com/repos/kubernetes/kubernetes/issues/83997/comments | 8 | 2019-10-16T09:50:06Z | 2020-03-10T15:28:01Z | https://github.com/kubernetes/kubernetes/issues/83997 | 507,741,198 | 83,997 |
[
"kubernetes",
"kubernetes"
] | Guess this is just a documentation question...
https://kubernetes.io/docs/concepts/storage/storage-classes/
Are the cloud storage classes (in my case I'm trying Azure-File) possible to use on-prem or are they only supported when the Virtual Machines fully live in the cloud infrastructure (Azure Cloud)?
| Using Cloud Storage classes on a on-prem kubeadm installation | https://api.github.com/repos/kubernetes/kubernetes/issues/83991/comments | 12 | 2019-10-16T07:29:15Z | 2020-03-15T19:27:41Z | https://github.com/kubernetes/kubernetes/issues/83991 | 507,668,160 | 83,991 |
[
"kubernetes",
"kubernetes"
] | **Version:**
> $ sudo kubectl version
> Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.0", GitCommit:"e8462b5b5dc2584fdcd18e6bcfe9f1e4d970a529", GitTreeState:"clean", BuildDate:"2019-06-19T16:40:16Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
> Server Version: version.Info... | 'CHANGE-CAUSE' field of the deployment rollout history is '<none>' | https://api.github.com/repos/kubernetes/kubernetes/issues/83990/comments | 3 | 2019-10-16T07:16:07Z | 2019-10-16T13:41:58Z | https://github.com/kubernetes/kubernetes/issues/83990 | 507,662,654 | 83,990 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
cloud-provider-openstack jobs
**Which test(s) are failing**:
hack/local-up-cluster.sh itself fails.
**Since when has it been failing**:
Recent change https://github.com/kuberne... | hack/local-up-cluster.sh fails if HOSTNAME_OVERRIDE is set | https://api.github.com/repos/kubernetes/kubernetes/issues/83985/comments | 7 | 2019-10-16T06:17:00Z | 2019-10-17T12:12:38Z | https://github.com/kubernetes/kubernetes/issues/83985 | 507,638,913 | 83,985 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
https://github.com/kubernetes/kubernetes/blob/4568c615269860433f914e1dc74b13e66acbe5ef/staging/src/k8s.io/kubectl/pkg/polymorphichelpers/history.go#L118
When revision > 0
we could break out of the for... | Enhance for loops of ViewHistorys | https://api.github.com/repos/kubernetes/kubernetes/issues/83984/comments | 11 | 2019-10-16T06:08:53Z | 2020-03-16T04:36:36Z | https://github.com/kubernetes/kubernetes/issues/83984 | 507,636,141 | 83,984 |
[
"kubernetes",
"kubernetes"
] | I've been seeing a lot of cherry picks on patch release branches where kind/priority/sig are not set automatically from the parent PR on master. I wondered if maybe this was due to the person not being an org member, but I just submitted:
https://github.com/kubernetes/kubernetes/pull/83980
via the cherry pick au... | hack/cherry_pick_pull.sh: fails to fetch kind/priority/sig | https://api.github.com/repos/kubernetes/kubernetes/issues/83981/comments | 2 | 2019-10-15T23:55:44Z | 2019-10-21T03:47:34Z | https://github.com/kubernetes/kubernetes/issues/83981 | 507,539,587 | 83,981 |
[
"kubernetes",
"kubernetes"
] | please, see:
https://github.com/kubernetes/enhancements/issues/1314
https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/20190916-noderestriction-pods.md
> The Kubelet does not currently label pods, nor are there official label keys that apply to pods. However, there are a few labels that are commo... | the k8s-app label in /cluster addons should be disallowed | https://api.github.com/repos/kubernetes/kubernetes/issues/83977/comments | 21 | 2019-10-15T23:10:36Z | 2022-09-24T10:34:06Z | https://github.com/kubernetes/kubernetes/issues/83977 | 507,527,268 | 83,977 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
#71548 adde... | No way to request table format using WebSockets | https://api.github.com/repos/kubernetes/kubernetes/issues/83961/comments | 31 | 2019-10-15T17:09:43Z | 2025-02-20T21:22:52Z | https://github.com/kubernetes/kubernetes/issues/83961 | 507,373,636 | 83,961 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
It would be great to allow specifying which Vnet you would like your LB deployed to via Service Annotation.
Azure supports deploying LoadBalancers to peered Virtual Networks when the standard SKU is used.
[Vnet Peering with LoadBalancers](https://docs.microsoft.com/en-us/azure/... | Support deploying Azure LoadBalancers to different peered VNet | https://api.github.com/repos/kubernetes/kubernetes/issues/83958/comments | 5 | 2019-10-15T15:51:36Z | 2020-04-09T22:16:01Z | https://github.com/kubernetes/kubernetes/issues/83958 | 507,334,993 | 83,958 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
I have create... | kubectl apply failed when configmap is big | https://api.github.com/repos/kubernetes/kubernetes/issues/83955/comments | 1 | 2019-10-15T14:59:52Z | 2019-10-15T15:25:05Z | https://github.com/kubernetes/kubernetes/issues/83955 | 507,303,996 | 83,955 |
[
"kubernetes",
"kubernetes"
] | Node lifecycle controller should be re-implemented so there is no api calls executed under the lock. | Node lifecycle controller - API calls shouldn't be executed under the lock | https://api.github.com/repos/kubernetes/kubernetes/issues/83954/comments | 5 | 2019-10-15T14:20:06Z | 2020-03-15T19:27:40Z | https://github.com/kubernetes/kubernetes/issues/83954 | 507,277,772 | 83,954 |
[
"kubernetes",
"kubernetes"
] | From integration tests:
https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/83709/pull-kubernetes-integration/1184076134967414784/
```
W1015 12:11:28.632] goroutine 1713 [running]:
W1015 12:11:28.632] k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/util/runtime.HandleCrash(0x0, 0x0, 0x0)
W1015 12:11:28... | PDB controller doesn't handle tombstones | https://api.github.com/repos/kubernetes/kubernetes/issues/83948/comments | 3 | 2019-10-15T13:32:44Z | 2019-10-16T16:36:38Z | https://github.com/kubernetes/kubernetes/issues/83948 | 507,248,107 | 83,948 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are staling**:
Conformance Openstack (ci-cloud-provider-openstack-acceptance-test-e2e-conformance)
The last run was on 11 Oct
**Testgrid link**:
https://testgrid.k8s.io/sig-release-master-informing#Conformance%20-%20OpenStack
| [Stale Test] Conformance Openstack (ci-cloud-provider-openstack-acceptance-test-e2e-conformance) | https://api.github.com/repos/kubernetes/kubernetes/issues/83947/comments | 12 | 2019-10-15T13:15:45Z | 2019-10-19T09:46:24Z | https://github.com/kubernetes/kubernetes/issues/83947 | 507,237,782 | 83,947 |
[
"kubernetes",
"kubernetes"
] | [root@k8s-master01 ~]# kubectl get cs
NAME AGE
controller-manager <unknown>
scheduler <unknown>
etcd-0 <unknown>
| help me kubeadm install 1.16.1 kubectl get cs scheduler <unknown> | https://api.github.com/repos/kubernetes/kubernetes/issues/83943/comments | 3 | 2019-10-15T11:19:01Z | 2019-10-16T00:13:57Z | https://github.com/kubernetes/kubernetes/issues/83943 | 507,178,323 | 83,943 |
[
"kubernetes",
"kubernetes"
] | ```
my kubernetes version 1.16.0 ,etcd version 3.3.13,binary deployment
```
```
After deployment i foud here is somthing wrong with kube-apiserver and somthingelse
it shows kube-apiserver[14274]: E1015 12:26:55.231545 14274 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compac... | kube-apiserver[14274]: E1015 10:17:36.804307 14274 watcher.go:214] watch chan error: etcdserver: mvcc: required revision has been compacted | https://api.github.com/repos/kubernetes/kubernetes/issues/83938/comments | 17 | 2019-10-15T06:23:39Z | 2022-04-11T16:41:52Z | https://github.com/kubernetes/kubernetes/issues/83938 | 507,032,326 | 83,938 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
`test/e2e/common` is a mixture of tests (`test/e2e/common/downward_api.go`) and utility code (`test/e2e/common/events.go`). It would be nice to refactor it so that the utility code can be imported without also importing the tests. Most likely a better place for the utility code i... | refactor test/e2e/common | https://api.github.com/repos/kubernetes/kubernetes/issues/83937/comments | 8 | 2019-10-15T06:04:01Z | 2020-07-24T19:33:52Z | https://github.com/kubernetes/kubernetes/issues/83937 | 507,025,341 | 83,937 |
[
"kubernetes",
"kubernetes"
] | After i have installed the kubelet am getting the exited and service never starts. Could you please help.
OS: CentOS Linux 7
Version of services:
[root@node system]# kubeadm version
kubeadm version: &version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.1", GitCommit:"d647ddbd755faf07169599a625faf302ffc34458", ... | ExecStart=/usr/bin/kubelet $KUBELET_KUBECONFIG_ARGS $KUBELET_CONFIG_ARGS $KUBELET_KUBEADM_ARGS $KUBELET_EXTRA_ARGS (code=exited, status=255) | https://api.github.com/repos/kubernetes/kubernetes/issues/83936/comments | 14 | 2019-10-15T05:55:07Z | 2023-08-02T09:08:54Z | https://github.com/kubernetes/kubernetes/issues/83936 | 507,022,386 | 83,936 |
[
"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 cluster... | Azure VMSS misses properties in `instanceView` | https://api.github.com/repos/kubernetes/kubernetes/issues/83933/comments | 3 | 2019-10-15T05:25:42Z | 2019-10-21T07:53:38Z | https://github.com/kubernetes/kubernetes/issues/83933 | 507,013,233 | 83,933 |
[
"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**:
Overnight, a cont... | HA cluster by kubeadm 1.16.0: controller manager restart exceptionally | https://api.github.com/repos/kubernetes/kubernetes/issues/83929/comments | 26 | 2019-10-15T02:42:30Z | 2020-01-24T00:53:49Z | https://github.com/kubernetes/kubernetes/issues/83929 | 506,969,993 | 83,929 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Add a filter plugin that calls into GeneralPredicates, example #83460.
GeneralPredicates is supposed to be mapped to a plugin configuration that produces the set of plugins that it run, however that will require refactoring the compatibility test, which we can do later in phas... | [migration phase 1] GeneralPredicates as filter plugin | https://api.github.com/repos/kubernetes/kubernetes/issues/83928/comments | 4 | 2019-10-15T02:00:24Z | 2019-10-17T10:20:25Z | https://github.com/kubernetes/kubernetes/issues/83928 | 506,958,690 | 83,928 |
[
"kubernetes",
"kubernetes"
] | I ran the perf test as follows:
```make test-integration WHAT=./test/integration/scheduler_perf KUBE_TEST_VMODULE="''" KUBE_TEST_ARGS="-run=^$$ -bench=BenchmarkScheduling/5000Nodes/1000Pods" ```
but after 11m it times out and fails with the following message:
*** Test killed with quit: ran too long (11m0s).
... | Scheduler perf test times out | https://api.github.com/repos/kubernetes/kubernetes/issues/83927/comments | 6 | 2019-10-15T01:26:29Z | 2019-10-16T16:35:36Z | https://github.com/kubernetes/kubernetes/issues/83927 | 506,950,125 | 83,927 |
[
"kubernetes",
"kubernetes"
] | Found when trying to get CAPG e2e tests running against kubernetes master in https://github.com/kubernetes-sigs/cluster-api-provider-gcp/pull/214.
Essentially clusterctl is looking for providerID and not finding it in the `spec` (example https://pasted.tech/pastes/6e2ede088b103f9a3a501754245d8ba4ed962d4c.raw)
If ... | CAPG e2e tests fail when running against kubernetes master | https://api.github.com/repos/kubernetes/kubernetes/issues/83923/comments | 5 | 2019-10-14T22:16:42Z | 2019-10-28T10:37:00Z | https://github.com/kubernetes/kubernetes/issues/83923 | 506,900,878 | 83,923 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
All scheduler Node and Pod lookups should be from the nodeinfo snapshot
**Why is this needed**:
In few places, the scheduler currently lists/lookup nodes and pods from the scheduler cache instead of the snapshot. This causes inconsistencies as the scheduler cache may change d... | All scheduler Node and Pod list/lookups should be from the snapshot | https://api.github.com/repos/kubernetes/kubernetes/issues/83922/comments | 0 | 2019-10-14T21:53:03Z | 2019-10-25T22:37:29Z | https://github.com/kubernetes/kubernetes/issues/83922 | 506,892,942 | 83,922 |
[
"kubernetes",
"kubernetes"
] |
**What would you like to be added**:
Refactor etcd-version-monitor to use https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/component-base/metrics
**Why is this needed**:
This is part of a refactoring initiative run by @kubernetes/wg-component-standard to unify metrics dependencies.
/wg co... | Refactor etcd-version-monitor to use component-base metrics | https://api.github.com/repos/kubernetes/kubernetes/issues/83917/comments | 8 | 2019-10-14T21:00:55Z | 2020-03-14T02:48:07Z | https://github.com/kubernetes/kubernetes/issues/83917 | 506,872,015 | 83,917 |
[
"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**:
Delete a po... | kubelet does not honor shortened grace period on already-deleting pod | https://api.github.com/repos/kubernetes/kubernetes/issues/83916/comments | 18 | 2019-10-14T20:07:50Z | 2024-12-11T18:33:32Z | https://github.com/kubernetes/kubernetes/issues/83916 | 506,849,965 | 83,916 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
https://github.com/kubernetes/kubernetes/blob/34db57b0071aa62f546020ad4d7cb603196dd0d7/test/e2e/storage/utils/host_exec.go#L87-L110 depends on `kubectl` being installed on the host where the E2E test suite runs.
Instead, the `IssueCommandWithResult` function should execute sim... | e2e storage: do not depend on kubectl on host | https://api.github.com/repos/kubernetes/kubernetes/issues/83913/comments | 18 | 2019-10-14T18:27:42Z | 2020-03-02T23:00:28Z | https://github.com/kubernetes/kubernetes/issues/83913 | 506,807,951 | 83,913 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I have a test:
```go
func TestIntstr(t *testing.T) {
x := intstr.Parse("1")
proto.Merge(&x, &x)
}
```
That passes with `k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719` (Kubernetes 1.15) but fails with `k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655` (Kubenernetes 1.16)
... | proto.Merge broken on intstr in Kubernetes 1.16 apimachinary | https://api.github.com/repos/kubernetes/kubernetes/issues/83912/comments | 9 | 2019-10-14T18:15:09Z | 2019-10-16T18:37:47Z | https://github.com/kubernetes/kubernetes/issues/83912 | 506,802,415 | 83,912 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Running `make update` fails with an error:
```
F1014 12:01:51.429185 41802 deepcopy.go:885] Hit an unsupported type invalid type for invalid type, from k8s.io/api/core/v1.Binding
make[1]: *** [gen_deepcopy] Error 1
make: *** [generated_files] Error 2
```
This error changes every time to re... | Deepcopy gen error: Hit an unsupported type invalid type for invalid type | https://api.github.com/repos/kubernetes/kubernetes/issues/83909/comments | 2 | 2019-10-14T16:05:42Z | 2019-10-14T20:00:05Z | https://github.com/kubernetes/kubernetes/issues/83909 | 506,745,463 | 83,909 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**: kind-ipv6-master-parallel
**Which test(s) are failing**:
The primary concern is `Overall` failing when starting up the kind cluster, but the following tests have also failed intermi... | [Flaky Test] kind-ipv6-master-parallel | https://api.github.com/repos/kubernetes/kubernetes/issues/83903/comments | 19 | 2019-10-14T13:31:13Z | 2019-10-24T04:35:51Z | https://github.com/kubernetes/kubernetes/issues/83903 | 506,655,374 | 83,903 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Currently we don't have node logs from kubemark-100 tests:
https://storage.googleapis.com/kubernetes-jenkins/logs/ci-kubernetes-kubemark-100-gce/1183605832428818437/build-log.txt
W1014 05:20:23.222] ERROR: (gcloud.compute.scp) Instance [kubemark-100-minion-group-kc5r] in zone [us-east1-b] does not... | log-dump does not work for nodes without public IP | https://api.github.com/repos/kubernetes/kubernetes/issues/83901/comments | 4 | 2019-10-14T13:09:39Z | 2019-10-25T08:43:33Z | https://github.com/kubernetes/kubernetes/issues/83901 | 506,643,563 | 83,901 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Kubernetes 1.10.11 does not display on my nginx pod the source client IP only displays the internal cluster IP.
I've used the new `service.spec.externalTrafficPolicy: Local` on my Service yaml.
**What you expected to happen**:
Shows the source client IP.
**How to reproduce it (as minim... | Kubernetes 1.10.11 or Kubernetes 1.15.3 service.spec.externalTrafficPolicy does not get real client IP | https://api.github.com/repos/kubernetes/kubernetes/issues/83900/comments | 10 | 2019-10-14T13:06:18Z | 2020-05-02T22:13:47Z | https://github.com/kubernetes/kubernetes/issues/83900 | 506,641,749 | 83,900 |
[
"kubernetes",
"kubernetes"
] | Long-term, transformObject:
https://github.com/kubernetes/kubernetes/blob/5219ad7be209b31cdfdae2eda1cd435aff4a3cd2/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/response.go#L40
should be refactored so that it implements Encoder interface (and it has nested encoder inside):
This would allow us to cache the re... | Refactor transformObject to implement Encoder interface | https://api.github.com/repos/kubernetes/kubernetes/issues/83898/comments | 4 | 2019-10-14T13:02:33Z | 2023-08-31T08:44:50Z | https://github.com/kubernetes/kubernetes/issues/83898 | 506,639,790 | 83,898 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Ability to pull docker images from ECR. This would be doable if credsStore is supported. The code to refresh credentials and pull the image is already there, but it only works if its run on AWS EC2 instance.
**Why is this needed**:
To pull docker images from private repository ... | Ability to pull from ECR from a non EC2 instance | https://api.github.com/repos/kubernetes/kubernetes/issues/83891/comments | 14 | 2019-10-14T10:03:53Z | 2020-03-19T11:54:46Z | https://github.com/kubernetes/kubernetes/issues/83891 | 506,557,007 | 83,891 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
sig-release-master-informing#gce-windows-master
**Which test(s) are failing**:
[k8s.io] Container Runtime blackbox test when running a container with a new image should be able to... | Failing test [k8s.io] Container Runtime blackbox test when running a container with a new image should be able to pull image from gcr.io [NodeConformance] | https://api.github.com/repos/kubernetes/kubernetes/issues/83890/comments | 9 | 2019-10-14T09:59:32Z | 2019-10-22T16:31:44Z | https://github.com/kubernetes/kubernetes/issues/83890 | 506,554,835 | 83,890 |
[
"kubernetes",
"kubernetes"
] | In k8s environment. I try to access kubelet API to get pod stats.
`import requests
requests.get('http://localhost:10255/stats/py17484279885885120/py17484279885885120')
requests.get('http://192.168.0.196:10255/stats/jupyter/py17484279885885120/464e363c-ee5c-11e9-a89b-00163e09f676/py17484279885885120')`
They always r... | /stats/{namespace}/{podName}/{uid}/{containerName} always return 'no matching container' | https://api.github.com/repos/kubernetes/kubernetes/issues/83889/comments | 6 | 2019-10-14T09:59:06Z | 2019-10-15T07:19:13Z | https://github.com/kubernetes/kubernetes/issues/83889 | 506,554,613 | 83,889 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.