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" ]
**What happened**: I gave a user (user@example.com) very limited permissions in the kube-system namespace, specifically: ``` - apiGroups: ["extensions"] resources: ["deployments", "deployments/scale"] verbs: ["get", "update"] - apiGroups: [""] resources: ["pods"] verbs: ["list", "get"] ``` I then r...
Error Forbidden: unknown while running kubectl wait
https://api.github.com/repos/kubernetes/kubernetes/issues/78227/comments
12
2019-05-23T01:23:07Z
2022-02-04T15:35:15Z
https://github.com/kubernetes/kubernetes/issues/78227
447,408,103
78,227
[ "kubernetes", "kubernetes" ]
**What happened**: When working on https://github.com/kubernetes/kubernetes/pull/77703, generated conversion functions at pkg/apis/storage/v1/zz_generated.conversion.go is not able to auto detect conversion functions for members like PersistentVolumeSpec. As a result, it emits code with warnings: ``` func autoConver...
Conversion generation is not able to detect dependencies in certain conditions
https://api.github.com/repos/kubernetes/kubernetes/issues/78224/comments
7
2019-05-22T21:46:13Z
2019-10-20T22:06:15Z
https://github.com/kubernetes/kubernetes/issues/78224
447,357,605
78,224
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: The `GetPodPriority` function should be moved out of `pkg/scheduler` and into a common library where components can use it without importing scheduler code. **Why is this needed**: In #76990 we re...
Move `GetPodPriority` into a common library
https://api.github.com/repos/kubernetes/kubernetes/issues/78220/comments
11
2019-05-22T19:01:55Z
2019-10-23T01:21:48Z
https://github.com/kubernetes/kubernetes/issues/78220
447,294,712
78,220
[ "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**: Quotas within...
ResourceQuotas stop refreshing
https://api.github.com/repos/kubernetes/kubernetes/issues/78217/comments
6
2019-05-22T18:06:02Z
2019-06-12T01:12:38Z
https://github.com/kubernetes/kubernetes/issues/78217
447,272,412
78,217
[ "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**: tried to get l...
GET /api/v1/componentstatuses does not respect labelSelector
https://api.github.com/repos/kubernetes/kubernetes/issues/78214/comments
13
2019-05-22T14:47:33Z
2019-09-18T13:47:30Z
https://github.com/kubernetes/kubernetes/issues/78214
447,181,249
78,214
[ "kubernetes", "kubernetes" ]
**What happened**: `kubectl cp` prints error message and exits when copying to symlinked folder when given as an absolute path. **What you expected to happen**: `kubectl cp` follows the symlink and stores the file(s) there. **How to reproduce it (as minimally and precisely as possible)**: ```bash # create a d...
kubectl cp fails on symlinks
https://api.github.com/repos/kubernetes/kubernetes/issues/78211/comments
8
2019-05-22T11:09:27Z
2019-11-12T20:02:00Z
https://github.com/kubernetes/kubernetes/issues/78211
447,073,874
78,211
[ "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 install...
Istio Automatic injection fails in AWS due to DNS resolution
https://api.github.com/repos/kubernetes/kubernetes/issues/78210/comments
16
2019-05-22T08:45:17Z
2019-06-03T08:41:10Z
https://github.com/kubernetes/kubernetes/issues/78210
447,008,139
78,210
[ "kubernetes", "kubernetes" ]
**What happened**: When I update a statefulSet's request resources, then the controller-manager delete a old version pod, and create a old version pod again. **What you expected to happen**: After update statefulSet, controller-manager will create a new version pod after delete a old version pod. **How to repro...
Controller-manager: statefulSet create a old version again after delete a old version pod
https://api.github.com/repos/kubernetes/kubernetes/issues/78209/comments
6
2019-05-22T08:36:10Z
2019-10-19T11:32:15Z
https://github.com/kubernetes/kubernetes/issues/78209
447,003,856
78,209
[ "kubernetes", "kubernetes" ]
**What happened**: I have a 5000 node cluster, and 55000+ pods have already been running in this cluster. 25000 of them are managed by 1000 deployments. Then I did some test to know about the scheduler performance, I found that the qps was always 15+ pods/sec and scheduler only consume, at most, 2 of 32 cores. The qps...
kube-scheduler's performance looks bad
https://api.github.com/repos/kubernetes/kubernetes/issues/78208/comments
34
2019-05-22T08:16:52Z
2021-06-01T19:02:04Z
https://github.com/kubernetes/kubernetes/issues/78208
446,995,227
78,208
[ "kubernetes", "kubernetes" ]
**The Pod.Spec.DNSConfig.Searches must be the highest search priority in Pod's DNS configuration.** The field of Pod.Spec.DNSConfig is the custom configuration of Pod's DNS, so it must be the highest priority when setting Pod's DNS. **What happened**: For now, the Pod's DNS searches priority is: 1. In-Cluste...
Optimizing the Pod's DNS Searches Priority
https://api.github.com/repos/kubernetes/kubernetes/issues/78206/comments
21
2019-05-22T08:07:23Z
2020-08-31T09:39:53Z
https://github.com/kubernetes/kubernetes/issues/78206
446,991,241
78,206
[ "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**: cat file.yaml...
Incorrect error message when creating StatefulSets
https://api.github.com/repos/kubernetes/kubernetes/issues/78203/comments
3
2019-05-22T07:27:56Z
2019-07-22T06:37:22Z
https://github.com/kubernetes/kubernetes/issues/78203
446,974,920
78,203
[ "kubernetes", "kubernetes" ]
Fist things first - this is documentation related bug. I'm setting up small on premise bare metal k8s cluster with flannel backend for Jenkins needs (for now only proof of concept environment). What struck me is that after cluster has been initialized and node hosts joined, pods can communicate between them self but...
K8s node host nat configuration documentation
https://api.github.com/repos/kubernetes/kubernetes/issues/78202/comments
5
2019-05-22T07:25:13Z
2019-10-20T06:51:14Z
https://github.com/kubernetes/kubernetes/issues/78202
446,973,846
78,202
[ "kubernetes", "kubernetes" ]
I have questions about cluster IP address. I am looking for interface which has the cluster IP address. I have single master and two worker nodes over Ubuntu 16.04 I run "kubectl get services" on master node -------------------------------result --------------------------------------------------- NAME ...
where is the interface for cluster ip address and the rule policy for DNA of lb service?
https://api.github.com/repos/kubernetes/kubernetes/issues/78201/comments
2
2019-05-22T06:31:10Z
2019-05-28T00:53:00Z
https://github.com/kubernetes/kubernetes/issues/78201
446,955,213
78,201
[ "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've seen sc...
Discuss the feasibility of aws-ebs provisioner to get node zone info from k8s instead of cloud provider
https://api.github.com/repos/kubernetes/kubernetes/issues/78199/comments
12
2019-05-22T04:37:27Z
2019-08-26T19:09:01Z
https://github.com/kubernetes/kubernetes/issues/78199
446,928,934
78,199
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: add the capability of build binaries (e.x kubectl) from container for platforms like darwin/amd64, windows/amd64 **Why is this needed**: the way we build darwin/windows kubectl today is to run followi...
build kubectl or other binaries from container
https://api.github.com/repos/kubernetes/kubernetes/issues/78195/comments
1
2019-05-21T23:34:07Z
2019-05-22T08:24:19Z
https://github.com/kubernetes/kubernetes/issues/78195
446,868,869
78,195
[ "kubernetes", "kubernetes" ]
**What happened**: K8s node conformance test NodeProblemDetector [NodeFeature:NodeProblemDetector] failed against all docker ce and ee versions from 17.06.--19.03 due to recent changes made by google Test Source https://github.com/kubernetes/kubernetes/blob/711b310389446f6002651c4dd67c8e233a18d796/test/e2e_node/nod...
Node conformance test NodeProblemDetector failed against all docker ce and ee versions from 17.06.--19.03
https://api.github.com/repos/kubernetes/kubernetes/issues/78186/comments
4
2019-05-21T17:48:42Z
2019-10-19T22:43:16Z
https://github.com/kubernetes/kubernetes/issues/78186
446,746,244
78,186
[ "kubernetes", "kubernetes" ]
how can I use kubenetes client-sdk to figure out whether a **pod** belongs to **statefulset/deployment/replica-set**? the same issue as [this](https://github.com/kubernetes/kubernetes/issues/32051), but that method does not work, also `kubectl describe pod` is not the same as` kubectl get pods` What I can find is...
How to find out whether a pod belongs to statefulset/deployment/replica-set
https://api.github.com/repos/kubernetes/kubernetes/issues/78181/comments
10
2019-05-21T16:30:51Z
2019-10-31T10:12:34Z
https://github.com/kubernetes/kubernetes/issues/78181
446,715,207
78,181
[ "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**: Example statu...
1.14.2 + podsecuritypolicy runAsNonRoot = CreateContainerConfigError
https://api.github.com/repos/kubernetes/kubernetes/issues/78175/comments
6
2019-05-21T13:48:27Z
2019-06-06T21:19:28Z
https://github.com/kubernetes/kubernetes/issues/78175
446,630,363
78,175
[ "kubernetes", "kubernetes" ]
**What happened**: In a StatefulSet where each Pod has its own persistent volume provisioned by `kubernetes.io/azure-disk`, it occasionally takes up to 30 min to detach and re-attach those disks to their node during a rollout. The following Pod events repeat: ``` Events: Type Reason Age ...
Detached Azure Disks never re-attach
https://api.github.com/repos/kubernetes/kubernetes/issues/78172/comments
10
2019-05-21T13:30:11Z
2019-06-03T18:12:16Z
https://github.com/kubernetes/kubernetes/issues/78172
446,620,632
78,172
[ "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 setting...
nodelocaldns not working with hostNetwork: false
https://api.github.com/repos/kubernetes/kubernetes/issues/78169/comments
19
2019-05-21T12:39:34Z
2020-02-02T23:08:16Z
https://github.com/kubernetes/kubernetes/issues/78169
446,595,882
78,169
[ "kubernetes", "kubernetes" ]
Source directives tell shellcheck where to find shellscripts that are invoked dynamically using bash VARIABLEs in paths that cannot be determined at the time shellcheck is invoked. Shellcheck directives are specially formatted script comments see [https://github.com/koalaman/shellcheck/wiki/Directive](https://github...
Stop ignoring SC1090 warnings in verify-shellscript.sh
https://api.github.com/repos/kubernetes/kubernetes/issues/78168/comments
8
2019-05-21T12:01:27Z
2019-08-21T12:29:14Z
https://github.com/kubernetes/kubernetes/issues/78168
446,579,194
78,168
[ "kubernetes", "kubernetes" ]
I have a tool which is now available to be deployed on Kubernetes. A Know person made a document on getithub where he asked to run two power shell files. https://github.com/tonikautto/qse-kubernetes-minikube When I run first file 0-install-tools.ps1 it install tools like virtualbox, minikube, helm and kubernetes-c...
Unknown object type "nil" in Secret.data.redis-password
https://api.github.com/repos/kubernetes/kubernetes/issues/78167/comments
14
2019-05-21T11:46:10Z
2019-11-08T12:21:55Z
https://github.com/kubernetes/kubernetes/issues/78167
446,572,835
78,167
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I'm following...
fail to get e2e test utils
https://api.github.com/repos/kubernetes/kubernetes/issues/78165/comments
10
2019-05-21T11:24:06Z
2019-10-31T08:10:31Z
https://github.com/kubernetes/kubernetes/issues/78165
446,563,832
78,165
[ "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/ --> Trying to get logs from pod using *...
Error on get logs from pod in AWS. SIGSEGV in kubelet logs
https://api.github.com/repos/kubernetes/kubernetes/issues/78164/comments
18
2019-05-21T11:14:00Z
2019-10-31T17:35:08Z
https://github.com/kubernetes/kubernetes/issues/78164
446,559,649
78,164
[ "kubernetes", "kubernetes" ]
**What happened**: The following error occurs when creating kube-dns in local-up-cluster.sh ``` + cp k8s.io/kubernetes/cluster/addons/dns/kube-dns/kube-dns.yaml.in kube-dns.yaml + sed -i -e 's/{{ pillar\['\''dns_domain'\''\] }}/cluster.local/g' kube-dns.yaml + sed -i -e 's/{{ pillar\['\''dns_server'\''\] }}/10.0...
hack/local-up-cluster.sh fails to create kube-dns.
https://api.github.com/repos/kubernetes/kubernetes/issues/78160/comments
1
2019-05-21T10:18:44Z
2019-05-21T12:24:43Z
https://github.com/kubernetes/kubernetes/issues/78160
446,536,279
78,160
[ "kubernetes", "kubernetes" ]
Logs of kube-apiserver Starting crd-autoregister controller May 21 11:49:34 master kube-apiserver[1236]: I0521 11:49:34.874671 1236 controller_utils.go:1027] Waiting for caches to sync for crd-autoregister controller May 21 11:49:34 master kube-apiserver[1236]: I0521 11:49:34.874794 1236 customresource_dis...
Kubernetes apiserver tls handshake error after certificate added and bind address
https://api.github.com/repos/kubernetes/kubernetes/issues/78158/comments
4
2019-05-21T09:44:33Z
2019-05-22T00:42:29Z
https://github.com/kubernetes/kubernetes/issues/78158
446,520,201
78,158
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Error in cont...
"Failed to delete vsphere volume" error in logs
https://api.github.com/repos/kubernetes/kubernetes/issues/78154/comments
6
2019-05-21T08:42:22Z
2019-11-10T21:17:03Z
https://github.com/kubernetes/kubernetes/issues/78154
446,490,306
78,154
[ "kubernetes", "kubernetes" ]
Please give some of Idea My environments are like below - Ubuntu 16.04 - kubectl version Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.2", GitCommit:"66049e3b21efe110454d67df4fa62b08ea79a19b", GitTreeState:"clean", BuildDate:"2019-05-16T16:23:09Z", GoVersion:"go1.12.5", Compiler:"gc", Pla...
Can not change containerport with deployment
https://api.github.com/repos/kubernetes/kubernetes/issues/78152/comments
4
2019-05-21T07:57:17Z
2019-05-22T02:31:54Z
https://github.com/kubernetes/kubernetes/issues/78152
446,470,709
78,152
[ "kubernetes", "kubernetes" ]
![image](https://user-images.githubusercontent.com/43332489/58076103-ee71cb00-7bdb-11e9-89e7-2a5840151b23.png) [](url) Set the pv size to 2Gi, but the actual storage can still be greater than 2Gi ![image](https://user-images.githubusercontent.com/43332489/58076176-28db6800-7bdc-11e9-822f-1f780aa53f71.png) H...
Pv cannot control the storage capacity. Is there any way to control it?
https://api.github.com/repos/kubernetes/kubernetes/issues/78149/comments
13
2019-05-21T07:22:55Z
2019-11-01T11:37:06Z
https://github.com/kubernetes/kubernetes/issues/78149
446,456,696
78,149
[ "kubernetes", "kubernetes" ]
**What happened**: Created a daemonset ala https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ but missing the master toleration. The created pods are running on every node, including the master. **What you expected to happen**: Lacking the master toleration, I would expect there to be no pod fro...
GCE master missing master taint.
https://api.github.com/repos/kubernetes/kubernetes/issues/78147/comments
1
2019-05-21T06:33:54Z
2019-05-30T00:24:47Z
https://github.com/kubernetes/kubernetes/issues/78147
446,439,780
78,147
[ "kubernetes", "kubernetes" ]
We should support image family in node e2e image config. It makes image validation much easier on GCE.
Support Image Family In Node E2E
https://api.github.com/repos/kubernetes/kubernetes/issues/78143/comments
1
2019-05-21T04:19:10Z
2019-05-22T20:52:39Z
https://github.com/kubernetes/kubernetes/issues/78143
446,409,535
78,143
[ "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 our Word...
HPA not respecting lifecycle podStart
https://api.github.com/repos/kubernetes/kubernetes/issues/78142/comments
7
2019-05-21T02:16:24Z
2019-11-02T20:09:31Z
https://github.com/kubernetes/kubernetes/issues/78142
446,385,390
78,142
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Docker failed...
Docker failed to create container on windows nodes: Failed to unmarshall layerchain json - invalid character '\\x00' looking for beginning of value"
https://api.github.com/repos/kubernetes/kubernetes/issues/78139/comments
24
2019-05-20T23:28:41Z
2020-08-10T06:58:57Z
https://github.com/kubernetes/kubernetes/issues/78139
446,352,158
78,139
[ "kubernetes", "kubernetes" ]
**What happened**: TL;DR: Pods seem to be querying DNS servers in /etc/resolv.conf in random or round-robin order instead of sequentially, as they are supposed to. Long version: So the root of all of this is the DNAT race condition outlined in detail here: https://github.com/kubernetes/kubernetes/issues/56903 One...
Kubernetes pods not respecting /etc/resolv.conf nameserver order
https://api.github.com/repos/kubernetes/kubernetes/issues/78138/comments
18
2019-05-20T23:17:32Z
2019-06-03T06:17:34Z
https://github.com/kubernetes/kubernetes/issues/78138
446,349,533
78,138
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Currently cloud provider package aws.go has many places to query ec2 instance by node name. #76749 has already optimized quite few inefficient tagging usages in the library. Furthermore, since aws does...
Cloudprovider AWS should query instance by ID when possible
https://api.github.com/repos/kubernetes/kubernetes/issues/78136/comments
0
2019-05-20T22:56:38Z
2019-07-12T16:23:06Z
https://github.com/kubernetes/kubernetes/issues/78136
446,344,604
78,136
[ "kubernetes", "kubernetes" ]
Right now cri-tools only include tarballs for linux https://github.com/kubernetes/kubernetes/blob/c85c0e4780e428fdfb33debc31bc88f8095e5831/build/workspace.bzl#L29-L36 /cc @feiskyer @Random-Liu /cc @pjh
Include windows binaries in cri-tools
https://api.github.com/repos/kubernetes/kubernetes/issues/78134/comments
8
2019-05-20T21:41:13Z
2019-10-16T16:35:47Z
https://github.com/kubernetes/kubernetes/issues/78134
446,323,140
78,134
[ "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 current [S...
Volume ownership function ignore errors during chown or chmod
https://api.github.com/repos/kubernetes/kubernetes/issues/78130/comments
20
2019-05-20T19:29:54Z
2023-05-10T15:01:35Z
https://github.com/kubernetes/kubernetes/issues/78130
446,273,601
78,130
[ "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-network] DNS configMap nameserver [IPv4] Change stubDomain should be able to change stubDomain configuration ...
[Failing Tests] DNS configmap nameserver tests failing in master-blocking
https://api.github.com/repos/kubernetes/kubernetes/issues/78129/comments
4
2019-05-20T18:38:52Z
2019-06-03T12:47:35Z
https://github.com/kubernetes/kubernetes/issues/78129
446,255,257
78,129
[ "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 using ...
Unstable DNS response after startup of pod
https://api.github.com/repos/kubernetes/kubernetes/issues/78128/comments
20
2019-05-20T17:07:51Z
2020-03-21T10:39:47Z
https://github.com/kubernetes/kubernetes/issues/78128
446,222,198
78,128
[ "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**: Operation: [l...
Operation: [list] for kind: [Namespace] with name: [null] in namespace: [null] failed.
https://api.github.com/repos/kubernetes/kubernetes/issues/78126/comments
9
2019-05-20T16:42:14Z
2019-06-03T07:49:53Z
https://github.com/kubernetes/kubernetes/issues/78126
446,212,476
78,126
[ "kubernetes", "kubernetes" ]
**What happened**: A user reported that a workload was stuck and unable to startup. The workload in question spawns several pods via a CRD, one of which is an init container that checks the other pods for readiness before the workload begins processing. During startup, the CNI call failed due to a timeout communicating...
Kubelet does not retry init container startup on CNI failure
https://api.github.com/repos/kubernetes/kubernetes/issues/78125/comments
10
2019-05-20T16:22:40Z
2019-12-05T13:55:24Z
https://github.com/kubernetes/kubernetes/issues/78125
446,204,781
78,125
[ "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 Kuber...
Service controller manager leaks load balancers
https://api.github.com/repos/kubernetes/kubernetes/issues/78124/comments
10
2019-05-20T16:01:59Z
2019-07-01T17:53:05Z
https://github.com/kubernetes/kubernetes/issues/78124
446,195,908
78,124
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: Multiple jobs on `master-informing`. **Which test(s) are failing**: `Before Suite` on the following jobs: - https://testgrid.k8s.io/sig-release-master-informing#kubeadm-kinder-upgrade-stable-master - https://testgrid.k8s.io/sig-release-master-informing#gce-new-master-upgrade-master -...
[Failing tests] Multiple job failures on the BeforeSuite step while waiting for CoreDNS to be ready
https://api.github.com/repos/kubernetes/kubernetes/issues/78123/comments
18
2019-05-20T15:28:41Z
2019-06-17T16:07:09Z
https://github.com/kubernetes/kubernetes/issues/78123
446,180,361
78,123
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: gce-scale-performance kubemark-5000 **Which test(s) are failing**: Scalability density and load tests. **Since when has it been failing**: Run 1115887544400089089 2019-04-10...
[Failing test] GCE-5000: increased latency of replicationcontrollers list
https://api.github.com/repos/kubernetes/kubernetes/issues/78111/comments
9
2019-05-20T12:50:22Z
2019-05-20T19:05:30Z
https://github.com/kubernetes/kubernetes/issues/78111
446,100,029
78,111
[ "kubernetes", "kubernetes" ]
I want to embed [LeaderElectionConfiguration](https://github.com/kubernetes/component-base/blob/4727f38490bc68c3ba5e308586e7b045e216b991/config/v1alpha1/types.go#L27) in my configuration like this: ```go import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" componetv1alpha1 "k8s.io/component-base/config/v1alph...
Fields in Component config should be optional (pointers)
https://api.github.com/repos/kubernetes/kubernetes/issues/78109/comments
17
2019-05-20T12:26:26Z
2020-11-26T15:14:29Z
https://github.com/kubernetes/kubernetes/issues/78109
446,089,295
78,109
[ "kubernetes", "kubernetes" ]
**What happened**: Trying to delete the deployment, but the PV is stuck at Terminating status forever. However claims made from Kind: Deployment and the PV claimed for it doesn't have any problem terminating successfully. **What you expected to happen**: All pods, services and PV disappear after terminating. ...
HostPath PV is stuck at terminating when claimed from StatefulSet
https://api.github.com/repos/kubernetes/kubernetes/issues/78106/comments
6
2019-05-20T11:40:05Z
2024-02-28T21:09:20Z
https://github.com/kubernetes/kubernetes/issues/78106
446,069,819
78,106
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Introduce a mechanism that allows ~~detecting~~ specifying the IP protocol version used in the e2e testing. **Why is this needed**: This is a followup on #70248, my understanding is that in orde...
Autodetect IP family for e2e testing
https://api.github.com/repos/kubernetes/kubernetes/issues/78099/comments
8
2019-05-20T09:42:37Z
2019-07-26T01:12:01Z
https://github.com/kubernetes/kubernetes/issues/78099
446,019,661
78,099
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: As the [scheduling framework KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20180409-scheduling-framework.md) is now implementable, it will be easier to add out of tree ...
Add support for Custom Scheduler Plugins (out of tree)
https://api.github.com/repos/kubernetes/kubernetes/issues/78093/comments
2
2019-05-20T02:44:11Z
2019-07-16T06:29:25Z
https://github.com/kubernetes/kubernetes/issues/78093
445,900,839
78,093
[ "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**: At first I ha...
Re-distribute pods over labeled nodes
https://api.github.com/repos/kubernetes/kubernetes/issues/78091/comments
5
2019-05-19T22:33:50Z
2019-10-17T03:37:35Z
https://github.com/kubernetes/kubernetes/issues/78091
445,871,959
78,091
[ "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 run IPv6 for...
Create AWS IPv6 route cause "destinationCidrBlock is invalid"
https://api.github.com/repos/kubernetes/kubernetes/issues/78089/comments
9
2019-05-19T19:59:51Z
2020-01-04T08:35:24Z
https://github.com/kubernetes/kubernetes/issues/78089
445,858,066
78,089
[ "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-api-machinery] CustomResourcePublishOpenAPI [Feature:CustomResourcePublishOpenAPI] works for multipl...
[Failing tests] CustomResourceConversionWebhook and CustomResourcePublishOpenAPI failing in master-blocking
https://api.github.com/repos/kubernetes/kubernetes/issues/78087/comments
9
2019-05-19T18:09:57Z
2019-05-23T13:28:42Z
https://github.com/kubernetes/kubernetes/issues/78087
445,847,757
78,087
[ "kubernetes", "kubernetes" ]
####Today,I have an problem need for help。I am using k8s for version 1.8,and has created an federation cluster,when I use command line to show cluster status,I meet some problem for bellow: #####For the cluster normal status: ``` kubectl get cluster --context=fellowship NAME STATUS AGE clou...
federation cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/78083/comments
6
2019-05-19T04:30:22Z
2019-10-16T08:19:03Z
https://github.com/kubernetes/kubernetes/issues/78083
445,779,034
78,083
[ "kubernetes", "kubernetes" ]
I want to set kubelet clientCA file path through command: "kubeadm init --config=./kubeadm.yml --ignore-preflight-errors all" Genereated kubelet config file(/var/lib/kubelet/config.yaml) always point to /etc/kubernetes/pki/ca.crt for clientCAFile option. Kubelet process will fail unless i overide with --clientCAFi...
Setting kubelet client certificate file path through kubeadm config file failed
https://api.github.com/repos/kubernetes/kubernetes/issues/78075/comments
7
2019-05-18T16:45:31Z
2019-05-26T21:17:47Z
https://github.com/kubernetes/kubernetes/issues/78075
445,733,181
78,075
[ "kubernetes", "kubernetes" ]
I want to set kubelet clientCA file path through command: "kubeadm init --config=./kubeadm.yml --ignore-preflight-errors all" Genereated kubelet config file(/var/lib/kubelet/config.yaml) always point to /etc/kubernetes/pki/ca.crt for clientCAFile option. Kubelet process will fail unless i overide with --clientCAF...
Setting kubelet client certificate file path through kubeadm config file failed
https://api.github.com/repos/kubernetes/kubernetes/issues/78074/comments
2
2019-05-18T16:31:28Z
2019-05-18T16:37:34Z
https://github.com/kubernetes/kubernetes/issues/78074
445,731,970
78,074
[ "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 built a ...
resource utilization of the windows node
https://api.github.com/repos/kubernetes/kubernetes/issues/78072/comments
5
2019-05-18T14:56:19Z
2019-11-06T13:36:35Z
https://github.com/kubernetes/kubernetes/issues/78072
445,723,506
78,072
[ "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 creation...
Old ReplicaSet and Old pods are still alive with New ReplicaSet
https://api.github.com/repos/kubernetes/kubernetes/issues/78070/comments
2
2019-05-18T11:51:40Z
2019-05-18T13:33:28Z
https://github.com/kubernetes/kubernetes/issues/78070
445,708,420
78,070
[ "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 `cal...
kube-controller-manager & kube-scheduler in CrashLoopBackoff Error in kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/78068/comments
20
2019-05-18T09:05:22Z
2020-06-28T13:59:05Z
https://github.com/kubernetes/kubernetes/issues/78068
445,696,121
78,068
[ "kubernetes", "kubernetes" ]
i'm using kubeadm to installed k8s cluster. the kubeadm and k8s version is 1.14.1. my kubeadm-config file config like this: ``` apiVersion: kubeadm.k8s.io/v1beta1 kind: ClusterConfiguration kubernetesVersion: v1.14.1 clusterName: k8s-platform controlPlaneEndpoint: "k8s-pf1-lb:6000" imageRepository: myRepos...
balancerWrapper always in kube-apiserver logs
https://api.github.com/repos/kubernetes/kubernetes/issues/78067/comments
8
2019-05-18T08:04:11Z
2019-10-17T22:56:02Z
https://github.com/kubernetes/kubernetes/issues/78067
445,691,698
78,067
[ "kubernetes", "kubernetes" ]
**Which test(s) are failing**: + TestPendingPodsMetric We could use the following command to reproduce it. ```bash $ bazel test --runs_per_test=1000 //pkg/scheduler/internal/queue:go_default_test INFO: Analyzed target //pkg/scheduler/internal/queue:go_default_test (372 packages loaded, 9304 targets configu...
Flaky TestPendingPodsMetric
https://api.github.com/repos/kubernetes/kubernetes/issues/78064/comments
9
2019-05-18T03:53:30Z
2020-01-22T02:24:04Z
https://github.com/kubernetes/kubernetes/issues/78064
445,675,396
78,064
[ "kubernetes", "kubernetes" ]
/sig api-machinery /kind bug /assign sttts because the controller that maintains the condition runs multiple instances in HA apiserver clusters, the controller must not duel in cases where the validation messages change slightly between releases
CRD structural schema condition is susceptible to message changes
https://api.github.com/repos/kubernetes/kubernetes/issues/78060/comments
0
2019-05-18T00:41:55Z
2019-05-20T21:54:14Z
https://github.com/kubernetes/kubernetes/issues/78060
445,660,722
78,060
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Allow the ability to list resources without the ability to read its contents **Why is this needed**: For secrets, it is preferred to not let users see their contents with the naked eye. However, today is an all-or-nothing proposition: you either list the secrets *and has ac...
Allow listing secrets without disclosing secret data
https://api.github.com/repos/kubernetes/kubernetes/issues/78056/comments
10
2019-05-17T22:31:34Z
2019-10-23T17:53:24Z
https://github.com/kubernetes/kubernetes/issues/78056
445,640,336
78,056
[ "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**: Make release ...
Make release of v1.14.2 failed
https://api.github.com/repos/kubernetes/kubernetes/issues/78055/comments
1
2019-05-17T22:22:01Z
2019-05-18T17:39:13Z
https://github.com/kubernetes/kubernetes/issues/78055
445,638,398
78,055
[ "kubernetes", "kubernetes" ]
https://testgrid.k8s.io/sig-gcp-master#gci-gke Example: https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gke/1129457203518902274 ``` Error: 13 leaked resources +NAME LOCATION LOCATION_SCOPE SIZE_GB TYPE STATUS +...
Failing Test: sig-gcp#gke-gci tests are failing on diff due to PV leak
https://api.github.com/repos/kubernetes/kubernetes/issues/78050/comments
8
2019-05-17T19:52:31Z
2019-05-28T20:30:36Z
https://github.com/kubernetes/kubernetes/issues/78050
445,593,592
78,050
[ "kubernetes", "kubernetes" ]
Commits 38b7f2125fa and 7e2aa46f64a on master via PRs #77985 and #77910 have broken MacOS 'make' again: ``` github.com/kubernetes/kubernetes/hack/lib/golang.sh: line 166: declare: -g: invalid option declare: usage: declare [-afFirtx] [-p] [name[=value] ...] !!! [0517 10:55:19] Call tree: !!! [0517 10:55:19] 1:...
MacOS build broken (again) by bash
https://api.github.com/repos/kubernetes/kubernetes/issues/78047/comments
2
2019-05-17T19:14:08Z
2019-05-18T06:21:50Z
https://github.com/kubernetes/kubernetes/issues/78047
445,580,723
78,047
[ "kubernetes", "kubernetes" ]
<!--- Provide a general summary of the issue in the Title above --> kube-proxy enable ipvs not work correct that on the host-endpoint to request service cluster ip 1. on the master node to dig kubernetes.default.svc.cluster.local from service cluster ip ,the response ip is pod ip,not the service cluster ip. ...
kube-proxy ipvs not work correct under calico with Advertising services over BGP
https://api.github.com/repos/kubernetes/kubernetes/issues/78038/comments
8
2019-05-17T15:21:54Z
2019-06-24T22:15:48Z
https://github.com/kubernetes/kubernetes/issues/78038
445,495,146
78,038
[ "kubernetes", "kubernetes" ]
Tried this option https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/kubernetes-volumes.html https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/persistent-vols-claims.html Volume creation vmkfstools -c 2G /vmfs/volumes/workload_share_0/volumes/myDisk.vmdk Tried dire...
mount: special device /var/lib/kubelet/plugins/kubernetes.io/vsphere-volume/mounts/[workload_share_0 ] volumes/myDisk does not exist
https://api.github.com/repos/kubernetes/kubernetes/issues/78024/comments
14
2019-05-17T11:20:06Z
2022-04-08T09:33:52Z
https://github.com/kubernetes/kubernetes/issues/78024
445,393,608
78,024
[ "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**: Looking thr...
kubelet & kube-proxy logs flooded
https://api.github.com/repos/kubernetes/kubernetes/issues/78023/comments
11
2019-05-17T10:20:11Z
2019-11-08T14:23:54Z
https://github.com/kubernetes/kubernetes/issues/78023
445,371,530
78,023
[ "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**: set multi clu...
kube-proxy not support multi --cluster-cidr
https://api.github.com/repos/kubernetes/kubernetes/issues/78020/comments
6
2019-05-17T09:54:15Z
2019-05-31T23:08:58Z
https://github.com/kubernetes/kubernetes/issues/78020
445,360,759
78,020
[ "kubernetes", "kubernetes" ]
**What happened**: All the backend services is shown healthy in the console but cannot access the application **How to reproduce it (as minimally and precisely as possible)**: Here are the manifests I used, deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: webapp spec: selector: ...
502 server error while using ingress
https://api.github.com/repos/kubernetes/kubernetes/issues/78017/comments
7
2019-05-17T09:11:39Z
2019-05-30T21:50:46Z
https://github.com/kubernetes/kubernetes/issues/78017
445,342,456
78,017
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: pull-kubernetes-e2e-aks-engine-azure **Which test(s) are failing**: Cluster setup error: ``` error creating cluster: cannot deploy: cannot get the create deployment future ...
pull-kubernetes-e2e-aks-engine-azure is failing
https://api.github.com/repos/kubernetes/kubernetes/issues/78013/comments
5
2019-05-17T06:25:05Z
2019-05-24T13:26:20Z
https://github.com/kubernetes/kubernetes/issues/78013
445,283,677
78,013
[ "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**: LoadBalance...
LoadBalancer Service stuck on pending when EnableTcpReset is enabled on SLB
https://api.github.com/repos/kubernetes/kubernetes/issues/78011/comments
2
2019-05-17T04:43:45Z
2019-05-18T04:52:41Z
https://github.com/kubernetes/kubernetes/issues/78011
445,262,273
78,011
[ "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**: If a `Statefu...
StatefulSet does not upgrade to a newer version of manifests
https://api.github.com/repos/kubernetes/kubernetes/issues/78007/comments
45
2019-05-17T02:31:48Z
2024-06-21T01:48:01Z
https://github.com/kubernetes/kubernetes/issues/78007
445,237,315
78,007
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The [scheduling framework KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20180409-scheduling-framework.md) is now implementable. We have [already added](https://github.com/kubernetes/kubernetes/pull/75848) plugin interfaces and a few extension point...
Add Bind extension point of the scheduling framework
https://api.github.com/repos/kubernetes/kubernetes/issues/78006/comments
8
2019-05-17T02:08:24Z
2019-06-22T01:52:25Z
https://github.com/kubernetes/kubernetes/issues/78006
445,232,109
78,006
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The [scheduling framework KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20180409-scheduling-framework.md) is now implementable. We have [already added](https://github.com/kubernetes/kubernetes/pull/75848) plugin interfaces and a few extension point...
Add PostFilter extension point of the scheduling framework
https://api.github.com/repos/kubernetes/kubernetes/issues/78004/comments
5
2019-05-17T02:00:12Z
2019-08-03T16:43:52Z
https://github.com/kubernetes/kubernetes/issues/78004
445,230,328
78,004
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: A newer version of coredns **Why is this needed**: Currently shipped v1.3.1 is affected by https://github.com/coredns/coredns/issues/2629 issue, which causes the cluster outage if API server goes away...
Upgrade coredns to v1.4.0 or v1.5.0
https://api.github.com/repos/kubernetes/kubernetes/issues/78003/comments
6
2019-05-17T01:57:36Z
2019-07-17T15:41:20Z
https://github.com/kubernetes/kubernetes/issues/78003
445,229,844
78,003
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The [scheduling framework KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20180409-scheduling-framework.md) is now implementable. We have [already added](https://github.com/kubernetes/kubernetes/pull/75848) plugin interfaces and a few extension point...
Add Scoring extension point of the scheduling framework
https://api.github.com/repos/kubernetes/kubernetes/issues/78002/comments
5
2019-05-17T01:56:51Z
2019-07-17T04:22:35Z
https://github.com/kubernetes/kubernetes/issues/78002
445,229,687
78,002
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The [scheduling framework KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20180409-scheduling-framework.md) is now implementable. We have [already added](https://github.com/kubernetes/kubernetes/pull/75848) plugin interfaces and a few extension point...
Add Filter extension point of the scheduling framework
https://api.github.com/repos/kubernetes/kubernetes/issues/78001/comments
3
2019-05-17T01:54:37Z
2019-07-22T23:48:54Z
https://github.com/kubernetes/kubernetes/issues/78001
445,229,260
78,001
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Move volume_expand tests to storage e2e testsuites **Why is this needed**: This will allow sharing volume_expand tests with csi-drivers and other in-tree drivers than aws and gce, as a result, test coverage will increase. /sig storage cc @gnufied @msau42
Move volume_expand tests to storage e2e testsuites
https://api.github.com/repos/kubernetes/kubernetes/issues/77999/comments
0
2019-05-17T00:07:36Z
2019-07-19T21:25:12Z
https://github.com/kubernetes/kubernetes/issues/77999
445,208,993
77,999
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The [scheduling framework KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20180409-scheduling-framework.md) is now implementable. We have [already added](https://github.com/kubernetes/kubernetes/pull/75848) plugin interfaces and a few extension point...
Add PreFilter extension point of the scheduling framework
https://api.github.com/repos/kubernetes/kubernetes/issues/77998/comments
5
2019-05-16T23:59:22Z
2019-07-09T02:11:59Z
https://github.com/kubernetes/kubernetes/issues/77998
445,207,169
77,998
[ "kubernetes", "kubernetes" ]
kubectl describe pods cdi-upload-flex-vnf-volume-claim Name: cdi-upload-flex-vnf-volume-claim Namespace: default Priority: 0 PriorityClassName: <none> Node: <none> Labels: app=containerized-data-importer cdi.kubevirt.io=cdi-upload-s...
Pod Pending due to unbound persistent volume claims
https://api.github.com/repos/kubernetes/kubernetes/issues/77993/comments
7
2019-05-16T21:21:48Z
2019-10-15T00:48:28Z
https://github.com/kubernetes/kubernetes/issues/77993
445,165,772
77,993
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Incorrect attempts to delete namespaces via kubectl kubectl delete namespace -n <some namespace> --all deletes all namespaces without warning. This is sometimes possible when quickly editing previous commands with a similar format, eg kubectl delete pods -n < namespace> --all
Warn about deletion of namespaces
https://api.github.com/repos/kubernetes/kubernetes/issues/77992/comments
6
2019-05-16T20:30:14Z
2019-10-14T18:43:06Z
https://github.com/kubernetes/kubernetes/issues/77992
445,145,817
77,992
[ "kubernetes", "kubernetes" ]
Store#Delete begins by looking up the existing object: https://github.com/kubernetes/kubernetes/blob/8ae998ceb69ae83afe730795aea3bd44913ad868/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go#L865-L875 If that object has no pending finalizers, and that type does not do graceful deletion, and the...
Simultaneous calls to add a finalizer and delete can race
https://api.github.com/repos/kubernetes/kubernetes/issues/77988/comments
20
2019-05-16T18:25:24Z
2025-01-22T22:21:22Z
https://github.com/kubernetes/kubernetes/issues/77988
445,097,400
77,988
[ "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 pod running a...
NFS volume is not writable for non-root user
https://api.github.com/repos/kubernetes/kubernetes/issues/77986/comments
10
2019-05-16T18:14:57Z
2020-02-10T17:08:53Z
https://github.com/kubernetes/kubernetes/issues/77986
445,093,251
77,986
[ "kubernetes", "kubernetes" ]
**What happened**: In recent pull-kubernetes-verify runs, I see: ``` +++ Running case: verify.symbols +++ working dir: /home/prow/go/src/k8s.io/kubernetes +++ command: bash "hack/make-rules/../../hack/verify-symbols.sh" +++ [0516 15:44:46] Building go targets for linux/amd64: cmd/hyperkube nm: /home/pr...
verify-symbols.sh is not able to verify symbols
https://api.github.com/repos/kubernetes/kubernetes/issues/77983/comments
2
2019-05-16T17:02:47Z
2019-06-12T01:55:39Z
https://github.com/kubernetes/kubernetes/issues/77983
445,064,811
77,983
[ "kubernetes", "kubernetes" ]
**What happened**: I have a two nodes (k8s-master and k8s-worker2) cluster. I removed the NoSchedule taint from k8s-master so PoDs can be scheduled on it. If I shutdown k8s-worker2 or stop its kubelet service, the PoDs running on it are not recreated on k8s-master **What you expected to happen**: Based on...
Controller doesn't taint the node as NoExecute when in NotReady state
https://api.github.com/repos/kubernetes/kubernetes/issues/77981/comments
14
2019-05-16T15:51:20Z
2024-02-04T08:41:05Z
https://github.com/kubernetes/kubernetes/issues/77981
445,033,156
77,981
[ "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**: 1. After upgr...
Failed to add label for pod security policy limt
https://api.github.com/repos/kubernetes/kubernetes/issues/77974/comments
15
2019-05-16T12:12:23Z
2019-06-26T18:30:02Z
https://github.com/kubernetes/kubernetes/issues/77974
444,920,132
77,974
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Proposing different Pod behaviours to be verified when resource quota, specified to the containers are exceeded. 1. **Name**: Pod, memory resource, exceeds limit **e2e**: Pod should be failed when mem...
E2E Proposal: Verity pod behaviour when container specified resource quota exceeds
https://api.github.com/repos/kubernetes/kubernetes/issues/77973/comments
10
2019-05-16T11:53:31Z
2020-02-07T22:03:08Z
https://github.com/kubernetes/kubernetes/issues/77973
444,912,287
77,973
[ "kubernetes", "kubernetes" ]
**What happened**: `kubectl top pods --namespace backstage` outputs error: ``` W0516 16:25:09.356872 11172 top_pod.go:190] Metrics not available for pod backstage/container-name-678f95c84-qnqml, age: 1242h46m15.3568533s error: Metrics not available for pod backstage/container-name-678f95c84-qnqml, age: 1242h4...
kubectl top pods: Metrics not available for pod
https://api.github.com/repos/kubernetes/kubernetes/issues/77971/comments
5
2019-05-16T11:26:13Z
2019-11-08T09:20:18Z
https://github.com/kubernetes/kubernetes/issues/77971
444,901,384
77,971
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: * Pod called ...
kubelet/csi fails to unmount on IO errors
https://api.github.com/repos/kubernetes/kubernetes/issues/77969/comments
6
2019-05-16T10:04:38Z
2019-06-04T07:50:07Z
https://github.com/kubernetes/kubernetes/issues/77969
444,866,535
77,969
[ "kubernetes", "kubernetes" ]
**What happened**: Kubelet ignore options in /etc/resolv.conf for pods with default policy **What you expected to happen**: Kubelet must merge that options with default and insert in pod /etc/resolv.conf **How to reproduce it (as minimally and precisely as possible)**: Set any options in /etc/resolv.conf, rest...
Options in system resolv.conf ignored
https://api.github.com/repos/kubernetes/kubernetes/issues/77967/comments
7
2019-05-16T09:39:56Z
2019-10-14T16:41:09Z
https://github.com/kubernetes/kubernetes/issues/77967
444,854,465
77,967
[ "kubernetes", "kubernetes" ]
We observed in an e2e that if attach is performed on a volume that was detached before from same node, sometimes the mount of the volume (for 2nd pod) could be stuck waiting on invalid devicePath in `WaitForAttach` call. The problem is - when attach for second pod failed with `"Error attaching EBS volume \"vol-xxx\...
On AWS Attach followed by a detach of same volume is stuck waiting for volume attachment on old device path
https://api.github.com/repos/kubernetes/kubernetes/issues/77949/comments
6
2019-05-15T18:44:43Z
2019-06-06T23:48:00Z
https://github.com/kubernetes/kubernetes/issues/77949
444,588,978
77,949
[ "kubernetes", "kubernetes" ]
For most built-in resources, if the object deletion is blocked by finalizers, the Update request that removes the last pending finalizer causes the apiserver to delete the object. The logic is enforced by the generic storage's `Update()` function, specifically, by the [shouldDeleteDuringUpdate](https://github.com/ku...
Namespaces and CRD have inconsistent delete-on-update behavior than other built-in resources.
https://api.github.com/repos/kubernetes/kubernetes/issues/77944/comments
1
2019-05-15T17:43:13Z
2019-05-17T09:04:33Z
https://github.com/kubernetes/kubernetes/issues/77944
444,563,994
77,944
[ "kubernetes", "kubernetes" ]
--- name: Bug Report about: Report a bug encountered while operating Kubernetes labels: kind/bug --- <!-- 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...
Kubelet stopped posting node status
https://api.github.com/repos/kubernetes/kubernetes/issues/77943/comments
17
2019-05-15T17:16:15Z
2020-03-19T10:53:48Z
https://github.com/kubernetes/kubernetes/issues/77943
444,553,072
77,943
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: gce-new-master-upgrade-cluster **Which test(s) are failing**: - [sig-storage] In-tree Volumes [Driver: nfs] [Testpattern: Dynamic PV (default fs)] subPath should unmount if pod is force deleted while kubelet is down [Disruptive][Slow] - [sig-storage] In-tree Volumes [Driver: gcepd] [Te...
[Flaking Tests] multiple sig-storage tests in the gce-new-master-upgrade-cluster job
https://api.github.com/repos/kubernetes/kubernetes/issues/77942/comments
2
2019-05-15T17:04:48Z
2019-05-30T18:08:04Z
https://github.com/kubernetes/kubernetes/issues/77942
444,548,463
77,942
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: pull-kubernetes-e2e-gce-100-performance **Which test(s) are failing**: ClusterLoaderV2 **Since when has it been failing**: It has been consistently failing since 6:55 PDT toda...
[Failing Tests] ClusterLoaderV2 failing in presubmits
https://api.github.com/repos/kubernetes/kubernetes/issues/77938/comments
4
2019-05-15T16:37:44Z
2019-05-16T16:44:02Z
https://github.com/kubernetes/kubernetes/issues/77938
444,537,318
77,938
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: N/A **Which test(s) are failing**: should support configurable pod resolv.conf **Since when has it been failing**: N/A **Testgrid link**: N/A **Reason for fa...
test images: dnsutils and jessie-dnsutils are using dnsmasq
https://api.github.com/repos/kubernetes/kubernetes/issues/77935/comments
0
2019-05-15T15:55:57Z
2019-05-29T18:26:27Z
https://github.com/kubernetes/kubernetes/issues/77935
444,518,533
77,935
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: The volume stats RPC call and the metrics provider is implemented via https://github.com/kubernetes/kubernetes/pull/76188 We need an e2e test that verify the volume metrics functionality using mockplug...
Add E2E test for CSI Volume Stats RPC and metrics provider
https://api.github.com/repos/kubernetes/kubernetes/issues/77933/comments
4
2019-05-15T15:03:01Z
2019-10-12T16:54:10Z
https://github.com/kubernetes/kubernetes/issues/77933
444,490,994
77,933
[ "kubernetes", "kubernetes" ]
When running the following command on a GKE cluster with version 1.12.6-gke.10 we see the last events, but no new events are ever printed after that: kubectl get events -w Even if we forcibly delete a pod in that same namespace, for example, nothing is printed. If we set up a watch client with Go in a pod in ...
Kubernetes client does not print any new events after watching
https://api.github.com/repos/kubernetes/kubernetes/issues/77929/comments
2
2019-05-15T13:45:22Z
2019-05-16T14:20:54Z
https://github.com/kubernetes/kubernetes/issues/77929
444,448,213
77,929
[ "kubernetes", "kubernetes" ]
**Which test(s) are failing**: - [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if not matching [Conformance] - [sig-scheduling] SchedulerPredicates [Serial] validates that NodeSelector is respected if matching [Conformance] - [sig-scheduling] SchedulerPredicates [Serial] ...
Flaky SchedulerPredicates e2e tests because of undeleted namespaces
https://api.github.com/repos/kubernetes/kubernetes/issues/77928/comments
8
2019-05-15T13:35:55Z
2019-11-10T17:13:02Z
https://github.com/kubernetes/kubernetes/issues/77928
444,443,249
77,928
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> @kubenetes/sig-storage **What would you like to be added**: In big enough k8s deployments, there are cases when certain StorageClasses were crafted for some particular use cases. It's desired to limit to the exposure of such StorageClasses...
Private StorageClass
https://api.github.com/repos/kubernetes/kubernetes/issues/77926/comments
11
2019-05-15T12:41:43Z
2020-02-07T12:53:36Z
https://github.com/kubernetes/kubernetes/issues/77926
444,415,991
77,926