issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.91B
issue_number
int64
1
131k
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Containers ...
Containers startup is blocked by postStart lifecycle hook
https://api.github.com/repos/kubernetes/kubernetes/issues/81450/comments
13
2019-08-15T05:08:39Z
2020-04-19T03:51:41Z
https://github.com/kubernetes/kubernetes/issues/81450
480,996,352
81,450
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Can kubelet support config cpu limit dynamicly without pod restart? Just a simple advice without specific proposals. **Why is this needed**: I personally think this is useful for some burstable servic...
Support dynamic cpu limit for burstable services ?
https://api.github.com/repos/kubernetes/kubernetes/issues/81446/comments
5
2019-08-15T04:40:07Z
2019-08-22T09:18:56Z
https://github.com/kubernetes/kubernetes/issues/81446
480,991,166
81,446
[ "kubernetes", "kubernetes" ]
/kind bug /sig api-machinery /area custom-resources for now CRD validation allows `.spec.validation.openAPIV3Schema.type` to be either empty/unspecified or an "object" type. and openapi publishing will be failing in the former case, it will be published as unstructral regardless of all the specified openapi proper...
Absent root element type will fail CRD publishing
https://api.github.com/repos/kubernetes/kubernetes/issues/81445/comments
7
2019-08-15T03:39:48Z
2019-08-15T03:58:06Z
https://github.com/kubernetes/kubernetes/issues/81445
480,980,298
81,445
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: when kubelet call deviceplugin api Allocate,add pod info and container info paramerent, such as `type AllocateRequest struct { Pod *v1.Pod Container Container ContainerRequests []*C...
should DevicePlugin pluginapi.AllocateRequest add pod info and container info
https://api.github.com/repos/kubernetes/kubernetes/issues/81442/comments
4
2019-08-15T03:17:11Z
2019-08-19T07:40:41Z
https://github.com/kubernetes/kubernetes/issues/81442
480,975,961
81,442
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> /sig scheduling /priority important-soon /assign **Why is this needed**: The scheduling framework plugin could save pod related states in some extension points and used in others, ex: 1. [Save](https://github.com/kubernetes/kuberne...
Propose a cleanup extension point to the scheduling framework
https://api.github.com/repos/kubernetes/kubernetes/issues/81438/comments
10
2019-08-15T02:06:59Z
2019-09-01T07:05:21Z
https://github.com/kubernetes/kubernetes/issues/81438
480,962,539
81,438
[ "kubernetes", "kubernetes" ]
## Motivation As you may have known, scheduler internally has 2 primary cycles - one is scheduling cycle, the other is the binding cycle. Per the latest scheduler framework, the binding cycle includes plugins like Permit, Prebind, and Postbind. And the other fact is that the binding cycle is running as a separate go...
Enhance cooperation with scheduler binding cycle
https://api.github.com/repos/kubernetes/kubernetes/issues/81433/comments
28
2019-08-14T20:18:15Z
2019-12-02T22:35:20Z
https://github.com/kubernetes/kubernetes/issues/81433
480,868,971
81,433
[ "kubernetes", "kubernetes" ]
**What happened**: We tried to separate logger functionality as subpackage of e2e test framework, but we've recognized that should be core functionality and we should keep it as core of e2e test framework after facing circular dependency issues. After merging https://github.com/kubernetes/kubernetes/pull/81426 th...
Use log functions of core e2e framework instead of e2elog sub package
https://api.github.com/repos/kubernetes/kubernetes/issues/81427/comments
53
2019-08-14T17:53:54Z
2021-07-09T22:47:01Z
https://github.com/kubernetes/kubernetes/issues/81427
480,809,083
81,427
[ "kubernetes", "kubernetes" ]
I would like us to rename `PersistentVolumeClaimFileSystemResizePending` condition to `PersistentVolumeClaimNodeExpansionPending` which is more accurate for CSI world and more representative of what actually happens on the node. In many cases expansion on node could involve more than file system expansion. This con...
Rename PersistentVolumeClaimFileSystemResizePending condition
https://api.github.com/repos/kubernetes/kubernetes/issues/81425/comments
4
2019-08-14T17:21:35Z
2020-01-11T19:30:09Z
https://github.com/kubernetes/kubernetes/issues/81425
480,796,315
81,425
[ "kubernetes", "kubernetes" ]
**What happened**: ```sh kubectl patch namespaces/default -o json --type json -p '[{"op":"replace", "path":"bogus/metadata/annotations","value":{"k":"v"}}]' ``` The patch was applied and metadata.annotations modified **What you expected to happen**: The invalid path (no leading `/`) would be rejected *...
JSONPatch accepts invalid paths with a spurious leading segment
https://api.github.com/repos/kubernetes/kubernetes/issues/81422/comments
1
2019-08-14T16:15:48Z
2019-11-05T14:32:03Z
https://github.com/kubernetes/kubernetes/issues/81422
480,769,119
81,422
[ "kubernetes", "kubernetes" ]
The issue points to the reported closed issue here : https://github.com/kubernetes/kubernetes/issues/63959 I tested this but its not working correctly and ingress is not respecting the annotations : I have hard time getting this working with NLB using ingress controller : https://kubernetes.github.io/ingress...
EIP allocation for NLB Nginx-ingress
https://api.github.com/repos/kubernetes/kubernetes/issues/81421/comments
11
2019-08-14T14:44:47Z
2020-02-03T17:24:28Z
https://github.com/kubernetes/kubernetes/issues/81421
480,721,423
81,421
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Following are two e2e testing service functioning over same port but different protocol, but do not test service reachability. 1. should be able to update NodePorts with two same port numbers but differe...
Update "service using same port but different protocol" e2e to test service reachability
https://api.github.com/repos/kubernetes/kubernetes/issues/81418/comments
0
2019-08-14T13:27:04Z
2019-10-01T08:21:41Z
https://github.com/kubernetes/kubernetes/issues/81418
480,678,639
81,418
[ "kubernetes", "kubernetes" ]
**What happened**: kubelet_running_pod_count is larger than the pod actually running on the node, as follows: Getting metic on prometheus: ``` kubelet_running_pod_count{instance="k8s-node01"} ``` result is: ``` kubelet_running_pod_count{beta_kubernetes_io_arch="amd64",beta_kubernetes_io_os="linux",instance="k...
kubelet_running_pod_count metric is not correct
https://api.github.com/repos/kubernetes/kubernetes/issues/81412/comments
30
2019-08-14T10:45:35Z
2021-01-25T03:34:44Z
https://github.com/kubernetes/kubernetes/issues/81412
480,609,069
81,412
[ "kubernetes", "kubernetes" ]
I am using below yaml to deploy a loadbalancer service which as per the document should deploy a loadbalancer with mixed protocol but same was not working. apiVersion: v1 kind: Service metadata: annotations: service.beta.kubernetes.io/azure-load-balancer-internal: 'true' service.beta.kubernetes.io/azure...
Can't deploy Mix protocols loadbalancer in Azure Kubernetes 1.13.5
https://api.github.com/repos/kubernetes/kubernetes/issues/81406/comments
6
2019-08-14T06:04:19Z
2020-02-07T13:54:37Z
https://github.com/kubernetes/kubernetes/issues/81406
480,496,570
81,406
[ "kubernetes", "kubernetes" ]
docker version:18.06.3-ce kubeadm:v1.15.2 kubernetes:v1.15.2 CentOS Kernel:3.10.0-957.21.2.el7.x86_64 kubernetes-dashboard:v1.10.1 1、\#\#\#\# kubernetes-dashboard pod,status Running. $ kubectl get pod -n kube-ops -l app=kubernetes-dashboard -o wide NAME READY STATUS REST...
kubernetes (v1.15.0~v1.15.2) IPVS Rule lost
https://api.github.com/repos/kubernetes/kubernetes/issues/81405/comments
8
2019-08-14T05:46:29Z
2019-10-16T15:05:02Z
https://github.com/kubernetes/kubernetes/issues/81405
480,491,852
81,405
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-e2e-gci-gce-alpha-enabled-default **Which test(s) are failing**: CSI hostpath-v0 tests **Since when has it been failing**: 8/8 **Testgrid link**: https://k8s-...
external provisioner tests failing in alpha suites
https://api.github.com/repos/kubernetes/kubernetes/issues/81403/comments
10
2019-08-14T04:07:04Z
2019-08-20T17:47:16Z
https://github.com/kubernetes/kubernetes/issues/81403
480,470,818
81,403
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-e2e-gci-gce-alpha-enabled-default **Which test(s) are failing**: CSI hostpath-v0 tests **Since when has it been failing**: 8/8 **Testgrid link**: https://k8s-...
Disable hostpath-v0 tests from alpha suites
https://api.github.com/repos/kubernetes/kubernetes/issues/81401/comments
1
2019-08-14T04:02:08Z
2019-08-16T18:30:12Z
https://github.com/kubernetes/kubernetes/issues/81401
480,469,951
81,401
[ "kubernetes", "kubernetes" ]
``` bazel-out/darwin-fastbuild/bin/test/instrumentation/list_stable_metrics.genrule_script.sh: line 2: ./bazel-out/host/bin/test/instrumentation/darwin_amd64_stripped/instrumentation: Argument list too long ``` /assign @serathius /cc @logicalhan @brancz /sig instrumentation
//test/instrumentation:list_stable_metrics fails due to argument list
https://api.github.com/repos/kubernetes/kubernetes/issues/81400/comments
3
2019-08-14T03:24:14Z
2019-10-25T22:37:14Z
https://github.com/kubernetes/kubernetes/issues/81400
480,462,427
81,400
[ "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 running ...
Kubernetes pods still running even if they are evicted
https://api.github.com/repos/kubernetes/kubernetes/issues/81383/comments
10
2019-08-13T22:06:59Z
2020-01-11T17:28:10Z
https://github.com/kubernetes/kubernetes/issues/81383
480,391,672
81,383
[ "kubernetes", "kubernetes" ]
**What happened**: Running bazel 0.26.1 with `--incompatible_restrict_named_params` flag fails with ``` ERROR: /private/var/tmp/_bazel_marius/c39204db2cb7e0a79ba2096a64d88d76/external/io_k8s_kubernetes/staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/BUILD:6:1: Traceback (most recent call last): Fi...
fails to build with --incompatible_restrict_named_params
https://api.github.com/repos/kubernetes/kubernetes/issues/81382/comments
3
2019-08-13T22:00:14Z
2019-12-10T02:36:11Z
https://github.com/kubernetes/kubernetes/issues/81382
480,389,492
81,382
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: The scale client (`k8s.io/client-go/scale`) currently works fine with namespaced resources. However, it doesn't work for non-namespaced resources e.g. cluster-scoped CRDs. The current implementation shoul...
scale client: support non-namespaced resources
https://api.github.com/repos/kubernetes/kubernetes/issues/81380/comments
5
2019-08-13T21:49:31Z
2019-08-23T17:57:19Z
https://github.com/kubernetes/kubernetes/issues/81380
480,385,870
81,380
[ "kubernetes", "kubernetes" ]
**What happened**: Each v1/type Resource type should have a particular format for its quantity. In assessing appropriate values for resource's Quantity.Format (ie, BinarySI, DecimalSI), I see that usage for a given type is not consistent (particularly within test code). **What you expected to happen**: I *think*...
resource.Quantity.Format isn't set consistently for each v1/type resource
https://api.github.com/repos/kubernetes/kubernetes/issues/81379/comments
3
2019-08-13T21:35:02Z
2019-08-13T23:23:54Z
https://github.com/kubernetes/kubernetes/issues/81379
480,380,163
81,379
[ "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 upgradi...
CoreDNS fails to start after upgrading from 1.14.5 to 1.15.2
https://api.github.com/repos/kubernetes/kubernetes/issues/81371/comments
5
2019-08-13T18:01:32Z
2019-08-13T20:36:39Z
https://github.com/kubernetes/kubernetes/issues/81371
480,290,126
81,371
[ "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**: ```0731 04:32...
External CA: Kubeadm Kubeconfig validation fails when using CA bundle
https://api.github.com/repos/kubernetes/kubernetes/issues/81370/comments
3
2019-08-13T17:38:41Z
2019-08-14T16:53:59Z
https://github.com/kubernetes/kubernetes/issues/81370
480,280,066
81,370
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: pull-kubernetes-integration **Which test(s) are failing**: TestVolumeProvision Example: https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/81330/pull-kubernetes-integration/1161315691412852736/ ``` --- FAIL: TestVolumeProvision (12.16s) volume_binding_test.go:1...
TestVolumeProvision is flaky
https://api.github.com/repos/kubernetes/kubernetes/issues/81368/comments
10
2019-08-13T17:11:12Z
2020-08-10T05:30:21Z
https://github.com/kubernetes/kubernetes/issues/81368
480,268,689
81,368
[ "kubernetes", "kubernetes" ]
it looks like the cleanup of uncertain volumes introduced in https://github.com/kubernetes/kubernetes/pull/71276 is problematic. The problem is - when a volume is added as "uncertain" to the actual state of the world, it does not actually get added to `nodesToUpdateStatusFor` map so `removeVolumeFromReportAsAttache...
Uncertain volumes are not detached from node
https://api.github.com/repos/kubernetes/kubernetes/issues/81365/comments
7
2019-08-13T16:07:43Z
2019-12-15T20:45:43Z
https://github.com/kubernetes/kubernetes/issues/81365
480,242,234
81,365
[ "kubernetes", "kubernetes" ]
@kubernetes/sig-cloud-provider-bugs When we are trying to redeploy the same deployment which is already running, Deployment does not do the rolling update from old replicaset to new replicaset which means old and new replica sets are keep on running. I have tried to set the revisionHistoryLimit to 1 but it also does...
Redeployment does not scale down the old Replica set
https://api.github.com/repos/kubernetes/kubernetes/issues/81364/comments
10
2019-08-13T15:35:34Z
2021-04-25T07:24:11Z
https://github.com/kubernetes/kubernetes/issues/81364
480,226,155
81,364
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: I'd like to restrict service account token usage to certain IP ranges. **Why is this needed**: We use a cluster-admin token for GitLab to integrate with Kubernetes (deploys resources to cluster, views pod logs, displays resources in namespaces). Unfortunately GitLab allows this t...
Restrict service account token usage to CIDR IP range
https://api.github.com/repos/kubernetes/kubernetes/issues/81362/comments
5
2019-08-13T15:16:46Z
2020-01-18T20:13:38Z
https://github.com/kubernetes/kubernetes/issues/81362
480,216,170
81,362
[ "kubernetes", "kubernetes" ]
This is important to implement [Networking programming latency SLI](https://github.com/kubernetes/community/blob/master/sig-scalability/slos/network_programming_latency.md). At the moment it's only changed when list of pods changes. According to @wojtek-t this issue would be resolved, when server-side apply would be...
Compute and propagate EndpointsLastChangeTriggerTime for all cases
https://api.github.com/repos/kubernetes/kubernetes/issues/81360/comments
8
2019-08-13T14:57:57Z
2020-05-11T11:20:29Z
https://github.com/kubernetes/kubernetes/issues/81360
480,206,002
81,360
[ "kubernetes", "kubernetes" ]
The branch [`release-1.16`][branch] was just created. Please update the [publishing-bot's configuration][config] to also publish this new branch. [branch]: https://github.com/kubernetes/kubernetes/tree/release-1.16 [config]: https://github.com/kubernetes/kubernetes/tree/master/staging/publishing <!-- no assignments ...
Update publishing-bot for release-1.16
https://api.github.com/repos/kubernetes/kubernetes/issues/81354/comments
0
2019-08-13T12:16:42Z
2019-08-14T07:40:26Z
https://github.com/kubernetes/kubernetes/issues/81354
480,123,931
81,354
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: kube-proxy-wo...
kube proxy CrashLoopBackOff
https://api.github.com/repos/kubernetes/kubernetes/issues/81353/comments
5
2019-08-13T12:06:41Z
2019-08-27T12:08:02Z
https://github.com/kubernetes/kubernetes/issues/81353
480,119,679
81,353
[ "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...
fluentd-elasticsearch always appear “No default index pattern. You must select or create one to continue”
https://api.github.com/repos/kubernetes/kubernetes/issues/81351/comments
5
2019-08-13T11:02:08Z
2020-01-10T17:04:37Z
https://github.com/kubernetes/kubernetes/issues/81351
480,093,843
81,351
[ "kubernetes", "kubernetes" ]
**What happened**: This dummy pod uses a volume only in `initContainer` and the pod does not start: ``` apiVersion: v1 kind: Pod metadata: name: testpod labels: name: test spec: initContainers: - image: gcr.io/google_containers/busybox command: - "date" name: busybox-in...
Pod with a volume used only in initContainers can't start
https://api.github.com/repos/kubernetes/kubernetes/issues/81343/comments
2
2019-08-13T08:32:18Z
2019-08-13T08:45:37Z
https://github.com/kubernetes/kubernetes/issues/81343
480,027,249
81,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**: Hello, I depl...
'kubectl logs -f' command dosen't print new logs continuously
https://api.github.com/repos/kubernetes/kubernetes/issues/81334/comments
9
2019-08-13T06:30:12Z
2020-01-26T10:11:12Z
https://github.com/kubernetes/kubernetes/issues/81334
479,981,413
81,334
[ "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**: Two issues in...
kubectl/drain lib leaks goroutines and waits forever for the pods to be deleted
https://api.github.com/repos/kubernetes/kubernetes/issues/81333/comments
3
2019-08-13T06:29:58Z
2019-11-13T15:57:18Z
https://github.com/kubernetes/kubernetes/issues/81333
479,981,338
81,333
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: An ad-hoc run of a cronjob can be triggered by using the `kubectl job --from=<cronjob>`. The inverse operation should be available as well: Sample Command Line: `kubectl create cronjob --from-job=<job>` Sample YAML definition: ```yaml apiVersion: batch/v1beta1 kind: Cr...
When creating a cronjob, Reference an existing job
https://api.github.com/repos/kubernetes/kubernetes/issues/81329/comments
17
2019-08-13T03:49:02Z
2022-04-13T12:12:31Z
https://github.com/kubernetes/kubernetes/issues/81329
479,945,826
81,329
[ "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 #68619 , i...
cpumanager will remove all entries in state file after restart.
https://api.github.com/repos/kubernetes/kubernetes/issues/81324/comments
6
2019-08-13T01:58:36Z
2019-10-31T06:33:37Z
https://github.com/kubernetes/kubernetes/issues/81324
479,923,827
81,324
[ "kubernetes", "kubernetes" ]
Recently I am trying to do e2e test in my local server and I followed this guidance, https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/e2e-tests.md#local-clusters However, I found local e2e test had been removed from source code. I tracked the change log, but did not find any inform...
Question about local E2E test
https://api.github.com/repos/kubernetes/kubernetes/issues/81323/comments
4
2019-08-13T01:36:00Z
2019-11-25T02:59:27Z
https://github.com/kubernetes/kubernetes/issues/81323
479,919,493
81,323
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Enable snapshot tests for gce-pd csi driver tests in k/k **Why is this needed**: Snapshot is moving to beta in 1.16. We should enable snapshot e2e tests with a real storage driver.
Enable snapshot tests for pd csi driver
https://api.github.com/repos/kubernetes/kubernetes/issues/81318/comments
7
2019-08-12T22:24:26Z
2019-11-15T01:50:44Z
https://github.com/kubernetes/kubernetes/issues/81318
479,877,380
81,318
[ "kubernetes", "kubernetes" ]
In the function IsLocalEphemeralVolume to check whether volume is using ephemeral storage or not, it misses "secret" volume type. https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/util/util.go#L544
IsLocalEphemeralVolume function misses secret volume type
https://api.github.com/repos/kubernetes/kubernetes/issues/81317/comments
3
2019-08-12T21:55:47Z
2019-10-04T21:20:27Z
https://github.com/kubernetes/kubernetes/issues/81317
479,868,427
81,317
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-e2e-gci-gce-serial **Which test(s) are failing**: [sig-scheduling] SchedulerPriorities [Serial] Pod should be preferably scheduled to nodes pod can tolerate **Sinc...
[Failing Test] [sig-scheduling] SchedulerPriorities [Serial] Pod should be preferably scheduled to nodes pod can tolerate
https://api.github.com/repos/kubernetes/kubernetes/issues/81316/comments
6
2019-08-12T21:55:45Z
2019-08-16T14:49:39Z
https://github.com/kubernetes/kubernetes/issues/81316
479,868,417
81,316
[ "kubernetes", "kubernetes" ]
API server defaults the service CIDR. We should instead just fail if it is not specified. Defaulting is a wild guess and very likely to be wrong. /sig network /kind bug
DefaultServiceIPCIDR should not exist
https://api.github.com/repos/kubernetes/kubernetes/issues/81315/comments
6
2019-08-12T21:22:45Z
2019-09-10T21:31:47Z
https://github.com/kubernetes/kubernetes/issues/81315
479,856,444
81,315
[ "kubernetes", "kubernetes" ]
I am running an EAS server here: https://api.crd.builders . This server is using trusted cert and has not authN and authZ (public). This is hosted on Google appengine and serves via HTTP/2 & HTTP/1.1 . ```console $ curl -vv https://api.crd.builders/apis/meta.appscode.com/v1alpha1 * Trying 2001:4860:4802:36::15.....
kube-aggregator fails to proxy for HTTP/2 enabled EAS
https://api.github.com/repos/kubernetes/kubernetes/issues/81310/comments
16
2019-08-12T20:22:53Z
2020-06-20T22:22:26Z
https://github.com/kubernetes/kubernetes/issues/81310
479,833,095
81,310
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Currently the IPVS proxier considers both active and inactive connections when deciding if an IPVS real server should be deleted or not. For many TCP based applications, this results in the real server not being deleted until the graceful termination timeout is met (15m). I think i...
Should IPVS graceful termination ignore "inactive" connections?
https://api.github.com/repos/kubernetes/kubernetes/issues/81308/comments
15
2019-08-12T19:51:18Z
2021-09-08T01:49:38Z
https://github.com/kubernetes/kubernetes/issues/81308
479,820,417
81,308
[ "kubernetes", "kubernetes" ]
**What happened**: The vresion of the hostpathplugin specified in the kubernetes e2e tests had a bug in cloning causing storageclass compare checks to always fail. As a result e2e tests could not pass for cloning in kubernetes. **What you expected to happen**: The version referencedin e2e tests should have a ...
Update hostpathplugin to include clone fixes
https://api.github.com/repos/kubernetes/kubernetes/issues/81303/comments
1
2019-08-12T19:01:27Z
2019-08-14T19:46:12Z
https://github.com/kubernetes/kubernetes/issues/81303
479,800,869
81,303
[ "kubernetes", "kubernetes" ]
Comments for this field (staging/src/k8s.io/api/core/v1/types.go) say "Must be 1 for liveness" and #77807 is adding startup in the same way. This is kind of gross API. It would be nice if we could just make that field work normally for those contexts (I am not sure why we don't want it to work, even if it is odd). ...
Probe.SuccessThreshold validation is contextual (bad)
https://api.github.com/repos/kubernetes/kubernetes/issues/81301/comments
11
2019-08-12T18:14:06Z
2024-08-12T16:18:50Z
https://github.com/kubernetes/kubernetes/issues/81301
479,781,144
81,301
[ "kubernetes", "kubernetes" ]
**What happened**: The stackdriver logging agent is installed and start running no matter logging is enabled/disabled in the cluster or not. **What you expected to happen**: Do not install and start the logging agent if logging is disabled.
InstallAndStart-LoggingAgent should be based on whether logging is enabled for the cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/81299/comments
2
2019-08-12T17:58:17Z
2019-09-05T20:00:59Z
https://github.com/kubernetes/kubernetes/issues/81299
479,774,550
81,299
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: The image (`m...
Windows pause image (mcr.microsoft.com/k8s/core/pause) should not output logs
https://api.github.com/repos/kubernetes/kubernetes/issues/81298/comments
1
2019-08-12T17:14:28Z
2019-08-27T16:44:44Z
https://github.com/kubernetes/kubernetes/issues/81298
479,756,903
81,298
[ "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**: From time t...
Node pass to NotReady
https://api.github.com/repos/kubernetes/kubernetes/issues/81290/comments
8
2019-08-12T13:44:06Z
2020-01-30T08:43:26Z
https://github.com/kubernetes/kubernetes/issues/81290
479,653,805
81,290
[ "kubernetes", "kubernetes" ]
**What happened** I am not able to pass `--record=true` parameter while using `kubectl create` command. Hence, I can't register change cause seen in `kubectl rollout history` output when I use `kubectl create` ``` $ kubectl create deployment --image=nginx --record=true Error: unknown flag: --record ``` **What...
unknown flag: --record for "kubectl create" command
https://api.github.com/repos/kubernetes/kubernetes/issues/81289/comments
18
2019-08-12T12:54:59Z
2022-04-26T22:27:45Z
https://github.com/kubernetes/kubernetes/issues/81289
479,630,396
81,289
[ "kubernetes", "kubernetes" ]
**What happened**: Master nodes upgraded from 1.13.7 to 1.14.4 flapping by going to NotReady every 50 sec until all the masters are upgraded. All the pods running fine, no errors in kubelet on the upgraded master. Kubelet remains running when I see NotReady in the logs and via `watch kubectl get nodes` Upgrade...
1.14 masters flapping until all are upgraded
https://api.github.com/repos/kubernetes/kubernetes/issues/81286/comments
13
2019-08-12T11:05:57Z
2019-10-17T17:23:58Z
https://github.com/kubernetes/kubernetes/issues/81286
479,586,848
81,286
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Need a reliable way to determine if a Pod is preempted (evicted/garbageCollected) **Why is this needed**: Seems currently, we can only determine this by searching the Pod UID in all events in the name...
Need a reliable way to determine if a Pod is preempted (evicted/garbageCollected) [A.K.A. Stop Pod API]
https://api.github.com/repos/kubernetes/kubernetes/issues/81285/comments
34
2019-08-12T10:07:03Z
2021-01-03T19:11:01Z
https://github.com/kubernetes/kubernetes/issues/81285
479,564,491
81,285
[ "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**: Rs keeps crea...
rs keeps creating pods until there is a pod ready
https://api.github.com/repos/kubernetes/kubernetes/issues/81284/comments
3
2019-08-12T09:37:14Z
2019-08-27T11:50:39Z
https://github.com/kubernetes/kubernetes/issues/81284
479,551,868
81,284
[ "kubernetes", "kubernetes" ]
/sig scheduling /priority important-soon /assign **What would you like to be added**: We plan to update the internal score range to [0, 100]. **Why is this needed**: [The [0, 10] range is not differentiating](https://github.com/kubernetes/enhancements/pull/1178#discussion_r311312001) enough. Now that we a...
[Scheduler] Expand the internal range of score to [0, 100]
https://api.github.com/repos/kubernetes/kubernetes/issues/81281/comments
5
2019-08-12T08:28:41Z
2019-10-11T23:20:39Z
https://github.com/kubernetes/kubernetes/issues/81281
479,523,639
81,281
[ "kubernetes", "kubernetes" ]
/kind bug During reading the codes of pkg/kubelet/checkpoint/checkpoint.go https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/checkpoint/checkpoint.go#L98 I find we missed the error returned since https://github.com/kubernetes/kubernetes/pull/56040. See https://github.com/kubernetes/kubernetes/blob...
Error not well handled in checkpoint.go
https://api.github.com/repos/kubernetes/kubernetes/issues/81273/comments
5
2019-08-12T03:16:44Z
2019-09-05T15:54:26Z
https://github.com/kubernetes/kubernetes/issues/81273
479,452,124
81,273
[ "kubernetes", "kubernetes" ]
The --sort-by option to kubectl top was introduced from v1.15.2 and it accepts only 2 params i.e. cpu and memory. e.g. kubectl top po --all-namespaces --sort-by=cpu kubectl top po --all-namespaces --sort-by=memory The output is not in a sorted manner. **Environment**: - Kubernetes version (use `kubectl ver...
`kubectl top --sort-by` is not sorting correctly
https://api.github.com/repos/kubernetes/kubernetes/issues/81270/comments
12
2019-08-11T19:17:47Z
2020-06-01T03:16:55Z
https://github.com/kubernetes/kubernetes/issues/81270
479,401,484
81,270
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Initialize all images as exported variables in test initialization. **Why is this needed**: We have a number of ```imageutils.GetE2EImage()``` calls scattered around in the test files. We should j...
Initialize all images as exported variables in test initialization.
https://api.github.com/repos/kubernetes/kubernetes/issues/81258/comments
8
2019-08-10T19:38:28Z
2020-01-17T07:38:35Z
https://github.com/kubernetes/kubernetes/issues/81258
479,299,786
81,258
[ "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 reas...
k8s GPU cannot not be isolated when privileged is set true?
https://api.github.com/repos/kubernetes/kubernetes/issues/81256/comments
13
2019-08-10T15:59:59Z
2020-03-19T09:52:49Z
https://github.com/kubernetes/kubernetes/issues/81256
479,280,767
81,256
[ "kubernetes", "kubernetes" ]
I use fluentd to collect kubernetes container log, although I found that there are logs under /var/log/containers/ directory, but fluentd output erros like this and there are no logs be collected: 2019-08-09 16:32:01 +0000 [warn]: /var/log/containers/kube-proxy-slave2_kube-system_kube-proxy-72f058979f2b5b90667d5176ae...
fluentd can't collect kubernetes container log
https://api.github.com/repos/kubernetes/kubernetes/issues/81253/comments
4
2019-08-10T08:21:04Z
2019-08-30T07:43:59Z
https://github.com/kubernetes/kubernetes/issues/81253
479,243,149
81,253
[ "kubernetes", "kubernetes" ]
**What happened**: As https://kubernetes.slack.com/archives/C9NK9KFFW/p1565372337078100 Core e2e test framework(`test/e2e/framework`) should not import sub e2e test frameworks (e.g. `test/e2e/framework/auth`) for avoiding circular dependency. This issue is for managing such issues. The following files are in e2e...
Core e2e test framework should not import sub e2e test frameworks
https://api.github.com/repos/kubernetes/kubernetes/issues/81245/comments
38
2019-08-09T23:06:04Z
2023-02-28T07:38:58Z
https://github.com/kubernetes/kubernetes/issues/81245
479,196,119
81,245
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: pull-kubernetes-integration **Which test(s) are failing**: TestPreemptWithPermitPlugin **Since when has it been failing**: 13:30 PST, Sep 9, 2019 **Testgrid link**: ...
TestPreemptWithPermitPlugin flakes
https://api.github.com/repos/kubernetes/kubernetes/issues/81238/comments
5
2019-08-09T20:33:49Z
2019-08-14T19:46:39Z
https://github.com/kubernetes/kubernetes/issues/81238
479,156,100
81,238
[ "kubernetes", "kubernetes" ]
**What happened**: To provide necessary e2e functionality for consumers instead of a single giant e2e framework, we are separating core e2e framework (`test/e2e/framework`) into sub e2e frameworks(e.g. `test/e2e/framework/auth`). Now sub e2e frameworks have multiple dependencies and sometime we are facing circular ...
Make sub e2e framework independent as possible
https://api.github.com/repos/kubernetes/kubernetes/issues/81232/comments
20
2019-08-09T19:27:56Z
2021-07-09T22:47:03Z
https://github.com/kubernetes/kubernetes/issues/81232
479,134,114
81,232
[ "kubernetes", "kubernetes" ]
For each kubernetes release, we cut a new cadvisor release, and vendor it in. This issue tracks this for the 1.16 release.
Cut and vendor cAdvisor release for 1.16
https://api.github.com/repos/kubernetes/kubernetes/issues/81228/comments
6
2019-08-09T18:17:53Z
2019-08-30T23:15:16Z
https://github.com/kubernetes/kubernetes/issues/81228
479,109,259
81,228
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: When a `Compl...
Job controller should remember number of completion
https://api.github.com/repos/kubernetes/kubernetes/issues/81227/comments
14
2019-08-09T18:08:15Z
2020-08-10T16:44:54Z
https://github.com/kubernetes/kubernetes/issues/81227
479,105,861
81,227
[ "kubernetes", "kubernetes" ]
**What I did**: Patched the spec.selector field of a service, using: ``` kubectl patch svc "$SERVICE" --type=json --patch='[{"op": "replace", "path": "/spec/selector", "value":{"proxy":"unique-tag"}}]' ``` **What happened**: The service continues to forward new tcp connections to previously selected pods, no t...
Service Continues Forwarding to Old Nodes after Selector Patched
https://api.github.com/repos/kubernetes/kubernetes/issues/81225/comments
3
2019-08-09T16:20:50Z
2019-08-21T20:57:19Z
https://github.com/kubernetes/kubernetes/issues/81225
479,067,029
81,225
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: All the fields in `factory.Config` is being moved to the scheduler struct, after we solve the following issues, we could consider removing `factory.Config`. 1. https://github.com/kubernetes/kubernet...
Remove factory.Config from the scheduler package
https://api.github.com/repos/kubernetes/kubernetes/issues/81223/comments
0
2019-08-09T15:24:07Z
2019-10-06T01:17:41Z
https://github.com/kubernetes/kubernetes/issues/81223
479,042,762
81,223
[ "kubernetes", "kubernetes" ]
i run one media-streaming applicaiton in K8s, but when I use tcpflow i find hundreds of flow. The usual way by distinguishing the 5 tuple (ethernet type, Source & destination IP, source and destination port) do not work any more. Then how can I distinguish the flows from K8s efficiently? Thanks a lot. <!-- STOP...
How to distinguish flows in K8s world
https://api.github.com/repos/kubernetes/kubernetes/issues/81222/comments
6
2019-08-09T13:53:34Z
2020-01-06T16:30:36Z
https://github.com/kubernetes/kubernetes/issues/81222
478,999,219
81,222
[ "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 launchi...
Metrics-server goes out of storage
https://api.github.com/repos/kubernetes/kubernetes/issues/81220/comments
10
2019-08-09T12:11:51Z
2020-04-08T13:43:48Z
https://github.com/kubernetes/kubernetes/issues/81220
478,955,203
81,220
[ "kubernetes", "kubernetes" ]
**Environment**: - Kubernetes version: **"v1.15.1",** - OS : **ubuntu 16.04** - Others: **6 machine(m1-m6) in 1VM and 1 physical machine(m0), totally 7. m2 is k8s master node, m1 install ceph version 10.2.11 ,the others is k8s work nodes** ### 1. Follow this page to build MySQL cluster: https://kubernetes.i...
Headless Service IP Problem
https://api.github.com/repos/kubernetes/kubernetes/issues/81216/comments
8
2019-08-09T08:27:34Z
2019-08-15T06:50:50Z
https://github.com/kubernetes/kubernetes/issues/81216
478,863,426
81,216
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Increase backoff queue max duration and attach specific error message to unschedulable pods **Why is this needed**: Now the scheduling backoff queue max duration is 10 seconds. We find that some pods in our cluster(5K nodes and 10w+ pods) will wait a very long time to be sc...
Increase scheduling backoff queue max duration and attach specific error message to unschedulable pods
https://api.github.com/repos/kubernetes/kubernetes/issues/81214/comments
18
2019-08-09T07:10:27Z
2020-01-27T21:19:37Z
https://github.com/kubernetes/kubernetes/issues/81214
478,833,150
81,214
[ "kubernetes", "kubernetes" ]
**What happened**: When an issue happens at the following check in the conformance test "validates resource limits of pods that are allowed to run": ``` framework.ExpectEqual(len(scheduledPods), expectedScheduled, printOnce(fmt.Sprintf("Scheduled Pods: %#v", scheduledPods))) ``` the debugging message ("Schedul...
printOnce() makes debugging difficult in a conformance test
https://api.github.com/repos/kubernetes/kubernetes/issues/81202/comments
1
2019-08-08T22:46:22Z
2019-08-09T02:36:18Z
https://github.com/kubernetes/kubernetes/issues/81202
478,719,893
81,202
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-gce-conformance-latest **Which test(s) are failing**: [sig-network] Services should be able to create a functioning NodePort service [Conformance] **Since when has...
[Failing Test] Services should be able to create a functioning NodePort service conformance test is failing
https://api.github.com/repos/kubernetes/kubernetes/issues/81200/comments
10
2019-08-08T22:10:35Z
2019-08-17T05:27:41Z
https://github.com/kubernetes/kubernetes/issues/81200
478,709,879
81,200
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-e2e-gci-gce-ingress **Which test(s) are failing**: diffResources **Since when has it been failing**: Failing since 8/8 at around 3pm PDT. **Testgrid link**: h...
[Flaky Test] diffResources test failling in ci-kubernetes-e2e-gci-gce-ingress
https://api.github.com/repos/kubernetes/kubernetes/issues/81198/comments
14
2019-08-08T21:58:00Z
2019-11-22T16:09:45Z
https://github.com/kubernetes/kubernetes/issues/81198
478,706,037
81,198
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-e2e-gci-gce-serial **Which test(s) are failing**: Job is timing out. **Since when has it been failing**: The timeouts started around 8/6 at 13:00 PDT k/k diff f...
[Failing Test] ci-kubernetes-e2e-gci-gce-serial is timing out
https://api.github.com/repos/kubernetes/kubernetes/issues/81197/comments
16
2019-08-08T21:50:06Z
2019-08-26T13:35:22Z
https://github.com/kubernetes/kubernetes/issues/81197
478,703,462
81,197
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-e2e-gci-gce-alpha-features **Which test(s) are failing**: * [sig-network] Networking Granular Checks: Pods should function for node-pod communication: http [LinuxOnly...
[Failing Test] Network granular checks tests failing in ci-kubernetes-e2e-gci-gce-alpha-features
https://api.github.com/repos/kubernetes/kubernetes/issues/81193/comments
12
2019-08-08T21:27:43Z
2019-09-09T13:44:22Z
https://github.com/kubernetes/kubernetes/issues/81193
478,695,701
81,193
[ "kubernetes", "kubernetes" ]
- [x] write e2e tests for all CRD operations - [x] https://github.com/kubernetes/kubernetes/pull/81240 - [x] https://github.com/kubernetes/kubernetes/pull/82036 - discovery - 5 Untested beta Operations: - list ApiextensionsV1beta1 CustomResourceDefinition - deletecollection ApiextensionsV1be...
Conformance Tests for CRDs
https://api.github.com/repos/kubernetes/kubernetes/issues/81192/comments
7
2019-08-08T21:12:17Z
2019-09-02T01:19:03Z
https://github.com/kubernetes/kubernetes/issues/81192
478,689,666
81,192
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: ci-kubernetes-e2e-gci-gce-alpha-features **Which test(s) are failing**: * [sig-storage] CSI mock volume CSI Volume expansion [Feature:ExpandCSIVolumes] should expand volume by rest...
[Failing Test] CSI volume tests failing in ci-kubernetes-e2e-gci-gce-alpha-features
https://api.github.com/repos/kubernetes/kubernetes/issues/81191/comments
7
2019-08-08T21:07:13Z
2019-08-14T04:08:07Z
https://github.com/kubernetes/kubernetes/issues/81191
478,687,800
81,191
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I'm writing an authenticating proxy for Kubernetes, and I feel like the logs could be enhanced to make the reasons behind user refusal more clear. Local client (this gets repeated a few times, because ...
Enhance Logs around unauthenticated proxy users
https://api.github.com/repos/kubernetes/kubernetes/issues/81188/comments
6
2019-08-08T20:18:55Z
2019-11-29T03:33:46Z
https://github.com/kubernetes/kubernetes/issues/81188
478,668,468
81,188
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: pull-kubernetes-e2e-gce-csi-serial **Which test(s) are failing**: TearDown Timeout **Since when has it been failing**: I've seen failures over the past few days (6Aug or so) **Testgrid link**: https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/80247/pull-kubernetes-e2...
pull-kubernetes-e2e-gce-csi-serial Flaky
https://api.github.com/repos/kubernetes/kubernetes/issues/81181/comments
9
2019-08-08T18:54:47Z
2019-09-19T21:08:53Z
https://github.com/kubernetes/kubernetes/issues/81181
478,634,728
81,181
[ "kubernetes", "kubernetes" ]
In https://github.com/kubernetes/enhancements/pull/1144 and https://github.com/kubernetes/kubernetes/pull/80238 @smarterclayton is refining the definition of the exclude-balancer label and moving to EOL the node-role=master label as a service LB exclusion criterion. We have a weird intersection of 2 features, and I'...
Intersection of exclude-balancer and externalTrafficPolicy: needs semantic definition
https://api.github.com/repos/kubernetes/kubernetes/issues/81178/comments
5
2019-08-08T18:38:19Z
2019-09-10T23:40:33Z
https://github.com/kubernetes/kubernetes/issues/81178
478,627,966
81,178
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: More cloud providers are adopting/using the out-of-tree cloud providers. One of the various issues / complaints we get is that cmd/cloud-controller-manager is difficult to consume because of the way it pulls in a bunch of other dependencies. **Why is this needed**: I would lik...
Move cloud controllers to k8s.io/cloud-provider/controllers
https://api.github.com/repos/kubernetes/kubernetes/issues/81172/comments
11
2019-08-08T17:05:33Z
2020-06-09T13:31:19Z
https://github.com/kubernetes/kubernetes/issues/81172
478,589,530
81,172
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Some sort of automation to ensure that we do not pull images that are not listed in the imageutils package (`imageutils "k8s.io/kubernetes/test/utils/image"`) **Why is this needed**: When cleaning up some references which were hardcoded instead of going through the imageutils, ...
Automation needed to lock down E2E test images
https://api.github.com/repos/kubernetes/kubernetes/issues/81169/comments
6
2019-08-08T16:53:36Z
2020-01-05T19:09:24Z
https://github.com/kubernetes/kubernetes/issues/81169
478,584,703
81,169
[ "kubernetes", "kubernetes" ]
We need to make sure that all the tests are enabled and make sure that we test more than just mock CSI volume plugin.
Move CSI Volume expansion feature gate to beta
https://api.github.com/repos/kubernetes/kubernetes/issues/81166/comments
2
2019-08-08T14:57:09Z
2019-08-28T08:37:27Z
https://github.com/kubernetes/kubernetes/issues/81166
478,523,995
81,166
[ "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 used the ...
kubectl patch should return error for non existing keys
https://api.github.com/repos/kubernetes/kubernetes/issues/81161/comments
4
2019-08-08T12:25:24Z
2019-08-08T18:45:09Z
https://github.com/kubernetes/kubernetes/issues/81161
478,438,588
81,161
[ "kubernetes", "kubernetes" ]
``` bash yum --disableexcludes kubernetes --showduplicates list kubelet ... kubelet.x86_64 1.13.9-0 kubernetes kubelet.x86_64 1.14.0-0 kubernetes kubelet.x86_64 1.14....
I can't install old version kubelet with yum repo
https://api.github.com/repos/kubernetes/kubernetes/issues/81160/comments
10
2019-08-08T12:11:55Z
2020-01-09T23:47:35Z
https://github.com/kubernetes/kubernetes/issues/81160
478,432,076
81,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**: I've added ta...
Taints not working as expected with policy-config-file
https://api.github.com/repos/kubernetes/kubernetes/issues/81155/comments
4
2019-08-08T07:25:08Z
2019-08-09T02:02:04Z
https://github.com/kubernetes/kubernetes/issues/81155
478,297,477
81,155
[ "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 have a b...
LabelSelectorRequirement should not matched if the label key does not exist
https://api.github.com/repos/kubernetes/kubernetes/issues/81149/comments
3
2019-08-08T03:57:46Z
2019-08-08T04:09:28Z
https://github.com/kubernetes/kubernetes/issues/81149
478,237,975
81,149
[ "kubernetes", "kubernetes" ]
**What happened**: Currently statefulset don't have podSpec validation, which might result in we can create statefulset with invalid podSpec, but this statefulset can't create any pod. ```shell # k create -f sts.yaml statefulset.apps/sts-test created # k describe sts sts-test Events: Type Reason ...
statefulset don't have podSpec validation
https://api.github.com/repos/kubernetes/kubernetes/issues/81147/comments
6
2019-08-08T03:02:59Z
2020-01-05T05:56:22Z
https://github.com/kubernetes/kubernetes/issues/81147
478,226,584
81,147
[ "kubernetes", "kubernetes" ]
This issue is to track the findings from the recent 3rd party security audit of Kubernetes performed by Trail of Bits and Atredis on behalf of the CNCF. The intent is to have a place to track the community's response and remediation to these issues now that they've been made public. The full output of the assessment...
Kubernetes 3rd Party Security Audit Findings
https://api.github.com/repos/kubernetes/kubernetes/issues/81146/comments
18
2019-08-08T02:09:00Z
2023-05-25T12:09:52Z
https://github.com/kubernetes/kubernetes/issues/81146
478,215,053
81,146
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubelet allows administrators to configure TLS connections to use a variety of insecure cipher suites. In particular it su...
TOB-K8S-037: Kubelet supports insecure TLS ciphersuites
https://api.github.com/repos/kubernetes/kubernetes/issues/81145/comments
18
2019-08-08T02:04:49Z
2024-05-23T11:20:39Z
https://github.com/kubernetes/kubernetes/issues/81145
478,214,246
81,145
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** The isKernelPid function (Figure 1) checks if a given PID is a kernel PID by checking whether readlink of /proc/<pid>/exe ...
TOB-K8S-027: Incorrect isKernelPid check
https://api.github.com/repos/kubernetes/kubernetes/issues/81144/comments
1
2019-08-08T02:04:46Z
2019-08-09T03:19:55Z
https://github.com/kubernetes/kubernetes/issues/81144
478,214,237
81,144
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes includes a linkcheck command, intended to check the correctness of links within Kubernetes documentation. The c...
TOB-K8S-003: Incorrect handling of Retry-After
https://api.github.com/repos/kubernetes/kubernetes/issues/81143/comments
8
2019-08-08T02:04:43Z
2020-07-01T09:54:18Z
https://github.com/kubernetes/kubernetes/issues/81143
478,214,219
81,143
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes’ gRPC client uses a hardcoded WithInsecure() transport setting when dialing a remote: ``` staging/src/k8s.io/...
TOB-K8S-010: Hardcoded use of insecure gRPC transport
https://api.github.com/repos/kubernetes/kubernetes/issues/81142/comments
13
2019-08-08T02:04:41Z
2024-05-07T16:57:31Z
https://github.com/kubernetes/kubernetes/issues/81142
478,214,211
81,142
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes includes many components that can fail for a multitude of reasons. Health checks are an important tool in mitig...
TOB-K8S-009: Superficial health check provides false sense of safety
https://api.github.com/repos/kubernetes/kubernetes/issues/81141/comments
7
2019-08-08T02:04:38Z
2019-11-26T21:39:40Z
https://github.com/kubernetes/kubernetes/issues/81141
478,214,202
81,141
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes supports multiple backends for authentication and authorization, one of which is the Attribute-Based Access Con...
TOB-K8S-017: Use standard formats everywhere
https://api.github.com/repos/kubernetes/kubernetes/issues/81140/comments
9
2019-08-08T02:04:36Z
2020-02-09T14:52:15Z
https://github.com/kubernetes/kubernetes/issues/81140
478,214,194
81,140
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** The container manager used in kubelet checks for docker daemon process either via pidfile or process name. While the pidfi...
TOB-K8S-025: Incorrect docker daemon process name in container manager
https://api.github.com/repos/kubernetes/kubernetes/issues/81139/comments
3
2019-08-08T02:04:33Z
2019-08-09T03:20:20Z
https://github.com/kubernetes/kubernetes/issues/81139
478,214,181
81,139
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Many services in Kubernetes use questionable default functions, such as insecure random number generation or dangerous tem...
TOB-K8S-033: Services use questionable default functions
https://api.github.com/repos/kubernetes/kubernetes/issues/81138/comments
16
2019-08-08T02:04:31Z
2024-12-11T18:35:06Z
https://github.com/kubernetes/kubernetes/issues/81138
478,214,173
81,138
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes can use DNS for service discovery. This allows both cluster components and containers alike to retrieve service...
TOB-K8S-032: CoreDNS leaks internal cluster information across namespaces
https://api.github.com/repos/kubernetes/kubernetes/issues/81137/comments
13
2019-08-08T02:04:28Z
2020-02-04T18:31:17Z
https://github.com/kubernetes/kubernetes/issues/81137
478,214,162
81,137
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Legacy tokens have no expiration date. ``` func LegacyClaims(serviceAccount v1.ServiceAccount, secret v1.Secret) (*jw...
TOB-K8S-036: Legacy tokens do not expire
https://api.github.com/repos/kubernetes/kubernetes/issues/81136/comments
5
2019-08-08T02:04:25Z
2019-08-15T05:52:01Z
https://github.com/kubernetes/kubernetes/issues/81136
478,214,153
81,136
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** The kubelet will periodically poll a directory for its disk usage with the GetDirDiskUsage function. To do this, it parses...
TOB-K8S-023: kubelet crash due to improperly handled errors
https://api.github.com/repos/kubernetes/kubernetes/issues/81135/comments
17
2019-08-08T02:04:21Z
2021-06-25T02:49:11Z
https://github.com/kubernetes/kubernetes/issues/81135
478,214,147
81,135
[ "kubernetes", "kubernetes" ]
This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf) **Description** Kubernetes uses JavaScript Object Notation (JSON) and similarly structured data sources throughout the codebase. This supp...
TOB-K8S-016: Unsafe JSON construction
https://api.github.com/repos/kubernetes/kubernetes/issues/81134/comments
49
2019-08-08T02:04:18Z
2024-12-05T21:12:10Z
https://github.com/kubernetes/kubernetes/issues/81134
478,214,136
81,134