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**: Hello, I inst...
How to add node'role on kubelet v1.16.2
https://api.github.com/repos/kubernetes/kubernetes/issues/85503/comments
2
2019-11-21T08:27:12Z
2019-11-22T07:29:12Z
https://github.com/kubernetes/kubernetes/issues/85503
526,437,613
85,503
[ "kubernetes", "kubernetes" ]
<!-- STOP -- PLEASE READ! GitHub is not the right place for support requests. If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/). You can also pos...
How to update the kubernetes-managed hosts file (host network) ?
https://api.github.com/repos/kubernetes/kubernetes/issues/85501/comments
4
2019-11-21T07:29:54Z
2019-12-02T02:13:52Z
https://github.com/kubernetes/kubernetes/issues/85501
526,414,798
85,501
[ "kubernetes", "kubernetes" ]
**What happened**: We see a lot of logs ["Not saving endpoints for unknown healthcheck"](https://github.com/kubernetes/kubernetes/blob/v1.16.3/pkg/proxy/healthcheck/healthcheck.go#L235) when we set the log level of kube-proxy to 3. Some logs are for the service whose type is `ClusterIP`. **What you expected to ha...
should not log "Not saving endpoints for unknown healthcheck" if the service doesn't need health check
https://api.github.com/repos/kubernetes/kubernetes/issues/85499/comments
32
2019-11-21T06:00:42Z
2021-01-31T05:53:38Z
https://github.com/kubernetes/kubernetes/issues/85499
526,382,801
85,499
[ "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/ --> @kubernetes/sig-node @kubernetes/sig...
failed to pull image k8s.gcr.io/kube-controller-manager:v1.16.3
https://api.github.com/repos/kubernetes/kubernetes/issues/85498/comments
6
2019-11-21T05:59:25Z
2020-06-07T10:56:34Z
https://github.com/kubernetes/kubernetes/issues/85498
526,382,406
85,498
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Support CSI Volume plugin as VolumePluginWithAttachLimits to report multiple volume limits with different keys per single CSI Driver **Why is this needed**: There is a useful interface [**`VolumePlugi...
Support CSI Volume plugin as VolumePluginWithAttachLimits to report multiple volume limits with different keys
https://api.github.com/repos/kubernetes/kubernetes/issues/85497/comments
4
2019-11-21T04:56:43Z
2020-04-19T06:54:39Z
https://github.com/kubernetes/kubernetes/issues/85497
526,364,878
85,497
[ "kubernetes", "kubernetes" ]
**What happened**: 404 urls **What you expected to happen**: fix them 1. staging/src/k8s.io/kubectl/docs/book/pages/reference/kustomize.md,https://github.com/kubernetes-sigs/kustomize/tree/master/pkg/transformers/config/defaultconfig 1. staging/src/k8s.io/kubectl/docs/book/pages/reference/kustomize.md,https://gi...
404 urls
https://api.github.com/repos/kubernetes/kubernetes/issues/85495/comments
14
2019-11-21T03:16:21Z
2020-02-21T06:12:52Z
https://github.com/kubernetes/kubernetes/issues/85495
526,339,184
85,495
[ "kubernetes", "kubernetes" ]
**What happened**: I use the following configuration file ``` ... controllerManager: extraArgs: cluster-cidr: 10.100.0.0/16,fc00::/48 service-cluster-ip-range: 10.200.0.0/16,fc00:bb::/112 node-cidr-mask-size-ipv4: "24" node-cidr-mask-size-ipv6: "96" featureGates: IPv6DualStack: true ... ...
kubeadm parameter node-cidr-mask-size repeated
https://api.github.com/repos/kubernetes/kubernetes/issues/85492/comments
2
2019-11-21T01:21:43Z
2019-11-21T05:01:29Z
https://github.com/kubernetes/kubernetes/issues/85492
526,307,855
85,492
[ "kubernetes", "kubernetes" ]
**What happened**: I used dual-stack and set the parameter of kube-controller to --node-cidr-mask-size-ipv4=24 --node-cidr-mask-size-ipv6=96, but the podCidr my node got was still a /64 mask ``` ps -ef | grep kube-co root 31173 31148 4 08:44 ? 00:00:03 kube-controller-manager --allocate-node-cidrs=true...
node-cidr-mask-size-ipv6 can not work
https://api.github.com/repos/kubernetes/kubernetes/issues/85491/comments
7
2019-11-21T01:07:17Z
2019-11-23T20:09:51Z
https://github.com/kubernetes/kubernetes/issues/85491
526,303,823
85,491
[ "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**: Had a audit-web...
Degradation of audit-webhook in batch mode can still impact apiserver
https://api.github.com/repos/kubernetes/kubernetes/issues/85489/comments
12
2019-11-20T22:55:55Z
2020-05-25T20:13:37Z
https://github.com/kubernetes/kubernetes/issues/85489
526,262,461
85,489
[ "kubernetes", "kubernetes" ]
Document - Certificate Based Authentication Pre-Requisite: - Create a Linux container / Linux server were we can run openssl commands. yum -y install openssl nano - Connect the linux box with existing K8s setup. Kubectl Installation: curl -LO https://storage.googleapis.com/kubernetes-release...
create a user and assign role and its rolebindind
https://api.github.com/repos/kubernetes/kubernetes/issues/85488/comments
5
2019-11-20T22:31:55Z
2020-04-12T21:43:53Z
https://github.com/kubernetes/kubernetes/issues/85488
526,253,299
85,488
[ "kubernetes", "kubernetes" ]
This is an exploration to potentially help identify e2e tests that would be a good fit for promotion to conformance. I am curious to find the intersection of tests that hit a small number of endpoints, and whether those endpoints are hit by a small number of tests. This would highlight tests that are written specific...
Explore e2e tests that hit a focused # of endpoints
https://api.github.com/repos/kubernetes/kubernetes/issues/85487/comments
6
2019-11-20T21:12:55Z
2020-04-22T04:02:24Z
https://github.com/kubernetes/kubernetes/issues/85487
526,218,607
85,487
[ "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 develo...
Graceful deletion mutates object invalidating ResourceVersion in deletion precondition
https://api.github.com/repos/kubernetes/kubernetes/issues/85485/comments
4
2019-11-20T20:06:46Z
2019-11-27T00:51:21Z
https://github.com/kubernetes/kubernetes/issues/85485
526,152,011
85,485
[ "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**: This was the ...
Kube-proxy remains running even if there are errors
https://api.github.com/repos/kubernetes/kubernetes/issues/85483/comments
15
2019-11-20T14:40:29Z
2020-03-27T01:01:21Z
https://github.com/kubernetes/kubernetes/issues/85483
525,845,919
85,483
[ "kubernetes", "kubernetes" ]
/kind support What happened: I am getting "Peer's certificate has expired" error when installing Kubernetes components from the Yum repo (https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64). ``` [user@xxx ~]$ sudo yum install -y kubelet kubeadm kubectl Loaded plugins: fastestmirror Loading mirr...
"Peer's Certificate has expired" when installing K8s from yum repo
https://api.github.com/repos/kubernetes/kubernetes/issues/85477/comments
2
2019-11-20T10:34:53Z
2019-11-20T10:39:52Z
https://github.com/kubernetes/kubernetes/issues/85477
525,716,342
85,477
[ "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/ --> /kind bug /sig storage **What hap...
kubelet not call unstagevolume when it restarts after unpublishvolume
https://api.github.com/repos/kubernetes/kubernetes/issues/85476/comments
22
2019-11-20T06:45:16Z
2021-10-14T18:15:39Z
https://github.com/kubernetes/kubernetes/issues/85476
525,608,716
85,476
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Possibility to revert a PV deletion in Terminating State **Why is this needed**: While the deletion was not processed, it should be possible to undo it. Ex.: mistaken deletion
Revert PV deletion in Terminating State
https://api.github.com/repos/kubernetes/kubernetes/issues/85465/comments
3
2019-11-19T23:53:52Z
2019-11-20T21:45:09Z
https://github.com/kubernetes/kubernetes/issues/85465
525,336,150
85,465
[ "kubernetes", "kubernetes" ]
Still have an issue #71904 in fresh installed k8s 1.16.3 by kubeadm tool: **What happened**: Could not create pvc /open **What you expected to happen**: Create pvc **How to reproduce it (as minimally and precisely as possible)**: sc.yml: ``` apiVersion: storage.k8s.io/v1 kind: StorageClass metadata...
1.16.3. Error: "failed to create rbd image: executable file not found in $PATH, command output: "
https://api.github.com/repos/kubernetes/kubernetes/issues/85454/comments
29
2019-11-19T15:47:33Z
2021-06-10T13:25:40Z
https://github.com/kubernetes/kubernetes/issues/85454
525,094,512
85,454
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: `kubelet_ru...
kubelet_running_pod_count metric includes also non-running pods
https://api.github.com/repos/kubernetes/kubernetes/issues/85450/comments
5
2019-11-19T13:57:59Z
2019-11-20T09:00:00Z
https://github.com/kubernetes/kubernetes/issues/85450
525,026,529
85,450
[ "kubernetes", "kubernetes" ]
**What happened**: the `api/openapi-spec/swagger.json` does not contain an entry for the `io.k8s.apimachinery.pkg.apis.meta.v1.unstructured.Unstructured` type. **What you expected to happen**: As this type is consumed by downstream dependencies (specifically, argo-events), it would be nice if it were actually ...
Swagger file missing io.k8s.apimachinery.pkg.apis.meta.v1.unstructured.Unstructured
https://api.github.com/repos/kubernetes/kubernetes/issues/85448/comments
5
2019-11-19T11:36:53Z
2019-11-28T05:02:42Z
https://github.com/kubernetes/kubernetes/issues/85448
524,953,763
85,448
[ "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**: Environment...
Scheduler resource leak: deleted pod is not deleted from nominated pods
https://api.github.com/repos/kubernetes/kubernetes/issues/85447/comments
3
2019-11-19T11:22:35Z
2020-01-03T06:31:52Z
https://github.com/kubernetes/kubernetes/issues/85447
524,946,502
85,447
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: We would like to set host IPV6 address as an env var in pod spec. **Why is this needed**: In IPV4 scenario, we use EnvVarSource to get status.hostIP and set it as a env var in pod. Can we support IPV6 a...
DualStack: Support pod env source get host IPV6
https://api.github.com/repos/kubernetes/kubernetes/issues/85443/comments
36
2019-11-19T08:06:30Z
2022-03-30T13:31:25Z
https://github.com/kubernetes/kubernetes/issues/85443
524,840,843
85,443
[ "kubernetes", "kubernetes" ]
questions: How to limit the number of cpu cores a container runs on?
how to use "cpuset-cpus"?
https://api.github.com/repos/kubernetes/kubernetes/issues/85438/comments
6
2019-11-19T05:34:49Z
2020-04-12T21:42:54Z
https://github.com/kubernetes/kubernetes/issues/85438
524,785,225
85,438
[ "kubernetes", "kubernetes" ]
Hello, I am now encountering the following situation. I have expose the Kubernetes pod's service by using the NodePort, which is mapping the owf-svc port - 8081 to host port 30016. However, there are some problem in getting the repose packet. Node port setting owf-svc NodePort 10.233.44.11 8081:30016/TCP 6h34m k...
pod's service cannot reach via Service IP from other node
https://api.github.com/repos/kubernetes/kubernetes/issues/85434/comments
1
2019-11-19T02:42:25Z
2019-11-21T02:14:02Z
https://github.com/kubernetes/kubernetes/issues/85434
524,737,648
85,434
[ "kubernetes", "kubernetes" ]
**What happened**: When using versions of kubectl equal to 1.16+ the following output is displayed: ```bash NAME AGE scheduler <unknown> controller-manager <unknown> etcd-0 <unknown> ``` **What you expected to happen**: We should see the status information cor...
kubectl get componentstatus incorrectly printing
https://api.github.com/repos/kubernetes/kubernetes/issues/85429/comments
5
2019-11-18T23:07:35Z
2019-11-19T01:00:26Z
https://github.com/kubernetes/kubernetes/issues/85429
524,673,038
85,429
[ "kubernetes", "kubernetes" ]
Note: This looks like the same as https://bugzilla.redhat.com/show_bug.cgi?id=1760807 but I didn't see an issue for it in this repository. **What happened**: All new pods stuck in `Pending` with the following event: ``` Warning FailedScheduling 2m54s (x258 over 63m) default-scheduler invalid label ...
Scheduler performs deeper validation than when pod is admitted
https://api.github.com/repos/kubernetes/kubernetes/issues/85428/comments
7
2019-11-18T21:52:07Z
2020-05-16T14:35:38Z
https://github.com/kubernetes/kubernetes/issues/85428
524,641,008
85,428
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: kubectl supports a "server" argument where the value could be a base URL/IP address (<ip_addr>:443) or an URL with a path attached (<ip_addr>:443/clusterA). Our e2e tests rely on the former scheme, and we have no e2e tests testing the latter. kubectl already has a unit test fo...
Add Conformance kubectl test for cluster urls not in the form of <ip>:<port>
https://api.github.com/repos/kubernetes/kubernetes/issues/85425/comments
13
2019-11-18T18:26:23Z
2021-06-24T07:44:18Z
https://github.com/kubernetes/kubernetes/issues/85425
524,539,211
85,425
[ "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**: Because of ...
kube-proxy ipvs mode cannot access clusterip:port when node reboot
https://api.github.com/repos/kubernetes/kubernetes/issues/85422/comments
16
2019-11-18T17:08:39Z
2020-10-22T16:59:28Z
https://github.com/kubernetes/kubernetes/issues/85422
524,500,167
85,422
[ "kubernetes", "kubernetes" ]
Internal applets toybox 0.7.3-37-g04940678c81a /data/user/0/eu.thedarken.sdm/files/toybox_sdm cat (USER), chmod (USER), chown (USER), cp (USER), du (USER), echo (USER), find (USER), grep (USER), kill (USER), mkdir (USER), mount (USER), mv (USER), pidof (USER), ps (USER), rm (USER), rmdir (USER), stat (USER), test (U...
Android
https://api.github.com/repos/kubernetes/kubernetes/issues/85420/comments
3
2019-11-18T14:36:00Z
2019-11-18T17:15:55Z
https://github.com/kubernetes/kubernetes/issues/85420
524,407,104
85,420
[ "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 exec...
Dockershim streaming server conflicts with NodePort
https://api.github.com/repos/kubernetes/kubernetes/issues/85418/comments
16
2019-11-18T13:39:34Z
2021-09-05T21:04:47Z
https://github.com/kubernetes/kubernetes/issues/85418
524,374,662
85,418
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: preformance enhance for kube-proxy/userspace iptables rule synchronization when Service changed **Why is this needed**: For kube-proxy/userspace, syncProxyRules will take about 5m+ when the number of k8...
proxy/userspace: The priority of OnServiceUpdate should be higher than ensurePortals
https://api.github.com/repos/kubernetes/kubernetes/issues/85416/comments
9
2019-11-18T12:30:50Z
2020-06-15T15:19:39Z
https://github.com/kubernetes/kubernetes/issues/85416
524,338,110
85,416
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: Conformance - GCE - 1.17 **Which test(s) are failing**: test startup **Since when has it been failing**: 11th November 02:56 PST **Testgrid link**: https://testgrid.k8s.io/...
[Flaky test] Conformance - GCE - 1.17 (ci-kubernetes-gce-conformance-latest-1-17)
https://api.github.com/repos/kubernetes/kubernetes/issues/85415/comments
3
2019-11-18T10:34:40Z
2019-12-03T19:14:39Z
https://github.com/kubernetes/kubernetes/issues/85415
524,277,472
85,415
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: gce-cos-master-alpha-features **Which test(s) are failing**: [sig-network] Networking should recreate its iptables rules if they are deleted [Disruptive] **Since when has it bee...
[Flaky test] gce-cos-master-alpha-features (ci-kubernetes-e2e-gci-gce-alpha-features)
https://api.github.com/repos/kubernetes/kubernetes/issues/85414/comments
4
2019-11-18T10:24:37Z
2019-11-23T21:19:50Z
https://github.com/kubernetes/kubernetes/issues/85414
524,271,634
85,414
[ "kubernetes", "kubernetes" ]
When I do a `kubeadm init` I get: ``` could not fetch a Kubernetes version from the internet: unable to get URL "https://dl.k8s.io/release/stable-1.txt": Get https://dl.k8s.io/release/stable-1.txt: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) ``` In t...
Add an option to increase Client.Timeout for kubeadm init
https://api.github.com/repos/kubernetes/kubernetes/issues/85413/comments
3
2019-11-18T09:50:21Z
2019-11-18T17:19:31Z
https://github.com/kubernetes/kubernetes/issues/85413
524,252,477
85,413
[ "kubernetes", "kubernetes" ]
**What happened**: The metrics be registered by `init()`, from import call tree, will lose the possibility to be enabled again by `--show-hidden-metrics-for-version`. Now, for a specific metric only get one chance to be registered, if it is registered by `init()` call from import, that means it will be bypass `Set...
Metrics registered by import can not be enable after turned off
https://api.github.com/repos/kubernetes/kubernetes/issues/85411/comments
5
2019-11-18T09:19:59Z
2019-11-26T04:27:11Z
https://github.com/kubernetes/kubernetes/issues/85411
524,235,810
85,411
[ "kubernetes", "kubernetes" ]
for special needs, certificates need to be generated according to mac address. I want set up a mac address for one pod. docker commands have a options [ --mac-address xx:xx:xx:xx:xx:xx ], how about k8s ?
pod set mac address
https://api.github.com/repos/kubernetes/kubernetes/issues/85409/comments
4
2019-11-18T08:37:53Z
2020-03-19T18:18:15Z
https://github.com/kubernetes/kubernetes/issues/85409
524,214,479
85,409
[ "kubernetes", "kubernetes" ]
On A node, how do you make one podA stop and the other podB start and the podA start and the podB stop and they can't run at the same time
How to make one podA stop and another podB start podA start podB stop
https://api.github.com/repos/kubernetes/kubernetes/issues/85407/comments
4
2019-11-18T07:26:15Z
2020-03-19T18:19:22Z
https://github.com/kubernetes/kubernetes/issues/85407
524,183,966
85,407
[ "kubernetes", "kubernetes" ]
**What happened**: If `kubernetes-server-linux-amd64.tar.gz` doesn't exist in $KUBE_ROOT/_output/release-tars, the script doesn't prompt for downloading from external release URL, but just move on util an error is thrown instead. ``` $ bash cluster/kube-up.sh ... Starting cluster in us-central1-b using provider gce...
`kube-up.sh` doesn't prompt for downloading
https://api.github.com/repos/kubernetes/kubernetes/issues/85405/comments
2
2019-11-18T06:23:47Z
2019-11-28T16:07:04Z
https://github.com/kubernetes/kubernetes/issues/85405
524,161,097
85,405
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: k8s-Device-plugin support remanufacture delayed release resources **Why is this needed**: For example, pv resources can be bind with pod , but when pod is deleted , pv need to be delete by other control...
Can k8s-Device-plugin support remanufacture delayed release resources?
https://api.github.com/repos/kubernetes/kubernetes/issues/85403/comments
6
2019-11-18T05:16:19Z
2020-04-16T07:45:24Z
https://github.com/kubernetes/kubernetes/issues/85403
524,140,525
85,403
[ "kubernetes", "kubernetes" ]
GitHub admin team reached out regarding project cluster-capacity, they are in the process of decommissioning the kubernetes-incubator organization.  Is cluster-capacity project still active? should sig-scheduling continue to own the project? and if so it should be moved to kubernetes-sigs. /assign @ravisantoshgud...
cluster-capacity project status
https://api.github.com/repos/kubernetes/kubernetes/issues/85399/comments
5
2019-11-17T23:17:05Z
2020-01-20T17:20:19Z
https://github.com/kubernetes/kubernetes/issues/85399
524,065,069
85,399
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Looking at the usage of APIAggregator#PrepareRun, the first return value is used as runnable. We should export runnable type (Runnable) and declare the return type for APIAggregator#PrepareRun as Runnable. **Why is this needed**: APIAggregator#PrepareRun returns preparedAPIAgg...
APIAggregator#PrepareRun should return exported type
https://api.github.com/repos/kubernetes/kubernetes/issues/85398/comments
6
2019-11-17T23:01:28Z
2020-04-01T22:14:51Z
https://github.com/kubernetes/kubernetes/issues/85398
524,062,881
85,398
[ "kubernetes", "kubernetes" ]
**What happened**: kube-proxy in iptables mode (I didn't test IPVS) creates load balancer iptables rules for service with externalTrafficPolicy: local, and nodePort but only for connection to service ip. For nodeIp:nodePort everything is fine. Example service: ``` NAME TYPE CLUSTER-IP ...
kube-proxy with externalTrafficPolicy: local and nodePort still creating load balancer rules for service ip
https://api.github.com/repos/kubernetes/kubernetes/issues/85397/comments
19
2019-11-17T20:28:06Z
2020-12-11T18:16:30Z
https://github.com/kubernetes/kubernetes/issues/85397
524,039,751
85,397
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: I want have more control about SRV records created for headless service. In my case need to create SRV records like ``` _sip._udp.kamailio.namespace.svc.cluster.local 300 IN SRV 10 200 5060 172-21-2-11.kamailio.namespace.svc.cluster.local. _sip._udp.kamailio.namespace.svc.clust...
headless service configurable priority and weight values
https://api.github.com/repos/kubernetes/kubernetes/issues/85395/comments
27
2019-11-17T15:09:57Z
2021-05-25T14:54:43Z
https://github.com/kubernetes/kubernetes/issues/85395
523,998,937
85,395
[ "kubernetes", "kubernetes" ]
**What happened**: Running automated CI on our cluster we generate the kubeadmcfg.yaml and we use an hash as clusterName, in one of our run we had: ``` clusterName: "433e40" ``` that running `kubeadm init phase kubeconfig scheduler --config=kubeadmcfg.yaml` results on a scheduler.conf containing: ``` ap...
Problem with marshaling and unmarshaling clusterName
https://api.github.com/repos/kubernetes/kubernetes/issues/85394/comments
8
2019-11-17T09:54:46Z
2019-11-18T03:16:23Z
https://github.com/kubernetes/kubernetes/issues/85394
523,962,246
85,394
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: i would like to control the ciphers used by etcd to communicate with other components on tls. (same as --tls-cipher-suites on kube-apiserver , kube-controller-manager and kube-scheduler) official etcd supports adding --cipher-suites 'LIST OF CIPHERS' but when i try to add the fl...
add support for cipher-suites flag for etcd used by kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/85392/comments
10
2019-11-17T05:37:21Z
2020-07-20T15:37:08Z
https://github.com/kubernetes/kubernetes/issues/85392
523,939,724
85,392
[ "kubernetes", "kubernetes" ]
**What happened**: Two long running pods change to "not ready" status after running about 90 days. After investigation, we find the field "ContainersReady" in pod status.condition is true, however the field "Ready" status is false, which means that the pod is not ready. Containers in pod don't have any readiness or ...
Long running pods turn into "unhealthy", find pod condition "ContainersReady" is true but "Ready" is false
https://api.github.com/repos/kubernetes/kubernetes/issues/85389/comments
17
2019-11-17T01:55:12Z
2021-07-08T12:17:18Z
https://github.com/kubernetes/kubernetes/issues/85389
523,922,698
85,389
[ "kubernetes", "kubernetes" ]
**What happened**: We created some sftp StatefulSets and a LoadBalancer Service forwarding to the pods' port 22. Someone later added a health-check that was always failing for the pods so that the service did not have any healthy targets. At this point trying to sftp to the service, we started getting the follo...
GCP LoadBalancer Service with no Healthy Pods Forwards Traffic to Hosts in Cluster Instead
https://api.github.com/repos/kubernetes/kubernetes/issues/85388/comments
6
2019-11-17T00:19:14Z
2020-04-15T06:20:47Z
https://github.com/kubernetes/kubernetes/issues/85388
523,914,201
85,388
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: When I was ...
Cpu resource limit does not work properly on windows
https://api.github.com/repos/kubernetes/kubernetes/issues/85379/comments
4
2019-11-16T09:55:55Z
2020-03-02T19:03:06Z
https://github.com/kubernetes/kubernetes/issues/85379
523,824,545
85,379
[ "kubernetes", "kubernetes" ]
from e2e logs: https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/85350/pull-kubernetes-e2e-kind/1195505345259114508/artifacts/logs/kind-control-plane/pods/kube-system_kube-scheduler-kind-control-plane_3a4ff7d9e27c03f2c99bfe5ad68ac62a/kube-scheduler/0.log ``` 2019-11-16T01:18:18.8372596Z stderr F E1116...
kube-scheduler gets permission error using dynamic delegated authentication
https://api.github.com/repos/kubernetes/kubernetes/issues/85374/comments
0
2019-11-16T01:33:46Z
2019-11-16T04:49:42Z
https://github.com/kubernetes/kubernetes/issues/85374
523,769,418
85,374
[ "kubernetes", "kubernetes" ]
``` $kubelet --version W1116 01:18:41.283981 22339 metric.go:105] This metric has been deprecated for more than one release, hiding. Kubernetes v1.18.0-alpha.0.1041+f2469a7a2c75a7-dirty ``` cc @dims who found it. the reason is the `init()` calls from the import here: https://github.com/kubernetes/kubernetes/...
1.17/1.18 kubelet prints a klog.Warning from --version
https://api.github.com/repos/kubernetes/kubernetes/issues/85369/comments
13
2019-11-15T23:50:19Z
2019-11-22T02:20:01Z
https://github.com/kubernetes/kubernetes/issues/85369
523,750,609
85,369
[ "kubernetes", "kubernetes" ]
**What happened**: We use aiohttp `ws_connect` to establish WebSocket connection to watch pods, the endpoint is `https://{host}:6443/api/v1/namespaces/{namespace}/pods?watch=True`. It works perfectly with kubernetes `v1.14.6`, but the Websocket connect will be closed in 30 to 60 minutes with Kubernetes `v1.15.5`. ...
apiserver drops watch connection
https://api.github.com/repos/kubernetes/kubernetes/issues/85366/comments
8
2019-11-15T23:15:26Z
2019-11-16T00:14:10Z
https://github.com/kubernetes/kubernetes/issues/85366
523,740,332
85,366
[ "kubernetes", "kubernetes" ]
from: https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/85350/pull-kubernetes-e2e-kind/1195461941456277505/artifacts/logs/kind-control-plane/pods/kube-system_kube-controller-manager-kind-control-plane_2578fbb667ec65fa98085c6310b5c2f0/kube-controller-manager/1.log ``` 2019-11-15T22:11:05.806349437Z s...
EndpointSlice controller modifies annotations of shared object
https://api.github.com/repos/kubernetes/kubernetes/issues/85364/comments
14
2019-11-15T22:27:22Z
2019-11-25T18:22:16Z
https://github.com/kubernetes/kubernetes/issues/85364
523,720,847
85,364
[ "kubernetes", "kubernetes" ]
**What happened**: Node has 187G physical memory # free -g total used free shared buff/cache available Mem: 187 5 162 4 19 175 Swap: 0 0 0 Need to create a pod with 128G shared memor...
medium: Memory can't go above half of node physical memory
https://api.github.com/repos/kubernetes/kubernetes/issues/85360/comments
7
2019-11-15T20:32:01Z
2020-04-22T04:02:24Z
https://github.com/kubernetes/kubernetes/issues/85360
523,674,424
85,360
[ "kubernetes", "kubernetes" ]
bug (https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/85350/pull-kubernetes-e2e-kind/1195418121377157121/artifacts/logs/kind-control-plane/pods/kube-system_kube-controller-manager-kind-control-plane_63c21485472d3e3590c878f8825a0b65/kube-controller-manager/3.log): ``` 2019-11-15T19:34:19.719419941Z stdou...
Endpoints controller modifies shared service object labels in memory
https://api.github.com/repos/kubernetes/kubernetes/issues/85358/comments
2
2019-11-15T20:05:54Z
2019-11-16T00:17:50Z
https://github.com/kubernetes/kubernetes/issues/85358
523,663,130
85,358
[ "kubernetes", "kubernetes" ]
**What happened**: While testing out the `--prune` flag, I created a manifest with the following contents: ```yaml apiVersion: v1 kind: Namespace metadata: labels: app: woot env: woot name: woot --- apiVersion: apps/v1 kind: Deployment metadata: labels: app: woot env: woot n...
`kubectl --prune -n <namespace>` doesn't visit the CLI-specified namespace.
https://api.github.com/repos/kubernetes/kubernetes/issues/85357/comments
2
2019-11-15T19:40:43Z
2020-01-15T12:45:46Z
https://github.com/kubernetes/kubernetes/issues/85357
523,652,453
85,357
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: currently this create file share action is also considered as data-path operation that's the reason why it failed since create file share action happens on master node which is not in selected network, in...
Azure Files PV AuthorizationFailure when using advanced networking
https://api.github.com/repos/kubernetes/kubernetes/issues/85354/comments
7
2019-11-15T18:43:38Z
2020-05-13T22:58:24Z
https://github.com/kubernetes/kubernetes/issues/85354
523,628,368
85,354
[ "kubernetes", "kubernetes" ]
**What happened**: 1. Create a service+pod 2. Observe an endpointslice get created with a `endpointslice.kubernetes.io/managed-by=endpointslice-controller.k8s.io` label (as expected 3. Manually modify the endpointslice to change the data, it is not corrected automatically 4. Delete the endpoint slice, it is not rec...
EndpointSliceController does not react to updated or deleted EndpointsSlice objects
https://api.github.com/repos/kubernetes/kubernetes/issues/85353/comments
8
2019-11-15T17:50:08Z
2019-12-27T01:59:53Z
https://github.com/kubernetes/kubernetes/issues/85353
523,606,177
85,353
[ "kubernetes", "kubernetes" ]
After this (https://github.com/kubernetes/kubernetes/pull/84390) has been merged and EnpointSlice feature is now enabled by default, we noticed Kube-proxy will not work on Windows. Only message I can see in the logs is: ``` go:1007] Not syncing hns until Services and Endpoints have been received from master I11...
Kube-proxy with EndpointSlice feature on doesn't work on Windows.
https://api.github.com/repos/kubernetes/kubernetes/issues/85352/comments
10
2019-11-15T17:15:46Z
2019-12-17T05:38:19Z
https://github.com/kubernetes/kubernetes/issues/85352
523,590,838
85,352
[ "kubernetes", "kubernetes" ]
**What happened**: A concurrent read/write panic was found in https://github.com/kubernetes/kubernetes/issues/85331, caused by a controller modifying an object from a shared informer. This condition was not caught by e2e tests. A setup bug was introduced in https://github.com/kubernetes/kubernetes/commit/37b5a21...
Mutation detection is no longer enabled in e2e tests
https://api.github.com/repos/kubernetes/kubernetes/issues/85349/comments
7
2019-11-15T15:10:24Z
2019-12-02T22:15:30Z
https://github.com/kubernetes/kubernetes/issues/85349
523,523,909
85,349
[ "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 hyp...
Logs emitted with asm_amd64.s as filename
https://api.github.com/repos/kubernetes/kubernetes/issues/85347/comments
9
2019-11-15T14:32:41Z
2020-04-16T11:49:23Z
https://github.com/kubernetes/kubernetes/issues/85347
523,503,174
85,347
[ "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**: Regression in...
Addon Manager: wrong processing of KUBECTL_EXTRA_PRUNE_WHITELIST
https://api.github.com/repos/kubernetes/kubernetes/issues/85343/comments
6
2019-11-15T13:44:24Z
2019-11-18T15:12:06Z
https://github.com/kubernetes/kubernetes/issues/85343
523,477,438
85,343
[ "kubernetes", "kubernetes" ]
The regression is caused by two changes: * Changes in reflector (https://github.com/kubernetes/kubernetes/pull/83520) which results in issuing LIST with RV="" (meaning it will go to etcd) on WATCH restarts caused by 410 (RV too old) errors * Enabling EndpointSlice API without bumping the cache size for EndpointSlic...
Kube-proxies EndpointSlice WATCH restarts overloading control-plane
https://api.github.com/repos/kubernetes/kubernetes/issues/85342/comments
1
2019-11-15T12:10:14Z
2019-11-15T18:10:51Z
https://github.com/kubernetes/kubernetes/issues/85342
523,435,095
85,342
[ "kubernetes", "kubernetes" ]
After [#84280](https://github.com/kubernetes/kubernetes/pull/84280) merged. GetPodService only used by scheduler, could it be moved to scheduler as TODO said? https://github.com/kubernetes/kubernetes/blob/8548a253de80c787dbcd2b022faffc75c7c23025/staging/src/k8s.io/client-go/listers/core/v1/service_expansion.go#L34-L3...
Make GetPodServices as a scheduler helper
https://api.github.com/repos/kubernetes/kubernetes/issues/85341/comments
10
2019-11-15T11:12:21Z
2019-12-09T15:20:19Z
https://github.com/kubernetes/kubernetes/issues/85341
523,409,315
85,341
[ "kubernetes", "kubernetes" ]
**What happened**: After reboot my linux vm,rabbit cluster not healty kubectl get pod|grep rabbit,see: rabbitmq-2-0 1/1 Running 0 9d 172.34.230.185 192.168.56.88 but kubectl describe pod rabbitmq-2-0,see: Normal Pulled kubelet, 192.168.56.88 Container image "h3crd-wlan1.chinacloudapp.cn:5000/rabbitmq:v5" alrea...
k8s Pod running but describe pod can see :Liveness probe errored: rpc error: code=Unknow desc = Error: no such container xxxxxxx , docker ps -a has no such container
https://api.github.com/repos/kubernetes/kubernetes/issues/85338/comments
10
2019-11-15T09:47:08Z
2020-09-28T05:02:43Z
https://github.com/kubernetes/kubernetes/issues/85338
523,365,540
85,338
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-windows-master` `gce-windows-1.17` **Which test(s) are failing**: ``` [k8s.io] Docker Containers should be able to override the image's default arguments (docker cmd) [NodeConformance] [Conformance] [k8s.io] Docker Containers should be able to override the image's default comman...
[Failing Tests] gce-windows-master && gce-windows-1.17
https://api.github.com/repos/kubernetes/kubernetes/issues/85337/comments
9
2019-11-15T09:45:12Z
2019-11-22T16:25:07Z
https://github.com/kubernetes/kubernetes/issues/85337
523,364,456
85,337
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-cos-master-alpha-features (ci-kubernetes-e2e-gci-gce-alpha-features)` **Which test(s) are failing**: ``` [sig-storage] CSI Volumes [Driver: pd.csi.storage.gke.io][Serial] [Testpattern: Dynamic PV (default fs)] provisioning should provision storage with snapshot data source [Featur...
[Failing Test] gce-cos-master-alpha-features (ci-kubernetes-e2e-gci-gce-alpha-features)
https://api.github.com/repos/kubernetes/kubernetes/issues/85336/comments
3
2019-11-15T09:29:30Z
2019-11-16T02:59:08Z
https://github.com/kubernetes/kubernetes/issues/85336
523,356,323
85,336
[ "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**: `13th Nov 15:54 PST` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#capa-conformance-stable-k8s-master **Reason...
[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/85335/comments
3
2019-11-15T09:25:07Z
2019-11-17T03:43:15Z
https://github.com/kubernetes/kubernetes/issues/85335
523,354,108
85,335
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: kubelet may u...
kubelet may use stale node info to predicate pods
https://api.github.com/repos/kubernetes/kubernetes/issues/85334/comments
14
2019-11-15T09:07:33Z
2021-05-20T20:28:22Z
https://github.com/kubernetes/kubernetes/issues/85334
523,345,083
85,334
[ "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**: `13th Nov 19:30 PST` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#capg-conformance-stable-k8s-master **Reason...
[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/85333/comments
3
2019-11-15T08:49:07Z
2019-11-17T03:42:45Z
https://github.com/kubernetes/kubernetes/issues/85333
523,335,797
85,333
[ "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 trying...
kubectl edit deploy fails with error: map: map[] does not contain declared merge key: name
https://api.github.com/repos/kubernetes/kubernetes/issues/85332/comments
7
2019-11-15T08:46:55Z
2019-11-29T03:46:17Z
https://github.com/kubernetes/kubernetes/issues/85332
523,334,669
85,332
[ "kubernetes", "kubernetes" ]
**What happened**: kube-controller-manager panic for `fatal error: concurrent map iteration and map write` ``` fatal error: concurrent map iteration and map write goroutine 2522 [running]: runtime.throw(0x41213ed, 0x26) GOROOT/src/runtime/panic.go:774 +0x72 fp=0xc0015eaf50 sp=0xc0015eaf20 pc=0x42fc82 runtim...
kube-controller-manager panic when setting LabelManagedBy label to endpointSlice
https://api.github.com/repos/kubernetes/kubernetes/issues/85331/comments
9
2019-11-15T08:17:30Z
2019-11-15T21:58:58Z
https://github.com/kubernetes/kubernetes/issues/85331
523,321,015
85,331
[ "kubernetes", "kubernetes" ]
**What happened**: When creating a kubernetes job, its pod status immediately turns to "terminating". I noticed that it happens only when my job name starts with "train". If I name the job "train", "train1", "train2" or similar when the problem occurs. If I name the job in any different way, for example "test1", then ...
Jobs with certain naming fail
https://api.github.com/repos/kubernetes/kubernetes/issues/85330/comments
32
2019-11-15T08:00:14Z
2022-06-25T11:15:36Z
https://github.com/kubernetes/kubernetes/issues/85330
523,314,427
85,330
[ "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 creat...
Image on container side differs between new-pull image and already-exists image
https://api.github.com/repos/kubernetes/kubernetes/issues/85325/comments
6
2019-11-15T04:07:37Z
2020-05-16T13:34:37Z
https://github.com/kubernetes/kubernetes/issues/85325
523,241,530
85,325
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: pull-kubernetes-integration **Which test(s) are failing**: TestVolumeBinding **Testgrid link**: https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-integration&sort-by-flakiness=&width=5 **Reason for failure**: Unknown **Anything else we need to know**: ...
TestVolumeBinding top flake in pull-kubernetes-integration
https://api.github.com/repos/kubernetes/kubernetes/issues/85320/comments
27
2019-11-15T00:58:53Z
2019-11-27T17:37:50Z
https://github.com/kubernetes/kubernetes/issues/85320
523,192,693
85,320
[ "kubernetes", "kubernetes" ]
Let's figure out if this is something we should do ASAP.
benchmark inline GC in expiring cache and maybe drop the background goroutine
https://api.github.com/repos/kubernetes/kubernetes/issues/85317/comments
2
2019-11-15T00:31:37Z
2019-11-16T08:29:41Z
https://github.com/kubernetes/kubernetes/issues/85317
523,185,243
85,317
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Today there is a `/pods` endpoint to get the current state/status of pods. Unfortunately if I want to keep track of the current state of pods on a kubelet I have to poll this endpoint. Since the majority of other k8s APIs also have a watch mechanism -- it seems like an oversight th...
add API to watch pods on Kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/85315/comments
7
2019-11-14T23:40:22Z
2019-11-15T02:53:51Z
https://github.com/kubernetes/kubernetes/issues/85315
523,167,758
85,315
[ "kubernetes", "kubernetes" ]
**What happened**: I followed documentation for PodSecurityPolicies from the official docs ([link](https://kubernetes.io/docs/concepts/policy/pod-security-policy/#run-another-pod)). It indicates that you can create a Role granting access to a PodSecurityPolicy by using the `kubectl create role` command. However, the...
kubectl create role for podsecuritypolicies fails
https://api.github.com/repos/kubernetes/kubernetes/issues/85314/comments
8
2019-11-14T22:54:24Z
2020-05-03T23:38:49Z
https://github.com/kubernetes/kubernetes/issues/85314
523,151,364
85,314
[ "kubernetes", "kubernetes" ]
/kind cleanup /sig storage /cc @ddebroy @liggitt The logic is basically a giant switch statement but is sort of error prone (in terms of duplicating code and updating it in several places). We want to dedupe this logic as much as possible and have every component use a helper function that can stay up to date ...
Dedupe pluginName->Feature mappings for CSIMigration
https://api.github.com/repos/kubernetes/kubernetes/issues/85313/comments
7
2019-11-14T22:08:13Z
2020-07-21T01:05:51Z
https://github.com/kubernetes/kubernetes/issues/85313
523,132,191
85,313
[ "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**: Deleting a d...
Delete deployment with pods
https://api.github.com/repos/kubernetes/kubernetes/issues/85310/comments
3
2019-11-14T21:23:23Z
2019-11-19T19:27:46Z
https://github.com/kubernetes/kubernetes/issues/85310
523,112,158
85,310
[ "kubernetes", "kubernetes" ]
Currently, `externalTrafficPolicy` is only supported on NodePort endpoints, and uses the `KUBE-XLB-*` iptables chain for the service to only load balance to Pods on the Node. The assumption is that an external load balancer has knowledge of the pods, and has purposely steered to this node and port, and that we should ...
Support externalTrafficPolicy on ClusterIP
https://api.github.com/repos/kubernetes/kubernetes/issues/85306/comments
5
2019-11-14T20:43:10Z
2019-11-14T22:14:07Z
https://github.com/kubernetes/kubernetes/issues/85306
523,094,011
85,306
[ "kubernetes", "kubernetes" ]
### Flaky Job: pr:pull-kubernetes-node-e2e-containerd Flakes in the past week: **43** Consistency: **95.00%** #### Flakiest tests by flake count: | Test | Flake Count | | --- | --- | | Node Tests | 41 | [Flakiest Jobs](https://storage.googleapis.com/k8s-metrics/flakes-latest.json)
pr:pull-kubernetes-node-e2e-containerd flaked 43 times in the past week
https://api.github.com/repos/kubernetes/kubernetes/issues/85303/comments
4
2019-11-14T19:05:21Z
2020-01-09T23:47:28Z
https://github.com/kubernetes/kubernetes/issues/85303
523,047,215
85,303
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: PDBs are moving towards GA, but it currently has insufficient test coverage in the e2e tests. We should make sure the e2e tests cover all the PDB endpoints as described in https://github.com/kubernetes/ku...
Improve e2e test coverage for PDBs
https://api.github.com/repos/kubernetes/kubernetes/issues/85300/comments
4
2019-11-14T18:50:03Z
2020-04-12T20:24:30Z
https://github.com/kubernetes/kubernetes/issues/85300
523,040,130
85,300
[ "kubernetes", "kubernetes" ]
**What would you like to be added:** Currently when we create a new resource of type 'APIService', we can point it to a single service. It would be nice to have the ability to point to multiple services and expose them under a single API. **Why is this needed:** I am trying to use HPA with external metrics. I am cre...
Support multiple services under one apiservice
https://api.github.com/repos/kubernetes/kubernetes/issues/85296/comments
12
2019-11-14T17:41:29Z
2020-08-18T19:17:42Z
https://github.com/kubernetes/kubernetes/issues/85296
523,007,855
85,296
[ "kubernetes", "kubernetes" ]
**What happened**: Conformance test "should invoke init containers on a RestartNever pod" doesn't meet conformance requirements on conditions and events as stated here https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md#conformance-test-requirements This is f...
Conformance test "should invoke init containers on a RestartNever pod" doesn't meet conformance requirements
https://api.github.com/repos/kubernetes/kubernetes/issues/85295/comments
6
2019-11-14T16:34:54Z
2020-04-14T00:23:38Z
https://github.com/kubernetes/kubernetes/issues/85295
522,972,710
85,295
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Pod is delete...
CSI failed to load vol_data.json because vol_data.json is removed
https://api.github.com/repos/kubernetes/kubernetes/issues/85280/comments
11
2019-11-14T11:40:30Z
2023-02-10T11:55:55Z
https://github.com/kubernetes/kubernetes/issues/85280
522,803,746
85,280
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: When i do som...
Make quick-release-images error
https://api.github.com/repos/kubernetes/kubernetes/issues/85277/comments
4
2019-11-14T11:10:04Z
2020-03-25T06:02:41Z
https://github.com/kubernetes/kubernetes/issues/85277
522,788,586
85,277
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: gce-cos-1.17-scalability-100 gce-master-scale-correctness gce-master-scale-performance **Which test(s) are failing**: Up **Since when has it been failing**: 11/13 **Testgr...
Clusters don't come up in scalability tests
https://api.github.com/repos/kubernetes/kubernetes/issues/85276/comments
5
2019-11-14T10:48:47Z
2019-11-16T04:27:41Z
https://github.com/kubernetes/kubernetes/issues/85276
522,777,650
85,276
[ "kubernetes", "kubernetes" ]
Hi all, I´m not able to configure kubeconfig to manage multiple kubernetes clusters with same user. I followed [kubernetes documentation](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/) but my use case is a little bit different. -I have 2 kubernetes clusters(v1.13.5...
Unable to manage multiple clusters with same user but different token
https://api.github.com/repos/kubernetes/kubernetes/issues/85271/comments
3
2019-11-14T10:14:08Z
2019-11-14T14:51:18Z
https://github.com/kubernetes/kubernetes/issues/85271
522,757,654
85,271
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Add a flag `--show-hidden-metrics-for-version` to following binaries: - [x] kube-apiserver https://github.com/kubernetes/kubernetes/pull/84292 by @RainbowMango - [x] kube-scheduler https://github.com/kubernetes/kubernetes/pull/84913 by @serathius - [x] kube-proxy #85279 by @Ra...
Allow show hidden metrics
https://api.github.com/repos/kubernetes/kubernetes/issues/85270/comments
7
2019-11-14T09:56:23Z
2020-02-26T11:57:56Z
https://github.com/kubernetes/kubernetes/issues/85270
522,745,599
85,270
[ "kubernetes", "kubernetes" ]
Hi all, Since the conformance test for arm64 has been running successfully for a long time. (https://k8s-testgrid.appspot.com/sig-node-arm64) It would be a good idea to have a CI setup for Arm64, so that future stuff doesn't break on it. I summarized some tasks. Tasks: * [ ] add several Arm64 servers into ...
Getting a Arm64 CI for kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/85267/comments
11
2019-11-14T08:39:32Z
2020-06-22T19:01:30Z
https://github.com/kubernetes/kubernetes/issues/85267
522,704,255
85,267
[ "kubernetes", "kubernetes" ]
when my pod restarted,it has a error,the reason is my subpath file is not umounted,so the new container can not mount to subpath file. my reqeust is : when my pod restart,how to kill pause container,if that can be done,the subpath file can be make to a new one,then pod can restart without error. the error: Nov 14 ...
when pod restart how to kill pause container
https://api.github.com/repos/kubernetes/kubernetes/issues/85261/comments
4
2019-11-14T07:35:57Z
2020-01-21T01:28:34Z
https://github.com/kubernetes/kubernetes/issues/85261
522,678,589
85,261
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Now StatefulSet's update strategy including: RollingUpdate and OnDelete. RollingUpdate, meaning update pod one by one. OnDelete, meaning updata after deleted. I suggest a new policy "Parallelly"....
Statefulset support to update pods parallelly
https://api.github.com/repos/kubernetes/kubernetes/issues/85256/comments
9
2019-11-14T04:12:06Z
2020-05-19T08:40:38Z
https://github.com/kubernetes/kubernetes/issues/85256
522,612,854
85,256
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: When expandin...
'ExternalExpanding' Ignoring the PVC: didn't find a plugin capable of expanding the volume; waiting for an external controller to process this PVC
https://api.github.com/repos/kubernetes/kubernetes/issues/85253/comments
14
2019-11-14T01:54:59Z
2019-11-15T03:37:28Z
https://github.com/kubernetes/kubernetes/issues/85253
522,575,477
85,253
[ "kubernetes", "kubernetes" ]
Based on the [KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/20190226-network-proxy.md#kubernetes-api-server-outbound-requests), this is the list of all egress endpoints required to be implemented for network proxy. - **Merged: (#82048)** ~~ETCD It is possible to make etcd talk vi...
[Umbrella Issue] Network Proxy Egress Endpoints for Beta
https://api.github.com/repos/kubernetes/kubernetes/issues/85250/comments
8
2019-11-14T01:08:40Z
2020-03-05T21:03:28Z
https://github.com/kubernetes/kubernetes/issues/85250
522,562,700
85,250
[ "kubernetes", "kubernetes" ]
Creating this as a follow up from - https://github.com/kubernetes/kubernetes/pull/82492#issuecomment-553660309 When a volume is unmounted and unmount times out because of `NodeUnpublishVolume` call timing out then volume may still be unmounted behind the scenes by CSI driver and this could cause a unmounted volume t...
Handle volume unmount timeout for volumes in more graceful way
https://api.github.com/repos/kubernetes/kubernetes/issues/85248/comments
6
2019-11-14T00:26:54Z
2021-06-18T18:11:40Z
https://github.com/kubernetes/kubernetes/issues/85248
522,551,132
85,248
[ "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 some cas...
vSphere storage plugin: Create volume can fail indefinitely
https://api.github.com/repos/kubernetes/kubernetes/issues/85238/comments
2
2019-11-13T22:15:48Z
2019-11-13T22:17:52Z
https://github.com/kubernetes/kubernetes/issues/85238
522,504,605
85,238
[ "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/ --> **Am I vulnerable?** CSI snapsho...
CVE-2019-11255: CSI volume snapshot, cloning and resizing features can result in unauthorized volume data access or mutation
https://api.github.com/repos/kubernetes/kubernetes/issues/85233/comments
5
2019-11-13T20:57:31Z
2022-10-14T02:00:55Z
https://github.com/kubernetes/kubernetes/issues/85233
522,468,661
85,233
[ "kubernetes", "kubernetes" ]
/sig scalability Debugging below done by @mborsz: Failed test attempt: https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-performance/1193936861135900677 It failed with a number of "WaitingFor*Pods: objects timed out" errors (46 failed objects in total). Sample failing pods: ...
Kube-controller-manager loosing lease watch in large clusters resulting in nodes becoming not-ready
https://api.github.com/repos/kubernetes/kubernetes/issues/85221/comments
15
2019-11-13T16:25:20Z
2019-11-15T12:51:43Z
https://github.com/kubernetes/kubernetes/issues/85221
522,330,571
85,221
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-cos-master-slow (ci-kubernetes-e2e-gci-gce-slow)` **Since when has it been failing**: `12th Nov 23:08 PST` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#gce-cos-master-slow **Reason for failure**: ```console W1113 14:32:49.037] scp: /var/log/kube...
[Failing Test] gce-cos-master-slow (ci-kubernetes-e2e-gci-gce-slow)
https://api.github.com/repos/kubernetes/kubernetes/issues/85215/comments
1
2019-11-13T15:06:13Z
2019-11-13T22:52:14Z
https://github.com/kubernetes/kubernetes/issues/85215
522,281,438
85,215
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-cos-master-reboot (ci-kubernetes-e2e-gci-gce-reboot)` **Since when has it been failing**: `13th Nov 23:41 PST` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#gce-cos-master-reboot **Reason for failure**: ```console W1113 13:32:33.931] scp: /var/lo...
[Failing Test] gce-cos-master-reboot (ci-kubernetes-e2e-gci-gce-reboot)
https://api.github.com/repos/kubernetes/kubernetes/issues/85214/comments
3
2019-11-13T15:03:08Z
2019-11-14T03:34:27Z
https://github.com/kubernetes/kubernetes/issues/85214
522,279,551
85,214
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-cos-master-default (ci-kubernetes-e2e-gci-gce)` **Since when has it been failing**: `13th Nov 22:46 PST` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#gce-cos-master-default **Reason for failure**: ```console W1113 13:46:56.575] scp: /var/log/kub...
[Failing Test] gce-cos-master-default (ci-kubernetes-e2e-gci-gce)
https://api.github.com/repos/kubernetes/kubernetes/issues/85213/comments
3
2019-11-13T15:00:25Z
2019-11-14T03:34:00Z
https://github.com/kubernetes/kubernetes/issues/85213
522,277,841
85,213