issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.91B
issue_number
int64
1
131k
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Merge scheduler extender to plugins in shceduler framework. **Why is this needed**: Now, most scheduler policy has been implemented with scheduler framework, but extender is still out of it. As pos...
Merge extender to scheduler framework
https://api.github.com/repos/kubernetes/kubernetes/issues/87364/comments
5
2020-01-19T09:10:00Z
2020-01-20T18:34:29Z
https://github.com/kubernetes/kubernetes/issues/87364
551,890,810
87,364
[ "kubernetes", "kubernetes" ]
release pages kubelet version is wrong. wget https://dl.k8s.io/v1.16.5/kubernetes-server-linux-amd64.tar.gz ``` ./kubelet --version Kubernetes v1.16.6-beta.0 ``` kubelet version should be v1.16.5 not v1.16.6-beta.0 v1.15.8 also wrong apiserver and other bin files too.
Wrong release version
https://api.github.com/repos/kubernetes/kubernetes/issues/87354/comments
3
2020-01-18T11:16:52Z
2020-01-18T23:35:32Z
https://github.com/kubernetes/kubernetes/issues/87354
551,755,966
87,354
[ "kubernetes", "kubernetes" ]
**What happened**: I am installing a Kubernetes operator using Helm. The operator itself registers CRDs. Then I run ``` $ kubectl wait --for=condition=Established crds -l app=kubedb --timeout=5m error: no matching resources found ``` **What you expected to happen**: I expected `kubectl wait` to wait for the ...
kubectl wait should wait for resources to be available
https://api.github.com/repos/kubernetes/kubernetes/issues/87352/comments
3
2020-01-18T09:03:12Z
2020-01-18T15:10:04Z
https://github.com/kubernetes/kubernetes/issues/87352
551,742,567
87,352
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I am testing ...
kubectl cannot get flowschemas
https://api.github.com/repos/kubernetes/kubernetes/issues/87349/comments
13
2020-01-18T06:19:00Z
2024-06-21T20:07:47Z
https://github.com/kubernetes/kubernetes/issues/87349
551,728,474
87,349
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: ci-kubernetes-e2e-gci-gce-scalability **Which test(s) are failing**: Stages: Overall listResources After listResources Before **Since when has it been failing**: 1/16 **Testgrid link**: https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-ma...
Failing test - ci-kubernetes-e2e-gci-gce-scalability
https://api.github.com/repos/kubernetes/kubernetes/issues/87346/comments
2
2020-01-18T01:04:06Z
2020-01-19T16:47:32Z
https://github.com/kubernetes/kubernetes/issues/87346
551,698,349
87,346
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: ci-kubernetes-e2e-gci-gce-ingress **Which test(s) are failing**: Stages: listResources After listResources Before Overall **Since when has it been failing**: Overall stage has been failing since 1/17 1:44 PST **Testgrid link**: https://testgrid.k8s.i...
Failing test - ci-kubernetes-e2e-gci-gce-ingress
https://api.github.com/repos/kubernetes/kubernetes/issues/87345/comments
5
2020-01-18T00:54:02Z
2020-01-19T16:46:33Z
https://github.com/kubernetes/kubernetes/issues/87345
551,696,759
87,345
[ "kubernetes", "kubernetes" ]
Reported by someone here: https://stackoverflow.com/questions/58390269/kubectl-diff-on-windows-returns-an-error-executable-file-not-found-in-path Three things that are problematic with this: 1. The error is super unclear, and doesn't tell you what binary it's failing to find, 2. if you're using `KUBECTL_EXTERNAL_...
`kubectl diff` fails with unclear error when binary is not in PATH
https://api.github.com/repos/kubernetes/kubernetes/issues/87343/comments
8
2020-01-18T00:17:02Z
2020-02-28T19:42:41Z
https://github.com/kubernetes/kubernetes/issues/87343
551,689,748
87,343
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: kubelet canno...
zfs cannot handled properly: mistifyio/go-zfs not up to date
https://api.github.com/repos/kubernetes/kubernetes/issues/87341/comments
4
2020-01-17T22:53:46Z
2020-04-03T13:08:15Z
https://github.com/kubernetes/kubernetes/issues/87341
551,669,265
87,341
[ "kubernetes", "kubernetes" ]
mcr.microsoft.com/k8s/core/pause needs to be updated to support our tests running on Windows Server 1909. This is handled from a MS server, run by my team. /sig windows /assign @marosset ``` docker manifest inspect mcr.microsoft.com/k8s/core/pause:1.2.0 { "schemaVersion": 2, "mediaType": "application/v...
Update Windows pause image to support 1909
https://api.github.com/repos/kubernetes/kubernetes/issues/87339/comments
6
2020-01-17T22:00:02Z
2020-11-03T18:32:09Z
https://github.com/kubernetes/kubernetes/issues/87339
551,651,979
87,339
[ "kubernetes", "kubernetes" ]
**What happened**: go-to-protobuf generates `Size()` func which breaks the compilation when the type has `Size` field. **What you expected to happen**: go-to-protobuf generation to do not break the compilation. **How to reproduce it (as minimally and precisely as possible)**: 1. Assume that your type has a fie...
go-to-protobuf: type FooSpec has both field and method named Size
https://api.github.com/repos/kubernetes/kubernetes/issues/87336/comments
27
2020-01-17T20:41:06Z
2022-08-03T17:57:24Z
https://github.com/kubernetes/kubernetes/issues/87336
551,622,060
87,336
[ "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**: So I was set...
kube proxy certificate error
https://api.github.com/repos/kubernetes/kubernetes/issues/87331/comments
15
2020-01-17T19:52:40Z
2020-01-20T07:11:01Z
https://github.com/kubernetes/kubernetes/issues/87331
551,602,334
87,331
[ "kubernetes", "kubernetes" ]
I'm setting up kubernetes HA with external etcd cluster and a HA proxy as load balancer on bare metal. After applying kubeadm init, i m getting errors being printed in kube-proxy pod logs. `E0117 18:33:58.827088 1 reflector.go:153] k8s.io/client-go/informers/factory.go:135: Failed to list *v1.Endpoints: Get https://...
kube proxy certificates are not set-up correctly
https://api.github.com/repos/kubernetes/kubernetes/issues/87330/comments
5
2020-01-17T19:21:20Z
2020-01-17T19:30:49Z
https://github.com/kubernetes/kubernetes/issues/87330
551,589,347
87,330
[ "kubernetes", "kubernetes" ]
In our scheduler tests, we rely on a hard-coded instantiation of empty `pluginSet` for necessary `extensionPoint`. It'd be good to handle the instantiation dynamically, so every time we add a test, the author doesn't need to worry about whether the `pluginSet` for an extension point has been instantiated or not. Her...
Cleanup scheduler test to instantiate plugins dynamically
https://api.github.com/repos/kubernetes/kubernetes/issues/87328/comments
8
2020-01-17T17:36:56Z
2020-01-27T23:11:36Z
https://github.com/kubernetes/kubernetes/issues/87328
551,545,008
87,328
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Kube-controll...
AWS cloud provider doesn't seem to work in v1.17
https://api.github.com/repos/kubernetes/kubernetes/issues/87327/comments
5
2020-01-17T17:17:51Z
2021-04-21T21:06:01Z
https://github.com/kubernetes/kubernetes/issues/87327
551,536,584
87,327
[ "kubernetes", "kubernetes" ]
**What happened**: Non-amd64 images of k8s.gcr.io/pause:3.1 claim to be for amd64. Obviously, those images are executing just fine but the image configs claim to be for the amd64 architecture. We just started noticing the issue as the github.com/containers/image library has some more rigorous checks now. **What y...
k8s.gcr.io/pause:3.1 non-amd64 images claim to be for amd64
https://api.github.com/repos/kubernetes/kubernetes/issues/87325/comments
25
2020-01-17T14:41:22Z
2020-02-15T00:06:02Z
https://github.com/kubernetes/kubernetes/issues/87325
551,453,110
87,325
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: gce-master-scale-performance **Which test(s) are failing**: ClusterLoaderV2 **Since when has it been failing**: 01/16 **Testgrid link**: https://k8s-testgri...
[Failing Test] gce-master-scale-performance: single CoreDNS pod doesn't pass readiness check
https://api.github.com/repos/kubernetes/kubernetes/issues/87324/comments
6
2020-01-17T14:31:19Z
2020-05-08T14:59:25Z
https://github.com/kubernetes/kubernetes/issues/87324
551,447,765
87,324
[ "kubernetes", "kubernetes" ]
I'm running the DirectXMan12/k8s-prometheus-adapter as custom metric server, and i can retrieve metrics by accessing the pod endpoint directly. But if i run with `kubectl get --raw /apis/custom.metrics.k8s.io/v1beta1`, i can only get one correct result every three times, others are ServiceUnavailable error. So i ch...
custom metrics not work(Client.Timeout & OpenAPI spec does not exist)
https://api.github.com/repos/kubernetes/kubernetes/issues/87322/comments
4
2020-01-17T14:01:00Z
2020-01-20T06:04:41Z
https://github.com/kubernetes/kubernetes/issues/87322
551,431,628
87,322
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI --> **Which jobs are flaking**: `sig-release-1.17-blocking/skew-cluster-latest-kubectl-beta-gce` **Which test(s) are flaking**: `listResources After` `listResour...
[Flaky Test] skew-cluster-latest-kubectl-beta-gce (ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew-beta)
https://api.github.com/repos/kubernetes/kubernetes/issues/87321/comments
2
2020-01-17T11:37:04Z
2020-01-20T14:39:58Z
https://github.com/kubernetes/kubernetes/issues/87321
551,365,952
87,321
[ "kubernetes", "kubernetes" ]
**What happened**: I use a service kind in order to expose my application. When I applied a change in a existing deployment, no problem, the current Pod is destroy and a new begin to start. Howewer, the old IP is not delete from IPVS table, I have two IP which are present. **How to reproduce it (as minimally and...
Incorrect IPVS table when I modify a deployment with a service unchanged
https://api.github.com/repos/kubernetes/kubernetes/issues/87318/comments
9
2020-01-17T09:36:33Z
2020-02-07T01:46:01Z
https://github.com/kubernetes/kubernetes/issues/87318
551,305,618
87,318
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I am trying...
NetworkPolicy not working with SCTP protocol.
https://api.github.com/repos/kubernetes/kubernetes/issues/87305/comments
8
2020-01-17T03:59:12Z
2020-03-19T18:23:48Z
https://github.com/kubernetes/kubernetes/issues/87305
551,184,927
87,305
[ "kubernetes", "kubernetes" ]
What happened: The deployment is probably like this: One svc deploys NGINX, then one svc deploys fpm, and then NGINX proxyes to fpm through svcname, so that the PHP project is accessed using nginx. The problem is: I use hpa to expand the fpm pod Half, but found that the request did not come to this new pod, why is...
New pods expanded using hpa cannot be allocated traffic
https://api.github.com/repos/kubernetes/kubernetes/issues/87304/comments
8
2020-01-17T03:26:29Z
2020-06-15T08:12:45Z
https://github.com/kubernetes/kubernetes/issues/87304
551,176,946
87,304
[ "kubernetes", "kubernetes" ]
**What happened**: 1. Suppose a new feature is added in version 1.55 that adds an immutable field to the PodSpec, "FooBar". 2. An old client (version 1.54) attempts to update a pod with a FooBar 3. The old client gets the pod, but drops the unknown field FooBar 4. The client makes its change, and then sends an up...
Client version skew and immutable field updates
https://api.github.com/repos/kubernetes/kubernetes/issues/87301/comments
5
2020-01-17T01:31:35Z
2020-06-15T04:08:41Z
https://github.com/kubernetes/kubernetes/issues/87301
551,148,513
87,301
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Currently [EnvVarSource](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#envvarsource-v1-core) accepts only: ```` configMapKeyRef | Selects a key of a ConfigMap. fieldRef | Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.la...
extend EnvVarSource to use data from CRD / ability to extend Secrets in CRD
https://api.github.com/repos/kubernetes/kubernetes/issues/87300/comments
19
2020-01-16T23:43:07Z
2024-01-20T10:12:55Z
https://github.com/kubernetes/kubernetes/issues/87300
551,118,452
87,300
[ "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**: `kubectl ta...
kubectl taint --help example doesn't work
https://api.github.com/repos/kubernetes/kubernetes/issues/87296/comments
5
2020-01-16T23:01:05Z
2020-01-29T12:46:14Z
https://github.com/kubernetes/kubernetes/issues/87296
551,104,729
87,296
[ "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**: Download wget...
kubectl 1.15.8. and 1.16.5 reports incorrect version.
https://api.github.com/repos/kubernetes/kubernetes/issues/87295/comments
2
2020-01-16T21:02:04Z
2020-01-16T21:07:25Z
https://github.com/kubernetes/kubernetes/issues/87295
551,051,965
87,295
[ "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**: `hyperkube ku...
v1.15.8 hyperkube docker image reports v1.15.9-beta0 version
https://api.github.com/repos/kubernetes/kubernetes/issues/87294/comments
3
2020-01-16T20:35:46Z
2020-01-16T20:50:18Z
https://github.com/kubernetes/kubernetes/issues/87294
551,040,023
87,294
[ "kubernetes", "kubernetes" ]
As promised on sig-scale sync today, I'm filing an issue regarding the problem I recently saw on one of our production clusters. Summary: - we triggered a rolling upgrade of our etcd cluster - as soon as the first etcd instance was replaced, the master instance which was holding watches with that instance had to to...
Apiserver<->etcd watches broken for infrequently changing types
https://api.github.com/repos/kubernetes/kubernetes/issues/87292/comments
7
2020-01-16T18:30:40Z
2020-06-26T14:35:36Z
https://github.com/kubernetes/kubernetes/issues/87292
550,980,103
87,292
[ "kubernetes", "kubernetes" ]
PR kubernetes/kubernetes#85308 introduced an ability to apply an SNI style mechanism for serving specific certificates based on the _IP_ used to access the apiserver. This mechanism is only effective if the apiserver isn't fronted by a NAT LB as it uses the destination IP to select certificates. This issue is opened...
Support SNI style behaviour for IP access from behind a NAT LB.
https://api.github.com/repos/kubernetes/kubernetes/issues/87290/comments
7
2020-01-16T17:57:59Z
2020-06-16T19:46:38Z
https://github.com/kubernetes/kubernetes/issues/87290
550,965,161
87,290
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Ability to automatically remove label from node after reboot. **Why is this needed**: Consider the following scenario: I want to schedule pods on node only after some initiation action is done (in ...
Automatically remove labels from node on restart
https://api.github.com/repos/kubernetes/kubernetes/issues/87288/comments
7
2020-01-16T17:07:53Z
2020-06-22T19:06:03Z
https://github.com/kubernetes/kubernetes/issues/87288
550,940,738
87,288
[ "kubernetes", "kubernetes" ]
**What happened**: I used the informer code generated by `code-generator` and notice that informer invokes XXXFunc multiple times when adding/updating/deleting CRD. ```go c := versioned.New(client.V1().RESTClient()) factory := externalversions.NewSharedInformerFactoryWithOptions(c, 30*time.Second) ir := iio.Ne...
Informer invokes XXXFunc multiple times when adding/updating/deleting CRD
https://api.github.com/repos/kubernetes/kubernetes/issues/87284/comments
6
2020-01-16T15:25:15Z
2020-06-14T20:00:37Z
https://github.com/kubernetes/kubernetes/issues/87284
550,879,039
87,284
[ "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**: ``` Error: "...
kubelet can't unregister csiplugin after csiplugin pod is deleted from node
https://api.github.com/repos/kubernetes/kubernetes/issues/87282/comments
7
2020-01-16T13:02:55Z
2020-03-31T17:54:41Z
https://github.com/kubernetes/kubernetes/issues/87282
550,793,883
87,282
[ "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**: joining a m...
join master fails with: error decoding certificate key: encoding/hex: invalid byte: U+006D 'm'
https://api.github.com/repos/kubernetes/kubernetes/issues/87280/comments
6
2020-01-16T10:26:30Z
2023-09-08T05:09:28Z
https://github.com/kubernetes/kubernetes/issues/87280
550,713,295
87,280
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Container **s...
Container stuck in Waiting even for permanent errors (e.g. image not found) and restartPolicy=Never
https://api.github.com/repos/kubernetes/kubernetes/issues/87278/comments
28
2020-01-16T08:53:19Z
2022-03-07T03:25:14Z
https://github.com/kubernetes/kubernetes/issues/87278
550,662,101
87,278
[ "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 a depl...
Request by Service IP is two or three times slower than by pod IP
https://api.github.com/repos/kubernetes/kubernetes/issues/87277/comments
21
2020-01-16T08:44:58Z
2020-04-04T13:35:35Z
https://github.com/kubernetes/kubernetes/issues/87277
550,658,135
87,277
[ "kubernetes", "kubernetes" ]
My k8s version is 1.15.6. I have meet the same problem:kube-proxy fails to delete nat entries with IPv6(https://github.com/kubernetes/kubernetes/issues/81729) I found this bug fixed in PR: https://github.com/kubernetes/kubernetes/pull/82966 but i won't update k8s 1.15 temporarily. so can fix this this bug in k8s...
can this PR https://github.com/kubernetes/kubernetes/pull/82966 merge to k8s 1.15
https://api.github.com/repos/kubernetes/kubernetes/issues/87276/comments
3
2020-01-16T08:12:16Z
2020-01-16T14:21:23Z
https://github.com/kubernetes/kubernetes/issues/87276
550,643,498
87,276
[ "kubernetes", "kubernetes" ]
I encountered the following problems during the kubernetes single node test. I tried to solve the problem in a general way. Looking forward to getting everyone's help. cause: Perform a forced shutdown test of the kubernetes host (single node) without shutting down kubernetes related services. Current situation: ...
The connection to the server <$ MASTER>: 6443 was refused-did you specify the right host or?
https://api.github.com/repos/kubernetes/kubernetes/issues/87268/comments
2
2020-01-16T02:30:39Z
2020-01-16T03:59:38Z
https://github.com/kubernetes/kubernetes/issues/87268
550,536,938
87,268
[ "kubernetes", "kubernetes" ]
**What happened**: There is `test/e2e/framework/.import-restrictions` to manage import ways under `test/e2e/framework/` but that doesn't work at our upstream CI. We can enable it by https://github.com/kubernetes/kubernetes/pull/81246#issuecomment-523510399 But if doing that, we will face the following error with `...
Enable verify-import-boss check for e2e framework
https://api.github.com/repos/kubernetes/kubernetes/issues/87264/comments
1
2020-01-15T22:33:08Z
2020-01-22T22:48:41Z
https://github.com/kubernetes/kubernetes/issues/87264
550,467,286
87,264
[ "kubernetes", "kubernetes" ]
**What happened**: I've identified a problem with accessing external Load Balancer IPs from within the cluster - specifically those provided by MetalLB. I believe this should work (as implemented in #77523). I have a service (ingress-nginx in this case but it should apply to any service) set up as `type: LoadBala...
Issue accessing LB service from pods on same node as the service's pod
https://api.github.com/repos/kubernetes/kubernetes/issues/87263/comments
12
2020-01-15T20:58:48Z
2020-03-25T10:17:28Z
https://github.com/kubernetes/kubernetes/issues/87263
550,425,964
87,263
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Improved observability for PodOverhead usage. In particular, it would be good to have metrics in place for the number of pods running which utilize an overhead. Further, it would be good to breakdown...
PodOverhead: add metrics for improved monitoring/observability
https://api.github.com/repos/kubernetes/kubernetes/issues/87259/comments
8
2020-01-15T20:17:12Z
2020-02-10T22:46:47Z
https://github.com/kubernetes/kubernetes/issues/87259
550,407,104
87,259
[ "kubernetes", "kubernetes" ]
What would you like to be added: One can access all logs located under /var/log on a worker node through kubelet "/logs" endpoint. This includes log files like auditd, secure logs, etc. Similar to "--enable-debugging-handler" or "--profiling" adding support for enabling/disabling "/logs" endpoint would facilitate cl...
Add support to enable/disable kubelet "/logs/" endpoint
https://api.github.com/repos/kubernetes/kubernetes/issues/87252/comments
12
2020-01-15T18:28:23Z
2020-07-07T11:09:59Z
https://github.com/kubernetes/kubernetes/issues/87252
550,355,080
87,252
[ "kubernetes", "kubernetes" ]
/sig release cc @claudiubelu @justaugustus @spiffxp filing this to track before I forget in this wall of meetings >.> the push-all target appears to have broken shell currently which means it's probably not only broken in CI but locally ...
test images push-build is broken
https://api.github.com/repos/kubernetes/kubernetes/issues/87251/comments
7
2020-01-15T18:25:13Z
2020-02-26T11:54:41Z
https://github.com/kubernetes/kubernetes/issues/87251
550,353,614
87,251
[ "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've deploy...
cpuset.cpu_exclusive flag not set for Guaranteed Qos Pod Container
https://api.github.com/repos/kubernetes/kubernetes/issues/87249/comments
29
2020-01-15T15:39:59Z
2023-04-07T18:15:49Z
https://github.com/kubernetes/kubernetes/issues/87249
550,264,786
87,249
[ "kubernetes", "kubernetes" ]
Hi everybody, While doing setup testing on a 2 worker node Kubernetes cluster using kind (https://kind.sigs.k8s.io/docs/user/quick-start), i came up with this and cannot find info elsewhere. I've created a folder on all of my worker nodes in /var/testpv and created the following PV: ``` apiVersion: v1 kind: ...
Creating multiple Local Persistent Volumes on the same node with the same path unexceptedly works
https://api.github.com/repos/kubernetes/kubernetes/issues/87247/comments
4
2020-01-15T15:21:37Z
2020-01-21T10:50:09Z
https://github.com/kubernetes/kubernetes/issues/87247
550,252,896
87,247
[ "kubernetes", "kubernetes" ]
It seems like by default kubeadm tries to figure out the internal-ip by looking at what the hostname resolves to in `/etc/hosts`. However, this is not ideal since it resolves to the public ip on some cloud providers. **What would you like to be added**: I'd like the ability in kubeadm/KubeletConfiguration to specif...
Ability to specify internal interface and external interface in Kubeadm
https://api.github.com/repos/kubernetes/kubernetes/issues/87244/comments
8
2020-01-15T14:24:33Z
2020-02-05T06:46:41Z
https://github.com/kubernetes/kubernetes/issues/87244
550,217,628
87,244
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI --> **Which jobs are flaking**: pull-kubernetes-e2e-gce **Which test(s) are flaking**: various **Testgrid link**: **Reason for failure**: unknown **Anyt...
pull-kubernetes-e2e-gce is flaky
https://api.github.com/repos/kubernetes/kubernetes/issues/87240/comments
6
2020-01-15T12:06:24Z
2020-01-15T16:20:09Z
https://github.com/kubernetes/kubernetes/issues/87240
550,146,693
87,240
[ "kubernetes", "kubernetes" ]
**What happened**: kube-proxy v1.15.6 fails to delete nat entries with IPv6 (https://github.com/kubernetes/kubernetes/issues/81729). Error in kube-proxy: kube-proxy: [1579049064.427996, {"log":"E0115 00:44:24.427840 1 proxier.go:633] Failed to delete kube-system/kube-dns:dns endpoint connections, error: error ...
Kube proxy v1.15.6 cannot delete the NAT entries of IPv6, but why can kubectl delete pod be deleted contntrack in /pro/net/nf_contntrack
https://api.github.com/repos/kubernetes/kubernetes/issues/87236/comments
10
2020-01-15T09:37:33Z
2020-03-19T23:43:18Z
https://github.com/kubernetes/kubernetes/issues/87236
550,070,607
87,236
[ "kubernetes", "kubernetes" ]
**What happened**: After we updated our k8s cluster from v1.14.3 to v1.16.3, I noticed that kubelet print below error logs forever, but there was only one same log in v1.14.3. ``` E0115 15:55:23.150654 4858 goroutinemap.go:150] Operation for "/var/lib/kubelet/plugins/xxx/csi.sock" failed. No retries permitted ...
kubelet will print csi-plugin register error logs forever even if csi-plugin works well
https://api.github.com/repos/kubernetes/kubernetes/issues/87235/comments
10
2020-01-15T08:55:28Z
2020-12-26T08:52:11Z
https://github.com/kubernetes/kubernetes/issues/87235
550,048,529
87,235
[ "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 was PoC-i...
Super slow access to service IP from host (& host-networked pods) with Flannel CNI
https://api.github.com/repos/kubernetes/kubernetes/issues/87233/comments
4
2020-01-15T08:50:14Z
2020-01-15T23:46:03Z
https://github.com/kubernetes/kubernetes/issues/87233
550,046,098
87,233
[ "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**: PR #86817 s...
Unable to switch to VM LIST because of dataDisk.createOption issues
https://api.github.com/repos/kubernetes/kubernetes/issues/87232/comments
9
2020-01-15T08:28:43Z
2022-07-19T01:15:16Z
https://github.com/kubernetes/kubernetes/issues/87232
550,036,685
87,232
[ "kubernetes", "kubernetes" ]
**What happened**: Apply CRD apiVersion `apiextensions.k8s.io/v1beta1` with the non-structural schema to k8s 1.16+, the CRD conversion from v1beta1 to v1. Then, back up the CRD with yaml manifest, delete CRD and apply backup CRD yaml manifest, the CRD cannot be applied successfully and with validation failed: ``...
CRD conversion v1beta1 to v1 backup and restore
https://api.github.com/repos/kubernetes/kubernetes/issues/87231/comments
7
2020-01-15T06:25:12Z
2020-02-11T15:51:04Z
https://github.com/kubernetes/kubernetes/issues/87231
549,991,255
87,231
[ "kubernetes", "kubernetes" ]
**What happened**: ``` [root@master01 kubernetes]# kubeadm init --config kubeadm.conf --upload-certs --certificate-key 5cf38ca270d75eb11fac6b3ef77b0e1ef7318d56a1edf3ad0687c72281c89aca can not mix '--config' with arguments [certificate-key] To see the stack trace of this error execute with --v=5 or higher ``` **Wh...
can not mix '--config' with arguments [certificate-key]
https://api.github.com/repos/kubernetes/kubernetes/issues/87229/comments
3
2020-01-15T05:47:50Z
2020-01-15T23:47:12Z
https://github.com/kubernetes/kubernetes/issues/87229
549,980,031
87,229
[ "kubernetes", "kubernetes" ]
To fix the step 4 of this [issue](https://github.com/kubernetes/kubernetes/issues/87056), I need to push the mips64le CNI plugins to https:// storage.googleapis.com/kubernetes-release/network-plugins/cni-plugins-mips64le-v0.8.4.tgz. I see that the mips64le CNI plugins are already released in https://github.com/co...
How to push CNI plugins to https://storage.googleapis.com/kubernetes-release/network-plugins?
https://api.github.com/repos/kubernetes/kubernetes/issues/87228/comments
7
2020-01-15T03:34:01Z
2020-01-31T04:02:53Z
https://github.com/kubernetes/kubernetes/issues/87228
549,944,882
87,228
[ "kubernetes", "kubernetes" ]
it seems that I cannot change StatefulSet's podManagementPolicy to Parallel by kubectl edit, is this an expected behavior?
unable to modify StatefulSet's podManagementPolicy to Parallel?
https://api.github.com/repos/kubernetes/kubernetes/issues/87227/comments
7
2020-01-15T03:18:38Z
2022-07-14T09:42:46Z
https://github.com/kubernetes/kubernetes/issues/87227
549,940,642
87,227
[ "kubernetes", "kubernetes" ]
**version:** ``` $ kubectl version Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.4", GitCommit:"224be7bdce5a9dd0c2fd0d46b83865648e2fe0ba", GitTreeState:"clean", BuildDate:"2019-12-11T12:47:40Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major...
volume exists,create pod,Error: cannot find volume "default-token-454c5" to mount into container
https://api.github.com/repos/kubernetes/kubernetes/issues/87225/comments
3
2020-01-15T02:45:13Z
2024-09-29T02:32:24Z
https://github.com/kubernetes/kubernetes/issues/87225
549,932,246
87,225
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: If cloud provider flag of kube-controller-manager is `--cloud-provider=""`, we can treat it as an `external` scenario. ```diff diff --git a/cmd/kube-controller-manager/app/cloudproviders.go b/cmd/kube-controller-manager/app/cloudproviders.go index e39fa83cf7f..469be314217 1...
Treat empty cloud provider as external for kube-controller-manager
https://api.github.com/repos/kubernetes/kubernetes/issues/87224/comments
8
2020-01-15T02:40:11Z
2020-08-02T04:49:55Z
https://github.com/kubernetes/kubernetes/issues/87224
549,930,970
87,224
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I deployed a ...
PV assigned to wrong PVC (or other way around)
https://api.github.com/repos/kubernetes/kubernetes/issues/87220/comments
8
2020-01-15T00:31:07Z
2020-07-16T09:17:25Z
https://github.com/kubernetes/kubernetes/issues/87220
549,896,996
87,220
[ "kubernetes", "kubernetes" ]
**What happened**: Kubeadm 1.17.0 install fails for IPV6 dual stack **What you expected to happen**: Want to successfully install a K8S 1.17.0 cluster with dual stack support **How to reproduce it (as minimally and precisely as possible)**: Install using kubeadm as follows: kubeadm init --config kubeadm-con...
Kubeadm install fails for IPV6 dual stack feature with 1.17.0
https://api.github.com/repos/kubernetes/kubernetes/issues/87218/comments
5
2020-01-14T23:57:54Z
2020-01-15T23:43:32Z
https://github.com/kubernetes/kubernetes/issues/87218
549,887,029
87,218
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: ci-kubernetes-integration-master **Which test(s) are failing**: Overall stage is failing **Since when has it been failing**: 01/12 **Testgrid link**: https://testgrid.k8s.io/sig-cli-master#integration-cmd&width=20 **Reason for failure**: **Anything else we need to know**: ...
Failing test: ci-kubernetes-integration-master
https://api.github.com/repos/kubernetes/kubernetes/issues/87216/comments
4
2020-01-14T22:51:19Z
2020-01-15T03:51:16Z
https://github.com/kubernetes/kubernetes/issues/87216
549,864,380
87,216
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: `Conformance - GCE - master (ci-kubernetes-gce-conformance-latest )` **Which test(s) are failing**: `Up` **Since when has it been failing**: `01-14 11:32 PST` ...
[Flaky Test] Conformance - GCE - master (ci-kubernetes-gce-conformance-latest )
https://api.github.com/repos/kubernetes/kubernetes/issues/87214/comments
7
2020-01-14T22:11:14Z
2020-01-16T20:14:22Z
https://github.com/kubernetes/kubernetes/issues/87214
549,848,059
87,214
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The idea is to 429 or 500 certain requests until apiserver becomes healthy for the first time. Requests which would not be blocked: * self-requests (required for apiserver to become healthy) * healthz / livez / readyz * componentstatuses (maybe) **Why is this needed**: ...
kube-apiserver: limit request handling before apiserver is healthy
https://api.github.com/repos/kubernetes/kubernetes/issues/87211/comments
10
2020-01-14T21:43:37Z
2020-07-13T15:56:28Z
https://github.com/kubernetes/kubernetes/issues/87211
549,835,924
87,211
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: ci-kubernetes-kubemark-500-gce-stable2 ci-kubernetes-kubemark-500-gce-stable3 **Which test(s) are failing**: setting up the tests **Since when has it been faili...
ci-kubernetes-kubemark-500-gce failing on 1.14 & 1.15
https://api.github.com/repos/kubernetes/kubernetes/issues/87200/comments
10
2020-01-14T16:49:16Z
2020-01-22T10:09:20Z
https://github.com/kubernetes/kubernetes/issues/87200
549,691,772
87,200
[ "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're trying to...
HPA scales up deployment to max replicas if using custom metrics that are exposed by the application and the pods fail to deploy with rolling update
https://api.github.com/repos/kubernetes/kubernetes/issues/87199/comments
12
2020-01-14T14:26:00Z
2021-02-08T10:06:35Z
https://github.com/kubernetes/kubernetes/issues/87199
549,602,441
87,199
[ "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 configur...
Kubernetes securityContext sysctl settings not applied in pod
https://api.github.com/repos/kubernetes/kubernetes/issues/87198/comments
17
2020-01-14T14:25:22Z
2020-11-07T07:41:26Z
https://github.com/kubernetes/kubernetes/issues/87198
549,602,047
87,198
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: When I tried ...
kube-proxy:1.17 for s390x image is broken?
https://api.github.com/repos/kubernetes/kubernetes/issues/87197/comments
73
2020-01-14T14:05:04Z
2020-06-01T11:43:41Z
https://github.com/kubernetes/kubernetes/issues/87197
549,589,656
87,197
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI --> **Which jobs are flaking**: ``` pull-kubernetes-e2e-gce ``` **Which test(s) are flaking**: ``` [sig-apps] DisruptionController evictions: too few pods...
[Flaky Test] [sig-apps] DisruptionController evictions: too few pods, replicaSet, percentage => should not allow an eviction
https://api.github.com/repos/kubernetes/kubernetes/issues/87194/comments
5
2020-01-14T13:00:28Z
2020-04-30T12:26:45Z
https://github.com/kubernetes/kubernetes/issues/87194
549,551,985
87,194
[ "kubernetes", "kubernetes" ]
**What happened**: I am questioning validity of the test. Comments under `test/e2e/scheduling/predicates.go` of `validates resource limits of pods that are allowed to run` say: ``` // This test verifies we don't allow scheduling of pods in a way that sum of // limits of pods is greater than machines capacity. //...
SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run - possibly invalid test
https://api.github.com/repos/kubernetes/kubernetes/issues/87191/comments
4
2020-01-14T12:15:56Z
2020-02-08T02:32:44Z
https://github.com/kubernetes/kubernetes/issues/87191
549,528,951
87,191
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: According t...
DNS-1123 being enforced on path componentes for auditsink & admission webhook service configuration
https://api.github.com/repos/kubernetes/kubernetes/issues/87185/comments
32
2020-01-14T09:47:08Z
2022-03-23T22:31:00Z
https://github.com/kubernetes/kubernetes/issues/87185
549,448,129
87,185
[ "kubernetes", "kubernetes" ]
ref:https://github.com/kubernetes/kubernetes/issues/86763 ``` // RandomSuffix provides a random string to append to pods,services,rcs. // TODO: Allow service names to have the same form as names // for pods and replication controllers so we don't // need to use such a function and can instead // ...
TODO and the comment is Inconsistent with RandomSuffix
https://api.github.com/repos/kubernetes/kubernetes/issues/87184/comments
16
2020-01-14T08:50:36Z
2020-02-01T06:23:09Z
https://github.com/kubernetes/kubernetes/issues/87184
549,418,992
87,184
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add restrictions for verbs with Role creating. Like error reporting or something else. **Why is this needed**: When creating a role like: ``` kind: Role metadata: name: test-Role rules: - apiGro...
No restrictions for verbs when creating Role
https://api.github.com/repos/kubernetes/kubernetes/issues/87180/comments
6
2020-01-14T05:57:21Z
2020-01-14T15:06:16Z
https://github.com/kubernetes/kubernetes/issues/87180
549,350,690
87,180
[ "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 follow a closed kep which is proposed by others?
https://api.github.com/repos/kubernetes/kubernetes/issues/87177/comments
2
2020-01-14T05:03:39Z
2020-01-18T09:54:48Z
https://github.com/kubernetes/kubernetes/issues/87177
549,334,873
87,177
[ "kubernetes", "kubernetes" ]
**What happened**: When I am trying to run a multinode or multinode HA cluster with IPv6 it just hangs in there for so many minutes that I have stopped counting, **What you expected to happen**: The nodes should join the cluster after less than 2 minutes and I have wait 45 minutes and nothing. **How to reprodu...
Creating an IPv6 cluster multinode hangs when Joining worker nodes
https://api.github.com/repos/kubernetes/kubernetes/issues/87174/comments
4
2020-01-14T03:25:03Z
2020-01-15T04:12:39Z
https://github.com/kubernetes/kubernetes/issues/87174
549,308,448
87,174
[ "kubernetes", "kubernetes" ]
Now that I've deployed 2000 nodes, I'm stuck with the kubectl command. Sir, where do I need to optimize
What are the system parameters for binary deployment of 2000 nodes on centos7
https://api.github.com/repos/kubernetes/kubernetes/issues/87170/comments
3
2020-01-14T02:10:56Z
2020-04-12T21:33:37Z
https://github.com/kubernetes/kubernetes/issues/87170
549,288,593
87,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**: Received the ...
Topology translation test case fails randomly due to assumed ordering
https://api.github.com/repos/kubernetes/kubernetes/issues/87163/comments
4
2020-01-13T20:50:19Z
2020-03-19T17:23:47Z
https://github.com/kubernetes/kubernetes/issues/87163
549,173,868
87,163
[ "kubernetes", "kubernetes" ]
/kind feature /sig scheduling TaintBasedEvictions has been in beta since 1.13 (see https://github.com/kubernetes/enhancements/issues/166) and should be ready to be promoted to GA for 1.18 **Tasks** - [x] need a merged KEP, in an implementable state and with test plans and graduation criteria. (https://github.co...
Promote TaintBasedEvictions to GA in 1.18
https://api.github.com/repos/kubernetes/kubernetes/issues/87161/comments
8
2020-01-13T18:59:07Z
2020-03-12T19:59:36Z
https://github.com/kubernetes/kubernetes/issues/87161
549,120,069
87,161
[ "kubernetes", "kubernetes" ]
/sig scheduling /assign @Huang-Wei Ref #85822
Move the default queue sort logic to a QueueSort framework plugin [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/87160/comments
0
2020-01-13T18:41:12Z
2020-01-17T09:40:58Z
https://github.com/kubernetes/kubernetes/issues/87160
549,111,727
87,160
[ "kubernetes", "kubernetes" ]
Part of #85822 This plugin would implement the following extension points: - *PostFilter*: Needs a change of semantics to be able to return a new filtered list (as it's being discussed in #86630). - *Score* - *Bind* - *Preempt*. This needs progress kubernetes/enhancements#1398 /hold /sig scheduling /kin...
[Scheduler] Make extenders processing a plugin on its own
https://api.github.com/repos/kubernetes/kubernetes/issues/87159/comments
19
2020-01-13T18:40:29Z
2020-03-13T13:35:47Z
https://github.com/kubernetes/kubernetes/issues/87159
549,111,372
87,159
[ "kubernetes", "kubernetes" ]
The current bind logic is currently placed in generic_scheduler.go, it should move to run as Bind plugin that gets configured to execute by default. Part of #85822 /sig scheduling /assign @alculquicondor
Move the current pod binding logic into a default Bind plugin [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/87157/comments
2
2020-01-13T16:17:23Z
2020-01-22T20:40:39Z
https://github.com/kubernetes/kubernetes/issues/87157
549,036,021
87,157
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: gce-windows-master (ci-kubernetes-e2e-windows-gce) **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#gce-windows-master **Reason for failur...
[Failing Test] gce-windows-master (ci-kubernetes-e2e-windows-gce)
https://api.github.com/repos/kubernetes/kubernetes/issues/87154/comments
3
2020-01-13T16:04:23Z
2020-01-13T16:10:05Z
https://github.com/kubernetes/kubernetes/issues/87154
549,027,905
87,154
[ "kubernetes", "kubernetes" ]
Hello Folks! I have setup a kubernete cluster with kubeadm in baremetal. the cluster works well. Next I connected some workers nodes. But for some reason other IP addresses of Pods were assigned. now when you deploy a service, if it is installed on one of these new nodes, errors appear. Error - "N...
how to change PODcidr on specifiec nodes Kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/87150/comments
9
2020-01-13T13:40:12Z
2020-03-19T17:06:35Z
https://github.com/kubernetes/kubernetes/issues/87150
548,937,189
87,150
[ "kubernetes", "kubernetes" ]
While working on pod affinity, I got a typical warning from the `default-scheduler`: `0/6 nodes are available: 3 Insufficient memory, 6 node(s) didn’t match node selector` Now the problem here is I messed up my affinity labelling. But by putting the memory error first, the error message can (and did, in the case of m...
Default scheduler human-friendly warning ordering
https://api.github.com/repos/kubernetes/kubernetes/issues/87149/comments
34
2020-01-13T13:23:05Z
2024-03-24T06:46:00Z
https://github.com/kubernetes/kubernetes/issues/87149
548,926,672
87,149
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: `integration-master (ci-kubernetes-integration-master)` **Which test(s) are failing**: `k8s.io/kubernetes/test/integration/client.TestDynamicClient` **Since when...
[Failing Test] integration-master (ci-kubernetes-integration-master)
https://api.github.com/repos/kubernetes/kubernetes/issues/87148/comments
1
2020-01-13T13:04:19Z
2020-01-13T13:06:36Z
https://github.com/kubernetes/kubernetes/issues/87148
548,916,258
87,148
[ "kubernetes", "kubernetes" ]
**error message:** Warning FailedMount 9m54s (x31 over 77m) kubelet, 192.168.0.2 Unable to mount volumes for pod "sa-token-test_zhen gqs1(22b45b06-bfca-44cd-96f1-00d8b780f246)": timeout expired waiting for volumes to attach or mount for pod "zhengqs1"/"sa-token-test". list of unm ounted volumes=[token-...
volumes serviceAccountToken mountVolume.SetUp failed
https://api.github.com/repos/kubernetes/kubernetes/issues/87147/comments
4
2020-01-13T12:10:36Z
2020-07-14T20:35:43Z
https://github.com/kubernetes/kubernetes/issues/87147
548,890,046
87,147
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI --> **Which jobs are flaking**: None **Which test(s) are flaking**: - [sig-storage] HostPath should give a volume the correct mode [LinuxOnly] [NodeConformance] [...
[Flaky Test] HostPath should give a volume the correct mode
https://api.github.com/repos/kubernetes/kubernetes/issues/87146/comments
5
2020-01-13T11:59:16Z
2020-06-11T13:44:50Z
https://github.com/kubernetes/kubernetes/issues/87146
548,884,417
87,146
[ "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 remains in...
Kube-scheduler doesn't retry rescheduling the pod
https://api.github.com/repos/kubernetes/kubernetes/issues/87145/comments
5
2020-01-13T11:47:16Z
2020-06-11T20:50:59Z
https://github.com/kubernetes/kubernetes/issues/87145
548,878,586
87,145
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-master-scale-performance (ci-kubernetes-e2e-gce-scale-performance)` **Since when has it been failing**: `12th Jan 09:02 PST` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#gce-master-scale-performance **Reason for failure**: ```console :0 [measure...
Single prober not discovered via Prometheus cause scalability tests failures
https://api.github.com/repos/kubernetes/kubernetes/issues/87143/comments
11
2020-01-13T11:37:52Z
2020-02-21T12:52:57Z
https://github.com/kubernetes/kubernetes/issues/87143
548,874,358
87,143
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-master-scale-correctness (ci-kubernetes-e2e-gce-scale-correctness)` **Which test(s) are failing**: `[sig-network] Networking Granular Checks: Services should update nodePort: udp [Slow]` **Since when has it been failing**: `01-12 04:02 PST` **Testgrid link**: https://testgr...
[Flaky Test] gce-master-scale-correctness (ci-kubernetes-e2e-gce-scale-correctness)
https://api.github.com/repos/kubernetes/kubernetes/issues/87142/comments
10
2020-01-13T11:32:41Z
2020-01-20T14:43:11Z
https://github.com/kubernetes/kubernetes/issues/87142
548,871,791
87,142
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `post-release-push-image-deb-builder (post-release-push-image-deb-builder)` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#post-release-push-image-deb-builder **Reason for failure**: ```console Activating service account... Activated service account crede...
[Failing Test] post-release-push-image-deb-builder (post-release-push-image-deb-builder)
https://api.github.com/repos/kubernetes/kubernetes/issues/87141/comments
3
2020-01-13T11:28:08Z
2020-01-13T18:54:37Z
https://github.com/kubernetes/kubernetes/issues/87141
548,869,502
87,141
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: kubectl is missing completion for rollout restart command. **Why is this needed**:
kubectl missing rollout restart completion
https://api.github.com/repos/kubernetes/kubernetes/issues/87137/comments
8
2020-01-13T10:17:54Z
2020-10-02T12:40:57Z
https://github.com/kubernetes/kubernetes/issues/87137
548,830,092
87,137
[ "kubernetes", "kubernetes" ]
My k8s version is 1.15.6. I want my high priority pods won't be evicted when diskPressure. I found that PR: https://github.com/kubernetes/kubernetes/pull/87144 , high priority pods should not be evicted when diskPressure. I won't update to 1.17 temporarily. so can patch this PR to k8s 1.15? **What happened**...
high priority pods be evicted when diskPressure in k8s 1.15
https://api.github.com/repos/kubernetes/kubernetes/issues/87136/comments
5
2020-01-13T09:33:48Z
2020-06-11T13:44:50Z
https://github.com/kubernetes/kubernetes/issues/87136
548,806,785
87,136
[ "kubernetes", "kubernetes" ]
**What happened**: kube-apiserver crashed due to etcd-cient trying to close a closed channel **What you expected to happen**: kube-apiserver keep running instead of crashing **How to reproduce it (as minimally and precisely as possible)**: Not easy to reproduce **Anything else we need to know?**: ## apiserver lo...
kube-apiserver panic caused by etcd-cient trying to close a closed channel
https://api.github.com/repos/kubernetes/kubernetes/issues/87135/comments
8
2020-01-13T09:09:02Z
2020-06-12T23:18:04Z
https://github.com/kubernetes/kubernetes/issues/87135
548,793,972
87,135
[ "kubernetes", "kubernetes" ]
Hello, I would like to know what is ListKind's usefulness in CRD? ```shell # kubectl explain crd.spec.names ... listKind <string> ListKind is the serialized kind of the list for this resource. Defaults to <kind>List. ... ``` I found this parameter in CRD.spec.names. However, I didn't find ...
What is ListKind's usefulness in CRD?
https://api.github.com/repos/kubernetes/kubernetes/issues/87133/comments
3
2020-01-13T08:41:51Z
2020-01-13T19:09:03Z
https://github.com/kubernetes/kubernetes/issues/87133
548,782,621
87,133
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI --> **Which jobs are flaking**: ``` ci-kubernetes-integration-master ``` **Which test(s) are flaking**: ``` k8s.io/kubernetes/test/integration/client.TestD...
[Failing Test] integration-master (ci-kubernetes-integration-master)
https://api.github.com/repos/kubernetes/kubernetes/issues/87131/comments
6
2020-01-13T08:17:41Z
2020-01-14T21:31:02Z
https://github.com/kubernetes/kubernetes/issues/87131
548,771,699
87,131
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: After issue h...
Azure - PIP dns label will be default deleted when there is no service dns annotation
https://api.github.com/repos/kubernetes/kubernetes/issues/87127/comments
6
2020-01-13T07:22:42Z
2020-02-28T17:38:50Z
https://github.com/kubernetes/kubernetes/issues/87127
548,748,463
87,127
[ "kubernetes", "kubernetes" ]
**Version:** ``` $ kubectl version Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.4", GitCommit:"224be7bdce5a9dd0c2fd0d46b83865648e2fe0ba", GitTreeState:"clean", BuildDate:"2019-12-11T12:47:40Z", GoVersion:"go1.12.12", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:...
Kube API server logging is trace mode, which results in a large amount of logs. How to close?
https://api.github.com/repos/kubernetes/kubernetes/issues/87126/comments
19
2020-01-13T06:48:02Z
2021-03-27T11:21:53Z
https://github.com/kubernetes/kubernetes/issues/87126
548,736,726
87,126
[ "kubernetes", "kubernetes" ]
Followup of non-blocking comments on #82462 Replace the ipv4 and ipv6 proxier tuples in kube-proxy with maps.
Remove {ipv4, ipv6} tuple conventions in kube-proxy
https://api.github.com/repos/kubernetes/kubernetes/issues/87123/comments
18
2020-01-13T05:43:43Z
2021-02-07T00:33:33Z
https://github.com/kubernetes/kubernetes/issues/87123
548,717,334
87,123
[ "kubernetes", "kubernetes" ]
- [x] [mock test ticket](#) - [x] [PR](https://github.com/kubernetes/kubernetes/pull/87212) - [ ] [promotion](https://github.com/kubernetes/kubernetes/pull/88034) - [ ] [update to improve](https://github.com/kubernetes/kubernetes/pull/89707) # Notes This issue proposes the writing of a new test for the API e...
Write CoreV1ConfigMap test+promote - +2 Coverage
https://api.github.com/repos/kubernetes/kubernetes/issues/87120/comments
9
2020-01-13T01:35:21Z
2020-05-09T22:08:37Z
https://github.com/kubernetes/kubernetes/issues/87120
548,662,904
87,120
[ "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**: **What you ...
configmap Key should not follow `[-._a-zA-Z0-9]+`
https://api.github.com/repos/kubernetes/kubernetes/issues/87119/comments
5
2020-01-13T00:56:42Z
2020-01-13T01:19:14Z
https://github.com/kubernetes/kubernetes/issues/87119
548,657,085
87,119
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: When I run `k...
`kubectl kube-apiversions` doesn't show "podsecuritypolicy" resource
https://api.github.com/repos/kubernetes/kubernetes/issues/87115/comments
8
2020-01-12T14:03:02Z
2020-01-12T17:12:22Z
https://github.com/kubernetes/kubernetes/issues/87115
548,574,734
87,115
[ "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 hostp...
HostPath in FileOrCreate mode does not work properly when the directory where the file is located does not exist
https://api.github.com/repos/kubernetes/kubernetes/issues/87112/comments
8
2020-01-12T12:53:21Z
2020-06-11T01:31:59Z
https://github.com/kubernetes/kubernetes/issues/87112
548,566,670
87,112
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `bazel-build-1.14 (periodic-kubernetes-bazel-build-1-14)` **Testgrid link**: https://testgrid.k8s.io/sig-release-1.14-blocking#bazel-build-1.14 **Reason for failure**: ```console W0112 09:44:12.144] CommandException: arg (gs://kubernetes-release-dev/bazel/v1.14.11-beta.1) does not...
[Failing Test] bazel-build-1.14 (periodic-kubernetes-bazel-build-1-14)
https://api.github.com/repos/kubernetes/kubernetes/issues/87111/comments
5
2020-01-12T12:23:57Z
2020-02-18T23:59:42Z
https://github.com/kubernetes/kubernetes/issues/87111
548,563,182
87,111