issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.91B
issue_number
int64
1
131k
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: When using ...
kubelet config file, resolverConfig option not used
https://api.github.com/repos/kubernetes/kubernetes/issues/79421/comments
25
2019-06-26T13:32:21Z
2024-09-17T18:04:18Z
https://github.com/kubernetes/kubernetes/issues/79421
460,973,336
79,421
[ "kubernetes", "kubernetes" ]
**What happened**: Endpoint is accessible, but service is not. **What you expected to happen**: If Endpoint is accessible, service should also be normal. **How to reproduce it (as minimally and precisely as possible)**: I don't know. This issue stably happens on one of our apps, the other apps are normal. *...
Endpoint is accessible, but service is not. Only occurs on one app's service.
https://api.github.com/repos/kubernetes/kubernetes/issues/79419/comments
6
2019-06-26T10:43:23Z
2019-07-02T06:56:19Z
https://github.com/kubernetes/kubernetes/issues/79419
460,895,812
79,419
[ "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**: https://godoc....
kubeadm v1beta2 config docs point to non-existent KubeletConfiguration version
https://api.github.com/repos/kubernetes/kubernetes/issues/79411/comments
0
2019-06-26T07:01:57Z
2019-06-26T16:18:19Z
https://github.com/kubernetes/kubernetes/issues/79411
460,796,627
79,411
[ "kubernetes", "kubernetes" ]
**What happened**: Upgraded to Kubernetes v1.15.0 using `kubeadm upgrade` on a simple single node cluster. **What you expected to happen**: All metrics to be working as exepcted. **How to reproduce it (as minimally and precisely as possible)**: Run `kubectl proxy` to access the api server. Use `curl` to vie...
Missing metrics and labels after upgrade to v1.15.0
https://api.github.com/repos/kubernetes/kubernetes/issues/79406/comments
4
2019-06-26T04:49:09Z
2019-06-26T05:18:32Z
https://github.com/kubernetes/kubernetes/issues/79406
460,758,892
79,406
[ "kubernetes", "kubernetes" ]
What is the pod conditions lastProbeTime? The pod-lifecycle doc say,The lastProbeTime field provides a timestamp for when the Pod condition was last probed. Is it livenessProbe or readinessProbe time? however,i use this command (kubectl get po xxx -o yaml),the lastProbeTime always null. ``` statu...
what is the pod conditions lastProbeTime?
https://api.github.com/repos/kubernetes/kubernetes/issues/79402/comments
6
2019-06-26T02:48:29Z
2021-11-03T05:53:08Z
https://github.com/kubernetes/kubernetes/issues/79402
460,733,015
79,402
[ "kubernetes", "kubernetes" ]
I open OS config : `cat /sys/module/apparmor/parameters/enabled : Y` Open k8s config : --feature-gates=AppArmor=true,DevicePlugins=true I write a simple Apparmor local file : ``` apparmor_parser -q << EOF #include <tunables/global> profile docker-fuse6 flags=(attach_disconnected) { #include <abstractions...
kubernetes 1.8 cannot support Apparmor and sshfs ?
https://api.github.com/repos/kubernetes/kubernetes/issues/79401/comments
7
2019-06-26T02:22:56Z
2019-11-24T13:36:49Z
https://github.com/kubernetes/kubernetes/issues/79401
460,727,482
79,401
[ "kubernetes", "kubernetes" ]
kube-proxy v1.14.2 use ipvs , the ipset error ``` bash ipset v6.34: Syntax error: 'tcp' is invalid as number Syntax error: cannot parse 'tcp' as a protocol ``` ipset need /etc/services and /etc/protocols, suggest : the [yaml](https://github.com/kubernetes/kubernetes/blob/v1.14.2/cluster/addons/kube-proxy/kub...
kube-proxy use ipvs mode,ipset error
https://api.github.com/repos/kubernetes/kubernetes/issues/79400/comments
8
2019-06-26T01:23:31Z
2019-08-05T15:47:52Z
https://github.com/kubernetes/kubernetes/issues/79400
460,715,098
79,400
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: If a pod's ...
kubelet won't retry PodSandbox creation for pods with restart policy "Never"
https://api.github.com/repos/kubernetes/kubernetes/issues/79398/comments
5
2019-06-26T01:09:16Z
2019-06-27T22:30:02Z
https://github.com/kubernetes/kubernetes/issues/79398
460,712,013
79,398
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: latency of volume attach/detach/resizing operations is currently evaluated at per-try basis and recorded into "storage_operation_duration_seconds" defined in [metrics.go](https://github.com/kubernetes/kub...
enhance to record accurate total end to end operation time for volume attach/detach/resizing
https://api.github.com/repos/kubernetes/kubernetes/issues/79397/comments
18
2019-06-26T00:23:48Z
2020-05-02T04:56:48Z
https://github.com/kubernetes/kubernetes/issues/79397
460,703,326
79,397
[ "kubernetes", "kubernetes" ]
Is there a realistic scenario where a user would want to impersonate an arbitrary group but NOT also want system:authenticated? I think we should always add system:authenticated. Forgetting it results in some hard-to-debug behaviour with kubectl inexplicably failing every 10 mins. Basically, I want to reopen this di...
Automatically add system:authenticated when impersonating group
https://api.github.com/repos/kubernetes/kubernetes/issues/79395/comments
11
2019-06-25T22:41:03Z
2021-01-10T19:31:44Z
https://github.com/kubernetes/kubernetes/issues/79395
460,677,822
79,395
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Inside any Pod, Kubelet should try to pull from an alternative registry if it could not pull a container's image defined in the container's `image` key. This could be due to a DNS error, the target image being deleted or missing, or the registry being under maintenance or down. ...
Kubelet should pull from alternative registry if main image failed to pull
https://api.github.com/repos/kubernetes/kubernetes/issues/79389/comments
13
2019-06-25T21:06:51Z
2020-09-11T14:19:08Z
https://github.com/kubernetes/kubernetes/issues/79389
460,642,894
79,389
[ "kubernetes", "kubernetes" ]
**Summary**: `invalid version: unknown revision v0.0.0` or `v0.0.0.zip: 404 Not Found` errors can occur when a Go module or one of its dependencies is attempting to use at least one package within the `k8s.io/kubernetes` module as a library/dependency, which is unsupported and not recommended by the Kubernetes project....
'unknown revision v0.0.0' errors, seemingly due to 'require k8s.io/foo v0.0.0'
https://api.github.com/repos/kubernetes/kubernetes/issues/79384/comments
52
2019-06-25T19:52:26Z
2024-04-25T10:32:02Z
https://github.com/kubernetes/kubernetes/issues/79384
460,609,483
79,384
[ "kubernetes", "kubernetes" ]
I have configured a nfs provisioner for my kubernetes cluster on gcp plaform . status of pv,pvc, and nfs provisoner pod looks good. However when i try to create a pod using the pvc in my pod defintion file i get the below exception.FYI I am able to mount the nfs volume to my master node and slave node. Pls help N...
Nfs provisioner failed to mount in kubernetes v1.13.4 on google cloud
https://api.github.com/repos/kubernetes/kubernetes/issues/79373/comments
11
2019-06-25T15:04:46Z
2020-02-02T11:57:13Z
https://github.com/kubernetes/kubernetes/issues/79373
460,480,606
79,373
[ "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 restarti...
Pods are Stuck at Container Creating
https://api.github.com/repos/kubernetes/kubernetes/issues/79368/comments
2
2019-06-25T13:50:56Z
2019-06-25T15:34:33Z
https://github.com/kubernetes/kubernetes/issues/79368
460,437,538
79,368
[ "kubernetes", "kubernetes" ]
**What happened**: HPA always has a target of `<unknown>/70%` and events that say: ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning Failed...
Warning FailedGetResourceMetric horizontal-pod-autoscaler missing request for cpu
https://api.github.com/repos/kubernetes/kubernetes/issues/79365/comments
69
2019-06-25T10:48:56Z
2022-10-28T11:14:32Z
https://github.com/kubernetes/kubernetes/issues/79365
460,350,594
79,365
[ "kubernetes", "kubernetes" ]
**What happened**: In a deployment manifest, one can set an environment variable like FOO, and the deployment will succeed. However, if you set one like PATH, you end up with a pod in RunContainerError status. **What you expected to happen**: I expect to find documentation you can not do this for existing environm...
Unclear behavior when setting/updating already existing environment variables like PATH
https://api.github.com/repos/kubernetes/kubernetes/issues/79364/comments
12
2019-06-25T10:48:18Z
2019-11-23T18:17:48Z
https://github.com/kubernetes/kubernetes/issues/79364
460,350,309
79,364
[ "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 tried to co...
ConfigMap kubeadm:kubelet-config-1.15 does not exist
https://api.github.com/repos/kubernetes/kubernetes/issues/79363/comments
4
2019-06-25T10:41:49Z
2019-06-27T00:29:07Z
https://github.com/kubernetes/kubernetes/issues/79363
460,347,436
79,363
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: ``` kube-api...
6443 connection refused kube-api won't start
https://api.github.com/repos/kubernetes/kubernetes/issues/79362/comments
1
2019-06-25T09:48:47Z
2019-06-25T17:58:41Z
https://github.com/kubernetes/kubernetes/issues/79362
460,322,552
79,362
[ "kubernetes", "kubernetes" ]
**What happened**: Executing `curl.exe -k https://kubernetes.default.svc.cluster.local` inside a Windows Pod, but get the following msg: ![](https://raw.githubusercontent.com/thxCode/picgo-graph-bed/rancher-windows/20190625103119.png) **What you expected to happen**: Executing `curl.exe -k https://kubernetes....
Could not access default Kubernetes Service inside Windows Pod
https://api.github.com/repos/kubernetes/kubernetes/issues/79359/comments
18
2019-06-25T03:58:15Z
2020-06-22T16:05:36Z
https://github.com/kubernetes/kubernetes/issues/79359
460,196,211
79,359
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: `pull-kubernetes-integration` **Which test(s) are failing**: `TestWebhookConverter.*` tests are very flaky (**the** most flaky presubmits currently) http://velodrome.k8s.io/dashboard...
flaky TestWebhookConverter tests
https://api.github.com/repos/kubernetes/kubernetes/issues/79358/comments
5
2019-06-25T03:54:44Z
2019-06-25T05:13:28Z
https://github.com/kubernetes/kubernetes/issues/79358
460,195,487
79,358
[ "kubernetes", "kubernetes" ]
Is there any guidance for migrating flexvolume drivers to CSI? We have an existing cluster with flex PVs. We would like to uninstall our flexvolume driver and install a new CSI driver. We would like the new CSI driver to use the same StorageClass as our old flex driver, and we would like the CSI driver to take over ma...
Flexvolume to CSI migration
https://api.github.com/repos/kubernetes/kubernetes/issues/79355/comments
25
2019-06-24T23:41:29Z
2020-07-25T09:46:56Z
https://github.com/kubernetes/kubernetes/issues/79355
460,142,738
79,355
[ "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**: [TypedLocalObje...
TypedLocalObjectReference APIGroup should have omitempty
https://api.github.com/repos/kubernetes/kubernetes/issues/79354/comments
5
2019-06-24T22:54:26Z
2022-10-07T18:33:02Z
https://github.com/kubernetes/kubernetes/issues/79354
460,130,941
79,354
[ "kubernetes", "kubernetes" ]
**What happened**: As far as I know metadata.name can be one or more DNS labels separated by dots (.) with the following constraints on max length: 1) each label has a max length of 63 characters 2) the maximum number of characters for the name (aka DNS subdomain) is 253 characters. I did a couple of tests using v...
Incorrect max length check on metadata.name
https://api.github.com/repos/kubernetes/kubernetes/issues/79351/comments
18
2019-06-24T21:27:12Z
2020-01-19T09:26:36Z
https://github.com/kubernetes/kubernetes/issues/79351
460,104,083
79,351
[ "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 noticed tha...
Potential bugs on old cores: usage of sync/atomic.*64 functions
https://api.github.com/repos/kubernetes/kubernetes/issues/79350/comments
3
2019-06-24T20:37:59Z
2019-06-29T22:25:07Z
https://github.com/kubernetes/kubernetes/issues/79350
460,084,497
79,350
[ "kubernetes", "kubernetes" ]
Any package change in a staging repository has to include its new packages in `vendor/modules.txt` which creates a bottleneck for conflicts and approval. Can we split the file so that various parts can be owned by different groups of people? /assign @liggitt
`vendor/modules.txt` is hot for conflicts and approval bottleneck
https://api.github.com/repos/kubernetes/kubernetes/issues/79347/comments
16
2019-06-24T20:05:33Z
2020-02-20T08:55:00Z
https://github.com/kubernetes/kubernetes/issues/79347
460,071,219
79,347
[ "kubernetes", "kubernetes" ]
**What happened**: https://github.com/kubernetes/kubernetes/pull/79087 tried promoting a test with a `[Disruptive]` tag in its full test description. The hierarchy of ginko-relevant AST's was `SIGDescribe` > `Describe` > `It`. The `[Disruptive]` tag was a in the top level `SIGDescribe`. The full test description on...
conformance test list generator ignores nested Describes
https://api.github.com/repos/kubernetes/kubernetes/issues/79344/comments
5
2019-06-24T16:25:21Z
2019-06-27T22:29:36Z
https://github.com/kubernetes/kubernetes/issues/79344
459,984,312
79,344
[ "kubernetes", "kubernetes" ]
**What happened**: When I enable the vmware cloud provider on my vmware based Kubernetes, I see multiple entries for addresses: - address: <IP1> type: ExternalIP - address: <IP1> type: InternalIP - address: <IP2> type: ExternalIP - address: <IP1> type: InternalIP - address: <NodeNa...
vmware multiple nics
https://api.github.com/repos/kubernetes/kubernetes/issues/79340/comments
13
2019-06-24T14:42:07Z
2020-03-09T22:09:38Z
https://github.com/kubernetes/kubernetes/issues/79340
459,932,194
79,340
[ "kubernetes", "kubernetes" ]
**What happened**: The problem was found in [issue#64023](https://github.com/kubernetes/kubernetes/issues/64023). There are three "invalid" questions: 1. "invalid" label value: the value of label: "controller-revision-hash" exceeds length limition(63) 2. "invliad" hostname: the field of pod: `.spec.hostname` e...
StatefulSet may need specical method of generating pod name
https://api.github.com/repos/kubernetes/kubernetes/issues/79337/comments
15
2019-06-24T13:35:37Z
2023-04-20T22:16:13Z
https://github.com/kubernetes/kubernetes/issues/79337
459,895,825
79,337
[ "kubernetes", "kubernetes" ]
When I used sonobuoy for Software conformance, the following failures occurred ``` • Failure [10.441 seconds] [sig-cli] Kubectl client /workspace/anago-v1.14.3-beta.0.37+5e53fd6bc17c0d/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl/framework.go:23 [k8s.io] Kubectl logs /wor...
Kubectl logs should be able to retrieve and filter logs
https://api.github.com/repos/kubernetes/kubernetes/issues/79336/comments
4
2019-06-24T12:57:39Z
2019-07-01T10:36:34Z
https://github.com/kubernetes/kubernetes/issues/79336
459,876,845
79,336
[ "kubernetes", "kubernetes" ]
**What happened**: I delete some pods used pvc(ceph rbd),and umountd device failed. **What you expected to happen**: I hope kubelet can umounted the device ,then the new pod can mount the device. **How to reproduce it (as minimally and precisely as possible)**: We uninstalled flannel network plugin fro...
delete pod but umount pv (ceph rbd )failed
https://api.github.com/repos/kubernetes/kubernetes/issues/79333/comments
9
2019-06-24T10:18:03Z
2019-11-28T05:02:10Z
https://github.com/kubernetes/kubernetes/issues/79333
459,809,038
79,333
[ "kubernetes", "kubernetes" ]
hi, When I add node to cluster, the nodes and master cannot get each connection. the calico-node got error ``` Readiness probe failed: Threshold time for bird readiness check: 30s calico/node is not ready: BIRD is not ready: BGP not established with 192.168.0.8,192.168.1.8,192.168.16.82019-06-24 09:27:03.752 [IN...
no route to host
https://api.github.com/repos/kubernetes/kubernetes/issues/79332/comments
1
2019-06-24T10:02:03Z
2019-06-25T02:00:30Z
https://github.com/kubernetes/kubernetes/issues/79332
459,801,828
79,332
[ "kubernetes", "kubernetes" ]
Hi, I am working on a project where my docker image is very huge in size and pulling it on every node when K8s cluster scale takes time. As a solution, I have created an image of a VM instance where the image is pulled already. Now, I want each of the k8s Node to use this as the Node Image. I tried to edit the config-d...
How to set custom Node OS
https://api.github.com/repos/kubernetes/kubernetes/issues/79328/comments
7
2019-06-24T08:07:31Z
2019-11-22T06:43:00Z
https://github.com/kubernetes/kubernetes/issues/79328
459,749,536
79,328
[ "kubernetes", "kubernetes" ]
I installed a k8s cluster, which version is 1.14.3 on arm64. Then I runned e2e test failed at `"Should be able to support the 1.10 Sample API Server using the current Aggregator"`. I found it used etcd's image version `quay.io/coreos/etcd:v3.3.10`, I executed `docker run quay.io/coreos/etcd:v3.3.10` manually, I got...
run k8s 1.14.3 version e2e test etcd failed on arm64
https://api.github.com/repos/kubernetes/kubernetes/issues/79325/comments
3
2019-06-24T03:39:36Z
2019-09-14T00:36:58Z
https://github.com/kubernetes/kubernetes/issues/79325
459,672,257
79,325
[ "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**: Running `kube...
kubeadm: reset fails to remove etcd member
https://api.github.com/repos/kubernetes/kubernetes/issues/79324/comments
2
2019-06-24T03:34:12Z
2019-06-24T10:13:58Z
https://github.com/kubernetes/kubernetes/issues/79324
459,671,273
79,324
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Kubelet can support add extend system info, such as ipmi information. **Why is this needed**: Now i want to add other system info in node information. But i found it only add labels or annotations...
Kubelet: Support extended system info
https://api.github.com/repos/kubernetes/kubernetes/issues/79323/comments
8
2019-06-24T03:19:16Z
2020-09-10T03:22:49Z
https://github.com/kubernetes/kubernetes/issues/79323
459,668,395
79,323
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> Disclaimer: this was originally reported at https://github.com/kubernetes/kubernetes/issues/78003, yet it should be reopened, since the PR was reverted. **What would you like to be added**: A newer version of coredns **Why is this need...
Upgrade coredns to v1.4.0 or v1.5.0
https://api.github.com/repos/kubernetes/kubernetes/issues/79319/comments
7
2019-06-24T00:26:27Z
2019-09-24T21:27:08Z
https://github.com/kubernetes/kubernetes/issues/79319
459,636,109
79,319
[ "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 `hack/upda...
hack/updated-vendor-licenses.sh strips all hashes on macOS
https://api.github.com/repos/kubernetes/kubernetes/issues/79315/comments
1
2019-06-23T19:21:37Z
2019-06-23T20:27:55Z
https://github.com/kubernetes/kubernetes/issues/79315
459,608,528
79,315
[ "kubernetes", "kubernetes" ]
The features flag below should be removed from the codebase. - [x] 508: HugePages https://github.com/kubernetes/kubernetes/pull/79307 - [x] 523: VolumeScheduling https://github.com/kubernetes/kubernetes/pull/79307 - [x] 524: CSIPersistentVolume https://github.com/kubernetes/kubernetes/pull/79309 - [x] 527: Custom...
Cleanup feature gates which should be removed in 1.16
https://api.github.com/repos/kubernetes/kubernetes/issues/79308/comments
5
2019-06-23T08:32:46Z
2019-09-09T00:15:25Z
https://github.com/kubernetes/kubernetes/issues/79308
459,550,691
79,308
[ "kubernetes", "kubernetes" ]
**What happened**: ``` root@marvin:/etc/systemd/system/kubelet.service.d# iptables -L -n | grep "kubernetes firewall for dropping marked packets" | wc -l # Warning: iptables-legacy tables present, use iptables-legacy to see them 60 ``` wait 3 minutes.... ``` root@marvin:/etc/systemd/system/kubelet.service...
kubelet filling iptables with duplicate rules
https://api.github.com/repos/kubernetes/kubernetes/issues/79304/comments
11
2019-06-22T20:13:57Z
2019-07-17T13:54:44Z
https://github.com/kubernetes/kubernetes/issues/79304
459,507,529
79,304
[ "kubernetes", "kubernetes" ]
It would be nice if `kubectl get crd` show more useful information by default suck as `apiVersion`, `kind`, `scope` like: ![crd](https://user-images.githubusercontent.com/6848311/59966325-35d5d900-9545-11e9-8ccd-548aa78235e5.png) My custom columns file: `crd.columns` ``` NAME GROUP VERSION ...
`kubectl get crd` should show more info
https://api.github.com/repos/kubernetes/kubernetes/issues/79299/comments
7
2019-06-22T16:29:07Z
2020-03-27T08:57:11Z
https://github.com/kubernetes/kubernetes/issues/79299
459,489,929
79,299
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: pull-kubernetes-integration **Which test(s) are failing**: TestBindPlugin https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/79293/pull-kubernetes-integration/1142...
TestBindPlugin is flaky
https://api.github.com/repos/kubernetes/kubernetes/issues/79297/comments
4
2019-06-22T15:23:19Z
2019-07-24T02:52:33Z
https://github.com/kubernetes/kubernetes/issues/79297
459,484,044
79,297
[ "kubernetes", "kubernetes" ]
Some kubelet metrics use non-standard prometheus collectors unnecessarily. Specifically, we have [two metrics `running_pod_count` and `running_container_count`](https://github.com/kubernetes/kubernetes/blob/v1.15.2/pkg/kubelet/metrics/metrics.go#L430-L439) which can be simple gauges. Since we cannot migrate non-standar...
Some kubelet metrics use non-standard prometheus collectors unnecessarily
https://api.github.com/repos/kubernetes/kubernetes/issues/79286/comments
5
2019-06-21T23:14:47Z
2019-08-30T01:08:45Z
https://github.com/kubernetes/kubernetes/issues/79286
459,402,433
79,286
[ "kubernetes", "kubernetes" ]
I'm trying to find PodSpecs struct object in [kubernetes GitHu](https://github.com/kubernetes/kubernetes)b. Where is its exact place?
How can I find PodSpecs object?
https://api.github.com/repos/kubernetes/kubernetes/issues/79281/comments
4
2019-06-21T18:30:51Z
2019-06-24T01:19:18Z
https://github.com/kubernetes/kubernetes/issues/79281
459,320,861
79,281
[ "kubernetes", "kubernetes" ]
**What happened**: `kube-apiserver` is running with turned off master endpoint reconciler: ``` --endpoint-reconciler-type=none ``` The master (`default/kubernetes`) service is created manually with `type: ExternalName`: ```yaml apiVersion: v1 kind: Service metadata: labels: component: apiserver...
Master service of type ExternalName doesn't set correct environment variables
https://api.github.com/repos/kubernetes/kubernetes/issues/79280/comments
11
2019-06-21T17:40:13Z
2020-05-19T06:38:38Z
https://github.com/kubernetes/kubernetes/issues/79280
459,303,040
79,280
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: One of either:- * Allow a port range * Allow SG to be created and managed outside of k8s and added in, some sort of annotation like service.beta.kubernetes.io/aws-load-balancer-extra-security-groups...
Port ranges for ELB SG or allow for main SG to be managed
https://api.github.com/repos/kubernetes/kubernetes/issues/79279/comments
9
2019-06-21T16:02:51Z
2020-01-03T15:18:18Z
https://github.com/kubernetes/kubernetes/issues/79279
459,268,358
79,279
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: gce-scale-performance **Which test(s) are failing**: Load test **Since when has it been failing**: 2019-05-28 10:01 CEST (?) **Testgrid link**: https://testgrid.k8s.io/sig-...
[Failing test] GCE-5000: Replication controller having 409 code calls
https://api.github.com/repos/kubernetes/kubernetes/issues/79277/comments
14
2019-06-21T14:22:37Z
2019-12-16T17:15:32Z
https://github.com/kubernetes/kubernetes/issues/79277
459,223,107
79,277
[ "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**: cloud-provide...
cloud-provider-openstack jobs failing due to undefined: tls.VersionTLS13
https://api.github.com/repos/kubernetes/kubernetes/issues/79276/comments
2
2019-06-21T12:27:30Z
2019-06-22T05:16:35Z
https://github.com/kubernetes/kubernetes/issues/79276
459,172,592
79,276
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests /sig autoscaling --> **What would you like to be added**: The HPA replica calculator takes the current replica count as a function input. If it determines no change to scale is needed, it returned the current replica count as a recommendat...
Return boolean to not scale instead of current scale.
https://api.github.com/repos/kubernetes/kubernetes/issues/79275/comments
17
2019-06-21T12:09:31Z
2019-12-09T13:29:05Z
https://github.com/kubernetes/kubernetes/issues/79275
459,165,821
79,275
[ "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 autoscaling --> **What happened...
Calculate Object and External metrics with AverageValue targets with spec replicas.
https://api.github.com/repos/kubernetes/kubernetes/issues/79274/comments
4
2019-06-21T12:02:40Z
2019-11-18T14:17:00Z
https://github.com/kubernetes/kubernetes/issues/79274
459,163,435
79,274
[ "kubernetes", "kubernetes" ]
The autoscaling v2 APIs allow users to specify either `Value` or `AverageValue` for custom and external metrics. On the surface, it looks like the only difference between them is whether the metric value is divided by the number of Pods or not. However in implementation (and I believe in design) they behave quite dif...
Clarify HPA Value vs. AverageValue
https://api.github.com/repos/kubernetes/kubernetes/issues/79272/comments
38
2019-06-21T11:36:07Z
2025-01-10T13:30:38Z
https://github.com/kubernetes/kubernetes/issues/79272
459,153,984
79,272
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: When I run the e2e use case, I find an error. Who can help me explain why? **Which test(s) are failing**: <*errors.errorString | 0x40001db520>: { s: "error waiting for deployment \"sample-apiserver-deployment\" status to match expectation: deployment status: v1.DeploymentStat...
sample-apiserver-deployment does not have minimum availability
https://api.github.com/repos/kubernetes/kubernetes/issues/79271/comments
5
2019-06-21T11:07:35Z
2020-03-31T11:20:08Z
https://github.com/kubernetes/kubernetes/issues/79271
459,143,880
79,271
[ "kubernetes", "kubernetes" ]
Hello all, How can we refer images stored in AWS ECR in the pods rather than pulling the images from dockerbub? Scenario : While creating the pod in a AWS Kubernetes cluster, we will create the pod.yaml as below- apiVersion: v1 kind: Pod metadata: name: nginx-pod labels: name: nginx-pod spec: ...
How to refer AWS ECR images in pod
https://api.github.com/repos/kubernetes/kubernetes/issues/79269/comments
1
2019-06-21T09:26:33Z
2019-06-21T14:18:51Z
https://github.com/kubernetes/kubernetes/issues/79269
459,102,623
79,269
[ "kubernetes", "kubernetes" ]
**What happened**: 1. Deploy k8s cluster with 2 machines: a master and a worker. After installation, confirmed everything worked as expected: I was able to kubectl exec into a pod on the worker node. 2. Uninstalled the worker node. 3. Provisioned another worker node with same hsotname, but different IP. 4. The ne...
kubectl log/exec failed on container running on worker node
https://api.github.com/repos/kubernetes/kubernetes/issues/79268/comments
12
2019-06-21T09:09:14Z
2019-11-29T18:39:14Z
https://github.com/kubernetes/kubernetes/issues/79268
459,094,734
79,268
[ "kubernetes", "kubernetes" ]
kube-proxy v1.14.2 use ipvs ``` bash command: - kube-proxy - --v=4 - --log-dir=/log - --logtostderr=false - --alsologtostderr=true - --kubeconfig=/run/kube-proxy.conf - --cluster-cidr=10.244.0.0/16 # - --proxy-mode=ipvs # - --ipvs-m...
kube-proxy command line not effect
https://api.github.com/repos/kubernetes/kubernetes/issues/79266/comments
16
2019-06-21T08:26:48Z
2020-02-18T04:03:40Z
https://github.com/kubernetes/kubernetes/issues/79266
459,076,390
79,266
[ "kubernetes", "kubernetes" ]
I use s3fs in the docker, so i try to avoid to use **--privileged**, finally I find the command which is useful to me. My docker image is from ubuntu.16. > docker run-it --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfined I try to find a YAML , in order to set the command : sys_ad...
pod cannot support fuse : sys_admin : apparmor:unconfined
https://api.github.com/repos/kubernetes/kubernetes/issues/79265/comments
8
2019-06-21T07:01:29Z
2019-11-28T05:02:11Z
https://github.com/kubernetes/kubernetes/issues/79265
459,044,370
79,265
[ "kubernetes", "kubernetes" ]
I created fluentd daemonset with version 2.3.1 on kubernetes with version 1.10.4, recently I found one pod always restart, and output serviceaccount error, but other pods always run normally. root@monitor1:~# kubectl log fluentd-jj7sn -n kube-system -p log is DEPRECATED and will be removed in a future version. Use lo...
fleuntd always restart because serviceaccount meet error
https://api.github.com/repos/kubernetes/kubernetes/issues/79250/comments
11
2019-06-21T03:17:54Z
2019-11-18T11:14:01Z
https://github.com/kubernetes/kubernetes/issues/79250
458,987,772
79,250
[ "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 follow...
Kubelet service wont start
https://api.github.com/repos/kubernetes/kubernetes/issues/79244/comments
12
2019-06-20T22:41:14Z
2020-04-02T14:55:06Z
https://github.com/kubernetes/kubernetes/issues/79244
458,918,570
79,244
[ "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 trying ap...
Windows SecurityContext GMSA Validation Fails
https://api.github.com/repos/kubernetes/kubernetes/issues/79240/comments
3
2019-06-20T20:21:34Z
2019-06-20T20:40:49Z
https://github.com/kubernetes/kubernetes/issues/79240
458,856,104
79,240
[ "kubernetes", "kubernetes" ]
Algorithm: - Look at go.mod, look for dependencies with [Pseudo-versions](https://golang.org/cmd/go/#hdr-Pseudo_versions) - Look at the github repo of the dependencies, find a released tag closest to the SHA (but higher than the SHA) - Look at the commits in the range and review with the [guidelines](https://github....
Update vendored dependencies to a released version instead of random SHA(s)
https://api.github.com/repos/kubernetes/kubernetes/issues/79234/comments
28
2019-06-20T17:06:52Z
2020-05-03T20:58:47Z
https://github.com/kubernetes/kubernetes/issues/79234
458,771,918
79,234
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Extend CRD API, add ability to specify fields to be used in a field selector query **Why is this needed**: To filter large lists of CRD in both kubectl and http API. We are currently forced to copy fiel...
Field selector for CRD
https://api.github.com/repos/kubernetes/kubernetes/issues/79233/comments
5
2019-06-20T16:24:03Z
2019-06-21T13:04:42Z
https://github.com/kubernetes/kubernetes/issues/79233
458,754,128
79,233
[ "kubernetes", "kubernetes" ]
**What happened**: When running kubelet on a node where the hostname and Azure VM name do not match due to using Azure's ["Computer Name"](https://docs.microsoft.com/en-us/rest/api/compute/virtualmachines/createorupdate#osprofile) feature, the kubelet will fail to register with the error ``` kubelet.go:1354] Kubel...
Azure VMs where computer name != vm name fail to register
https://api.github.com/repos/kubernetes/kubernetes/issues/79232/comments
3
2019-06-20T15:51:32Z
2019-06-21T21:52:00Z
https://github.com/kubernetes/kubernetes/issues/79232
458,737,979
79,232
[ "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**: All component...
kubectl logs / kubectl exec -it malfunction
https://api.github.com/repos/kubernetes/kubernetes/issues/79231/comments
3
2019-06-20T15:38:56Z
2019-06-25T13:45:21Z
https://github.com/kubernetes/kubernetes/issues/79231
458,731,389
79,231
[ "kubernetes", "kubernetes" ]
https://github.com/jteeuwen/go-bindata is now archived by its owner. Contributors have created a new org and are working there https://github.com/go-bindata/go-bindata So we should switch to code from the new repo.
Move from jteeuwen/go-bindata to go-bindata/go-bindata
https://api.github.com/repos/kubernetes/kubernetes/issues/79229/comments
2
2019-06-20T15:20:57Z
2019-06-21T17:03:49Z
https://github.com/kubernetes/kubernetes/issues/79229
458,721,677
79,229
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: [Issue 60388](https://github.com/kubernetes/kubernetes/issues/60388) clarified the behaviour expected of unhealthy devices, specifically that an already-allocated device will remain allocated to a consuming pod, even if that device is unhealthy. This allocation also remains if t...
[Device Plugins] Optionally fail pods consuming unhealthy devices
https://api.github.com/repos/kubernetes/kubernetes/issues/79228/comments
8
2019-06-20T15:14:32Z
2020-03-27T15:03:14Z
https://github.com/kubernetes/kubernetes/issues/79228
458,718,080
79,228
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I would like to have a way to reference Secrets from ConfigMaps. For example: ``` apiVersion: v1 kind: ConfigMap metadata: name: special-config namespace: default data: EXAMPLEVAR1: f...
Reference Secrets from ConfigMap
https://api.github.com/repos/kubernetes/kubernetes/issues/79224/comments
149
2019-06-20T14:17:38Z
2025-03-11T16:54:31Z
https://github.com/kubernetes/kubernetes/issues/79224
458,686,162
79,224
[ "kubernetes", "kubernetes" ]
There're two problems with the current `pkg/controller/podautoscaler` test infrastructure: 1. Race condition https://github.com/kubernetes/kubernetes/pull/74525#issuecomment-502653106 2. The HPA controller now has history and will change its state after the first HPA reconcile cycle. We need to stop the tests after t...
Rework tests in pkg/controller/podautoscaler
https://api.github.com/repos/kubernetes/kubernetes/issues/79222/comments
5
2019-06-20T13:20:44Z
2019-11-17T14:54:30Z
https://github.com/kubernetes/kubernetes/issues/79222
458,654,604
79,222
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Make the current bind function a default plugin **Why is this needed**: > RunBindPlugins should one day return an error if all bind plugins 'Skip' the pod, but this is fine for now that we want to...
Make the current bind function a default plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/79215/comments
9
2019-06-20T09:37:15Z
2020-03-08T16:40:35Z
https://github.com/kubernetes/kubernetes/issues/79215
458,547,230
79,215
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I use kube-p...
ipvs can't load balance service connect
https://api.github.com/repos/kubernetes/kubernetes/issues/79213/comments
13
2019-06-20T08:18:54Z
2021-08-16T14:52:58Z
https://github.com/kubernetes/kubernetes/issues/79213
458,420,047
79,213
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Are there plans to add automatic or manual egress ip per namespace to kubernetes like it is available in openshift 3.11? **Why is this needed**: The security guys often would like to know from where the egress-traffic is coming from. More precisely, they want to know from which...
Automatic or manual egress ip per namespace
https://api.github.com/repos/kubernetes/kubernetes/issues/79212/comments
6
2019-06-20T07:23:51Z
2020-01-20T08:49:35Z
https://github.com/kubernetes/kubernetes/issues/79212
458,395,208
79,212
[ "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 mysql clus...
daemonset status not correct num of status some filed
https://api.github.com/repos/kubernetes/kubernetes/issues/79211/comments
12
2019-06-20T06:06:19Z
2019-12-12T18:43:31Z
https://github.com/kubernetes/kubernetes/issues/79211
458,364,884
79,211
[ "kubernetes", "kubernetes" ]
/kind bug /sig api-machinery /cc @jennybuckley @apelisse **What happened**: patching (SMP) any object's annotation using invalid patch content will result in an (500) internal-server error. expecting a (400) bad-request error in this case. patch body: ```json {"metadata":{"annotations":{"foo":["bar"]}}} ...
Invalid patch body can result internal-server error in the server
https://api.github.com/repos/kubernetes/kubernetes/issues/79210/comments
3
2019-06-20T05:03:50Z
2019-07-11T04:39:21Z
https://github.com/kubernetes/kubernetes/issues/79210
458,347,581
79,210
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: The kube-apiserver logs traces for operations that exceed a max latency using the `k8s.io/utils/trace` utility. This is done for request handling, etcd storage layer operations, watch cache operations a...
Connect lower level traces to surrounding request handling trace
https://api.github.com/repos/kubernetes/kubernetes/issues/79209/comments
24
2019-06-20T04:29:09Z
2020-02-17T07:45:59Z
https://github.com/kubernetes/kubernetes/issues/79209
458,338,942
79,209
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Ceph RBD provisioner automatically provisions a user for each kubernetes namespace/pvc, with restricted read/write permission to the RBD image through the use of Ceph RBD image namespacing. This concep...
Ceph RBD provisioner to create user for each namespace
https://api.github.com/repos/kubernetes/kubernetes/issues/79206/comments
7
2019-06-20T04:06:07Z
2019-11-19T21:24:44Z
https://github.com/kubernetes/kubernetes/issues/79206
458,333,902
79,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**: I have a k8s ...
Mount failed: exit status 1 Output: Failed to start transient scope unit: Connection timed out
https://api.github.com/repos/kubernetes/kubernetes/issues/79194/comments
13
2019-06-20T01:30:40Z
2022-05-12T12:44:45Z
https://github.com/kubernetes/kubernetes/issues/79194
458,292,997
79,194
[ "kubernetes", "kubernetes" ]
### Flaky Job: pr:pull-kubernetes-integration Flakes in the past week: **41** Consistency: **91.40%** #### Flakiest tests by flake count: | Test | Flake Count | | --- | --- | | k8s.io/kubernetes/vendor/k8s.io/apiextensions-apiserver/test/integration/conversion TestWebhookConverterWithWatchCache | 14 | | k8s.io/kuber...
pr:pull-kubernetes-integration flaked 41 times in the past week
https://api.github.com/repos/kubernetes/kubernetes/issues/79177/comments
4
2019-06-19T16:56:41Z
2019-06-25T05:13:50Z
https://github.com/kubernetes/kubernetes/issues/79177
458,121,903
79,177
[ "kubernetes", "kubernetes" ]
I would like if it were possible, when using a StatefulSet, to set: * pod labels * pod affinities based on the ordinal of the pod. This could behave similarly to the downward API (though it runs earlier in the deployment process). This becomes most useful if simple math operators are permitted. (`+`, `-`, ...
Set StatefulSet's Pods' Labels & Affinities based on Ordinal
https://api.github.com/repos/kubernetes/kubernetes/issues/79175/comments
9
2019-06-19T16:21:49Z
2020-06-04T20:06:24Z
https://github.com/kubernetes/kubernetes/issues/79175
458,107,482
79,175
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: All sig-windows jobs (master): https://testgrid.k8s.io/sig-windows **Which test(s) are failing**: [k8s.io] Container Runtime blackbox test when running a container with a n...
tests: Image pulling tests failing on Windows
https://api.github.com/repos/kubernetes/kubernetes/issues/79171/comments
0
2019-06-19T14:41:15Z
2019-06-29T02:21:25Z
https://github.com/kubernetes/kubernetes/issues/79171
458,055,189
79,171
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: pull-kubernetes-integration **Which test(s) are failing**: TestUnreservePlugin **Since when has it been failing**: It happens frequently this week **Testgrid link**: ...
pull-kubernetes-integration#TestUnreservePlugin fails frequently
https://api.github.com/repos/kubernetes/kubernetes/issues/79166/comments
5
2019-06-19T12:14:09Z
2019-07-24T06:09:23Z
https://github.com/kubernetes/kubernetes/issues/79166
457,977,672
79,166
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I created a `...
[cpumanager] AddContainer error: not enough cpus available to satisfy request
https://api.github.com/repos/kubernetes/kubernetes/issues/79159/comments
28
2019-06-19T08:39:11Z
2020-07-03T01:49:07Z
https://github.com/kubernetes/kubernetes/issues/79159
457,880,578
79,159
[ "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 the HP...
Unscheduled Pods cause HPA to get stuck
https://api.github.com/repos/kubernetes/kubernetes/issues/79158/comments
3
2019-06-19T08:13:47Z
2019-07-10T18:34:30Z
https://github.com/kubernetes/kubernetes/issues/79158
457,868,972
79,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**: l create a po...
kubelet down, delete the pod on the node, restart kubelet, the pod is terminating forever
https://api.github.com/repos/kubernetes/kubernetes/issues/79155/comments
16
2019-06-19T04:23:18Z
2019-12-21T02:58:40Z
https://github.com/kubernetes/kubernetes/issues/79155
457,799,332
79,155
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Job resource has manualSelector parameter and we can specify selector. We need e2e test checks the following items when manualSelector is true. - selector can be set properly? - job and pod can work as...
Add e2e test for manualSelector of job
https://api.github.com/repos/kubernetes/kubernetes/issues/79152/comments
4
2019-06-19T01:57:21Z
2019-11-16T04:20:33Z
https://github.com/kubernetes/kubernetes/issues/79152
457,769,587
79,152
[ "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**: Executing the...
code-generator: deepcopy-gen invalid type for invalid type
https://api.github.com/repos/kubernetes/kubernetes/issues/79149/comments
9
2019-06-18T22:43:45Z
2022-01-04T02:49:33Z
https://github.com/kubernetes/kubernetes/issues/79149
457,728,078
79,149
[ "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 delet...
kubectl delete of a static pod results in multiple attempts to re-create the mirror pod before succeeding
https://api.github.com/repos/kubernetes/kubernetes/issues/79147/comments
9
2019-06-18T22:12:04Z
2019-08-07T15:57:39Z
https://github.com/kubernetes/kubernetes/issues/79147
457,719,426
79,147
[ "kubernetes", "kubernetes" ]
**What happened**: After upgrading from 1.12.1 to 1.14.3, `kube-apiserver`'s only connecting to the first etcd server from the list passed in `--etcd-servers`. The following errors appears during kube-apiserver startup: ``` I0618 18:45:34.225389 6 client.go:352] parsed scheme: "" I0618 18:45:34.225416 ...
Kube-apiserver failing to connect to multiple etcd servers using client cert authentication
https://api.github.com/repos/kubernetes/kubernetes/issues/79145/comments
5
2019-06-18T19:25:56Z
2019-06-22T05:18:22Z
https://github.com/kubernetes/kubernetes/issues/79145
457,654,990
79,145
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Please add "kubeadm stop" parameter (or any other cli) to implement safely stop entire cluster for manitain some server node **Why is this needed**: Read all k8s document i can NOT find any method to ...
add "kubeadm stop" parameter (or any other cli) to stop entire cluster
https://api.github.com/repos/kubernetes/kubernetes/issues/79141/comments
6
2019-06-18T15:12:58Z
2019-11-15T22:14:33Z
https://github.com/kubernetes/kubernetes/issues/79141
457,541,258
79,141
[ "kubernetes", "kubernetes" ]
**What happened**: I expect to run a kubernetes with minimum resource for edge computing case. For example, run kubernetes on you phone, IoT device, switch, etc **What you expected to happen**: The edge case may not require much complex scheduling, admission control plugin, volume plugin. So we'd expect to - dis...
kubernetes for edge computing case
https://api.github.com/repos/kubernetes/kubernetes/issues/79135/comments
9
2019-06-18T08:59:23Z
2019-07-16T18:58:39Z
https://github.com/kubernetes/kubernetes/issues/79135
457,346,002
79,135
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Always testing require some good functionality. in kubernetes we have some good testing behavior. but we could enhance it. I'm suggesting to be able to move or copy all namespaced API objects from ...
Ability to move/copy all namespaced objects
https://api.github.com/repos/kubernetes/kubernetes/issues/79134/comments
7
2019-06-18T08:50:35Z
2019-09-17T20:50:46Z
https://github.com/kubernetes/kubernetes/issues/79134
457,341,727
79,134
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The existing E2E - "Pod should be scheduled to node that don't match the PodAntiAffinity terms" (priorities.go) - is to to be improved upon as per the below points, 1. The check at the end is to verify that the pod is scheduled onto the node that does not match the Pod anti-affin...
Improve E2E to test Pod Anti-Affinity: "Pod should be scheduled to node that don't match the PodAntiAffinity terms"
https://api.github.com/repos/kubernetes/kubernetes/issues/79127/comments
5
2019-06-18T05:35:46Z
2020-01-04T08:35:21Z
https://github.com/kubernetes/kubernetes/issues/79127
457,270,205
79,127
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The existing E2E test - "Pod should avoid nodes that have avoidPod annotation" - takes around 684 seconds i.e., 11 minutes to execute successfully. The tet is currently not marked SLOW as is expected to be. **Why is this needed**: Analysis to determine the reason for such slow ...
Slow Test analysis: "Pod should avoid nodes that have avoidPod annotation"
https://api.github.com/repos/kubernetes/kubernetes/issues/79126/comments
13
2019-06-18T05:12:06Z
2019-11-29T21:42:14Z
https://github.com/kubernetes/kubernetes/issues/79126
457,264,488
79,126
[ "kubernetes", "kubernetes" ]
Running the command kubectl wait --for=condition=Ready pods --all --all-namespaces results in error: no matching resources found**What happened**: However, running kubectl wait --for=condition=Ready pods --all -n kube-system provides expected output with pods in namespace being enumerated. **What you expecte...
kubectl wait --all with --all-namespaces doesn't find resources
https://api.github.com/repos/kubernetes/kubernetes/issues/79121/comments
10
2019-06-18T02:52:47Z
2020-06-05T21:32:02Z
https://github.com/kubernetes/kubernetes/issues/79121
457,234,170
79,121
[ "kubernetes", "kubernetes" ]
The metrics framework requires the ability to optionally display hidden (deprecated) metrics. A boolean needs to be piped through the registry (possibly at initialization or possibly set later) which then needs to be passed to the Create function so that we can determine whether we need to actually create the metric. ...
Add ability to show hidden/deprecated metrics for metrics-registry
https://api.github.com/repos/kubernetes/kubernetes/issues/79118/comments
0
2019-06-18T00:34:20Z
2019-06-26T01:15:53Z
https://github.com/kubernetes/kubernetes/issues/79118
457,206,310
79,118
[ "kubernetes", "kubernetes" ]
Using the list of tested stable endpoints referenced in https://github.com/kubernetes/kubernetes/issues/78748, we can pick out the endpoints which are part of the PersistentVolume kind: [createCoreV1PersistentVolume](https://apisnoop.cncf.io/?zoomed=operationId-stable-core-createCoreV1PersistentVolume&showUntested=f...
Promote PersistentVolume Tests to Conformance
https://api.github.com/repos/kubernetes/kubernetes/issues/79117/comments
1
2019-06-17T23:46:10Z
2019-07-23T23:37:27Z
https://github.com/kubernetes/kubernetes/issues/79117
457,196,163
79,117
[ "kubernetes", "kubernetes" ]
Using the list of tested stable endpoints referenced in https://github.com/kubernetes/kubernetes/issues/78748, we can pick out the endpoints which are part of the PodTemplate kind: [createCoreV1NamespacedPodTemplate](https://apisnoop.cncf.io/?zoomed=operationId-stable-core-createCoreV1NamespacedPodTemplate&showUntes...
Promote PodTemplate Test to Conformance
https://api.github.com/repos/kubernetes/kubernetes/issues/79116/comments
3
2019-06-17T23:20:46Z
2019-08-01T19:59:03Z
https://github.com/kubernetes/kubernetes/issues/79116
457,190,554
79,116
[ "kubernetes", "kubernetes" ]
Using the list of tested stable endpoints referenced in https://github.com/kubernetes/kubernetes/issues/78748, we can pick out the endpoints which are part of the Pod kind: [patchCoreV1NamespacedPodStatus](https://apisnoop.cncf.io/?zoomed=operationId-stable-core-patchCoreV1NamespacedPodStatus&showUntested=false&show...
Promote Pod Test to Conformance
https://api.github.com/repos/kubernetes/kubernetes/issues/79115/comments
5
2019-06-17T22:45:08Z
2019-08-06T00:03:58Z
https://github.com/kubernetes/kubernetes/issues/79115
457,181,187
79,115
[ "kubernetes", "kubernetes" ]
ctrl+p is commonly used as up arrow, however same combination is the detach sequence for docker. This need to be configured in the coniguration file, or command line option --detach-key. Will be great if we can add same option to kubectl. @kubernetes/sig-cli-feature-requests
Detach sequence key support, Ctrl + P
https://api.github.com/repos/kubernetes/kubernetes/issues/79110/comments
9
2019-06-17T21:13:06Z
2022-07-01T01:34:58Z
https://github.com/kubernetes/kubernetes/issues/79110
457,151,230
79,110
[ "kubernetes", "kubernetes" ]
Add readyz to GCE manifest for readiness checking on the apiserver. /assign @logicalhan
Add readyz to GCE manifest
https://api.github.com/repos/kubernetes/kubernetes/issues/79108/comments
5
2019-06-17T19:46:00Z
2019-12-21T22:23:33Z
https://github.com/kubernetes/kubernetes/issues/79108
457,116,755
79,108
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> same as #60504 **What would you like to be added**: I hope kubelet can add a option help user can't add extend resource directly, without send patch request to the kube-apiserver **Why is this needed**: Because send patch request is no...
add extend resource by set option of kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/79100/comments
5
2019-06-17T11:55:33Z
2019-11-15T10:02:53Z
https://github.com/kubernetes/kubernetes/issues/79100
456,893,974
79,100
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: gce-scale-performance **Which test(s) are failing**: Laod test **Since when has it been failing**: 2019-05-28 10:01 CEST (?) **Testgrid link**: https://testgrid.k8s.io/sig-...
[Failing test] GCE-5000: additional list calls in load test
https://api.github.com/repos/kubernetes/kubernetes/issues/79096/comments
34
2019-06-17T09:18:39Z
2019-07-01T18:48:36Z
https://github.com/kubernetes/kubernetes/issues/79096
456,828,174
79,096
[ "kubernetes", "kubernetes" ]
**What happened**: In our kubernetes cluster, there are some slave nodes whose root partition has a very little disk space, so we add another larger-size disk device and symbolically link `/var/lib/kubelet/pods` to a directory located at this larger device. however, kubelet failed to delete orphaned pod directory, t...
kubelet failed to delete orphaned pod directory when "/var/lib/kubelet/pods" directory symbolically links to another device's directory
https://api.github.com/repos/kubernetes/kubernetes/issues/79093/comments
1
2019-06-17T08:50:29Z
2019-12-11T06:19:49Z
https://github.com/kubernetes/kubernetes/issues/79093
456,815,557
79,093