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**: Setting `KUBE_... | "KUBE_MAX_PD_VOLS" is ineffective starting from k8s 1.17. | https://api.github.com/repos/kubernetes/kubernetes/issues/92799/comments | 23 | 2020-07-04T16:39:54Z | 2021-04-29T00:09:12Z | https://github.com/kubernetes/kubernetes/issues/92799 | 650,920,672 | 92,799 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
a rsyslog ser... | nodeport service udp packets lost with calico | https://api.github.com/repos/kubernetes/kubernetes/issues/92798/comments | 5 | 2020-07-04T15:59:11Z | 2021-12-25T01:18:09Z | https://github.com/kubernetes/kubernetes/issues/92798 | 650,914,485 | 92,798 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
kubeadm-kinder-master (ci-kubernetes-e2e-kubeadm-kinder-master)
**Which test(s) are failing**:
`[sig-node] Events should be sent by kubelets and the scheduler about... | [Failing test] kubeadm-kinder-master (ci-kubernetes-e2e-kubeadm-kinder-master) | https://api.github.com/repos/kubernetes/kubernetes/issues/92795/comments | 14 | 2020-07-04T14:44:52Z | 2020-07-12T03:57:33Z | https://github.com/kubernetes/kubernetes/issues/92795 | 650,902,930 | 92,795 |
[
"kubernetes",
"kubernetes"
] | The k8s scheduler needs to watch a number of API objects such as Pods, Nodes, Services, ReplicaSet, PDBs, etc. So SharedInformerFactory is a perfect fit to watch/list objects among its codebase.
One problem we're facing is that we want to keep the ListOption as default for all objects except for Pods - for Pods, we ... | Request to add informers.WithCustomListOptions to SharedInformerFactory | https://api.github.com/repos/kubernetes/kubernetes/issues/92792/comments | 8 | 2020-07-04T08:05:58Z | 2020-10-12T17:15:37Z | https://github.com/kubernetes/kubernetes/issues/92792 | 650,848,785 | 92,792 |
[
"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... | pod calling external api has different ip than the ip specified in ingress controller | https://api.github.com/repos/kubernetes/kubernetes/issues/92790/comments | 7 | 2020-07-04T07:08:05Z | 2020-07-18T16:10:22Z | https://github.com/kubernetes/kubernetes/issues/92790 | 650,841,919 | 92,790 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
The following... | e2e/storage/vsphere/vsphere_statefulsets.go is failing | https://api.github.com/repos/kubernetes/kubernetes/issues/92785/comments | 4 | 2020-07-04T04:21:54Z | 2020-11-05T04:46:53Z | https://github.com/kubernetes/kubernetes/issues/92785 | 650,824,346 | 92,785 |
[
"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 cr... | AWS CloudProvider fails to configure routes when instance has multiple ENIs | https://api.github.com/repos/kubernetes/kubernetes/issues/92783/comments | 23 | 2020-07-03T16:42:52Z | 2022-01-24T04:07:01Z | https://github.com/kubernetes/kubernetes/issues/92783 | 650,692,376 | 92,783 |
[
"kubernetes",
"kubernetes"
] | SelectorSpread plugin currently accesses listers directly from SharedInformer: https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/framework/plugins/selectorspread/selector_spread.go#L182-L185
The issue is that if we don't access the lister before the informer is started, the lister will never be popu... | Plugins should access listers during instantiation | https://api.github.com/repos/kubernetes/kubernetes/issues/92781/comments | 16 | 2020-07-03T13:18:21Z | 2020-07-21T02:15:33Z | https://github.com/kubernetes/kubernetes/issues/92781 | 650,592,433 | 92,781 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
**Which jobs are flaking**:
`gce-cos-master-scalability-100 (ci-kubernetes-e2e-gci-gce-scalability)`
**Which test(s) are flaking**:
`testing/load/config.y... | [Flaky Test] gce-cos-master-scalability-100 (ci-kubernetes-e2e-gci-gce-scalability) | https://api.github.com/repos/kubernetes/kubernetes/issues/92780/comments | 3 | 2020-07-03T12:42:59Z | 2020-07-22T18:18:49Z | https://github.com/kubernetes/kubernetes/issues/92780 | 650,573,427 | 92,780 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
kubernetes should provide a way to pass "--ulimit" option to "docker run" command. Just like how, memory and cpu resource limits are passed on to docker run command as mentioned [here](https://kubernete... | Enable "--ulimit" option to be passed to "docker run" via k8s pods | https://api.github.com/repos/kubernetes/kubernetes/issues/92778/comments | 3 | 2020-07-03T10:54:27Z | 2020-07-05T01:41:55Z | https://github.com/kubernetes/kubernetes/issues/92778 | 650,518,766 | 92,778 |
[
"kubernetes",
"kubernetes"
] | process hang on WaitForCacheSync while list node infos accidentally。
code as following:

| informer hang on WaitForCacheSync | https://api.github.com/repos/kubernetes/kubernetes/issues/92777/comments | 4 | 2020-07-03T10:09:35Z | 2021-06-16T17:11:31Z | https://github.com/kubernetes/kubernetes/issues/92777 | 650,494,339 | 92,777 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
**Which jobs are flaking**:
gce-ubuntu-master-default
**Which test(s) are flaking**:
[sig-network] EndpointSlice should create and delete Endpoints and Endp... | [sig-network] EndpointSlice should create and delete Endpoints and EndpointSlices for a Service with a selector specified | https://api.github.com/repos/kubernetes/kubernetes/issues/92776/comments | 17 | 2020-07-03T10:06:02Z | 2021-03-11T04:14:24Z | https://github.com/kubernetes/kubernetes/issues/92776 | 650,492,219 | 92,776 |
[
"kubernetes",
"kubernetes"
] | There is some tooling and tests that make use of `Endpoints`, but `Endpoint Slices` are graduating to beta in this 1.19 cycle, that means they were use by default in a cluster.
However, per Rob Scott explanation, this would not imply any problem because there are mechanisms in place to guarantee a smooth transition.... | e2e framework and Endpoint Slices | https://api.github.com/repos/kubernetes/kubernetes/issues/92775/comments | 15 | 2020-07-03T07:58:34Z | 2021-01-08T22:10:34Z | https://github.com/kubernetes/kubernetes/issues/92775 | 650,417,985 | 92,775 |
[
"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 performer... | Use kubectl to view specified revision statefulset failed. | https://api.github.com/repos/kubernetes/kubernetes/issues/92774/comments | 5 | 2020-07-03T04:37:16Z | 2020-07-04T16:13:08Z | https://github.com/kubernetes/kubernetes/issues/92774 | 650,337,092 | 92,774 |
[
"kubernetes",
"kubernetes"
] | Hi:
systemd: kubelet.service: main process exited, code=exited, status=2/INVALIDARGUMENT
systemd: Unit kubelet.service entered failed state.
Env:
k8s version: 1.13.7
kernel: 3.10
Details:
Jun 28 11:22:56 worker3 kubelet: SIGSEGV: segmentation violation
Jun 28 11:22:56 worker3 kubelet: PC=0x120071c04 m=7 sig... | SIGSEGV: segmentation violation && kubelet.service: main process exited | https://api.github.com/repos/kubernetes/kubernetes/issues/92772/comments | 5 | 2020-07-03T03:22:59Z | 2020-11-30T06:40:29Z | https://github.com/kubernetes/kubernetes/issues/92772 | 650,315,848 | 92,772 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
**Which jobs are flaking**:
aks-engine-azure-windows-1903-master
aks-engine-azure-windows-1909-master
aks-engine-azure-windows-master-staging
**Which test(s)... | sig-windows flaky tests | https://api.github.com/repos/kubernetes/kubernetes/issues/92771/comments | 5 | 2020-07-03T00:14:01Z | 2020-08-31T23:44:58Z | https://github.com/kubernetes/kubernetes/issues/92771 | 650,264,951 | 92,771 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Option to automatically re-register node when node is removed from API server without requiring a manual kubelet restart.
**Why is this needed**:
We recently experienced an issue where our etcd databa... | Automatically re-register node when node is removed from API server | https://api.github.com/repos/kubernetes/kubernetes/issues/92769/comments | 7 | 2020-07-02T20:37:34Z | 2020-12-03T20:03:43Z | https://github.com/kubernetes/kubernetes/issues/92769 | 650,190,935 | 92,769 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
the CRI-O CI ... | kubelet consistently timing out on attempting to Destroy cgroups | https://api.github.com/repos/kubernetes/kubernetes/issues/92766/comments | 6 | 2020-07-02T18:40:27Z | 2020-07-12T03:57:13Z | https://github.com/kubernetes/kubernetes/issues/92766 | 650,133,333 | 92,766 |
[
"kubernetes",
"kubernetes"
] | the kubelet includes an ALPHA feature controlled by the `--bootstrap-checkpoint-path` flag.
this feature was originally added for better support of self-hosting in kubeadm. more details here:
https://github.com/kubernetes/enhancements/issues/1103
https://github.com/kubernetes/enhancements/blob/master/keps/sig-clus... | cleanup the code in the kubelet for bootstrap checkpointing | https://api.github.com/repos/kubernetes/kubernetes/issues/92763/comments | 2 | 2020-07-02T17:00:14Z | 2020-07-09T07:03:42Z | https://github.com/kubernetes/kubernetes/issues/92763 | 650,080,207 | 92,763 |
[
"kubernetes",
"kubernetes"
] | we have implemented security for our project and disabled all the input chains and output chains because of this kubernetes coredns is not coming up.
we want to add iptables rules for kubernetes and coredns.
Need some information regarding the same. | kubernetes and coredns iptables rules. | https://api.github.com/repos/kubernetes/kubernetes/issues/92762/comments | 2 | 2020-07-02T16:22:24Z | 2020-07-05T11:13:25Z | https://github.com/kubernetes/kubernetes/issues/92762 | 650,058,846 | 92,762 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
We are using a service with type LoadBalancer in connection with NodePort and `externalTrafficPolicy: Local` and noticed
after switching to a newer version of k8s, from 1.11 kube proxy with ipvs to 1.16.6 with iptables, that the local node ports can't be accessed from any cluster external network... | Node Port with externalTrafficPolicy:Local blocked on nodes with ingress controller | https://api.github.com/repos/kubernetes/kubernetes/issues/92761/comments | 10 | 2020-07-02T16:11:55Z | 2020-07-20T21:04:25Z | https://github.com/kubernetes/kubernetes/issues/92761 | 650,052,448 | 92,761 |
[
"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**: Playing with [... | [sample controller] scalling does not work | https://api.github.com/repos/kubernetes/kubernetes/issues/92758/comments | 1 | 2020-07-02T14:40:34Z | 2020-09-04T10:28:24Z | https://github.com/kubernetes/kubernetes/issues/92758 | 649,984,647 | 92,758 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
`verify-1.18 (ci-kubernetes-verify-beta)`
**Which test(s) are failing**:
`Overall`
**Since when has it been failing**:
`07-01-20 23:50 PDT`
**Testgrid ... | [Flaky Test] verify-1.18 (ci-kubernetes-verify-beta) | https://api.github.com/repos/kubernetes/kubernetes/issues/92756/comments | 8 | 2020-07-02T13:50:37Z | 2020-12-19T18:16:12Z | https://github.com/kubernetes/kubernetes/issues/92756 | 649,947,932 | 92,756 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
There are a lot of functions in the framework that wait for something:
```
$ ls test/e2e/framework/*/wait.go
test/e2e/framework/deployment/wait.go test/e2e/framework/node/wait.go test/e2e/framework/replicaset/wait.go test/e2e/framework/statefulset/wait.go
test/e2e/framewor... | test/e2e/framework: refactor wait functions | https://api.github.com/repos/kubernetes/kubernetes/issues/92754/comments | 7 | 2020-07-02T12:31:20Z | 2020-12-02T02:23:35Z | https://github.com/kubernetes/kubernetes/issues/92754 | 649,894,033 | 92,754 |
[
"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**:
Duplicate a... | Duplicate altnames in certs which generated by kubeadm | https://api.github.com/repos/kubernetes/kubernetes/issues/92751/comments | 6 | 2020-07-02T10:33:58Z | 2020-07-09T16:10:22Z | https://github.com/kubernetes/kubernetes/issues/92751 | 649,823,929 | 92,751 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
pull-kubernetes-node-e2e
**Which test(s) are failing**:
Seems that the test runner is failing to actually run the e2e tests as no test output or artifacts are produ... | pull-kubernetes-node-e2e has been flaking more recently | https://api.github.com/repos/kubernetes/kubernetes/issues/92741/comments | 6 | 2020-07-02T03:18:23Z | 2020-12-21T19:04:15Z | https://github.com/kubernetes/kubernetes/issues/92741 | 649,585,101 | 92,741 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
The validating admission webhook, when the failing policy is set to Ignore, will fail open a webhook request. Consider write an audit log when a request is allowed by failing open.
**Why is this needed... | Write audit logs when failing open a validating admission webhook request | https://api.github.com/repos/kubernetes/kubernetes/issues/92738/comments | 11 | 2020-07-02T02:08:12Z | 2021-03-21T23:22:54Z | https://github.com/kubernetes/kubernetes/issues/92738 | 649,530,220 | 92,738 |
[
"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**:
PR(https://gi... | pull ACR image fail randomly using managed identity | https://api.github.com/repos/kubernetes/kubernetes/issues/92737/comments | 4 | 2020-07-02T02:05:31Z | 2020-12-29T07:35:22Z | https://github.com/kubernetes/kubernetes/issues/92737 | 649,528,204 | 92,737 |
[
"kubernetes",
"kubernetes"
] | ### Failure cluster
https://storage.googleapis.com/k8s-gubernator/triage/index.html?#acb0ebd30035e7aaee80
##### Error text:
```
I0701 20:33:54.024] Jul 1 20:33:48.434: INFO: Running '../../../../kubernetes_skew/cluster/kubectl.sh --server=https://35.227.136.179 --kubeconfig=/workspace/.kube/config run e2e-test-h... | A couple of scheduled e2e jobs fail creating and getting RC | https://api.github.com/repos/kubernetes/kubernetes/issues/92734/comments | 15 | 2020-07-01T22:47:15Z | 2020-12-26T23:06:11Z | https://github.com/kubernetes/kubernetes/issues/92734 | 649,374,701 | 92,734 |
[
"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 computer n... | Azure provider uses VMSS API instead of metadata service when computer name prefix differs from VMSS name | https://api.github.com/repos/kubernetes/kubernetes/issues/92733/comments | 11 | 2020-07-01T21:58:15Z | 2020-07-07T17:00:26Z | https://github.com/kubernetes/kubernetes/issues/92733 | 649,348,565 | 92,733 |
[
"kubernetes",
"kubernetes"
] | Job ci-kubernetes-e2e-gci-gce-sd-logging always fails with this error:
```
node <nodename> doesn't have logging agents, want 1
```
### Triage Dashhboard Link:
https://storage.googleapis.com/k8s-gubernator/triage/index.html#9faccb3eb85a99912a98
### Error text:
```
/go/src/k8s.io/kubernetes/_output/dockerized... | Missing logging agents causing Job ci-kubernetes-e2e-gci-gce-sd-logging to fail | https://api.github.com/repos/kubernetes/kubernetes/issues/92731/comments | 8 | 2020-07-01T20:47:28Z | 2020-10-01T20:43:19Z | https://github.com/kubernetes/kubernetes/issues/92731 | 649,309,675 | 92,731 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
From the [triage dashboard](https://storage.googleapis.com/k8s-gubernator/triage/index.html#10593569f958de2147a5):
The following jobs failed 100% of the time (as of when this issue was created):
- [ci-containerd-e2e-gci-gce](https://prow.k8s.io/job-history/gs/kubernetes-jenkins/logs... | Some scheduled e2e jobs always fail with "e2e-up.sh: exit status 2" | https://api.github.com/repos/kubernetes/kubernetes/issues/92730/comments | 5 | 2020-07-01T20:32:43Z | 2020-07-07T00:13:40Z | https://github.com/kubernetes/kubernetes/issues/92730 | 649,300,736 | 92,730 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Running `hack/update-vendor-licenses.sh` manually includes this file in LICENSES.
Running `hack/verify-vendor-licenses.sh` complains if it is present.
The file was incorrectly dropped in https://github.com/kubernetes/kubernetes/pull/91366/files#r448584903
This needs to be resolved before ... | LICENSES/vendor/go.opencensus.io/LICENSE is not present | https://api.github.com/repos/kubernetes/kubernetes/issues/92728/comments | 3 | 2020-07-01T19:57:14Z | 2020-07-02T11:18:27Z | https://github.com/kubernetes/kubernetes/issues/92728 | 649,280,892 | 92,728 |
[
"kubernetes",
"kubernetes"
] | Need to investigate this subPath test failure in Windows | subpath test "should fail if subpath directory is outside the volume" is not working in Windows | https://api.github.com/repos/kubernetes/kubernetes/issues/92710/comments | 13 | 2020-07-01T17:44:16Z | 2021-01-07T08:34:24Z | https://github.com/kubernetes/kubernetes/issues/92710 | 649,159,928 | 92,710 |
[
"kubernetes",
"kubernetes"
] | The test
[sig-storage] Flexvolumes should be mountable when non-attachable
fail using kube-proxy in IPVS mode
xref: https://github.com/kubernetes/kubernetes/pull/92584#issuecomment-652521262
https://testgrid.k8s.io/sig-network-gce#pull-gci-gce-ipvs
| [failing test] "Flexvolumes should be mountable when non-attachable" fails when using ubuntu node image | https://api.github.com/repos/kubernetes/kubernetes/issues/92708/comments | 27 | 2020-07-01T17:17:42Z | 2020-12-11T17:31:17Z | https://github.com/kubernetes/kubernetes/issues/92708 | 649,143,784 | 92,708 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
**Please note that I am logging this as an umbrella issue, I believe some of these tests are already being investigated**
**Which jobs are flaking**:
kind-... | kind-ipv6-master-parallel job is flaking | https://api.github.com/repos/kubernetes/kubernetes/issues/92702/comments | 10 | 2020-07-01T13:29:27Z | 2020-08-04T04:45:23Z | https://github.com/kubernetes/kubernetes/issues/92702 | 648,983,050 | 92,702 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
We are trying to do a helm upgrade of a statefulset pod with two containers running in it.
Test scenarios:
positive test case
1) If trying to upgrade pod with working image, helm upgrade is working fine.
failure test case
1) If trying to upgrade pod with faulty image/wrong image tag, helm upgra... | Kubectl/helm rollout/upgrade is not working for statefulset pod with multiple containers | https://api.github.com/repos/kubernetes/kubernetes/issues/92701/comments | 6 | 2020-07-01T13:08:31Z | 2020-11-29T07:17:29Z | https://github.com/kubernetes/kubernetes/issues/92701 | 648,968,371 | 92,701 |
[
"kubernetes",
"kubernetes"
] | I am facing test case failures while running integration test cases using test-dockerized.sh with an added flag "-p 1" to disable parallelism. Following failures are observed on 1.18.4 branch
```
=== Failed
=== FAIL: test/integration/apiserver/apply (0.00s)
I0629 02:44:47.759999 23295 etcd.go:81] etcd already ... | Integration test suite failing | https://api.github.com/repos/kubernetes/kubernetes/issues/92700/comments | 17 | 2020-07-01T13:08:18Z | 2020-07-15T12:29:34Z | https://github.com/kubernetes/kubernetes/issues/92700 | 648,968,227 | 92,700 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Controller cannot create pod, It always report events: `Warning FailedCreate 12m (x21 over 46m) daemonset-controller Error creating: Timeout: request did not complete within requested timeout
`
**Environment**:
linux
- Kubernetes version (use `kubectl version`):
1.16
- Cloud provider or... | daemonset controller cannot create pod | https://api.github.com/repos/kubernetes/kubernetes/issues/92699/comments | 4 | 2020-07-01T12:57:59Z | 2020-07-02T06:15:38Z | https://github.com/kubernetes/kubernetes/issues/92699 | 648,961,163 | 92,699 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When attempting to upgrade the control-plane nodes of kubeadm cluster running on Ubuntu 20.04 from kubeadm 1.18.4-00 to 1.18.5-00, the upgrade fails because of an unmet dependency on kubernetes-cni >= 0.8.6, which is not possible to install because of a conflict with kubelet 1.18.4-00.
I suspect t... | Kubeadm upgrade from 1.18.4-00 to 1.18.5-00 fails on Ubuntu 20.04 due to unmet dependencies and package conflicts | https://api.github.com/repos/kubernetes/kubernetes/issues/92698/comments | 13 | 2020-07-01T12:38:36Z | 2023-05-10T22:24:40Z | https://github.com/kubernetes/kubernetes/issues/92698 | 648,948,756 | 92,698 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
A completed p... | Completed pod and running pod share the same IP | https://api.github.com/repos/kubernetes/kubernetes/issues/92697/comments | 11 | 2020-07-01T11:46:02Z | 2021-12-30T09:59:46Z | https://github.com/kubernetes/kubernetes/issues/92697 | 648,917,289 | 92,697 |
[
"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**:
apiserver cra... | runtime error when running apiserver with HTTP Konnectivity egress | https://api.github.com/repos/kubernetes/kubernetes/issues/92690/comments | 14 | 2020-07-01T08:40:37Z | 2021-03-20T20:56:59Z | https://github.com/kubernetes/kubernetes/issues/92690 | 648,788,582 | 92,690 |
[
"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://githu... | Azure: Wrong condition when expiring nil VM entry in VMSS cache | https://api.github.com/repos/kubernetes/kubernetes/issues/92680/comments | 0 | 2020-07-01T04:16:45Z | 2020-07-09T16:08:07Z | https://github.com/kubernetes/kubernetes/issues/92680 | 648,658,499 | 92,680 |
[
"kubernetes",
"kubernetes"
] | Kube controller manager supports a built-in set of controllers called `csrsigning`. These implement the default `kubernetes.io/*` CSR signers and are commonly used (i.e. via `kubeadm`). Currently all certificates signed from these controllers have a static lifetime configured via the `--cluster-signing-duration` flag... | CSR API: cluster signing duration is not flexible and has unsafe defaulting | https://api.github.com/repos/kubernetes/kubernetes/issues/92678/comments | 17 | 2020-07-01T03:50:44Z | 2021-07-02T06:02:13Z | https://github.com/kubernetes/kubernetes/issues/92678 | 648,650,217 | 92,678 |
[
"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 configured ... | kubelet can not rotatecert when restart kubelet or node | https://api.github.com/repos/kubernetes/kubernetes/issues/92676/comments | 5 | 2020-07-01T02:53:11Z | 2020-12-14T10:12:00Z | https://github.com/kubernetes/kubernetes/issues/92676 | 648,631,019 | 92,676 |
[
"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**:
There was a... | Kubelet 1.17.8 breaks pod/container startup | https://api.github.com/repos/kubernetes/kubernetes/issues/92675/comments | 15 | 2020-07-01T01:50:28Z | 2020-07-10T08:05:45Z | https://github.com/kubernetes/kubernetes/issues/92675 | 648,610,500 | 92,675 |
[
"kubernetes",
"kubernetes"
] | There are some leftover test artifacts from the time when e2e tests were executed with Jenkins.
The artifacts can be found here https://github.com/kubernetes/kubernetes/tree/master/test/e2e_node/jenkins
We should look into these files and see
* what do we need to move elsewhere?
* what needs to be updated?
* wha... | Cleanup e2e_node/jenkins | https://api.github.com/repos/kubernetes/kubernetes/issues/92674/comments | 23 | 2020-07-01T01:37:41Z | 2021-11-04T18:02:23Z | https://github.com/kubernetes/kubernetes/issues/92674 | 648,606,634 | 92,674 |
[
"kubernetes",
"kubernetes"
] | I think it would be useful to explain exactly how node e2e tests are executed.
It isn't the easiest thing in the world to understand the flow of data through the e2e node test binary.
This would also help untangle everything that is done to get the tests running which will simplify the code and make it a bit easier t... | Document node e2e workflow | https://api.github.com/repos/kubernetes/kubernetes/issues/92673/comments | 12 | 2020-07-01T01:31:58Z | 2020-10-22T16:51:09Z | https://github.com/kubernetes/kubernetes/issues/92673 | 648,604,905 | 92,673 |
[
"kubernetes",
"kubernetes"
] | There is a todo in the node e2e test suite to obtain the kubelet address from the kubelet config
https://github.com/kubernetes/kubernetes/blob/e4ece47f2ff403b28ffeed44eb5cf97d2aa219a6/test/e2e_node/util.go#L61-L62
The kubelet address is used in https://github.com/kubernetes/kubernetes/blob/e4ece47f2ff403b28ffeed44e... | Get Kubelet address from kubelet config during node e2e tests | https://api.github.com/repos/kubernetes/kubernetes/issues/92672/comments | 4 | 2020-07-01T01:13:25Z | 2020-07-09T16:09:29Z | https://github.com/kubernetes/kubernetes/issues/92672 | 648,598,789 | 92,672 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
After the agg... | After the aggregation api is deleted, the deleted api still exists in the kube-apiserver metrics | https://api.github.com/repos/kubernetes/kubernetes/issues/92671/comments | 21 | 2020-07-01T01:11:26Z | 2020-12-14T01:25:46Z | https://github.com/kubernetes/kubernetes/issues/92671 | 648,598,149 | 92,671 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
The CSI hostpath driver used in the e2e tests expects the root directory of nodes to be set to `/var/lib/kubelet`, [hardcoded here](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml#L130-L133), however nodes can be ... | CSI Volume tests should work with non-default kubelet root directories | https://api.github.com/repos/kubernetes/kubernetes/issues/92664/comments | 16 | 2020-06-30T19:31:23Z | 2022-03-15T07:30:10Z | https://github.com/kubernetes/kubernetes/issues/92664 | 648,438,806 | 92,664 |
[
"kubernetes",
"kubernetes"
] | I ran an OSS license scan of a codebase that has this project as a dependency and came across an interesting hit.
This go-vhd dependency specified here:
https://github.com/kubernetes/legacy-cloud-providers/blob/1bd57a2af8f3a65a82398a87ce5a99f855e277f1/go.mod#L22
has a snippet of code from StackOverflow which is li... | Potential license conflict | https://api.github.com/repos/kubernetes/kubernetes/issues/92704/comments | 17 | 2020-06-30T19:19:54Z | 2020-07-10T22:43:32Z | https://github.com/kubernetes/kubernetes/issues/92704 | 648,990,242 | 92,704 |
[
"kubernetes",
"kubernetes"
] | AWS recently launched ALPN policy for NLB [1]. It would be good to have a "annotation" so that we can provide ALPN policy name in "service" manifest.
I looked at the NLB documentation regarding ALPN policy, in which, it is configured on the NLB listener [2][3]. Hence I looked at AWS cloudprovider code of Kubernetes... | Provide annotation to set ALPN policy for AWS NLB when use with service type as Loadbalancer | https://api.github.com/repos/kubernetes/kubernetes/issues/92653/comments | 11 | 2020-06-30T15:49:17Z | 2020-12-21T10:32:35Z | https://github.com/kubernetes/kubernetes/issues/92653 | 648,288,978 | 92,653 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Either:
- Solid documentation on how to add a policy without disrupting existing Kubernetes scheduler behaviour
- A way to add a custom partial scheduler policy that is merged with the default
**Why is this needed**:
I'll use a basic use case for describing this issue. I ... | Improve user experience of using scheduler policies | https://api.github.com/repos/kubernetes/kubernetes/issues/92649/comments | 11 | 2020-06-30T15:02:38Z | 2020-07-15T13:52:41Z | https://github.com/kubernetes/kubernetes/issues/92649 | 648,251,598 | 92,649 |
[
"kubernetes",
"kubernetes"
] | **What happened**: `kubectl describe secret [partial secret name]` returns the closest match eg. if the full secret name is `default-token`, then using `default` will return successfully
**What you expected to happen**: expected a `Error from server (NotFound): secrets "default" not found` response type as for other... | describe returns results when the name is an incomplete match, inconsistently to `kubectl get` | https://api.github.com/repos/kubernetes/kubernetes/issues/92648/comments | 6 | 2020-06-30T14:39:56Z | 2020-11-28T10:57:27Z | https://github.com/kubernetes/kubernetes/issues/92648 | 648,233,031 | 92,648 |
[
"kubernetes",
"kubernetes"
] | I'm using readinessProbe on my container and configured it to work on HTTPS with scheme attribute. My server expects the get the certificates. how can I configure the readiness probe to support HTTPS with certificates exchange? I don't want it to skip the certificates
```
readinessProbe:
httpGet:
... | how to make readiness probe not skip certificates with HTTPS? | https://api.github.com/repos/kubernetes/kubernetes/issues/92647/comments | 4 | 2020-06-30T12:19:20Z | 2020-08-04T12:18:41Z | https://github.com/kubernetes/kubernetes/issues/92647 | 648,126,317 | 92,647 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
The `kubele... | kubelet keeps flooding errors: open /sys/fs/cgroup/memory/kubepods.slice/memory.limit_in_bytes: no such file or directory | https://api.github.com/repos/kubernetes/kubernetes/issues/92640/comments | 2 | 2020-06-30T10:05:52Z | 2020-07-01T02:49:06Z | https://github.com/kubernetes/kubernetes/issues/92640 | 648,046,280 | 92,640 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added:**
K8s Ingress to be able to route external traffic to a specific pod of a StatefulSet which is exposed by a headless Service.
**Example:**
```
- host: <subdomain_1>.<ingress_host>
http:
paths:
- path: /
backend:
serviceName: <pod_name_1>.<headless... | K8s Ingress spec: Headless services routing for StatefulSet pods | https://api.github.com/repos/kubernetes/kubernetes/issues/92639/comments | 15 | 2020-06-30T09:50:48Z | 2021-01-15T17:10:56Z | https://github.com/kubernetes/kubernetes/issues/92639 | 648,035,904 | 92,639 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Node memory and cpu capacity inside limited LXD container detected from the host machine. Resources allocation depends on node capacity. If the node runs inside limited LXD container actual resource limits are applied by linux internals (cgroups, LXD etc), but k8s will try to allocate more resources... | Node memory and cpu capacity inside limited LXD container detected wrong | https://api.github.com/repos/kubernetes/kubernetes/issues/92638/comments | 5 | 2020-06-30T09:06:38Z | 2020-12-02T16:33:55Z | https://github.com/kubernetes/kubernetes/issues/92638 | 648,003,986 | 92,638 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
sometime the copy&paste from [https://github.com/kubernetes](https://github.com/kubernetes) does not work in VI due to indentation issues, the VIM tip below fixes the issue.
```sh
# set ts=2 : ts st... | Add tips in the cheatsheet for the certifications or not | https://api.github.com/repos/kubernetes/kubernetes/issues/92635/comments | 10 | 2020-06-30T07:20:39Z | 2025-01-31T08:43:38Z | https://github.com/kubernetes/kubernetes/issues/92635 | 647,931,761 | 92,635 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I run curator cronjob on my kubernetes and run job once a day, but found that old faild job exist for a long time and sucees job keep three, but only newest pod exist like below:
```
root@mgt01:~# kubectl get pod -n logging|grep curator
curator-1593450000-hjr47 0/1 Completed ... | old job of cronjob produce don't clean | https://api.github.com/repos/kubernetes/kubernetes/issues/92634/comments | 9 | 2020-06-30T06:38:04Z | 2020-07-27T16:32:54Z | https://github.com/kubernetes/kubernetes/issues/92634 | 647,907,683 | 92,634 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
I am trying to create a nodeport which exposes UDP and TCP on the same nodeport.
I will create an AWS network Loadbalancer with protocol TCP_UDP for the same port. I was able to create everything but the network load balancer health check is failing because it can do health check only for IPv4.
... | Nodeport is creating only tcp6 ports. | https://api.github.com/repos/kubernetes/kubernetes/issues/92633/comments | 5 | 2020-06-30T05:57:05Z | 2020-11-27T08:31:29Z | https://github.com/kubernetes/kubernetes/issues/92633 | 647,886,547 | 92,633 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
```
[root@ma... | kubectl config set error | https://api.github.com/repos/kubernetes/kubernetes/issues/92629/comments | 7 | 2020-06-30T03:38:41Z | 2021-07-22T12:52:23Z | https://github.com/kubernetes/kubernetes/issues/92629 | 647,830,978 | 92,629 |
[
"kubernetes",
"kubernetes"
] | Currently the preemption plugin gets the latest version of the pod from [the api server directly](https://github.com/kubernetes/kubernetes/blob/88c1386e0cd39e1939a923e44e799bc639ee4275/pkg/scheduler/framework/plugins/defaultpreemption/default_preemption.go#L103). This is not needed and expensive (costs an api request).... | Preemption plugin should lookup the pod from informer cache | https://api.github.com/repos/kubernetes/kubernetes/issues/92628/comments | 0 | 2020-06-30T02:24:32Z | 2020-09-10T21:22:17Z | https://github.com/kubernetes/kubernetes/issues/92628 | 647,801,074 | 92,628 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Many other cloud providers allow their load balancers to be configured via annotations (for example; Alibaba Cloud, AWS, Azure, DigitalOcean, Scaleway - in fact, these are all of the other clouds I've check so far, and _all_ of them support this kind of configuration).
One of ... | Ability to configure TCP Load Balancers on GKE | https://api.github.com/repos/kubernetes/kubernetes/issues/92623/comments | 9 | 2020-06-29T23:32:33Z | 2020-12-20T12:34:11Z | https://github.com/kubernetes/kubernetes/issues/92623 | 647,736,356 | 92,623 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Currently test names are formed by concatenating the ginkgo context's together. The testname is used to create a directory. This creates a limit on the length of the the testname, as most operating system... | E2E test: support longer test names | https://api.github.com/repos/kubernetes/kubernetes/issues/92622/comments | 7 | 2020-06-29T22:57:56Z | 2020-07-10T23:39:26Z | https://github.com/kubernetes/kubernetes/issues/92622 | 647,723,539 | 92,622 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
The IPVS proxy uses iptables rules as well for things like packet filtering and masquerading traffic. We should have unit tests similart to the iptables proxier for the iptables rules created for the IPVS... | Add unit tests for iptables rules in the IPVS proxy | https://api.github.com/repos/kubernetes/kubernetes/issues/92620/comments | 19 | 2020-06-29T22:29:55Z | 2021-03-21T11:10:56Z | https://github.com/kubernetes/kubernetes/issues/92620 | 647,713,134 | 92,620 |
[
"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 6 iden... | Nodeport and service stops working on 1.15.3 | https://api.github.com/repos/kubernetes/kubernetes/issues/92618/comments | 20 | 2020-06-29T20:51:30Z | 2020-11-16T21:45:13Z | https://github.com/kubernetes/kubernetes/issues/92618 | 647,659,790 | 92,618 |
[
"kubernetes",
"kubernetes"
] | **What happened**: The latest images for the apiserver, controller-manager, and scheduler are vulnerable to [CVE-2020-3910](https://nvd.nist.gov/vuln/detail/CVE-2020-3810).
**What you expected to happen**: Latest images built using community automation should have patches to address existing security vulnerabilities... | Multiple images affected by CVE-2020-3810 | https://api.github.com/repos/kubernetes/kubernetes/issues/92616/comments | 6 | 2020-06-29T19:15:18Z | 2020-08-17T21:59:55Z | https://github.com/kubernetes/kubernetes/issues/92616 | 647,603,781 | 92,616 |
[
"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/
-->
From: https://github.com/kubernetes... | 1000+ services in the same namespace will degrade pod start time & eventually prevent pods from starting | https://api.github.com/repos/kubernetes/kubernetes/issues/92615/comments | 29 | 2020-06-29T19:13:54Z | 2024-01-26T15:20:18Z | https://github.com/kubernetes/kubernetes/issues/92615 | 647,602,979 | 92,615 |
[
"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**:
For a Pod wit... | kubelet always creates sandbox twice for Pods with RestartPolicyOnFailure | https://api.github.com/repos/kubernetes/kubernetes/issues/92613/comments | 3 | 2020-06-29T18:14:19Z | 2020-09-03T21:57:41Z | https://github.com/kubernetes/kubernetes/issues/92613 | 647,570,690 | 92,613 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
`Conformance - GCE - master`
`conformance-ga-only`
`capg-conformance-v1alpha3-k8s-master`
`gce-cos-master-serial`
**Which test(s) are failing**:
`[sig-schedu... | [Failing Test] [sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run [Conformance] | https://api.github.com/repos/kubernetes/kubernetes/issues/92612/comments | 6 | 2020-06-29T17:25:07Z | 2020-06-30T17:04:04Z | https://github.com/kubernetes/kubernetes/issues/92612 | 647,543,649 | 92,612 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
After following this guide https://docs.docker.com/engine/security/trust/content_trust/ to enable DCT on kubernetes nodes, i expected that the docker engine used by kubelet should make use of this feature... | Kubelet will pull only signed when DCT is enabled to docker at node level | https://api.github.com/repos/kubernetes/kubernetes/issues/92602/comments | 7 | 2020-06-29T12:10:02Z | 2020-12-27T13:20:13Z | https://github.com/kubernetes/kubernetes/issues/92602 | 647,318,934 | 92,602 |
[
"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 executed al... | e2e conformance tests doesn`t cleanup psp and clusterRole 'e2e-test-privileged-psp' | https://api.github.com/repos/kubernetes/kubernetes/issues/92601/comments | 23 | 2020-06-29T11:08:20Z | 2023-02-08T04:23:41Z | https://github.com/kubernetes/kubernetes/issues/92601 | 647,269,235 | 92,601 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When a Pod's nominated node is considered as UnschedulableAndUnresolvable in the filter stage, the scheduler doesn't consider that pod for preemption even there are pods can be preempted on another node.
**What you expected to happen**:
When the pod's nominated node is considered as 'Unschedulab... | Pod won't be considered for preemption even its nominated node is considered as UnschedulableAndUnresolvable by filters | https://api.github.com/repos/kubernetes/kubernetes/issues/92600/comments | 11 | 2020-06-29T10:09:05Z | 2020-07-03T12:03:02Z | https://github.com/kubernetes/kubernetes/issues/92600 | 647,253,315 | 92,600 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
The pvc contr... | The pvc controller automatically add protection finalizer when there is only completed pod | https://api.github.com/repos/kubernetes/kubernetes/issues/92598/comments | 3 | 2020-06-29T08:27:19Z | 2022-11-06T19:52:29Z | https://github.com/kubernetes/kubernetes/issues/92598 | 647,218,732 | 92,598 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Recently, I tried to do version update from v1.18.3 to v1.18.4 or v1.18.5, and pods are were unable to get IP
cloud-controller-manager-nz7pf 0/1 CrashLoopBackOff 49 3h9m <none>
npd-v0.4.1-lcrwz ... | Warning: Operation Delete is not supported on WorkloadEndpoint type, Unable to run pod after versionUpdate to v1.18.[4|5] | https://api.github.com/repos/kubernetes/kubernetes/issues/92596/comments | 4 | 2020-06-29T05:50:51Z | 2020-07-01T02:39:57Z | https://github.com/kubernetes/kubernetes/issues/92596 | 647,132,839 | 92,596 |
[
"kubernetes",
"kubernetes"
] |
_Originally posted by @fejta-bot in https://github.com/kubernetes/kubernetes/issues/42632
Need k8s glusterfs csi to support connect with tls. Heketi supports tls, but k8s is blocking it.
Refer to the following link for the required changes "NewClientTLS()"
https://github.com/heketi/heketi/issues/1467
| Support for connecting to glusterfs csi using TLS | https://api.github.com/repos/kubernetes/kubernetes/issues/92594/comments | 16 | 2020-06-29T04:26:20Z | 2021-12-14T19:03:46Z | https://github.com/kubernetes/kubernetes/issues/92594 | 647,102,268 | 92,594 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
[root@maste... | kubectl config set-credentials add exec info error | https://api.github.com/repos/kubernetes/kubernetes/issues/92593/comments | 4 | 2020-06-29T04:07:08Z | 2020-08-26T18:18:13Z | https://github.com/kubernetes/kubernetes/issues/92593 | 647,096,516 | 92,593 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Currently, the device manager calculated the node's allocatable and capacity by healthy and unhealthy devices.
https://github.com/kubernetes/kubernetes/blob/aadaa5d6a917fcb354bce80a0bd1830c95cfbcc3/pkg/kubelet/cm/devicemanager/manager.go#L519-L567
Suppose there are two GPU devices on the nod... | Unhealthy device cause the scheduler failed to schedule | https://api.github.com/repos/kubernetes/kubernetes/issues/92592/comments | 10 | 2020-06-29T03:49:29Z | 2021-04-02T05:45:15Z | https://github.com/kubernetes/kubernetes/issues/92592 | 647,091,794 | 92,592 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
When trying... | Installation of kubeadm=1.13.5* and kubectl=1.13.5* apt packages is broken | https://api.github.com/repos/kubernetes/kubernetes/issues/92587/comments | 14 | 2020-06-28T19:38:49Z | 2023-05-10T22:24:37Z | https://github.com/kubernetes/kubernetes/issues/92587 | 646,991,592 | 92,587 |
[
"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 kubead... | Installation of 1.13.5 kubeadm and kubelet on Centos/RHEL broken. kubeadm-1.13.5 is installing kubelet-1.18.5 as dependency | https://api.github.com/repos/kubernetes/kubernetes/issues/92586/comments | 11 | 2020-06-28T19:29:09Z | 2023-05-10T22:24:35Z | https://github.com/kubernetes/kubernetes/issues/92586 | 646,990,024 | 92,586 |
[
"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**:
Trying to iso... | "reservedCpus" ignored when passed in config.yaml ,works when passed as argument "--reserved-cpus" | https://api.github.com/repos/kubernetes/kubernetes/issues/92585/comments | 4 | 2020-06-28T15:55:58Z | 2020-07-04T18:29:21Z | https://github.com/kubernetes/kubernetes/issues/92585 | 646,953,295 | 92,585 |
[
"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**:
Deploy a etcd... | pod terminating but not removed from service endpoints | https://api.github.com/repos/kubernetes/kubernetes/issues/92583/comments | 9 | 2020-06-28T13:43:32Z | 2020-07-02T09:43:03Z | https://github.com/kubernetes/kubernetes/issues/92583 | 646,924,074 | 92,583 |
[
"kubernetes",
"kubernetes"
] | Hi:
kubelet: fatal error: unexpected signal during runtime execution
systemd: kubelet.service: main process exited, code=exited, status=2/INVALIDARGUMENT
systemd: Unit kubelet.service entered failed state.
Env:
k8s version: 1.13.7
kernel: 3.10
Details:
Jun 22 11:01:18 worker1 kubelet: fatal error: unexp... | kubelet: [signal SIGBUS: bus error && kubelet.service: main process exited | https://api.github.com/repos/kubernetes/kubernetes/issues/92582/comments | 6 | 2020-06-28T13:10:58Z | 2020-11-25T18:54:37Z | https://github.com/kubernetes/kubernetes/issues/92582 | 646,917,011 | 92,582 |
[
"kubernetes",
"kubernetes"
] | ## Kubernetes Docs Release notes link seems to be broken with overlapping UI
Hi team,
I am seeing overlapping UI in the website. Attaching a screenshot for the same.

[link](https://kubernetes.io/d... | Docs website seems to be broken | https://api.github.com/repos/kubernetes/kubernetes/issues/92580/comments | 3 | 2020-06-28T07:47:43Z | 2020-06-29T08:20:32Z | https://github.com/kubernetes/kubernetes/issues/92580 | 646,864,308 | 92,580 |
[
"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**:
can not use n... | can't use name.service:port to access pod service | https://api.github.com/repos/kubernetes/kubernetes/issues/92575/comments | 9 | 2020-06-28T03:07:29Z | 2020-07-31T07:19:07Z | https://github.com/kubernetes/kubernetes/issues/92575 | 646,824,172 | 92,575 |
[
"kubernetes",
"kubernetes"
] |
**What happened**: kubectl commands to k8 cluster using a new key and csr signed using "certificatesigningrequests" object failing with Error "error: You must be logged in to the server (Unauthorized)"
**What you expected to happen**: Login to be successful
**How to reproduce it (as minimally and precisely as p... | Login to k8 cluster using a new key and csr signed using "certificatesigningrequests" object failing with Error "error: You must be logged in to the server (Unauthorized)" | https://api.github.com/repos/kubernetes/kubernetes/issues/92574/comments | 8 | 2020-06-28T02:55:03Z | 2021-02-16T13:34:12Z | https://github.com/kubernetes/kubernetes/issues/92574 | 646,821,812 | 92,574 |
[
"kubernetes",
"kubernetes"
] | I'm using kubernetes v1.16.6-beta.0 (Windows Docker Desktop)
I have an operator that creates a Job, then watches for it to complete and deletes it.
I'm getting orphaned Pods left lying around. Looking at the Pods, they have no owner reference.
If I don't delete the Job in the operator, I can see that the Pods then... | Pods being orphaned if Job deleted too quickly? | https://api.github.com/repos/kubernetes/kubernetes/issues/92570/comments | 2 | 2020-06-27T13:40:43Z | 2020-06-28T06:16:10Z | https://github.com/kubernetes/kubernetes/issues/92570 | 646,684,880 | 92,570 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
```sh
Jun 26 10:07:11 worker1 systemd: kubelet.service holdoff time over, scheduling restart.
Jun 26 10:07:11 worker1 systemd: Started kubelet: The Kubernetes Node Agent.
Jun 26 10:07:11 worker1 systemd: Starting kubelet: The Kubernetes Node Agent
```
**What you expected to happen**:
```sh... | kubelet: fatal error unexpected signal during runtime execution | https://api.github.com/repos/kubernetes/kubernetes/issues/92564/comments | 7 | 2020-06-27T07:00:59Z | 2020-11-26T20:19:31Z | https://github.com/kubernetes/kubernetes/issues/92564 | 646,626,107 | 92,564 |
[
"kubernetes",
"kubernetes"
] | this is blocking merges.
pretty sure I have the fix here https://github.com/kubernetes/test-infra/pull/18089
/sig testing
/sig node
/priority critical-urgent
FYI @kubernetes/ci-signal | {pull,ci}-kubernetes-e2e-gce-ubuntu-containerd are failing | https://api.github.com/repos/kubernetes/kubernetes/issues/92563/comments | 8 | 2020-06-27T02:15:53Z | 2020-06-27T11:07:17Z | https://github.com/kubernetes/kubernetes/issues/92563 | 646,588,925 | 92,563 |
[
"kubernetes",
"kubernetes"
] | There are some typos which put "PercentageOfNodesToScore" (correct) as "PercentageOfNodeToScore" (wrong):
```
⇒ ag -i PercentageOfNodeToScore
staging/src/k8s.io/kube-scheduler/config/v1beta1/types.go
67: // PercentageOfNodeToScore is the percentage of all nodes that once found feasible
pkg/scheduler/apis/conf... | Typo of PercentageOfNodesToScore | https://api.github.com/repos/kubernetes/kubernetes/issues/92561/comments | 5 | 2020-06-26T23:53:29Z | 2020-07-02T18:44:55Z | https://github.com/kubernetes/kubernetes/issues/92561 | 646,564,519 | 92,561 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Deploying a StatefulSet with a headless service and properly configured `spec.serviceName` doesn't publish the underlying pod's on the internal Kube-DNS for at least 30 seconds after pod creation, even if the headless service has explicit `publishNotReadyAddresses: true` and even if a pod has a `r... | Headless Service not publishing not ready addresses for statefulset | https://api.github.com/repos/kubernetes/kubernetes/issues/92559/comments | 52 | 2020-06-26T22:34:13Z | 2022-08-03T19:44:23Z | https://github.com/kubernetes/kubernetes/issues/92559 | 646,544,331 | 92,559 |
[
"kubernetes",
"kubernetes"
] | I am trying to install kubernetes with the following steps in Ubuntu 18.04 LTS
```
$ sudo bash -c "cat <<EOF > /etc/apt/sources.list.d/kubernetes.list
deb http://apt.kubernetes.io/ kubernetes-xenial-unstable main
EOF"
$ sudo -E sed -i 's/^[ \t]*//' /etc/apt/sources.list.d/kubernetes.list
$ curl -s https://package... | Failing while trying to install k8s in ubuntu | https://api.github.com/repos/kubernetes/kubernetes/issues/92558/comments | 9 | 2020-06-26T20:20:59Z | 2023-02-27T19:14:52Z | https://github.com/kubernetes/kubernetes/issues/92558 | 646,491,383 | 92,558 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Adding a validating webhook with resources section of `"pods/*"` or `"*/*"` breaks ability to add Ephemeral Containers as described in https://kubernetes.io/docs/tasks/debug-application-cluster/debug-running-pod/#ephemeral-container
**What you expected to happen**:
```
kubectl alpha debug -it r... | The presence of admission validating webhooks breaks Ephemeral Containers | https://api.github.com/repos/kubernetes/kubernetes/issues/92557/comments | 12 | 2020-06-26T19:41:49Z | 2020-11-02T12:09:50Z | https://github.com/kubernetes/kubernetes/issues/92557 | 646,473,498 | 92,557 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
pull-kubernetes-e2e-gci-gce-ipvs
**Which test(s) are failing**:
Not all of these fail on every run:
[sig-network] Networking Granular Checks: Services should function for endpoint-Service: http
[sig-network] Services should allow pods to hairpin back to themselves through services
[s... | Some IPVS e2e tests are failing | https://api.github.com/repos/kubernetes/kubernetes/issues/92553/comments | 7 | 2020-06-26T17:30:14Z | 2020-07-02T06:13:58Z | https://github.com/kubernetes/kubernetes/issues/92553 | 646,409,212 | 92,553 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/e5f55dd9d0969af3a37e7880d9b88c9aef8c654d/cluster/gce/gci/configure-helper.sh#L2739-L2741
When CONTAINER_RUNTIME is docker (or unset) then assemble-docker-flags is called and docker environment flags are generated and written out to /etc/default/docker in order to be load... | configure-helper.sh doesn't assemble-docker-flags for containerd runtimes | https://api.github.com/repos/kubernetes/kubernetes/issues/92552/comments | 7 | 2020-06-26T17:23:17Z | 2020-07-17T03:11:55Z | https://github.com/kubernetes/kubernetes/issues/92552 | 646,405,225 | 92,552 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Using existing configMap or secrete keys create a new environment variable using multiple keys from configMap or environment variable.
Example:
env:
- name: SEVERHOST_PORT
valueFrom:
config... | Multi Reference Key for ConfigMap and Secret | https://api.github.com/repos/kubernetes/kubernetes/issues/92551/comments | 6 | 2020-06-26T17:16:29Z | 2021-01-06T13:36:45Z | https://github.com/kubernetes/kubernetes/issues/92551 | 646,401,262 | 92,551 |
[
"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 the tes... | Test autoscaling_timer.go incorrectly resets min/max ASG size after test. | https://api.github.com/repos/kubernetes/kubernetes/issues/92548/comments | 3 | 2020-06-26T16:04:37Z | 2020-07-01T07:07:57Z | https://github.com/kubernetes/kubernetes/issues/92548 | 646,362,276 | 92,548 |
[
"kubernetes",
"kubernetes"
] | I am trying to upgraded pods with 7.7 version of elasticsearch. Unable to do so. below is values.yaml. Referring to here https://www.docker.elastic.co/r/elasticsearch/elasticsearch-oss:7.7.1 for offical docker image
```
cluster:
name: elastic-x-pack
replicaCount:
client: 2
data: 2
master: 3
minimum... | Want to Upgrade elastissearch version to 7.7 using official elasticsearch docker image instead of custom docker image for upgradation | https://api.github.com/repos/kubernetes/kubernetes/issues/92541/comments | 7 | 2020-06-26T10:52:04Z | 2020-11-25T16:52:52Z | https://github.com/kubernetes/kubernetes/issues/92541 | 646,179,369 | 92,541 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.