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" ]
I want to rollback the resource of statefulset through the API. In kubectl , it can use `kubectl rollout undo <statefulset_name>`. but, I can not find any api about rollback the statefulset.
can not find statefulset rollback in kubernetes api
https://api.github.com/repos/kubernetes/kubernetes/issues/85784/comments
3
2019-12-02T03:48:24Z
2019-12-02T15:34:33Z
https://github.com/kubernetes/kubernetes/issues/85784
530,871,644
85,784
[ "kubernetes", "kubernetes" ]
# Description After looking through endpoints which need tests written for in APIsnoop, this appears to be an endpoint which isn't hit. # ## Fetch dependencies ```shell go get -v -u k8s.io/apimachinery/pkg/apis/meta/v1 go get -v -u k8s.io/client-go/kubernetes go get -v -u k8s.io/client-go/tools/clientcmd go...
Research for creating a readCoreV1NamespacedPodStatus conformant test
https://api.github.com/repos/kubernetes/kubernetes/issues/85782/comments
6
2019-12-02T03:12:45Z
2020-03-24T18:05:01Z
https://github.com/kubernetes/kubernetes/issues/85782
530,861,660
85,782
[ "kubernetes", "kubernetes" ]
https://cheatsheet.dennyzhang.com/cheatsheet-kubernetes-a4 Some USEFUL Commands from Denny Zhang. Name | Command -- | -- Run curl test temporarily | kubectl run --rm mytest --image=yauritux/busybox-curl -it Run wget test temporarily | kubectl run --rm mytest --image=busybox -it Run nginx deployment with 2 r...
Kubernetes commands
https://api.github.com/repos/kubernetes/kubernetes/issues/85776/comments
23
2019-12-01T21:30:46Z
2020-08-13T09:39:03Z
https://github.com/kubernetes/kubernetes/issues/85776
530,799,257
85,776
[ "kubernetes", "kubernetes" ]
Hello, while browsing through the documentaion I found these two information: [Pod lifecycle docs](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-states) * Running: Indicates that the container is executing without issues. **Once a container enters into Running, postStart hook (if any)...
Mismatch in documentation about postStart script
https://api.github.com/repos/kubernetes/kubernetes/issues/85766/comments
6
2019-11-30T19:30:40Z
2020-04-30T09:13:42Z
https://github.com/kubernetes/kubernetes/issues/85766
530,620,601
85,766
[ "kubernetes", "kubernetes" ]
**What happened**: For ManagerImpl#GetCapacity, it is only called in test code. This func removes resource from endpoints map when either one healthy or one unhealthy device has grace period expired. This would result in resource having an expired unhealthy device and one non-expired healthy device to be removed f...
Resource with non-expired endpoint may be marked as deleted resource
https://api.github.com/repos/kubernetes/kubernetes/issues/85765/comments
5
2019-11-30T14:50:01Z
2020-04-28T16:34:28Z
https://github.com/kubernetes/kubernetes/issues/85765
530,587,883
85,765
[ "kubernetes", "kubernetes" ]
**What happened**: Following is the configuration for kubelet to enable the --cpu-manager-policy=static feature. **_--cpu-manager-policy=static --system-reserved=cpu=10,memory=10Gi --system-reserved-cgroup=/system.slice._** There is no separate cgroup for the kubelet and hence --kube-reserved is not used. ....
processes from /system.slice using cores assigned to guaranteed Pods when --cpu-manager-policy=static is set
https://api.github.com/repos/kubernetes/kubernetes/issues/85764/comments
14
2019-11-30T13:05:53Z
2020-11-17T22:41:35Z
https://github.com/kubernetes/kubernetes/issues/85764
530,576,693
85,764
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-e2e-gce&include-filter-by-regex=Delete%20Grace https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/...
[Flaky Test] [sig-node] Pods Extended [k8s.io] Delete Grace Period should be submitted and removed [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/85762/comments
38
2019-11-30T11:28:07Z
2020-03-24T22:27:45Z
https://github.com/kubernetes/kubernetes/issues/85762
530,567,141
85,762
[ "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 updated the...
Updating image tag for a stateful set does not upate the pods.
https://api.github.com/repos/kubernetes/kubernetes/issues/85761/comments
16
2019-11-30T04:34:27Z
2021-02-02T03:29:55Z
https://github.com/kubernetes/kubernetes/issues/85761
530,531,364
85,761
[ "kubernetes", "kubernetes" ]
**What happened**: I wish to get the StatefulSet pod instances hostname with IP address mapping within containers, like, Name: web-0.nginx Address 1: 10.244.1.6 Name: web-1.nginx Address 1: 10.244.2.6 It should be SVC Records DNS service for StatefulSet Pods. but now it can parse nginx with nslo...
SVC Records of headless service for StatefulSet doesnot work normally
https://api.github.com/repos/kubernetes/kubernetes/issues/85759/comments
6
2019-11-30T02:55:11Z
2019-12-03T04:18:33Z
https://github.com/kubernetes/kubernetes/issues/85759
530,524,406
85,759
[ "kubernetes", "kubernetes" ]
I've seen a lot answers with subject seems like that but nothing can help me. I've configured the cluster kubernetes in three servers, i can do deploy through jenkins my apps are started without errors. Into the server master i can run curl <my ipserver>:30000 and this way i can see the application is up. but when i...
Server type: NodePort can't be accessed outside cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/85757/comments
5
2019-11-29T21:32:09Z
2020-03-19T20:34:03Z
https://github.com/kubernetes/kubernetes/issues/85757
530,491,624
85,757
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: gce-master-scale-performance gce-master-scale-correctness **Which test(s) are failing**: n/a **Since when has it been failing**: 11/28 **Testgrid link**: https://k8s-test...
[Failing Test] ci-kubernetes-e2e-gce-scale-{performance, correctness} fail due to hanging DumpClusterLogs
https://api.github.com/repos/kubernetes/kubernetes/issues/85753/comments
10
2019-11-29T12:10:01Z
2019-12-04T16:41:30Z
https://github.com/kubernetes/kubernetes/issues/85753
530,314,133
85,753
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Pod has new attribute "Expiration Time" after that the Pod would stop to receive any connections and exit gracefully and the deployment (or daemonset...) will launch another pod to replace it. **Why ...
Pod expiration time
https://api.github.com/repos/kubernetes/kubernetes/issues/85752/comments
10
2019-11-29T11:05:22Z
2020-07-07T17:14:40Z
https://github.com/kubernetes/kubernetes/issues/85752
530,287,965
85,752
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Using server-side apply there's currently two status codes that can be returned, [OK and Created](https://github.com/kubernetes/kubernetes/blob/cf16e4988f58a5b816385898271e70c3346b9651/staging/src/k8s.i...
Return a distinct status code if server-side apply caused no change
https://api.github.com/repos/kubernetes/kubernetes/issues/85750/comments
34
2019-11-29T10:30:44Z
2020-09-20T22:12:27Z
https://github.com/kubernetes/kubernetes/issues/85750
530,271,967
85,750
[ "kubernetes", "kubernetes" ]
On our local development machine we use a single node kubernetes cluster with minikube. This cluster can be tracked with the default kubernetes dashboard. When this dashboard is active for a long period of time (in my use case it was for about 12 to 16 hours), the memory usage sky-rockets over time ending up with using...
The dashboard has uses excessive memory over time
https://api.github.com/repos/kubernetes/kubernetes/issues/85748/comments
3
2019-11-29T09:12:05Z
2019-11-30T14:47:36Z
https://github.com/kubernetes/kubernetes/issues/85748
530,234,180
85,748
[ "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**: Create a Netw...
Incorrect validation result of NetworkPolicy PolicyTypes
https://api.github.com/repos/kubernetes/kubernetes/issues/85746/comments
4
2019-11-29T08:10:57Z
2019-12-17T05:38:05Z
https://github.com/kubernetes/kubernetes/issues/85746
530,210,249
85,746
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: **What you ...
Node has enough CPU,memory and other resources,but pod status is always belongs pending!
https://api.github.com/repos/kubernetes/kubernetes/issues/85742/comments
6
2019-11-29T03:13:59Z
2019-12-27T03:44:45Z
https://github.com/kubernetes/kubernetes/issues/85742
530,135,897
85,742
[ "kubernetes", "kubernetes" ]
**I'm sorry, please forgive my poor English. I can't express it in English.** 发生了什么: kube-proxy使用**ipvs**模式,当创建了 **externalIPs**的Service时,会出现集群中的worker节点间ping不通的问题。具体表现为:externalIPs指定的ip对应的机器无法ping通其他worker节点,而没有被externalIPs指定的机器访问集群中其他worker节点是没有问题的。 您预期会发生什么: 预期是可以使用externalIPs指定的ip直接访问到我们的pod资源。 经测试,当ku...
在使用ipvs模式的kube-proxy与externalIPs的Service时,遇到了网络问题
https://api.github.com/repos/kubernetes/kubernetes/issues/85741/comments
20
2019-11-29T03:12:47Z
2022-01-10T11:57:22Z
https://github.com/kubernetes/kubernetes/issues/85741
530,135,644
85,741
[ "kubernetes", "kubernetes" ]
# kubectl describe pod nginx-648fd8975f-65qxs Name: nginx-648fd8975f-65qxs Namespace: default Priority: 0 Node: node02/192.168.0.168 Start Time: Fri, 29 Nov 2019 10:34:16 +0800 Labels: pod-template-hash=648fd8975f run=nginx Annotations: <none> Statu...
Error response from daemon: unknown service containerd.services.leases.v1.Leases: not implemented
https://api.github.com/repos/kubernetes/kubernetes/issues/85740/comments
6
2019-11-29T02:48:45Z
2020-04-29T21:01:42Z
https://github.com/kubernetes/kubernetes/issues/85740
530,130,911
85,740
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The scheduler to be able to handle different plugin configurations at the same time. For example, be able to create a scheduler with two plugin configurations (lets call them "profiles"): one prefers spreading (e.g., the current plugin configuration we have in the scheduler) an...
Scheduler with multiple plugin configurations
https://api.github.com/repos/kubernetes/kubernetes/issues/85737/comments
17
2019-11-28T18:56:52Z
2020-02-26T21:33:52Z
https://github.com/kubernetes/kubernetes/issues/85737
530,047,864
85,737
[ "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 the node...
Node controller: ensureNodeExistsByProviderID passes instanceID rather than providerID if providerID on node is empty
https://api.github.com/repos/kubernetes/kubernetes/issues/85731/comments
4
2019-11-28T14:52:27Z
2020-04-26T16:47:24Z
https://github.com/kubernetes/kubernetes/issues/85731
529,956,523
85,731
[ "kubernetes", "kubernetes" ]
**What happened**: pod can't be removed from scheduler cache when be deleted, logs in kube-scheduler is below: I1128 16:41:50.819639 31593 leaderelection.go:344] lock is held by shaphicpra14907_64ccb0c5-aaa1-435d-a4b4-ead4bb3de63b and has not yet expired I1128 16:41:50.819678 31593 leaderelection.go:240] fail...
Deleted pods may remain in scheduler cache and cause scheduling exception
https://api.github.com/repos/kubernetes/kubernetes/issues/85726/comments
7
2019-11-28T12:38:01Z
2020-05-15T21:17:38Z
https://github.com/kubernetes/kubernetes/issues/85726
529,888,998
85,726
[ "kubernetes", "kubernetes" ]
**What happened**: One of my nodes momentarily became `NotReady`, then it came back: ``` $ kubectl get events LAST SEEN TYPE REASON OBJECT MESSAGE 5m22s Normal NodeNotReady node/192.168.234.6 ...
Service remains unavailable after node returns from NotReady
https://api.github.com/repos/kubernetes/kubernetes/issues/85725/comments
13
2019-11-28T11:56:03Z
2020-09-09T23:57:47Z
https://github.com/kubernetes/kubernetes/issues/85725
529,868,737
85,725
[ "kubernetes", "kubernetes" ]
**What happened**: when upgrade kubernetes from v1.14.8 to v1.14.9, there was so mang log in /var/log/message as follow: ``` shell Nov 28 18:11:01 vm01-k8s-01 kubelet: W1128 18:11:01.940609 621 reflector.go:289] object-"kube-system"/"coredns": watch of *v1.ConfigMap ended with: too old resource version: 1289129...
kubernetes v1.14.9: watch of *v1.ConfigMap ended with: too old resource version
https://api.github.com/repos/kubernetes/kubernetes/issues/85723/comments
5
2019-11-28T11:41:20Z
2020-10-13T08:26:29Z
https://github.com/kubernetes/kubernetes/issues/85723
529,862,068
85,723
[ "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**: Deletion of...
ISCSI targets remain logged-in after the last attachment detaches
https://api.github.com/repos/kubernetes/kubernetes/issues/85702/comments
0
2019-11-27T22:43:49Z
2019-12-02T14:03:06Z
https://github.com/kubernetes/kubernetes/issues/85702
529,604,097
85,702
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: We use our own custom build of docker for dockershim and would like to more easily reflect this information in the kubelet node info. Example: `kubectl get nodes -o wide` currently shows `docker:/...
Customize dockershim runtime name
https://api.github.com/repos/kubernetes/kubernetes/issues/85699/comments
4
2019-11-27T22:13:40Z
2019-11-28T01:08:14Z
https://github.com/kubernetes/kubernetes/issues/85699
529,595,154
85,699
[ "kubernetes", "kubernetes" ]
When doing `kubectl edit clusterversions` in an OpenShift cluster with a nullable field being required (compare https://github.com/openshift/api/blob/master/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml#L153) and of value null, one gets: ``` # Please edit the object below. Lines beginning wi...
Nullable, required fields of null value break kubectl client-side validation
https://api.github.com/repos/kubernetes/kubernetes/issues/85694/comments
2
2019-11-27T19:48:16Z
2019-12-02T14:57:04Z
https://github.com/kubernetes/kubernetes/issues/85694
529,543,352
85,694
[ "kubernetes", "kubernetes" ]
We are trying to update our k/* dependencies to 1.16.x using go.mod. One of the challenges we are facing is that k/k repo can't be imported via go.mod. We get the following error, when we tried: ``` go: k8s.io/kubernetes@v1.16.3 requires k8s.io/cluster-bootstrap@v0.0.0: reading k8s.io/cluster-bootstrap/go.mod at ...
k/k ships an invalid go.mod file
https://api.github.com/repos/kubernetes/kubernetes/issues/85693/comments
7
2019-11-27T18:23:58Z
2019-11-27T18:37:14Z
https://github.com/kubernetes/kubernetes/issues/85693
529,509,064
85,693
[ "kubernetes", "kubernetes" ]
We would like to see github.com/kubernetes-csi/external-snapshotter project to use 1.16.x libraries. Issue: https://github.com/kubernetes-csi/external-snapshotter/issues/200 One of the blockers is that this project depends on k/k . It uses the following util packages: - k8s.io/kubernetes/pkg/util/goroutinemap -...
Make util/{goroutinemap,slice} usable outside k/k ?
https://api.github.com/repos/kubernetes/kubernetes/issues/85692/comments
11
2019-11-27T17:46:07Z
2020-05-02T00:52:47Z
https://github.com/kubernetes/kubernetes/issues/85692
529,493,218
85,692
[ "kubernetes", "kubernetes" ]
PredicateMetadataProducer() and Snapshot() are needed for cluster autoscaler integration. We should remove them from the ScheduleAlgorithm interface once CA migrates to creating a Framework instead of a full scheduler. /sig scheduling
Remove PredicateMetadataProducer and Snapshot from ScheduleAlgorithm interface
https://api.github.com/repos/kubernetes/kubernetes/issues/85691/comments
0
2019-11-27T17:34:06Z
2020-01-07T02:55:19Z
https://github.com/kubernetes/kubernetes/issues/85691
529,488,065
85,691
[ "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 StatefulSet...
StatefulSet does not clean up ControllerRevisions in some situations
https://api.github.com/repos/kubernetes/kubernetes/issues/85690/comments
1
2019-11-27T17:29:12Z
2020-02-19T01:16:25Z
https://github.com/kubernetes/kubernetes/issues/85690
529,485,896
85,690
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Run scheduler benchmark tests in presubmit CI checks. **Why is this needed**: The scheduler benchmark tests are relatively fast to run (~5min). They help us catch performance regressions. By running i...
Run scheduler benchmark tests in presubmit CI checks
https://api.github.com/repos/kubernetes/kubernetes/issues/85686/comments
26
2019-11-27T15:36:49Z
2021-01-02T22:51:02Z
https://github.com/kubernetes/kubernetes/issues/85686
529,423,254
85,686
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: We should allow collecting both default scheduler metrics (Prometheus) and custom metrics easily. At a high level, these collectors should produce a json formatted result which will then be consumed by pe...
Collect metrics for scheduler benchmark tests
https://api.github.com/repos/kubernetes/kubernetes/issues/85685/comments
2
2019-11-27T15:29:33Z
2020-02-27T20:41:59Z
https://github.com/kubernetes/kubernetes/issues/85685
529,418,931
85,685
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: kubemark-5000 **Which test(s) are failing**: Up and ClusterLoaderV2 **Since when has it been failing**: 11/20 **Testgrid link**: https://k8s-testgrid.appspot.com/sig-scalab...
Not enough capacity to schedule Prometheus in kubemark5000
https://api.github.com/repos/kubernetes/kubernetes/issues/85683/comments
7
2019-11-27T13:29:29Z
2020-04-14T10:15:12Z
https://github.com/kubernetes/kubernetes/issues/85683
529,346,800
85,683
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: gce-master-scale-performance **Which test(s) are failing**: load **Since when has it been failing**: 11/26 **Testgrid link**: https://k8s-testgrid.appspot.com/sig-scalabil...
[Failing Test] gce-master-scale-performance - load
https://api.github.com/repos/kubernetes/kubernetes/issues/85682/comments
1
2019-11-27T13:27:12Z
2019-11-27T14:37:21Z
https://github.com/kubernetes/kubernetes/issues/85682
529,345,546
85,682
[ "kubernetes", "kubernetes" ]
``` [root@localhost sidecarset]# k version Client Version: version.Info{Major:"1", Minor:"16", GitVersion:"v1.16.0", GitCommit:"2bd9643cee5b3b3a5ecbd3af49d09018f0773c77", GitTreeState:"clean", BuildDate:"2019-09-18T14:36:53Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{...
webhook response error
https://api.github.com/repos/kubernetes/kubernetes/issues/85681/comments
8
2019-11-27T12:21:00Z
2020-01-15T04:28:45Z
https://github.com/kubernetes/kubernetes/issues/85681
529,312,828
85,681
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `capg-conformance-stable-k8s-master (ci-cluster-api-provider-gcp-make-conformance-stable-k8s-ci-artifacts) ` **Since when has it been failing**: `26th Nov 09:07 PST` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#capg-conformance-stable-k8s-master **Reaso...
[Failing Test] capg-conformance-stable-k8s-master (ci-cluster-api-provider-gcp-make-conformance-stable-k8s-ci-artifacts)
https://api.github.com/repos/kubernetes/kubernetes/issues/85679/comments
3
2019-11-27T11:56:32Z
2019-12-07T15:20:24Z
https://github.com/kubernetes/kubernetes/issues/85679
529,300,931
85,679
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `capa-conformance-stable-k8s-master ( ci-cluster-api-provider-aws-make-conformance-stable-k8s-ci-artifacts)` **Since when has it been failing**: `26th Nov 08:32 PST` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#capa-conformance-stable-k8s-master **Reaso...
[Failing Test] capa-conformance-stable-k8s-master ( ci-cluster-api-provider-aws-make-conformance-stable-k8s-ci-artifacts)
https://api.github.com/repos/kubernetes/kubernetes/issues/85678/comments
4
2019-11-27T11:53:05Z
2019-12-07T15:20:55Z
https://github.com/kubernetes/kubernetes/issues/85678
529,299,270
85,678
[ "kubernetes", "kubernetes" ]
**What happened**: Scheduler decided that it wants to schedule Pod P on Node N after preempting some pods from N. It set the P.nominatedNodeName to N. After a while (before scheduling actually happened) node N was removed from the cluster. Scheduler did not reset P.nominatedNodeName to empty value. **What you e...
Scheduler does not clear nominatedNodeName on Pod when node is no longer valid
https://api.github.com/repos/kubernetes/kubernetes/issues/85677/comments
26
2019-11-27T10:48:51Z
2021-09-04T20:11:10Z
https://github.com/kubernetes/kubernetes/issues/85677
529,266,976
85,677
[ "kubernetes", "kubernetes" ]
``` cat sa.yaml apiVersion: v1 kind: ServiceAccount metadata: labels: k8s-app: kubernetes-dashboard name: kubernetes-dashboard namespace: kube-system ``` ``` kubectl create -f sa.yaml kubectl get sa -n kube-system NAME SECRETS AGE kubernetes-dashboard 0 12m ``` Why SECRETS is 0 ? no token? ```...
Kubernetes can't automatically create token for serviceaccount and add to service account?
https://api.github.com/repos/kubernetes/kubernetes/issues/85674/comments
5
2019-11-27T09:55:57Z
2022-07-25T23:02:30Z
https://github.com/kubernetes/kubernetes/issues/85674
529,237,189
85,674
[ "kubernetes", "kubernetes" ]
**kubectl create -f sa.yaml** **kubectl get sa -n kube-system** NAME SECRETS AGE kubernetes-dashboard 0 12m Why SECRETS is 0 ? no token? **cat kube-apiserver.service** [Unit] Description=Kubernetes API Server Documentation=https://github.com/GoogleCloudPlatform/kubern...
the token can not automatically created and added to the service account??
https://api.github.com/repos/kubernetes/kubernetes/issues/85673/comments
1
2019-11-27T09:32:24Z
2019-11-27T09:52:31Z
https://github.com/kubernetes/kubernetes/issues/85673
529,223,567
85,673
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Part of https://github.com/kubernetes/kubernetes/issues/84681 Add node status `Plugin` and `Registry` for node status functions registration. ```go // Plugin is the node status plugin which updat...
Refactor kubelet with node status plugin and registry
https://api.github.com/repos/kubernetes/kubernetes/issues/85672/comments
2
2019-11-27T09:03:49Z
2020-03-23T02:49:11Z
https://github.com/kubernetes/kubernetes/issues/85672
529,208,261
85,672
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I have found ther...
error from kubelet in /var/log/message: error executing command in container: EOF
https://api.github.com/repos/kubernetes/kubernetes/issues/85670/comments
5
2019-11-27T07:47:19Z
2020-04-25T09:16:26Z
https://github.com/kubernetes/kubernetes/issues/85670
529,174,679
85,670
[ "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 attachin...
Kubernetes Service Overwrite SecurityGroups with AWS Extra SG Annotations
https://api.github.com/repos/kubernetes/kubernetes/issues/85669/comments
13
2019-11-27T07:44:28Z
2020-02-27T22:21:32Z
https://github.com/kubernetes/kubernetes/issues/85669
529,173,560
85,669
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Support mutli-cluster for HPA **Why is this needed**: Multi-cluster is a reasonable scenario in a production environment,but now,can not support it,can you support mutli-cluster for HPA ?
Support mutli-cluster for HPA
https://api.github.com/repos/kubernetes/kubernetes/issues/85667/comments
3
2019-11-27T06:42:27Z
2020-03-27T06:57:06Z
https://github.com/kubernetes/kubernetes/issues/85667
529,149,713
85,667
[ "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**: Semi related ...
Do we still need PV controller resync?
https://api.github.com/repos/kubernetes/kubernetes/issues/85661/comments
4
2019-11-27T01:47:17Z
2020-04-03T00:03:00Z
https://github.com/kubernetes/kubernetes/issues/85661
529,065,891
85,661
[ "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**: Offshoot of h...
PV controller races with itself when you prebind a PVC
https://api.github.com/repos/kubernetes/kubernetes/issues/85659/comments
5
2019-11-27T01:41:39Z
2020-04-03T00:05:06Z
https://github.com/kubernetes/kubernetes/issues/85659
529,064,241
85,659
[ "kubernetes", "kubernetes" ]
**What happened**: We autoscaled a deployment following Kubernetes tutorial, but CPU usage is not showing and making it impossible for it to scale. **Environment**: - Kubernetes version: Server 1.13.11, client 1.14.6 - Cloud provider or hardware configuration: Azure - AKS - Others: AKS running with Istio as well...
Kubernetes Autoscaloing can't show CPU usage
https://api.github.com/repos/kubernetes/kubernetes/issues/85655/comments
5
2019-11-26T20:20:37Z
2020-04-24T22:05:26Z
https://github.com/kubernetes/kubernetes/issues/85655
528,951,559
85,655
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: We need to implement a consistent server-side "dry-run" flag in kubectl. @apelisse proposed `--dry-run=server` to provide access to the apiserver's dry-run feature for GA, which re-uses the existing bo...
Support apiserver dry-run in kubectl
https://api.github.com/repos/kubernetes/kubernetes/issues/85652/comments
16
2019-11-26T19:24:41Z
2020-02-28T19:57:16Z
https://github.com/kubernetes/kubernetes/issues/85652
528,925,722
85,652
[ "kubernetes", "kubernetes" ]
This is part of migrating the Kube-controller-manager command-line to a Kubernetes-style API as part of [componet working group](https://github.com/kubernetes/community/blob/master/wg-component-standard/README.md) **What would you like to be added**: Following flags should be migrated to to Kubernetes-style vers...
Migrate kube-controller-manager flags to kube-controller-manager.config.k8s.io
https://api.github.com/repos/kubernetes/kubernetes/issues/85650/comments
7
2019-11-26T19:06:47Z
2020-05-10T03:52:39Z
https://github.com/kubernetes/kubernetes/issues/85650
528,917,333
85,650
[ "kubernetes", "kubernetes" ]
**What happened**: When a resource is applied with `kubectl apply --record`, `kubectl diff` returns non-zero and reports the annotation "kubernetes.io/change-cause" to be changed. **What you expected to happen**: `kubectl diff` should return 0 when run against an unmodified resource applied with the "--record" fla...
kubectl diff is returning non-zero for resources applied with --record
https://api.github.com/repos/kubernetes/kubernetes/issues/85648/comments
3
2019-11-26T17:16:01Z
2019-11-28T15:20:22Z
https://github.com/kubernetes/kubernetes/issues/85648
528,864,172
85,648
[ "kubernetes", "kubernetes" ]
**What happened**: Once volume mounted as readOnly in Pod, it cannot be remounted with `RW` access until further restart of K8S nodes. **What you expected to happen**: Should be able to remount volume with proper permissions after pod deletion. **How to reproduce it (as minimally and precisely as possible)**: S...
Toggle between readOnly requires node restart
https://api.github.com/repos/kubernetes/kubernetes/issues/85647/comments
7
2019-11-26T16:54:46Z
2020-07-24T18:32:53Z
https://github.com/kubernetes/kubernetes/issues/85647
528,852,398
85,647
[ "kubernetes", "kubernetes" ]
**What happened**: ``` // Map from (mirror) pod UID to latest status version successfully sent to the API server. // apiStatusVersions must only be accessed from the sync thread. apiStatusVersions map[kubetypes.MirrorPodUID]uint64 ``` apiStatusVersions is written from syncBatch(), syncPod(...
Potential data race accessing manager#apiStatusVersions
https://api.github.com/repos/kubernetes/kubernetes/issues/85645/comments
2
2019-11-26T15:06:48Z
2020-02-24T22:05:11Z
https://github.com/kubernetes/kubernetes/issues/85645
528,785,495
85,645
[ "kubernetes", "kubernetes" ]
I am using externalTrafficPolicy set to Local for my a LoadBalancer service for an ingress controller on GKE. Right now, when a pod gets terminated, it is immediately removed from the NodePort service, which stops traffic from routing to the pod (step 5 at https://kubernetes.io/docs/concepts/workloads/pods/pod/#term...
Create ability to do zero downtime deployments when using externalTrafficPolicy: Local
https://api.github.com/repos/kubernetes/kubernetes/issues/85643/comments
46
2019-11-26T14:47:52Z
2023-02-11T22:54:32Z
https://github.com/kubernetes/kubernetes/issues/85643
528,773,493
85,643
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add volumeattachment info to PV when PV attach to specific node. At currently, volumeattachment is a object with non-human readable name. It will make it easy to get specific volumeattachment(by name) f...
Add volume attachment info to PV object
https://api.github.com/repos/kubernetes/kubernetes/issues/85636/comments
5
2019-11-26T11:07:59Z
2020-04-24T12:56:53Z
https://github.com/kubernetes/kubernetes/issues/85636
528,652,543
85,636
[ "kubernetes", "kubernetes" ]
I understand through API we can get info to max pod level. However, i was looking for a way to further more information at a container level. How can achieve below one through API. kubectl exec PODNAME -- pstree Should I extend API Server implementation? Information of process list should be fetched through http...
List all the process name of a container through API
https://api.github.com/repos/kubernetes/kubernetes/issues/85635/comments
6
2019-11-26T10:43:32Z
2020-04-24T12:56:51Z
https://github.com/kubernetes/kubernetes/issues/85635
528,638,691
85,635
[ "kubernetes", "kubernetes" ]
How do I set it so it doesn't automatically quit? ![image](https://user-images.githubusercontent.com/17672440/69613299-4ea26780-106c-11ea-9c4a-9f3d4a8875f1.png)
Use `kubectl exec -it POD-NAME /bin/sh` 30 seconds free to exit
https://api.github.com/repos/kubernetes/kubernetes/issues/85632/comments
3
2019-11-26T08:48:28Z
2020-03-19T17:28:13Z
https://github.com/kubernetes/kubernetes/issues/85632
528,574,706
85,632
[ "kubernetes", "kubernetes" ]
Hi, I would like to query the PVC for which Pod is mounting it. I can see that the "describe pvc" output has this, where the "Mounted By: " prints the Pod that is mounting it. But on using read_namespaced_persistent_volume_claim which returns the PVC Object, I don't get it as part of the object. Are there plans t...
Report Pod mounting the PVC as part of equivalent of "describe PVC" output in K8S Python API
https://api.github.com/repos/kubernetes/kubernetes/issues/85630/comments
7
2019-11-26T06:52:02Z
2020-07-15T13:58:34Z
https://github.com/kubernetes/kubernetes/issues/85630
528,525,719
85,630
[ "kubernetes", "kubernetes" ]
**I am trying to run my first instance on k8s but the pod is stuck in `pending `state. Not sure why the node is not scheduled I searched around for similar issues reported and did find any solution. I verified the resources but no `mem/disc/cpu `pressure observed. I am new to k8s and I tried my best to fix it ...
Warning FailedScheduling 20s (x5 over 4m27s) default-scheduler 0/1 nodes are available: 1 node(s) had taints that the pod didn't tolerate.
https://api.github.com/repos/kubernetes/kubernetes/issues/85625/comments
3
2019-11-26T03:12:40Z
2020-06-18T03:18:10Z
https://github.com/kubernetes/kubernetes/issues/85625
528,459,503
85,625
[ "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 using th...
volumeDevices mapping ignored when container is privileged
https://api.github.com/repos/kubernetes/kubernetes/issues/85624/comments
45
2019-11-26T02:46:33Z
2022-06-03T22:03:05Z
https://github.com/kubernetes/kubernetes/issues/85624
528,452,717
85,624
[ "kubernetes", "kubernetes" ]
Was just perusing the code and looks like we translate regional disks into the "zonal volume ID fmt", and there doesn't seem to be any tests for regional disks running so we should confirm that this works and fix it if it doesn't /assign /cc @msau42 @ddebroy
CSI Migration GCE PD regional disks probably not working
https://api.github.com/repos/kubernetes/kubernetes/issues/85623/comments
6
2019-11-26T02:27:08Z
2021-03-09T00:27:12Z
https://github.com/kubernetes/kubernetes/issues/85623
528,447,619
85,623
[ "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 AWS VPC, c...
kube-proxy: vNICs and HNS endpoints of containers are being deleted despite passing the --hostname-override
https://api.github.com/repos/kubernetes/kubernetes/issues/85616/comments
9
2019-11-25T21:49:01Z
2020-06-08T00:20:55Z
https://github.com/kubernetes/kubernetes/issues/85616
528,356,485
85,616
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I would like for `kubectl version --server` to return the server version as `kubectl version --client` returns the client version. **Why is this needed**: It will make it easier to write automating sc...
Kubectl version --server should return the server version
https://api.github.com/repos/kubernetes/kubernetes/issues/85614/comments
8
2019-11-25T20:50:20Z
2019-11-27T17:47:00Z
https://github.com/kubernetes/kubernetes/issues/85614
528,329,405
85,614
[ "kubernetes", "kubernetes" ]
**What happened**: I would like to use the `kube-apiserver` to enable the "`DefaultStorageClass`"-plugin, but I run into problems. I installed the "`kube-apiserver`" though "`snap`" and I run the following command in the machine containing the master-node of the Kubernetes Cluster: `sudo kube-apiserver --enable-admi...
kube-apiserver: failed to enable "DefaultStorageClass"
https://api.github.com/repos/kubernetes/kubernetes/issues/85608/comments
4
2019-11-25T17:21:05Z
2019-12-02T11:19:20Z
https://github.com/kubernetes/kubernetes/issues/85608
528,227,534
85,608
[ "kubernetes", "kubernetes" ]
**What happened**: HPA engine requests wrong namespace reference for metric from custom metrics API The Prometheus-Adapter pod receives a request for custom metrics with the wrong assigned namespace. ```log I1125 16:50:32.878242 1 wrap.go:42] GET /apis/custom.metrics.k8s.io/v1beta1/namespaces/default/metr...
HPA wrong namespace substitution
https://api.github.com/repos/kubernetes/kubernetes/issues/85607/comments
9
2019-11-25T17:05:54Z
2020-04-30T15:19:41Z
https://github.com/kubernetes/kubernetes/issues/85607
528,219,260
85,607
[ "kubernetes", "kubernetes" ]
I deployed three back-end services to kubernetes windows pods to ensure they communicate with each other. However, I found though containers, services, dns and end-points all are available and running but still when I try to access any of the services (Internally or externally) from one container to another it does not...
Kubernetes " Windows pods " not able to communicate with each other | “could not resolve host” | "failed to connect Network unreachable"
https://api.github.com/repos/kubernetes/kubernetes/issues/85604/comments
13
2019-11-25T14:08:29Z
2020-09-24T11:57:16Z
https://github.com/kubernetes/kubernetes/issues/85604
528,110,692
85,604
[ "kubernetes", "kubernetes" ]
**What happened**: When using /hack/local-up-cluster.sh to create a local cluster, always failed in etcd version check on ARM server. **What you expected to happen**: local-up-cluster.sh can run successfully. **How to reproduce it (as minimally and precisely as possible)**: Just run it on arm server. **Anythi...
Run local-up-cluster.sh failed on ARM server as etcd version check can not pass.
https://api.github.com/repos/kubernetes/kubernetes/issues/85600/comments
2
2019-11-25T12:11:06Z
2019-11-26T01:10:34Z
https://github.com/kubernetes/kubernetes/issues/85600
528,045,765
85,600
[ "kubernetes", "kubernetes" ]
How to disable mounting of of FAT/squashfs/cramfs/hfsplus/jffs2 in k8s environment.
How to disable mounting of FAT/squashfs/cramfs/hfsplus/jffs2 in k8s?
https://api.github.com/repos/kubernetes/kubernetes/issues/85594/comments
5
2019-11-25T10:02:06Z
2020-04-12T21:44:25Z
https://github.com/kubernetes/kubernetes/issues/85594
527,975,711
85,594
[ "kubernetes", "kubernetes" ]
``` volumes: - name: test-volume hostPath: path: D:/test-data type: Directory ``` This can't be written, how should I write it?
How to mount a storage volume with Windows 10 Docker Desktop k8s
https://api.github.com/repos/kubernetes/kubernetes/issues/85593/comments
1
2019-11-25T08:10:27Z
2019-12-03T08:50:40Z
https://github.com/kubernetes/kubernetes/issues/85593
527,919,321
85,593
[ "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/ --> In kubelet 1.14.2~1.14.8 no metrics...
kubelet 1.14.8 no metrics kubelet_volume_stats_capacity_bytes
https://api.github.com/repos/kubernetes/kubernetes/issues/85592/comments
5
2019-11-25T08:01:53Z
2020-04-23T10:31:27Z
https://github.com/kubernetes/kubernetes/issues/85592
527,915,853
85,592
[ "kubernetes", "kubernetes" ]
**What happened**: Updated a deployment that still referenced a deleted service account **What you expected to happen**: The deployment would not increase observedGeneration to match generation. Some obvious mechanism of detecting this failure in the default output of `kubectl get pods` (e.g. `ContainerCreatin...
Deployments provide wrong observedGeneration when serviceaccount doesn't exist
https://api.github.com/repos/kubernetes/kubernetes/issues/85591/comments
6
2019-11-25T07:31:51Z
2019-11-26T03:27:15Z
https://github.com/kubernetes/kubernetes/issues/85591
527,902,365
85,591
[ "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**: upgrade from ...
upgrade from etcd 3.1.12 to 3.2.24, all pods from my kubernetes cluster restarted
https://api.github.com/repos/kubernetes/kubernetes/issues/85589/comments
6
2019-11-25T07:13:03Z
2020-03-26T15:04:17Z
https://github.com/kubernetes/kubernetes/issues/85589
527,893,898
85,589
[ "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**: PODs get stuck ...
PODs get stuck in terminating status due to incorrect mounts binding
https://api.github.com/repos/kubernetes/kubernetes/issues/85585/comments
5
2019-11-25T03:36:34Z
2020-04-23T05:26:28Z
https://github.com/kubernetes/kubernetes/issues/85585
527,822,081
85,585
[ "kubernetes", "kubernetes" ]
**What happened**: I turned on pre-emptible nodes in GKE. After 24hr my pods restart as expected. However, the `startTime` of the pods does not. A snippet from the pod status showing this: ```yaml initContainerStatuses: - containerID: docker://8c650d761a5955f624cddfcc6e22522a57dcb11c51f1f3bedb7d37fbab88d48c ...
startTime on pod is misleading with preemptible nodes
https://api.github.com/repos/kubernetes/kubernetes/issues/85579/comments
5
2019-11-24T02:17:24Z
2019-11-25T22:34:04Z
https://github.com/kubernetes/kubernetes/issues/85579
527,638,395
85,579
[ "kubernetes", "kubernetes" ]
I am trying to create a new CRD with a password field as shown below ``` apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: tests.abc.com spec: group: abc.com versions: - name: v1 served: true storage: true scope: Cluster names: plural: ...
OpenAPIV3Schema validation for password field
https://api.github.com/repos/kubernetes/kubernetes/issues/85578/comments
9
2019-11-24T01:45:55Z
2019-11-24T05:58:54Z
https://github.com/kubernetes/kubernetes/issues/85578
527,635,618
85,578
[ "kubernetes", "kubernetes" ]
**What happened**: Issue #71004 and PR #73198 moved cert related utility functions from client-go to `kubeadm/app/util/pkiutil`, but missed moving the `EncodePrivateKeyPEM` function to `pkiutil` (in the process [breaking](https://github.com/kubernetes/kubernetes/pull/73198#issuecomment-537644205) client-go public in...
Add missing EncodePrivateKeyPEM utility function to kubeadm/app/util/pkiutil
https://api.github.com/repos/kubernetes/kubernetes/issues/85576/comments
6
2019-11-23T23:02:02Z
2019-11-25T02:57:53Z
https://github.com/kubernetes/kubernetes/issues/85576
527,621,149
85,576
[ "kubernetes", "kubernetes" ]
We have apparently been accidentally deleting the -t nat -A KUBE-MARK-DROP -j MARK --set-xmark 0xXXXX rule for a few weeks (#85527), and no one noticed. I suspect this is because `KUBE-MARK-DROP` is really only needed if the host accepts all incoming packets by default, and if you have any sort of plausibl...
Need tests of KUBE-MARK-DROP
https://api.github.com/repos/kubernetes/kubernetes/issues/85572/comments
33
2019-11-23T17:35:03Z
2022-08-03T07:41:34Z
https://github.com/kubernetes/kubernetes/issues/85572
527,585,364
85,572
[ "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**: Creating an i...
[Azure loadbalancer] internal LB service stuck in pending due to not able to previous delete public IP Address
https://api.github.com/repos/kubernetes/kubernetes/issues/85565/comments
6
2019-11-23T05:19:55Z
2020-06-23T09:57:09Z
https://github.com/kubernetes/kubernetes/issues/85565
527,512,711
85,565
[ "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 we ext...
Duplicated pods exist in SnapShot#nodeInfo
https://api.github.com/repos/kubernetes/kubernetes/issues/85563/comments
12
2019-11-23T04:28:56Z
2019-11-29T06:00:53Z
https://github.com/kubernetes/kubernetes/issues/85563
527,508,425
85,563
[ "kubernetes", "kubernetes" ]
Metric server I used -- TLS cert file, -- TLS private key file, -- kubelet certificate authority configuration option in the production environment, and the following error occurred. I know adding the --kubelet-insecure-tls option can solve this problem, but I need to configure the certificate in the production env...
metrics-server error unable to fetch node metrics for node "": no metrics known for node
https://api.github.com/repos/kubernetes/kubernetes/issues/85560/comments
16
2019-11-22T22:27:34Z
2020-08-31T20:23:25Z
https://github.com/kubernetes/kubernetes/issues/85560
527,444,463
85,560
[ "kubernetes", "kubernetes" ]
I set the container memory request to a non-zero value. Example: Requests: memory: 2Gi When I check the docker runtime parameters, I see the memory-reservation=0 ("MemoryReservation": 0) Is this the expected behavior? I am expecting docker memory-reservation to derive its value from spec.contain...
docker memory-reservation is not equal to k8s memory request
https://api.github.com/repos/kubernetes/kubernetes/issues/85557/comments
7
2019-11-22T21:12:09Z
2020-04-26T02:33:22Z
https://github.com/kubernetes/kubernetes/issues/85557
527,416,930
85,557
[ "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 trying to...
webhookConversionServer Error doesnt show missing port correctly
https://api.github.com/repos/kubernetes/kubernetes/issues/85554/comments
5
2019-11-22T18:52:35Z
2019-11-23T09:07:50Z
https://github.com/kubernetes/kubernetes/issues/85554
527,359,317
85,554
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I've seen a lot of 'requests'/questions around there, asking if Service Type could be a filter while getting service objects. As an example, something like ``kubectl get svc --type=NodePort`` As thi...
Service Type should be 'searchable'
https://api.github.com/repos/kubernetes/kubernetes/issues/85552/comments
8
2019-11-22T17:27:17Z
2020-05-29T17:01:14Z
https://github.com/kubernetes/kubernetes/issues/85552
527,321,904
85,552
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: `kubectl ge...
kubectl pods --watch no longer shows pod status
https://api.github.com/repos/kubernetes/kubernetes/issues/85551/comments
3
2019-11-22T16:28:53Z
2019-11-23T05:08:23Z
https://github.com/kubernetes/kubernetes/issues/85551
527,293,908
85,551
[ "kubernetes", "kubernetes" ]
Kubernetes Apiserver is not closing the websocket connection when calling my_k8s_stream.close() The connection only closes with TCP RST when my python script exits. I expect my_k8s_stream.close() to close the websocket connection. **How to reproduce it (as minimally and precisely as possible)**: We are using the...
Kube apiserver does not close websocket connection
https://api.github.com/repos/kubernetes/kubernetes/issues/85548/comments
11
2019-11-22T15:32:53Z
2020-05-12T00:57:20Z
https://github.com/kubernetes/kubernetes/issues/85548
527,264,287
85,548
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: * Builds that don't produce images * Jobs that can run more than once **Why is this needed**: Not all build artifacts are Docker images. Sometimes, you want to publish a different kind of artifact with Kubernetes, or just run some operational commands. Kubernetes is quite ...
How to use Kubernetes directly as CI system?
https://api.github.com/repos/kubernetes/kubernetes/issues/85547/comments
3
2019-11-22T15:17:33Z
2019-11-22T22:26:06Z
https://github.com/kubernetes/kubernetes/issues/85547
527,255,894
85,547
[ "kubernetes", "kubernetes" ]
Can somebody help me to solve this issue, **What happened**: I have a cluster setup with 3 nodes, and running etcd as a cluster(Statefulset) with 3 replicas in kubernetes. When one node is lost the communication is intermittent from the available pods.Below the details, ``` # kubectl get nodes NAME ...
Connection refused, when node lost and still replicas are running on other nodes
https://api.github.com/repos/kubernetes/kubernetes/issues/85546/comments
7
2019-11-22T14:55:19Z
2020-04-12T21:44:12Z
https://github.com/kubernetes/kubernetes/issues/85546
527,243,344
85,546
[ "kubernetes", "kubernetes" ]
This issue is to discuss an e2e testing plan for Ephemeral Containers. /sig node
Create e2e tests for Ephemeral Containers
https://api.github.com/repos/kubernetes/kubernetes/issues/85545/comments
18
2019-11-22T14:49:19Z
2021-10-05T12:41:10Z
https://github.com/kubernetes/kubernetes/issues/85545
527,240,064
85,545
[ "kubernetes", "kubernetes" ]
As of today, Kubernetes already provides extension points by emitting events by different SIGs - This is great! However, there are a few hurdles: - The **event contract is specific to Kubernetes** which makes it harder to integrate with - **Events do not have a unique subjects** which consumers can use to subscrib...
Improve Kubernetes events to be CloudEvents 1.0 compatible
https://api.github.com/repos/kubernetes/kubernetes/issues/85544/comments
52
2019-11-22T14:45:26Z
2021-05-25T14:55:49Z
https://github.com/kubernetes/kubernetes/issues/85544
527,237,998
85,544
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: We saw in some test suite runs that all tests of the test suite are successfully executed but some namespaces could not be cleaned up correctly. The namespace is stuck in deletion as 1 pod is still remaining in the namespace. The remaining pod is mostly connected to tests of the `ephemera...
e2e test suite is unable to cleanup namespaces
https://api.github.com/repos/kubernetes/kubernetes/issues/85541/comments
5
2019-11-22T11:31:05Z
2020-04-20T13:24:40Z
https://github.com/kubernetes/kubernetes/issues/85541
527,143,878
85,541
[ "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 network...
networkpolicy doens't work, only refuese request, cannot accept request from white list
https://api.github.com/repos/kubernetes/kubernetes/issues/85539/comments
4
2019-11-22T10:07:25Z
2019-12-05T12:39:00Z
https://github.com/kubernetes/kubernetes/issues/85539
527,103,398
85,539
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Why PriorityClass does not support multi value ? It is should be like a PriorityClass is defined with a `class name` while with a list of `valueName<-> value`, the class name shows the importance class...
Why PriorityClass does not support multi value ?
https://api.github.com/repos/kubernetes/kubernetes/issues/85531/comments
5
2019-11-22T07:29:48Z
2020-04-22T04:02:24Z
https://github.com/kubernetes/kubernetes/issues/85531
527,034,449
85,531
[ "kubernetes", "kubernetes" ]
We have a docker image created for a go server. This works perfectly in local environment. By local environment I mean we start the docker image in our servers without kubernetes and it works as expected. But when we deployed it in kubernetes we get connection reset. So we did below to try to narrow down the issue an...
Connection reset from the application
https://api.github.com/repos/kubernetes/kubernetes/issues/85529/comments
1
2019-11-22T07:24:31Z
2019-11-22T08:44:42Z
https://github.com/kubernetes/kubernetes/issues/85529
527,032,723
85,529
[ "kubernetes", "kubernetes" ]
@markyjackson-taulia /honk <!-- 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/trou...
Testing
https://api.github.com/repos/kubernetes/kubernetes/issues/85520/comments
7
2019-11-22T01:20:52Z
2020-05-19T10:10:23Z
https://github.com/kubernetes/kubernetes/issues/85520
526,931,424
85,520
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Please provide oportunity of cloning volumes across different namespaces. **Why is this needed**: According to [this article](https://kubernetes.io/blog/2019/06/21/introducing-volume-cloning-alpha-for-kubernetes/) cloning to another namespace is not possible. We make daily c...
Cloning volumes across different namespaces
https://api.github.com/repos/kubernetes/kubernetes/issues/85519/comments
16
2019-11-22T00:34:32Z
2020-08-06T17:47:24Z
https://github.com/kubernetes/kubernetes/issues/85519
526,918,899
85,519
[ "kubernetes", "kubernetes" ]
TaintBasedEvictions was an e2e test that got converted to an integration test in 1.17 because it was very flaky. We should back port this conversion to 1.14, 1.15 and 1.16. /sig scheduling /assign @Huang-Wei /priority important-soon
Back port converting TaintBasedEvictions e2e to integration test
https://api.github.com/repos/kubernetes/kubernetes/issues/85515/comments
1
2019-11-21T22:00:01Z
2020-01-20T17:19:49Z
https://github.com/kubernetes/kubernetes/issues/85515
526,865,432
85,515
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The Context parameter is used to obtain namespace. However, NoNamespaceKeyFunc is not concerned with namespace. **Why is this needed**: Context parameter can be dropped.
NoNamespaceKeyFunc doesn't need Context parameter
https://api.github.com/repos/kubernetes/kubernetes/issues/85514/comments
3
2019-11-21T21:08:22Z
2019-12-03T21:35:54Z
https://github.com/kubernetes/kubernetes/issues/85514
526,842,367
85,514
[ "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**: Run `test/kub...
start-kubemark.sh fails with unbound variable
https://api.github.com/repos/kubernetes/kubernetes/issues/85507/comments
1
2019-11-21T13:27:06Z
2019-11-25T17:03:53Z
https://github.com/kubernetes/kubernetes/issues/85507
526,594,020
85,507
[ "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/ --> /sig scalability **What happened...
If any pods is stuck in pending state at the time of POD HPA(without node scaling), Scaledown will not work.
https://api.github.com/repos/kubernetes/kubernetes/issues/85506/comments
7
2019-11-21T11:47:15Z
2020-06-23T00:11:02Z
https://github.com/kubernetes/kubernetes/issues/85506
526,543,913
85,506
[ "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**: hi, buddies, ...
Possible Bug: /metrics/cadvisor value is wrong, it's larger than docker stats value
https://api.github.com/repos/kubernetes/kubernetes/issues/85505/comments
4
2019-11-21T10:13:32Z
2019-11-22T09:18:11Z
https://github.com/kubernetes/kubernetes/issues/85505
526,493,378
85,505
[ "kubernetes", "kubernetes" ]
**What happened**: I am trying to resize a pvc using flexvolume plugin, but it looks like something wrong that the flexvolume plugin didn't get expandvolume call. And it got a expandfs call only. **What you expected to happen**: The flexvolume plugin get expandvolume and expandfs call. **How to reproduce i...
Resizing PVC failed using flexvolume
https://api.github.com/repos/kubernetes/kubernetes/issues/85504/comments
14
2019-11-21T08:39:37Z
2020-04-24T00:44:58Z
https://github.com/kubernetes/kubernetes/issues/85504
526,443,059
85,504