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" ]
Kubernetes generates multiple environment variables in every container per port per service (see [here](https://kubernetes.io/docs/concepts/services-networking/service/#environment-variables)). Normally this is fine, even nice. But in a large enough cluster, this can break your workloads by trying to create too large a...
Add warning to help users with unclear error `standard_init_linux.go:211: exec user process caused "argument list too long"`
https://api.github.com/repos/kubernetes/kubernetes/issues/84539/comments
6
2019-10-29T22:18:19Z
2021-07-29T22:26:49Z
https://github.com/kubernetes/kubernetes/issues/84539
514,261,281
84,539
[ "kubernetes", "kubernetes" ]
The branch [`release-1.17`][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.17 [config]: https://github.com/kubernetes/kubernetes/tree/master/staging/publishing <!-- no assignments ...
Update publishing-bot for release-1.17
https://api.github.com/repos/kubernetes/kubernetes/issues/84532/comments
1
2019-10-29T18:53:09Z
2019-10-31T17:22:10Z
https://github.com/kubernetes/kubernetes/issues/84532
514,146,734
84,532
[ "kubernetes", "kubernetes" ]
**What happened**: When a user makes a modifying request to an object through the /scale subresource, the /scale admission chain is called, but mutating and validating admission for the underlying resource are not. This introduces some unexpected behavior and also makes certain valid use cases impossible to enforce co...
Admission chain for underlying resource is not called for requests to /scale subresource
https://api.github.com/repos/kubernetes/kubernetes/issues/84530/comments
36
2019-10-29T18:20:20Z
2021-09-07T21:14:19Z
https://github.com/kubernetes/kubernetes/issues/84530
514,127,002
84,530
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Currently Portworx volume provisioner supports `ReadOnlyOnce` and `ReadWriteMany` modes. We would like to add support for `ReadOnlyMany` access mode. Currently it fails with the following error: ``` Failed to provision volume with StorageClass "portworx-shared-sc": invalid...
Support ReadOnlyMany AccessMode in portworx volume provisioner.
https://api.github.com/repos/kubernetes/kubernetes/issues/84528/comments
8
2019-10-29T18:16:29Z
2020-10-19T07:37:48Z
https://github.com/kubernetes/kubernetes/issues/84528
514,124,785
84,528
[ "kubernetes", "kubernetes" ]
# Note : The issue in enhancement repo will be used for PRs Tracker https://github.com/kubernetes/enhancements/issues/1539 -------------------------------------------------------------------------------------------------------------------------------------- This issue is Hugepages PRs Traker. [This google doc](h...
Hugepages PRs Tracker
https://api.github.com/repos/kubernetes/kubernetes/issues/84526/comments
4
2019-10-29T18:00:53Z
2020-02-05T10:38:26Z
https://github.com/kubernetes/kubernetes/issues/84526
514,115,081
84,526
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: BYOK(Bring Your Own Key) support for azure disk dependency: https://github.com/Azure/azure-sdk-for-go/tree/master/services/compute/mgmt/2019-07-01/compute **Why is this needed**: /kind feature /...
BYOK(Bring Your Own Key) support for azure disk
https://api.github.com/repos/kubernetes/kubernetes/issues/84516/comments
3
2019-10-29T13:27:30Z
2019-11-05T07:16:54Z
https://github.com/kubernetes/kubernetes/issues/84516
513,916,399
84,516
[ "kubernetes", "kubernetes" ]
**What happened**: I have compared the API operations between the Namespace design spec and the Namespace 1.16 API reference and found a couple of inconsistencies. Namespace design spec can be found at https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/namespaces.md ...
Namespace API documentation needs updates
https://api.github.com/repos/kubernetes/kubernetes/issues/84515/comments
11
2019-10-29T13:13:49Z
2019-11-01T19:58:47Z
https://github.com/kubernetes/kubernetes/issues/84515
513,907,903
84,515
[ "kubernetes", "kubernetes" ]
There are a lot of jobs that are important for every release. Most of the jobs are being reported from `testgrid` as `FLAKY` and the situation always does an unpredictable rotation. With this issue opened, we want to track the `FLAKY` jobs and take the necessary actions to reduce or fix their flakiness. ## ...
[Flaky Jobs] Reduce CI jobs flakiness
https://api.github.com/repos/kubernetes/kubernetes/issues/84514/comments
14
2019-10-29T12:57:05Z
2020-01-06T15:18:18Z
https://github.com/kubernetes/kubernetes/issues/84514
513,898,052
84,514
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-cos-master-serial (ci-kubernetes-e2e-gci-gce-serial)` **Which test(s) are failing**: ``` [sig-scheduling] SchedulerPredicates [Serial] validates MaxPods limit number of pods that are allowed to run [Slow] ``` ``` [sig-storage] In-tree Volumes [Driver: local][LocalVolumeType: bl...
[Failing Test] gce-cos-master-serial (ci-kubernetes-e2e-gci-gce-serial)
https://api.github.com/repos/kubernetes/kubernetes/issues/84512/comments
7
2019-10-29T11:31:27Z
2019-11-04T12:01:42Z
https://github.com/kubernetes/kubernetes/issues/84512
513,854,780
84,512
[ "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**: Yesterday one...
dockerd very high memory consumption
https://api.github.com/repos/kubernetes/kubernetes/issues/84508/comments
16
2019-10-29T09:31:34Z
2020-07-26T18:19:00Z
https://github.com/kubernetes/kubernetes/issues/84508
513,793,601
84,508
[ "kubernetes", "kubernetes" ]
![k8s](https://user-images.githubusercontent.com/57129554/67752489-07758680-fa6e-11e9-97f1-e272a3e0f1eb.jpg) To describe it in words: 1. POD Client and POD MySQL Master running on Node A, POD MySQL Slave running on Node B. 2. POD Client sends mysql query request to the NodePort on Node A. 3. The mysql query req...
nodeport service with 'externalTrafficPolicy: Local' doesn't work well for internal traffic
https://api.github.com/repos/kubernetes/kubernetes/issues/84505/comments
7
2019-10-29T09:13:26Z
2019-11-14T22:18:31Z
https://github.com/kubernetes/kubernetes/issues/84505
513,784,180
84,505
[ "kubernetes", "kubernetes" ]
**What happened**: Kubernetes is starting... all the time **What you expected to happen**: Kubernetes is running **Environment**: - Kubernetes version (use `kubectl version`):v1.14.7 - OS (e.g: `cat /etc/os-release`):10.15 Catalina - Kernel (e.g. `uname -a`):Darwin localhost 19.0.0 Darwin Kernel Version 19....
Kubernetes is starting... all the time
https://api.github.com/repos/kubernetes/kubernetes/issues/84497/comments
1
2019-10-29T06:56:32Z
2019-10-31T02:47:30Z
https://github.com/kubernetes/kubernetes/issues/84497
513,728,036
84,497
[ "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 create...
delete crd but not stop informer watch/list
https://api.github.com/repos/kubernetes/kubernetes/issues/84494/comments
4
2019-10-29T03:42:50Z
2019-10-29T17:02:11Z
https://github.com/kubernetes/kubernetes/issues/84494
513,675,410
84,494
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The ability to filter (on the API-side) for a list of Jobs that belong to a given CronJob. I'm creating CronJobs using `generateName`, so at the time of creation I don't know the full CronJob name. But I want to be able to get a list of Jobs that were run as part of that CronJob. H...
Feature request: K8s API support for filtering Jobs by the CronJob that owns them
https://api.github.com/repos/kubernetes/kubernetes/issues/84493/comments
6
2019-10-29T02:18:35Z
2020-05-04T18:57:50Z
https://github.com/kubernetes/kubernetes/issues/84493
513,653,308
84,493
[ "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 want to get...
how to get imageID in container
https://api.github.com/repos/kubernetes/kubernetes/issues/84492/comments
4
2019-10-29T01:51:40Z
2019-10-29T17:18:16Z
https://github.com/kubernetes/kubernetes/issues/84492
513,646,653
84,492
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: If a kubelet reported a node IP via `--node-ip` AND it was using an external cloud provider (`--cloud-provider=external`), it would apply an annotation `alpha.kubernetes.io/provided-node-ip: <ip>` on the ...
Should we remove the alpha.kubernetes.io/provided-node-ip annotation?
https://api.github.com/repos/kubernetes/kubernetes/issues/84490/comments
6
2019-10-29T00:55:17Z
2020-03-27T02:51:12Z
https://github.com/kubernetes/kubernetes/issues/84490
513,633,830
84,490
[ "kubernetes", "kubernetes" ]
I'm investigating a case where a node has 6 'windriver.com/isolcpus' devices exposed to kubelet via a device plugin. Kubelet is running with --topology-manager-policy=restricted. A running pod is consuming 4 of the devices. The node was rebooted and after coming back up kubelet logged this: topology_hints.go:46]...
rebooting node (and maybe just restarting kubelet) results in running pod going "Failed"
https://api.github.com/repos/kubernetes/kubernetes/issues/84479/comments
8
2019-10-28T21:13:06Z
2019-11-09T16:49:59Z
https://github.com/kubernetes/kubernetes/issues/84479
513,560,974
84,479
[ "kubernetes", "kubernetes" ]
Kubelet construction and initialization is, to put it frankly, a mess. More specifically here is a (partial) list of issues: - Kubelet's constructor is over 550 lines (and the kubelet struct is 325 lines!) - But actually, a big chunk of construction is hidden in KubeDeps, which is initialized over a few hundred m...
Dependency Injection for Kubelet initialization & startup
https://api.github.com/repos/kubernetes/kubernetes/issues/84473/comments
17
2019-10-28T19:27:05Z
2021-12-05T21:28:11Z
https://github.com/kubernetes/kubernetes/issues/84473
513,509,728
84,473
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Permit resource requests, limits to be altered on existing job pod templates. **Why is this needed**: To use Kubernetes to its full extent.
Allow requests, limits to be dynamically modified on job pod templates
https://api.github.com/repos/kubernetes/kubernetes/issues/84461/comments
5
2019-10-28T15:38:05Z
2020-04-07T21:27:50Z
https://github.com/kubernetes/kubernetes/issues/84461
513,384,674
84,461
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Better syntax and semantics for `kubectl edit`, so that important properties such as requests and limits can be modified on existing container definitions in job pod templates. **Why is this needed**: Currently, the patch feature either appends new containers or else drops ...
Better patch behavior for overriding container requests, limits
https://api.github.com/repos/kubernetes/kubernetes/issues/84460/comments
5
2019-10-28T15:37:12Z
2020-04-07T21:27:47Z
https://github.com/kubernetes/kubernetes/issues/84460
513,384,110
84,460
[ "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**: Dev asked me to...
pod quota evaluator adds termination grace period twice
https://api.github.com/repos/kubernetes/kubernetes/issues/84459/comments
10
2019-10-28T15:15:45Z
2020-04-18T12:36:39Z
https://github.com/kubernetes/kubernetes/issues/84459
513,370,284
84,459
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: convert RequestedToCapacityRatio to a score plugin https://github.com/kubernetes/kubernetes/blob/571cea0519eef38d77524f4074b3bd31bb7f5091/pkg/scheduler/algorithm_factory.go#L403-L411 **Why is this neede...
RequestedToCapacityRatio as score plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/84458/comments
2
2019-10-28T15:05:02Z
2019-10-30T17:32:55Z
https://github.com/kubernetes/kubernetes/issues/84458
513,363,085
84,458
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: convert ServiceAntiAffinityPriority to a score plugin https://github.com/kubernetes/kubernetes/blob/571cea0519eef38d77524f4074b3bd31bb7f5091/pkg/scheduler/algorithm_factory.go#L382-L392 **Why is this ...
ServiceAntiAffinityPriority as score plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/84457/comments
5
2019-10-28T15:04:16Z
2019-11-08T07:52:45Z
https://github.com/kubernetes/kubernetes/issues/84457
513,362,594
84,457
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: convert NodeLabelPriority to a score plugin https://github.com/kubernetes/kubernetes/blob/571cea0519eef38d77524f4074b3bd31bb7f5091/pkg/scheduler/algorithm_factory.go#L393-L402 **Why is this needed**: ...
NodeLabelPriority as Score Plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/84456/comments
9
2019-10-28T15:02:25Z
2019-11-06T06:33:43Z
https://github.com/kubernetes/kubernetes/issues/84456
513,361,443
84,456
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: convert CheckServiceAffinity to a filter plugin **Why is this needed**: part of #84187 which is part of #83554 **Additional Notes** Please refer to #84297 as an example. /sig scheduling /cc @a...
Migrate CheckServiceAffinity custom predicate to Filter plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/84455/comments
7
2019-10-28T14:58:18Z
2019-11-07T17:04:40Z
https://github.com/kubernetes/kubernetes/issues/84455
513,358,790
84,455
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-master-scale-performance (ci-kubernetes-e2e-gce-scale-performance)` **Which test(s) are failing**: `testing/load/config.yaml` **Since when has it been failing**: `27 Oct 10:02 PDT` **Testgrid link**: https://k8s-testgrid.appspot.com/sig-release-master-informing#gce-master-s...
[Failing Test] gce-master-scale-performance (ci-kubernetes-e2e-gce-scale-performance)
https://api.github.com/repos/kubernetes/kubernetes/issues/84454/comments
6
2019-10-28T14:57:24Z
2019-10-30T12:24:40Z
https://github.com/kubernetes/kubernetes/issues/84454
513,358,176
84,454
[ "kubernetes", "kubernetes" ]
Currently, there are two ways of registering conversion functions: (1) Using AddConversionFuncs(): https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/runtime/scheme.go#L341 (2) Using AddConversionFunc()/AddGeneratedConversionFunc(): https://github.com/kubernetes/kubernetes/blob...
Registrations in conversion machinery are extremely misleading
https://api.github.com/repos/kubernetes/kubernetes/issues/84452/comments
4
2019-10-28T14:34:01Z
2019-12-16T01:59:38Z
https://github.com/kubernetes/kubernetes/issues/84452
513,343,465
84,452
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Remove NodeInfoSnapshot from the scheduler's framework handler interface. **Why is this needed**: We have a new abstract interface for listing/getting nodes/pods from the snapshot named SharedLister, plugins should use that instead of the internal NodeInfoSnapshot struct used b...
Remove NodeInfoSnapshot from framework interface
https://api.github.com/repos/kubernetes/kubernetes/issues/84448/comments
0
2019-10-28T13:30:04Z
2019-10-30T00:21:05Z
https://github.com/kubernetes/kubernetes/issues/84448
513,304,190
84,448
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Convert [podPassesBasicChecks](https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/core/generic_scheduler.go#L181) to a prefilter plugin. It is called at begin of every schedule. **Why...
Convert podPassesBasicChecks to a prefiler plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/84447/comments
4
2019-10-28T11:52:03Z
2020-03-26T13:38:37Z
https://github.com/kubernetes/kubernetes/issues/84447
513,257,906
84,447
[ "kubernetes", "kubernetes" ]
**What happened**: I have a kubernetes cluster with version v1.15.0, and I upgraded the cluster to v1.16.2 using command `kubeadm upgrade`。Then I checked the version of the cluster multiple times, the results are below: ``` Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.2", GitCommit:"c97fe503...
upgrading from 1.15.0 to 1.16.2 using `kubeadm upgrade` and get two versions of server
https://api.github.com/repos/kubernetes/kubernetes/issues/84446/comments
4
2019-10-28T11:24:56Z
2019-11-06T01:44:32Z
https://github.com/kubernetes/kubernetes/issues/84446
513,245,938
84,446
[ "kubernetes", "kubernetes" ]
**What happened**: I have a kubernetes cluster with version v1.13.6 and I want to upgrade to v1.14.7 step by step, without the use of cluster lifecycle management tools like kubeadm. Firstly, I upgrade apiserver, scheduler and controller-manager to v1.14.7 and cluster works well. Then I upgrade kubelet one by o...
upgrading from v1.13.6 to v1.14.7 causes container restart unexpectedly
https://api.github.com/repos/kubernetes/kubernetes/issues/84443/comments
6
2019-10-28T10:54:34Z
2019-12-12T10:20:40Z
https://github.com/kubernetes/kubernetes/issues/84443
513,231,768
84,443
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: A k8s cluster...
kube-proxy clean udp conntrack after node network resumed
https://api.github.com/repos/kubernetes/kubernetes/issues/84438/comments
20
2019-10-28T08:01:39Z
2020-01-30T16:03:13Z
https://github.com/kubernetes/kubernetes/issues/84438
513,151,311
84,438
[ "kubernetes", "kubernetes" ]
Kubernetes Version : v1.16.0 OS Version : Ubuntu 16.04 --- Hi. I'm testing reloading cloud_config for LoadBalancer Service. I modifiy all cloud_config files in all cluster nodes. And restart kube-controller-manager, kube-api-server and all kubelet. But It seems to that kubernetes is not update cloud_config. A...
cloud_config is not reloaded, updated.
https://api.github.com/repos/kubernetes/kubernetes/issues/84435/comments
2
2019-10-28T05:30:54Z
2019-11-09T16:46:04Z
https://github.com/kubernetes/kubernetes/issues/84435
513,105,037
84,435
[ "kubernetes", "kubernetes" ]
**What happened**: kubelet reboot and goes through a short NotReady **What you expected to happen**: kubelet is running normally **How to reproduce it (as minimally and precisely as possible)**: unable to reproduce currently **Anything else we need to know?**: the host cpu load is not high when this happens, and...
seems fatal error: concurrent map read and map write due to kubelet reboot and goes through a short NotReady
https://api.github.com/repos/kubernetes/kubernetes/issues/84431/comments
5
2019-10-28T04:14:05Z
2019-10-31T15:13:41Z
https://github.com/kubernetes/kubernetes/issues/84431
513,087,455
84,431
[ "kubernetes", "kubernetes" ]
The kubernetes version I used was 1.13.6 There is an error in my kube-controller-manager node: ``` Oct 28 11:44:34 node40 kube-controller-manager: E1028 11:44:34.410889 17910 node_lifecycle_controller.go:1015] Error updating node 192.168.0.43: Operation cannot be fulfilled on nodes "192.168.0.43": the object has b...
please apply your changes to the latest version and try again
https://api.github.com/repos/kubernetes/kubernetes/issues/84430/comments
12
2019-10-28T04:01:12Z
2020-06-03T20:24:19Z
https://github.com/kubernetes/kubernetes/issues/84430
513,085,106
84,430
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: In the code b...
for every huge page resource, we need to remove it from allocatable memory when Updating Node Allocatable limit across pods
https://api.github.com/repos/kubernetes/kubernetes/issues/84426/comments
28
2019-10-28T01:59:22Z
2025-02-20T11:05:15Z
https://github.com/kubernetes/kubernetes/issues/84426
513,059,365
84,426
[ "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**: EndpointSlice...
EndpointSlice is not created after enabling EndpointSlice on a pre-existing cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/84419/comments
2
2019-10-27T16:40:38Z
2019-10-31T19:34:39Z
https://github.com/kubernetes/kubernetes/issues/84419
512,990,612
84,419
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: It's always a pain while looking at this: ```yaml apiVersion: v1 kind: Pod metadata: name: with-node-affinity spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuring...
To build and apply a high performant, unified expression engine for K8s?
https://api.github.com/repos/kubernetes/kubernetes/issues/84417/comments
4
2019-10-27T15:21:45Z
2020-01-28T02:36:55Z
https://github.com/kubernetes/kubernetes/issues/84417
512,980,190
84,417
[ "kubernetes", "kubernetes" ]
**What happened**: I1026 21:48:49.499318 1 dynamic_cafile_content.go:166] Starting request-header::/tmp/requestheader-client-ca-file714625551 I1026 21:48:49.499683 1 dynamic_serving_content.go:129] Starting serving-cert::/apiserver.local.config/certificates/tls.crt::/apiserver.local.config/certificates/tl...
Sample apiserver crashes with Failed to list *v1.ValidatingWebhookConfiguration
https://api.github.com/repos/kubernetes/kubernetes/issues/84407/comments
9
2019-10-26T21:55:20Z
2020-11-17T05:40:26Z
https://github.com/kubernetes/kubernetes/issues/84407
512,890,209
84,407
[ "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...
why kubelet admits guaranteed pods when under disk pressure?
https://api.github.com/repos/kubernetes/kubernetes/issues/84403/comments
4
2019-10-26T14:46:47Z
2019-11-04T21:44:25Z
https://github.com/kubernetes/kubernetes/issues/84403
512,843,992
84,403
[ "kubernetes", "kubernetes" ]
**What happened**: Denying a certificate signing requests show a message indicating that the requests was approved ```bash $ kubectl certificate deny mycert certificatesigningrequest.certificates.k8s.io/mycert approved ``` **What you expected to happen**: A denial message would be expected **How to reprod...
Kubectl returning wrong message for CSR deny
https://api.github.com/repos/kubernetes/kubernetes/issues/84398/comments
1
2019-10-26T09:36:09Z
2019-10-27T00:37:24Z
https://github.com/kubernetes/kubernetes/issues/84398
512,814,557
84,398
[ "kubernetes", "kubernetes" ]
### what happend? ``` [root@kmaster ~]# kubectl -n kube-system logs -f kube-proxy-vz9w7 W1026 03:14:47.031153 1 server_others.go:329] Flag proxy-mode="" unknown, assuming iptables proxy I1026 03:14:47.038308 1 node.go:135] Successfully retrieved node IP: 172.16.10.12 I1026 03:14:47.038340 1 serve...
kubeadm init --proxy-mode=ipvs
https://api.github.com/repos/kubernetes/kubernetes/issues/84394/comments
4
2019-10-26T02:48:09Z
2019-10-27T21:05:31Z
https://github.com/kubernetes/kubernetes/issues/84394
512,781,055
84,394
[ "kubernetes", "kubernetes" ]
**What happened**: No endpoints created in the EndpointSlice for my service due to the port on the service being too long. Logs show: ``` 1 endpointslice_controller.go:229] Error syncing endpoint slices for service "istio-system/istio-pilot", retrying. Error: Error updating istio-pilot-g9hz4 EndpointSlice for Servic...
EndpointSlice breaks for services with long port names, which are legal on the Service
https://api.github.com/repos/kubernetes/kubernetes/issues/84388/comments
8
2019-10-25T22:56:31Z
2019-10-31T04:55:38Z
https://github.com/kubernetes/kubernetes/issues/84388
512,751,114
84,388
[ "kubernetes", "kubernetes" ]
**What happened**: During the work for reducing invalid dependencies from the e2e core framework to subpackages of the core framework, we found a lot of particular test specific functions. That means these each function is used at a single e2e test module only. These functions are unnecessary to be shared as e2e f...
Move test specific functions from e2e core framework
https://api.github.com/repos/kubernetes/kubernetes/issues/84380/comments
29
2019-10-25T18:16:35Z
2019-11-15T17:19:58Z
https://github.com/kubernetes/kubernetes/issues/84380
512,651,278
84,380
[ "kubernetes", "kubernetes" ]
go modules require libraries that are module-aware (contain a go.mod file) and use a semver tag >=2.0 to include the major version as a suffix of the module name (e.g. `example.com/library/v2`). https://github.com/golang/go/wiki/Modules#semantic-import-versioning > As a result of Semantic Import Versioning, code op...
update `k8s.io/client-go` release process docs to stop adding major version tags
https://api.github.com/repos/kubernetes/kubernetes/issues/84372/comments
10
2019-10-25T16:25:11Z
2019-12-11T14:54:35Z
https://github.com/kubernetes/kubernetes/issues/84372
512,606,754
84,372
[ "kubernetes", "kubernetes" ]
Building peer-finder Image on s390x. Currently, peer-finder Image build is not supported on s390x.
Building peer-finder image on s390x
https://api.github.com/repos/kubernetes/kubernetes/issues/84369/comments
4
2019-10-25T16:12:17Z
2019-11-09T19:40:24Z
https://github.com/kubernetes/kubernetes/issues/84369
512,601,029
84,369
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: When serving the various Kubernetes binaries over HTTP(S), such as `kubectl`, please preserve recommended chmod permissions. For example, `chmod +x` or `chmod a+x` would be applied to the binaries before upload, and all processes and storage mechanisms involved should make sure t...
Preserve chmod permissions on Kubernetes binaries
https://api.github.com/repos/kubernetes/kubernetes/issues/84368/comments
5
2019-10-25T16:00:13Z
2020-04-07T21:27:47Z
https://github.com/kubernetes/kubernetes/issues/84368
512,595,670
84,368
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: It would be fantastic if there were a shorthand flag for the `--context` flag. I would suggest `-x` **Why is this needed**: When working with multiple contexts it is tedious to type `--context` al...
Add `-x` Shorthand For `--context` Flag
https://api.github.com/repos/kubernetes/kubernetes/issues/84367/comments
7
2019-10-25T15:49:12Z
2020-05-02T09:00:49Z
https://github.com/kubernetes/kubernetes/issues/84367
512,590,329
84,367
[ "kubernetes", "kubernetes" ]
**What happened**: Created a classic load balancer service with k8s v1.13 Classic load balancer fails on creation (for different reasons). Before the LoadBalancer gets created, aws first creates EC2 SecurityGroup, thus on reaching LoadBalancer failure (Error code: TooManyAccessPointsException) it doesn't remove the p...
AWS ELB - Kubernetes doesn't remove Security Group on failed CreateLoadBalancer event.
https://api.github.com/repos/kubernetes/kubernetes/issues/84366/comments
24
2019-10-25T15:43:21Z
2022-02-17T04:12:22Z
https://github.com/kubernetes/kubernetes/issues/84366
512,587,550
84,366
[ "kubernetes", "kubernetes" ]
**What happened**: Creating a service type of NLB with the loadBalancerSourceRange specified in the service spec in a VPC with a secondary CIDR fails as the service remains in a Pending state despite the loadbalancer being created in the AWS console. **What you expected to happen**: Service should be created succ...
AWS NLB service type stuck in pending when loadBalancerSourceRange is set for 1 CIDR in VPC
https://api.github.com/repos/kubernetes/kubernetes/issues/84363/comments
17
2019-10-25T14:41:36Z
2020-07-20T00:42:40Z
https://github.com/kubernetes/kubernetes/issues/84363
512,555,964
84,363
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Targeting individual container namespaces using ephemeral containers **Why is this needed**: Currently ephemeral containers get the default namespaces for the pod: if `shareProcessNamespace` is set the ephemeral container runs in the shared process namespace, otherwise it gets an...
Ephemeral Containers: Enable container namespace targeting
https://api.github.com/repos/kubernetes/kubernetes/issues/84359/comments
3
2019-10-25T13:22:41Z
2020-02-20T12:29:18Z
https://github.com/kubernetes/kubernetes/issues/84359
512,513,993
84,359
[ "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**: CRD with dele...
CustomResourceDefinition with deletionTimestamp is not removed after patching its finalizers
https://api.github.com/repos/kubernetes/kubernetes/issues/84354/comments
6
2019-10-25T12:32:06Z
2019-10-25T16:03:23Z
https://github.com/kubernetes/kubernetes/issues/84354
512,490,259
84,354
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Automatically adding an annotation to pods in which an ephemeral container has been added. **Why is this needed**: A common usage pattern for ephemeral containers is to perform some debugging action in a pod that changes its state in some fashion. Since the pod is no longer prist...
Ephemeral Containers: Automatically taint pods with ephemeral containers
https://api.github.com/repos/kubernetes/kubernetes/issues/84353/comments
34
2019-10-25T11:28:42Z
2023-02-08T09:28:40Z
https://github.com/kubernetes/kubernetes/issues/84353
512,463,137
84,353
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Now, one of our usecases, we need to attach network NICs/ENIs into Pod. The number of NICs on a node is limited, so we create a device plugin to represent such a resource and calculate NICs requirement in...
We need resource request/limit in the pod level
https://api.github.com/repos/kubernetes/kubernetes/issues/84340/comments
7
2019-10-25T07:56:23Z
2020-04-09T11:04:46Z
https://github.com/kubernetes/kubernetes/issues/84340
512,362,570
84,340
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: The `scheduler` currently has a generic `util` package that stores a lot of common functionalities. Currently the `error_channels` for any errors that may arise in the scheduling framework are present her...
Introduce Internal Channels for scheduler
https://api.github.com/repos/kubernetes/kubernetes/issues/84338/comments
9
2019-10-25T06:57:36Z
2020-04-06T22:42:24Z
https://github.com/kubernetes/kubernetes/issues/84338
512,339,074
84,338
[ "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 deployed a...
Pod cannot be launched on the node after increasing the cpus of the node
https://api.github.com/repos/kubernetes/kubernetes/issues/84333/comments
6
2019-10-25T04:42:19Z
2021-09-30T09:39:06Z
https://github.com/kubernetes/kubernetes/issues/84333
512,299,258
84,333
[ "kubernetes", "kubernetes" ]
I'm using Kubernetes Clusters to run Gitlab Runner (CICD). When I tried to ssh to an Ubuntu instance to deploy my source code I got the error "ssh: command not found" Part of my deploy code is below `ssh ubuntu@$xx.xx.xx.xx -tt /bin/bash <<EOT echo "${ENV}" > .env sudo docker image prune -f ...` ...
Error "ssh: command not found"
https://api.github.com/repos/kubernetes/kubernetes/issues/84332/comments
2
2019-10-25T04:23:30Z
2019-10-25T10:21:28Z
https://github.com/kubernetes/kubernetes/issues/84332
512,295,201
84,332
[ "kubernetes", "kubernetes" ]
We want to utilize / generate https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md#conformance-test-comment-metadata to generate a comprehensive list of tests, with all available metadata. We manually add a src path and last string in the test to identify test...
Generate Definitive List of all tests from source code w/ metadata in CSV / JSON format
https://api.github.com/repos/kubernetes/kubernetes/issues/84330/comments
8
2019-10-25T04:10:19Z
2020-02-26T19:53:37Z
https://github.com/kubernetes/kubernetes/issues/84330
512,292,379
84,330
[ "kubernetes", "kubernetes" ]
**What happened**: Upgrade using kubeadm failed because of CoreDNS migration enchancement **What you expected to happen**: Upgrade passed correctly **How to reproduce it (as minimally and precisely as possible)**: 1. Use any 1.15.x Kubernetes with CoreDNS that deployed with any unusual image (self built for ex...
Upgrade to 1.16.x failed if CoreDNS was previously deployed with self-built image
https://api.github.com/repos/kubernetes/kubernetes/issues/84326/comments
11
2019-10-25T02:09:55Z
2019-11-08T17:00:31Z
https://github.com/kubernetes/kubernetes/issues/84326
512,264,259
84,326
[ "kubernetes", "kubernetes" ]
**What happened**: Kube-proxy is keeping RS until all connections have expired. NFS client is trying to use this RS over and over and as fact they stuck by trying to reach the IP-address of old pod instead just using new one. **What you expected to happen**: After one pod is dying and new one created all th...
IPVS Graceful Termination can break NFS failover logic
https://api.github.com/repos/kubernetes/kubernetes/issues/84322/comments
17
2019-10-25T00:57:57Z
2020-08-04T00:44:28Z
https://github.com/kubernetes/kubernetes/issues/84322
512,248,935
84,322
[ "kubernetes", "kubernetes" ]
Need to push the latest CoreDNS image to gcr.io The 1.6.4 image is available in docker coredns/coredns:1.6.4 similar to #81810
Push the CoreDNS 1.6.4 image in gcr.io
https://api.github.com/repos/kubernetes/kubernetes/issues/84315/comments
8
2019-10-24T23:03:29Z
2019-10-26T22:47:55Z
https://github.com/kubernetes/kubernetes/issues/84315
512,221,615
84,315
[ "kubernetes", "kubernetes" ]
Need to push the latest CoreDNS image to gcr.io The 1.6.3 image is available in docker coredns/coredns:1.6.3 similar to #81810
Push the CoreDNS 1.6.3 image in gcr.io
https://api.github.com/repos/kubernetes/kubernetes/issues/84314/comments
4
2019-10-24T23:02:58Z
2019-10-25T14:23:37Z
https://github.com/kubernetes/kubernetes/issues/84314
512,221,495
84,314
[ "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**: Deployment me...
deletionGracePeriodSeconds is set to 0 and --grace-period is ignored
https://api.github.com/repos/kubernetes/kubernetes/issues/84310/comments
9
2019-10-24T20:19:54Z
2019-10-29T20:36:51Z
https://github.com/kubernetes/kubernetes/issues/84310
512,160,386
84,310
[ "kubernetes", "kubernetes" ]
**What happened**: container_sockets, container_threads, container_max_threads metrics were added as part of Kubernetes 1.16 release. However, I only see 0 for these metrics. **What you expected to happen**: These metrics should give non-zero numbers. **How to reproduce it (as minimally and precisely as...
container_sockets, container_threads, container_max_threads metrics always return 0
https://api.github.com/repos/kubernetes/kubernetes/issues/84308/comments
6
2019-10-24T18:47:56Z
2020-05-26T17:18:21Z
https://github.com/kubernetes/kubernetes/issues/84308
512,117,733
84,308
[ "kubernetes", "kubernetes" ]
Current benchmark tests are hardcoded to be a certain kind of workloads. It can be refactored to be more extensible and customizable, so that users can leverage the benchmark utilities while composing their own workloads to benchmark. A possible approach is to use Golang templating to define a YAML to support custom...
Refactor scheduler benchmark tests to make it more extensible
https://api.github.com/repos/kubernetes/kubernetes/issues/84307/comments
6
2019-10-24T17:35:28Z
2020-01-03T03:15:42Z
https://github.com/kubernetes/kubernetes/issues/84307
512,083,157
84,307
[ "kubernetes", "kubernetes" ]
Right now we manually set `b.N` to the pods' number of a scheduler benchmark test case, but `b.N` is a number supposed to controlled by Golang benchmark framework **<sup>\[1\]</sup>**. Manually modifying it is usually looked at as an anti-pattern, or even usage error. https://github.com/kubernetes/kubernetes/blob/8c...
Evaluate b.N in scheduler's benchmark tests
https://api.github.com/repos/kubernetes/kubernetes/issues/84306/comments
33
2019-10-24T17:29:38Z
2020-03-20T15:28:27Z
https://github.com/kubernetes/kubernetes/issues/84306
512,080,516
84,306
[ "kubernetes", "kubernetes" ]
**What happened**: When `terminationGracePeriodSeconds` for pod is higher than `9999999999999999`, Pod hangs forever in `Terminating` state. This may lead to node become NotReady. Kubelet logs: ``` Oct 24 10:57:33 aks-pool1-19572124-vmss000000 kubelet[4169]: E1024 10:57:33.969080 4169 kubelet.go:1553] error ...
Too big terminationGracePeriodSeconds value leads to pod hanging forever in Terminating state
https://api.github.com/repos/kubernetes/kubernetes/issues/84298/comments
39
2019-10-24T15:01:03Z
2024-06-17T09:58:53Z
https://github.com/kubernetes/kubernetes/issues/84298
512,003,541
84,298
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: A unit test that verifies the evaluation order of the nodes in the scheduler. **Why is this needed**: The scheduler evaluates the nodes in a specific order until it finds a pre-defined minimum number of feasible nodes. To give all nodes a fair chance of being evaluated, in eac...
Add unit test to catch scheduler's node order evaluation regressions
https://api.github.com/repos/kubernetes/kubernetes/issues/84296/comments
2
2019-10-24T14:11:34Z
2019-11-14T18:05:36Z
https://github.com/kubernetes/kubernetes/issues/84296
511,972,042
84,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**: When creati...
AWS Cloud Controller add/remove security group ingress inconsistency
https://api.github.com/repos/kubernetes/kubernetes/issues/84287/comments
11
2019-10-24T11:55:27Z
2020-07-22T11:40:06Z
https://github.com/kubernetes/kubernetes/issues/84287
511,895,700
84,287
[ "kubernetes", "kubernetes" ]
Access Modes: [ReadWriteOnce] Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal SuccessfulCreate 25m statefulset-controller create Claim data-es-cluster-0 Pod es-cl...
Error getting while creating elasticsearch stateful set
https://api.github.com/repos/kubernetes/kubernetes/issues/84285/comments
6
2019-10-24T10:55:30Z
2020-03-23T04:20:17Z
https://github.com/kubernetes/kubernetes/issues/84285
511,867,535
84,285
[ "kubernetes", "kubernetes" ]
There are CVEs happening in different images - we already migrated Kubmeark from busybox in https://github.com/kubernetes/kubernetes/pull/84231, but we should go one step further and migrate the base image to distroless. There are some things that would need to be changed mentioned here: https://github.com/kubernet...
Migrate Kubemark to distroless
https://api.github.com/repos/kubernetes/kubernetes/issues/84284/comments
6
2019-10-24T10:44:56Z
2019-11-26T10:09:11Z
https://github.com/kubernetes/kubernetes/issues/84284
511,862,392
84,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**: I use client-...
kubernetes 1.13.4 patch extended-resource Invalid sig/api-machinery
https://api.github.com/repos/kubernetes/kubernetes/issues/84281/comments
5
2019-10-24T08:26:48Z
2019-11-19T14:36:13Z
https://github.com/kubernetes/kubernetes/issues/84281
511,788,178
84,281
[ "kubernetes", "kubernetes" ]
go version: go1.12.7.linux-amd64.tar.gz kuberbetes-version:release-1.15 bulid problem: k8s.io/kubernetes/cmd/kubeadm fatal error: runtime: out of memory runtime stack: runtime.throw(0x6785f7, 0x16) /usr/local/go/src/runtime/panic.go:617 +0x72 runtime.sysMap(0xc030000000, 0x4000000, 0x85a7b8) /usr/local/go/...
Kubernetes building is failing runtime Kubernetes building is failing
https://api.github.com/repos/kubernetes/kubernetes/issues/84278/comments
6
2019-10-24T06:47:21Z
2020-03-22T20:12:20Z
https://github.com/kubernetes/kubernetes/issues/84278
511,741,804
84,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**: The events in...
Events from "kubectl describe" are incorrect when pod contains multiple contianers. (1.15.2)
https://api.github.com/repos/kubernetes/kubernetes/issues/84272/comments
3
2019-10-24T05:04:44Z
2019-11-28T15:50:14Z
https://github.com/kubernetes/kubernetes/issues/84272
511,708,620
84,272
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: ``` root@zvm...
can not build echoserver on s390x
https://api.github.com/repos/kubernetes/kubernetes/issues/84269/comments
8
2019-10-24T02:35:31Z
2020-04-21T05:40:43Z
https://github.com/kubernetes/kubernetes/issues/84269
511,667,249
84,269
[ "kubernetes", "kubernetes" ]
#76782 was incorrectly closed by a bot so I'm reopening it here. When you have a local provisioner and create a PV, describe needs to tell you what node the PV is on. This isn't a nice to have feature, it's a BUG.
kubectl describe pv <pv name> should tell the user what nodes the hostpath was created on
https://api.github.com/repos/kubernetes/kubernetes/issues/84263/comments
7
2019-10-23T23:24:43Z
2020-04-24T13:57:52Z
https://github.com/kubernetes/kubernetes/issues/84263
511,622,106
84,263
[ "kubernetes", "kubernetes" ]
**What happened**: The comments for the `Scope` field in `apiextensionsv1.CustomResourceDefinitionSpec` state that the default value is `Namespaced`, however no default value is set. - Default value and comment removed: https://github.com/kubernetes/kubernetes/commit/05d8b448d274e30772750fcea71b10c8177e556e - Comm...
CustomResourceDefinitionSpec missing default scope value
https://api.github.com/repos/kubernetes/kubernetes/issues/84257/comments
4
2019-10-23T22:22:32Z
2019-10-24T18:56:24Z
https://github.com/kubernetes/kubernetes/issues/84257
511,602,662
84,257
[ "kubernetes", "kubernetes" ]
**What happened**: - Created multiple services with LoadBalancerType as ELB , added a annotation of `service.beta.kubernetes.io/aws-load-balancer-security-groups` with the same SG for all services. - Deleted one of the services. - The cloudcontroller tries to delete the SG by annotation. - This also causing aw...
AWS Cloud Provider attempts to delete LoadBalancer security group it didn’t provision
https://api.github.com/repos/kubernetes/kubernetes/issues/84256/comments
8
2019-10-23T21:26:10Z
2020-01-14T19:08:13Z
https://github.com/kubernetes/kubernetes/issues/84256
511,580,956
84,256
[ "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/ --> **Disabling ip forwarding on host...
IP Forwarding disabled causes K8s services exposed over clusterIP to fail
https://api.github.com/repos/kubernetes/kubernetes/issues/84254/comments
6
2019-10-23T20:03:57Z
2019-12-04T07:30:29Z
https://github.com/kubernetes/kubernetes/issues/84254
511,542,132
84,254
[ "kubernetes", "kubernetes" ]
I've updated (1.14 > 1.15) my cluster a few months ago and everything was working fine. Now I can't connect on the master node to kubectl (The connection to the server <ip>:6443 was refused - did you specify the right host or port?), because the kubelet service won't start. ``` -- Unit kubelet.service has finished ...
kubelet.service won't start
https://api.github.com/repos/kubernetes/kubernetes/issues/84252/comments
6
2019-10-23T18:42:55Z
2021-12-14T17:53:25Z
https://github.com/kubernetes/kubernetes/issues/84252
511,504,266
84,252
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: A dedicated node-local API for retrieving node-local resources, including: - Pods scheduled to the node - The node object itself The API should have clear semantics for adding additional resources as needed. This includes consistent API paths, SubjectAccessReview patterns, S...
Node-local API cache
https://api.github.com/repos/kubernetes/kubernetes/issues/84248/comments
42
2019-10-23T17:44:41Z
2022-10-04T20:37:19Z
https://github.com/kubernetes/kubernetes/issues/84248
511,476,112
84,248
[ "kubernetes", "kubernetes" ]
**What happened**: When configuring kubernetes for vsphere cloud provider, the following errors occurs when creating a dynamically provisioned vsphere pvc: vsphere.go:1108] Starting to create a vSphere volume with volumeOptions: &{CapacityKB:3145728 Tags:map[kubernetes.io/created-for/pvc/namespace:vsan-test kuber...
vmware uuid upper / lower case issue with kubernetes cloud provider
https://api.github.com/repos/kubernetes/kubernetes/issues/84247/comments
12
2019-10-23T16:18:46Z
2020-03-22T20:12:24Z
https://github.com/kubernetes/kubernetes/issues/84247
511,433,997
84,247
[ "kubernetes", "kubernetes" ]
1. Run the apiserver with `--runtime-config=scheduling.k8s.io/v1beta1=false` 2. View the log ``` I1023 11:50:17.991961 69307 httplog.go:90] GET /apis/scheduling.k8s.io/v1beta1/priorityclasses/system-node-critical: (301.559µs) 404 [kube-apiserver/v1.17.0 (darwin/amd64) kubernetes/20870f5 127.0.0.1:65027] I1023 1...
kube-apiserver fails to start if scheduling.k8s.io/v1beta1 is disabled
https://api.github.com/repos/kubernetes/kubernetes/issues/84246/comments
3
2019-10-23T15:58:17Z
2019-10-24T05:03:07Z
https://github.com/kubernetes/kubernetes/issues/84246
511,422,886
84,246
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: node-kubelet-master **Which test(s) are failing**: test setup **Since when has it been failing**: 23rd October 16:46 PDT **Testgrid link**: https://testgrid.k8s.io/sig-rele...
node-kubelet-master is failing in master-blocking
https://api.github.com/repos/kubernetes/kubernetes/issues/84245/comments
2
2019-10-23T15:55:34Z
2019-10-24T11:53:05Z
https://github.com/kubernetes/kubernetes/issues/84245
511,421,363
84,245
[ "kubernetes", "kubernetes" ]
/sig latest **What happened**: kubeadm initialized successfully with below command: sudo kubeadm init --config kubeadm-config-external-etcd.yaml --upload-certs --v=6 Below is kubeadm-config-external-etcd.yaml file apiVersion: kubeadm.k8s.io/v1beta2 kind: ClusterConfiguration kubernetesVersion: stable controlP...
kube-proxy log shows Failed to retrieve node info: Unauthorized
https://api.github.com/repos/kubernetes/kubernetes/issues/84244/comments
15
2019-10-23T15:45:01Z
2020-04-03T09:41:49Z
https://github.com/kubernetes/kubernetes/issues/84244
511,415,120
84,244
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Just like Kubernetes automatically inserts credentials and environment variables into pods, it could also insert kubectl client binaries. **Why is this needed**: kubectl client versions are limited to a select range of Kubernetes server versions. By automatically providing ...
Automatically hoist kubectl binary into pods
https://api.github.com/repos/kubernetes/kubernetes/issues/84242/comments
6
2019-10-23T15:27:41Z
2020-03-22T22:14:20Z
https://github.com/kubernetes/kubernetes/issues/84242
511,403,464
84,242
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Publish an official Docker Hub images with the kubectl client installed, one per kubectl version to support different Kubernetes servers. **Why is this needed**: Some Kubernetes job workflows require using Kubernetes clients to manipulate command line calls to other pods. ...
Official Docker images for kubectl
https://api.github.com/repos/kubernetes/kubernetes/issues/84240/comments
5
2019-10-23T15:24:41Z
2020-03-21T17:46:22Z
https://github.com/kubernetes/kubernetes/issues/84240
511,401,572
84,240
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: * Replace confusing text > You are using outdated client version. Please update your client to be able to interact with this cluster. with a more accurate message like > You are using a client version too different from server version. Please upgrade/downgrade your clien...
Better error message on client, server version mismatches
https://api.github.com/repos/kubernetes/kubernetes/issues/84239/comments
5
2019-10-23T14:33:29Z
2020-03-22T20:12:24Z
https://github.com/kubernetes/kubernetes/issues/84239
511,365,845
84,239
[ "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 run...
make WHAT='test/e2e/e2e.test' Error
https://api.github.com/repos/kubernetes/kubernetes/issues/84237/comments
6
2019-10-23T14:20:16Z
2020-03-22T20:12:20Z
https://github.com/kubernetes/kubernetes/issues/84237
511,357,106
84,237
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `node-kubelet-master (ci-kubernetes-node-kubelet)` **Which test(s) are failing**: `Node Tests [runner]` **Since when has it been failing**: 22nd Oct 16:46 PDT **Testgrid link**: https://testgrid.k8s.io/sig-release-master-blocking#node-kubelet-master **Reason for failure**: ...
[Failing Test] node-kubelet-master (ci-kubernetes-node-kubelet)
https://api.github.com/repos/kubernetes/kubernetes/issues/84236/comments
16
2019-10-23T13:38:00Z
2019-10-30T16:11:15Z
https://github.com/kubernetes/kubernetes/issues/84236
511,329,879
84,236
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: - separate stdout and stderr - command exit code: https://github.com/kubernetes/kubernetes/pull/26541 - remove kubectl dependency: https://github.com/kubernetes/kubernetes/pull/83930 **Why is this ...
e2e: better HostExec
https://api.github.com/repos/kubernetes/kubernetes/issues/84233/comments
2
2019-10-23T12:18:31Z
2019-10-30T00:20:53Z
https://github.com/kubernetes/kubernetes/issues/84233
511,284,415
84,233
[ "kubernetes", "kubernetes" ]
**What happened**: I have an in house 5 node cluster running on bare-metal and I am using Calico. The cluster was working for 22 days but suddenly it stopped working. After investigating the problem I found out that the service to pod communication is broken while all the components are up and kubectl is working witho...
service-to-pod communication is broken
https://api.github.com/repos/kubernetes/kubernetes/issues/84230/comments
18
2019-10-23T11:18:18Z
2020-04-16T21:36:50Z
https://github.com/kubernetes/kubernetes/issues/84230
511,254,991
84,230
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: PV controller should not try to delete volumes that are attached. Right now, it tries to delete a volume as soon as PVC is deleted, which is too early. When user deletes a namespace, a pod and PVC is deleted at the same time, causing unnecessary delete attempts when the volume is s...
Check if volume is attached before deleting it
https://api.github.com/repos/kubernetes/kubernetes/issues/84226/comments
39
2019-10-23T10:16:47Z
2022-03-16T12:34:09Z
https://github.com/kubernetes/kubernetes/issues/84226
511,223,246
84,226
[ "kubernetes", "kubernetes" ]
go/build: importGo k8s.io/kubernetes: exit status 1 can't load package: package k8s.io/kubernetes: cannot find module providing package k8s.io/kubernetes +++ [1023 17:46:10] Building go targets for linux/amd64: ./vendor/k8s.io/code-generator/cmd/deepcopy-gen go: finding k8s.io/kubernetes/vendor/k8s.io/code-...
can't load package: package k8s.io/kubernetes: cannot find module providing package k8s.io/kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/84224/comments
3
2019-10-23T09:48:33Z
2019-10-23T12:29:25Z
https://github.com/kubernetes/kubernetes/issues/84224
511,206,807
84,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 want to con...
Kubernetes not working with DNS - no communication from pod to outside(hack/local-up-cluster.sh)
https://api.github.com/repos/kubernetes/kubernetes/issues/84220/comments
4
2019-10-23T08:53:05Z
2020-06-18T05:44:45Z
https://github.com/kubernetes/kubernetes/issues/84220
511,175,159
84,220
[ "kubernetes", "kubernetes" ]
The steps to reproduce this issue is as following: 1. Create PV: ```yaml apiVersion: v1 kind: PersistentVolume metadata: name: yinw-pv spec: capacity: storage: 1Gi volumeMode: Filesystem accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Delete storageClassName: local-storage ...
The subpath folder is created with unexpected group id when the volume is shared by multiple pods
https://api.github.com/repos/kubernetes/kubernetes/issues/84219/comments
5
2019-10-23T08:31:00Z
2020-11-27T07:20:24Z
https://github.com/kubernetes/kubernetes/issues/84219
511,163,296
84,219
[ "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**: e2e `utils....
e2e/storage: verify all pod volume mounts exist
https://api.github.com/repos/kubernetes/kubernetes/issues/84216/comments
9
2019-10-23T05:28:22Z
2020-04-15T19:33:25Z
https://github.com/kubernetes/kubernetes/issues/84216
511,082,867
84,216
[ "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 loops...
Kubelet gets stuck trying to inspect a container whose image has been cleaned up
https://api.github.com/repos/kubernetes/kubernetes/issues/84214/comments
22
2019-10-23T02:29:40Z
2021-10-13T02:33:04Z
https://github.com/kubernetes/kubernetes/issues/84214
511,032,661
84,214
[ "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**: Most of the v...
Fix up storage/v1 and v1beta1 apis
https://api.github.com/repos/kubernetes/kubernetes/issues/84213/comments
6
2019-10-23T01:29:45Z
2020-03-21T03:32:19Z
https://github.com/kubernetes/kubernetes/issues/84213
511,016,997
84,213
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add support for adding an init process (PID 1) to containers started by Kubernetes, across the supported container runtimes. This should be toggled by an appropriate flag on the `Container` spec. A pos...
Support adding an init process to containers
https://api.github.com/repos/kubernetes/kubernetes/issues/84210/comments
53
2019-10-23T00:38:51Z
2025-01-27T19:56:41Z
https://github.com/kubernetes/kubernetes/issues/84210
511,004,053
84,210