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"
] | ### Context
[volcano](https://github.com/volcano-sh/volcano) scheduler is making use of kubernetes' scheduler algorithms. But during the k8s dependency upgrade, we found that the scheduler framework has been refactored.
And we need to use pkg/scheduler/internal/cache.NewSnapshot to initialize the interface that ... | Make plugins importable for other projects | https://api.github.com/repos/kubernetes/kubernetes/issues/91983/comments | 37 | 2020-06-10T11:38:55Z | 2021-09-03T08:57:25Z | https://github.com/kubernetes/kubernetes/issues/91983 | 636,175,655 | 91,983 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
e2e-kops-aws-k8s-latest
**Which test(s) are failing**:
Tests cannot start at all because critical pods cannot be scheuled
**Since when has it been failing**:
We... | Incorrect disk size and usage detection blocks e2e from starting with Kops | https://api.github.com/repos/kubernetes/kubernetes/issues/91982/comments | 16 | 2020-06-10T11:23:07Z | 2020-06-26T12:33:54Z | https://github.com/kubernetes/kubernetes/issues/91982 | 636,165,971 | 91,982 |
[
"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... | ReadOnly mount /var/lib/kubelet/pods/<podID>/etc-hosts | https://api.github.com/repos/kubernetes/kubernetes/issues/91981/comments | 9 | 2020-06-10T10:49:29Z | 2020-11-16T01:05:35Z | https://github.com/kubernetes/kubernetes/issues/91981 | 636,145,935 | 91,981 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
kubeadm upg... | kubeadm upgrade causes deploy/coredns error when migrate corefile error | https://api.github.com/repos/kubernetes/kubernetes/issues/91979/comments | 2 | 2020-06-10T08:25:04Z | 2020-06-10T09:25:01Z | https://github.com/kubernetes/kubernetes/issues/91979 | 636,042,211 | 91,979 |
[
"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 (ci-kubernetes-gce-conformance-latest)
**Which test(s) are failing**:
[sig-scheduling] SchedulerPreemption [Serial] PreemptionExecuti... | [sig-scheduling] SchedulerPreemption [Serial] PreemptionExecutionPath runs ReplicaSets to verify preemption running path [Conformance]Changes | https://api.github.com/repos/kubernetes/kubernetes/issues/91972/comments | 1 | 2020-06-10T01:13:27Z | 2020-06-10T07:54:07Z | https://github.com/kubernetes/kubernetes/issues/91972 | 635,854,862 | 91,972 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
The Event API is being promoted to v1 in #91645 and right now v1beta1 has higher priority than v1 in pkg/apis/events/install/install.go. We should bump this in 1.20.
**Why is this needed**:
The new Event API is being promoted. | Set priority of Event v1 higher than v1beta1 in 1.20 | https://api.github.com/repos/kubernetes/kubernetes/issues/91965/comments | 8 | 2020-06-09T21:15:25Z | 2020-11-11T17:06:26Z | https://github.com/kubernetes/kubernetes/issues/91965 | 635,763,840 | 91,965 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
We've seen ku... | Kubelet tries to connect to API server via closed connection | https://api.github.com/repos/kubernetes/kubernetes/issues/91963/comments | 11 | 2020-06-09T20:44:02Z | 2020-12-12T22:36:58Z | https://github.com/kubernetes/kubernetes/issues/91963 | 635,745,899 | 91,963 |
[
"kubernetes",
"kubernetes"
] | ```
container_memory_working_set_bytes{container="",id="/kubepods/burstable/pod06a3c539-82c6-4861-946f-2ad225023c59",image="",name="",namespace="default",pod="order-storage-postgres-postgresql-0"} 2.8192768e+07 1591712929139
```
Why container, image, name are empty?
versions:
```
Client Version: version.Inf... | Why image name in metrics is empty? | https://api.github.com/repos/kubernetes/kubernetes/issues/91960/comments | 8 | 2020-06-09T19:56:20Z | 2020-11-08T22:19:25Z | https://github.com/kubernetes/kubernetes/issues/91960 | 635,716,999 | 91,960 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Presently a container spec referencing a Docker image which declares some volumes that are not mapped in the spec will have some implicit temporary volumes mounted in place, presumably by Docker and not... | Treat unmapped Docker volumes as a configuration error | https://api.github.com/repos/kubernetes/kubernetes/issues/91959/comments | 16 | 2020-06-09T19:25:22Z | 2020-11-07T20:54:23Z | https://github.com/kubernetes/kubernetes/issues/91959 | 635,699,796 | 91,959 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I make a POST request to a Flask app wrapped in Gunicorn that makes a 360 seconds delay. Then, the app returns the response and sends a TCP package [FIN, ACK] to close the connection with the client. However, this response is lost between the Pod and the NodePort. The client never gets the response ... | TCP Retransmission when a process takes more than 360 seconds on GKE | https://api.github.com/repos/kubernetes/kubernetes/issues/91954/comments | 7 | 2020-06-09T18:21:09Z | 2020-08-06T21:35:39Z | https://github.com/kubernetes/kubernetes/issues/91954 | 635,660,585 | 91,954 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Documentation states `kube-scheduler` and `kube-controller-manager` have a flag `--leader-elect-resource-lock` which can be set to `endpoints` (default) or `configmaps`. This is way outdated. Possible values seem to be `configmapleases`, `endpointleases` and, more importantly `leases`. The latter ... | leader-elect-resource-lock should be leases | https://api.github.com/repos/kubernetes/kubernetes/issues/91951/comments | 12 | 2020-06-09T15:45:24Z | 2020-11-30T13:31:34Z | https://github.com/kubernetes/kubernetes/issues/91951 | 635,550,399 | 91,951 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
https://testgrid.k8s.io/sig-release-master-informing#gce-ubuntu-master-default
**Which jobs are failing**:
https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-ubuntu-gce/12702761... | gce-ubuntu-master-default failing to start up | https://api.github.com/repos/kubernetes/kubernetes/issues/91947/comments | 4 | 2020-06-09T13:43:41Z | 2020-06-11T18:38:57Z | https://github.com/kubernetes/kubernetes/issues/91947 | 635,444,770 | 91,947 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
The documentation suggests that "The default pull policy is IfNotPresent"
This is not the case when imagePullPolicy is defined under the spec section in a Pod definition without a specific value.
E... | imagePullPolicy when defined without a value defaults to Always not to IfNotPresent | https://api.github.com/repos/kubernetes/kubernetes/issues/91944/comments | 8 | 2020-06-09T12:45:14Z | 2020-06-20T05:44:40Z | https://github.com/kubernetes/kubernetes/issues/91944 | 635,397,209 | 91,944 |
[
"kubernetes",
"kubernetes"
] | From time to time, there will always be a node that leaves the cluster, the pod runs normally but the business service access fails. The node load is not high, the resources are still free, and the network is no problem. Attach the log file.
[messages.tar.gz](https://github.com/kubernetes/kubernetes/files/4751591/mess... | Nodes often leave the cluster, state is NotReady | https://api.github.com/repos/kubernetes/kubernetes/issues/91941/comments | 9 | 2020-06-09T10:32:56Z | 2020-11-07T03:37:26Z | https://github.com/kubernetes/kubernetes/issues/91941 | 635,312,745 | 91,941 |
[
"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 want to d... | DualStack: nodes and hostNetwork pods have only a single IP | https://api.github.com/repos/kubernetes/kubernetes/issues/91940/comments | 15 | 2020-06-09T09:50:45Z | 2020-10-08T21:21:05Z | https://github.com/kubernetes/kubernetes/issues/91940 | 635,283,465 | 91,940 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Remove/replace the "kube-proxy-mode-detector" mechanism used in the e2e test.
https://github.com/kubernetes/kubernetes/blob/a017253ace9017bb8716b2d46b57467b2c73af29/test/e2e/network/service.go#L3679
... | e2e framework: Remove/replace the "kube-proxy-mode-detector" mechanism | https://api.github.com/repos/kubernetes/kubernetes/issues/91938/comments | 9 | 2020-06-09T09:11:36Z | 2020-06-20T01:20:11Z | https://github.com/kubernetes/kubernetes/issues/91938 | 635,256,590 | 91,938 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
- ci-kubernetes-node-kubelet-serial-hugepages
- ci-kubernetes-node-kubelet-benchmark
**Which test(s) are failing**:
Node tests
**Since when has it been fail... | kubelet hugepages and benchmark tests panic | https://api.github.com/repos/kubernetes/kubernetes/issues/91937/comments | 5 | 2020-06-09T09:07:55Z | 2020-07-18T17:24:51Z | https://github.com/kubernetes/kubernetes/issues/91937 | 635,252,375 | 91,937 |
[
"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 I resize a... | Can't change the size of a resizing pvc which hit the upper limit bound | https://api.github.com/repos/kubernetes/kubernetes/issues/91932/comments | 5 | 2020-06-09T07:03:45Z | 2020-06-09T13:13:02Z | https://github.com/kubernetes/kubernetes/issues/91932 | 635,167,072 | 91,932 |
[
"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 top pod --sort-by the order is not right | https://api.github.com/repos/kubernetes/kubernetes/issues/91929/comments | 6 | 2020-06-09T05:30:49Z | 2020-10-09T02:56:00Z | https://github.com/kubernetes/kubernetes/issues/91929 | 635,123,646 | 91,929 |
[
"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 running ... | PowerRegisterSuspendResumeNotification error running kubectl on Azure App Services | https://api.github.com/repos/kubernetes/kubernetes/issues/91924/comments | 5 | 2020-06-09T01:28:05Z | 2020-06-09T16:03:46Z | https://github.com/kubernetes/kubernetes/issues/91924 | 635,039,584 | 91,924 |
[
"kubernetes",
"kubernetes"
] | I'm trying to make our api servers (which run as static pods) wait 5s before they shut down, so we do not end up with requests going to them when they are down.
```
lifecycle:
preStop:
exec:
command: ["/bin/sh", "-c", "echo PRE-START; /bin/sleep 5; echo PRE-STOP"]
```
I tried:
- ... | Static pods fail preStop because container is not running | https://api.github.com/repos/kubernetes/kubernetes/issues/91923/comments | 11 | 2020-06-08T23:18:05Z | 2021-06-25T02:05:35Z | https://github.com/kubernetes/kubernetes/issues/91923 | 634,995,143 | 91,923 |
[
"kubernetes",
"kubernetes"
] | This may be new but it looks like api-server is refusing to come up when started via `./hack/local-cluster-up.sh`. It fails with:
```
Error: error in registering group versions: unable to get openapi models: cannot find model definition for k8s.io/api/certificates/v1.CertificateSigningRequest. If you added a new ty... | api-server does not come up when using ./hack/local-cluster-up.sh | https://api.github.com/repos/kubernetes/kubernetes/issues/91920/comments | 3 | 2020-06-08T21:55:33Z | 2020-06-08T22:19:12Z | https://github.com/kubernetes/kubernetes/issues/91920 | 634,960,333 | 91,920 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
We would like to see an official multi-arch `kubctl` docker image
**Why is this needed**:
We find ourselves needing to use `kubectl` as a pod various time. So, we maintain our own amd64 variant of the kubectl docker image. We see that other vendors also maintain their own kubec... | Provide an official kubectl docker image | https://api.github.com/repos/kubernetes/kubernetes/issues/91919/comments | 9 | 2020-06-08T21:29:20Z | 2020-07-31T06:08:08Z | https://github.com/kubernetes/kubernetes/issues/91919 | 634,947,371 | 91,919 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
I have a `Val... | ValidatingWebhook for Namespace called 2 times for 1 request | https://api.github.com/repos/kubernetes/kubernetes/issues/91917/comments | 2 | 2020-06-08T19:56:40Z | 2020-06-08T23:28:43Z | https://github.com/kubernetes/kubernetes/issues/91917 | 634,893,661 | 91,917 |
[
"kubernetes",
"kubernetes"
] | I have
Windows 10
Springboot 2.1.1
kubernetes 1.13 using EKS
openjdk 11
cloud: AWS
application.yaml in my springboot application
```
server:
port: 8443
servlet:
context-path: /api
management:
endpoints:
web:
exposure:
include: '*'
endpoint:
health:
show-d... | readiness and liveness scope restriction | https://api.github.com/repos/kubernetes/kubernetes/issues/91916/comments | 6 | 2020-06-08T18:42:52Z | 2020-11-05T21:07:43Z | https://github.com/kubernetes/kubernetes/issues/91916 | 634,845,385 | 91,916 |
[
"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 morning ... | Kubelet Failing to delete pod | https://api.github.com/repos/kubernetes/kubernetes/issues/91914/comments | 17 | 2020-06-08T18:04:09Z | 2021-04-30T07:07:36Z | https://github.com/kubernetes/kubernetes/issues/91914 | 634,822,928 | 91,914 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
`kubectl -A describe pods`
Results in a flood of messages like:
`W0608 10:47:22.221620 25245 exec.go:203] constructing many client instances from the same exec auth config can cause performance problems during cert rotation and can exhaust available network connections; 3825 clients constructe... | kubectl output flooded with warnings about aws-iam-authenticator | https://api.github.com/repos/kubernetes/kubernetes/issues/91913/comments | 24 | 2020-06-08T17:56:06Z | 2022-02-08T21:51:12Z | https://github.com/kubernetes/kubernetes/issues/91913 | 634,818,296 | 91,913 |
[
"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 Overlay mo... | Windows Kubeproxy doesn;t program SourceVip for LoadBalancer properly when multiple services has same nodeip backend | https://api.github.com/repos/kubernetes/kubernetes/issues/91912/comments | 3 | 2020-06-08T17:15:38Z | 2020-06-09T21:49:51Z | https://github.com/kubernetes/kubernetes/issues/91912 | 634,794,674 | 91,912 |
[
"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 (ci-kubernetes-gce-conformance-latest)`
**Which test(s) are failing**:
`[sig-scheduling] SchedulerPreemption [Serial] validates basi... | [Failing Test] Conformance - GCE - master (ci-kubernetes-gce-conformance-latest) | https://api.github.com/repos/kubernetes/kubernetes/issues/91911/comments | 5 | 2020-06-08T17:08:02Z | 2020-06-11T00:14:18Z | https://github.com/kubernetes/kubernetes/issues/91911 | 634,790,057 | 91,911 |
[
"kubernetes",
"kubernetes"
] | Update the semantics of ```PreFilter``` extension point to allow it to act as an early filtering stage. PreFilter can be used to reject pods before evaluating each node at the Filter extension point. This is useful to quickly reject unschedulable pods in cases that don't depend on the particular node (e.g., pod request... | Early filtering at PreFilter extension point | https://api.github.com/repos/kubernetes/kubernetes/issues/91904/comments | 10 | 2020-06-08T13:33:10Z | 2020-07-10T22:42:32Z | https://github.com/kubernetes/kubernetes/issues/91904 | 634,622,143 | 91,904 |
[
"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/
-->
Horizontal pod autoscler is not s... | HPA not scaling down using helm | https://api.github.com/repos/kubernetes/kubernetes/issues/91903/comments | 5 | 2020-06-08T13:22:14Z | 2020-11-05T16:02:32Z | https://github.com/kubernetes/kubernetes/issues/91903 | 634,609,520 | 91,903 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
```
# kubectl get hpa -n test001 ;kubectl get po -o wide -n test001
NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE
php-apache-hpa-v1 Deployment/php-apache-v1 0%/50% 1 10 1 3m39s
php-apache-hpa-v2 Deployment/php-apache... | HPA does not support multiple deployments in the istio | https://api.github.com/repos/kubernetes/kubernetes/issues/91900/comments | 2 | 2020-06-08T11:59:18Z | 2020-06-12T03:49:58Z | https://github.com/kubernetes/kubernetes/issues/91900 | 634,546,454 | 91,900 |
[
"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... | Where is the new Hyperkube repo now? | https://api.github.com/repos/kubernetes/kubernetes/issues/91897/comments | 3 | 2020-06-08T09:49:47Z | 2020-06-08T10:17:43Z | https://github.com/kubernetes/kubernetes/issues/91897 | 634,461,958 | 91,897 |
[
"kubernetes",
"kubernetes"
] | ### ---My environment---
## My CoreDNS Pods and Services:
NAMESPACE NAME READY STATUS RESTARTS AGE IP
kube-system coredns-66bff467f8-d9622 1/1 Running 0 3d1h 10.217.99.129
kube-system coredns-66bff467f8-t... | Ping timeout to CoreDNS Pod from another pod, yet ping works from Node Host | https://api.github.com/repos/kubernetes/kubernetes/issues/91895/comments | 2 | 2020-06-08T09:20:55Z | 2020-06-10T23:15:54Z | https://github.com/kubernetes/kubernetes/issues/91895 | 634,426,913 | 91,895 |
[
"kubernetes",
"kubernetes"
] | I use the official example https://github.com/kubeflow/tf-operator/tree/master/examples/v1/distribution_strategy/keras-API
I have three question
1.POD is working but use only one GPU
2.Did tensorflow/tensorflow:2.1.0-gpu-py3 have NCCL ?
Why I can not use NCCL ?
It appear NCCL WARN Failed to open libibverbs.so... | Offical Multi-worker training example Faild | https://api.github.com/repos/kubernetes/kubernetes/issues/91892/comments | 5 | 2020-06-08T07:46:29Z | 2020-11-05T10:57:31Z | https://github.com/kubernetes/kubernetes/issues/91892 | 634,310,548 | 91,892 |
[
"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 eviction timeout not working | https://api.github.com/repos/kubernetes/kubernetes/issues/91891/comments | 5 | 2020-06-08T07:07:59Z | 2020-06-10T10:15:10Z | https://github.com/kubernetes/kubernetes/issues/91891 | 634,268,134 | 91,891 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
#80747 does not handle "holes" in interface device-number correctly, dropping later interfaces.
Create instance with eth0, eth1, eth2 ENIs as usual. Remove (eg: by selectively deleting pods) eth1. Only the addresses on eth0 are reported by NodeAddresses.
**What you expected to happen**:
... | aws: Fix address sorting of non-contiguous interfaces | https://api.github.com/repos/kubernetes/kubernetes/issues/91888/comments | 1 | 2020-06-08T05:12:17Z | 2020-06-11T07:53:11Z | https://github.com/kubernetes/kubernetes/issues/91888 | 634,153,461 | 91,888 |
[
"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 o.All... | kubectl cluster-info dump if I figure out --namespaces no info at namspaces will printed | https://api.github.com/repos/kubernetes/kubernetes/issues/91887/comments | 6 | 2020-06-08T04:36:44Z | 2020-11-05T07:54:32Z | https://github.com/kubernetes/kubernetes/issues/91887 | 634,121,911 | 91,887 |
[
"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 a node n... | [1.17.4]set flannel networking to 25 , I don't even see new flannel pod and no related logs printed(--v=4) | https://api.github.com/repos/kubernetes/kubernetes/issues/91884/comments | 4 | 2020-06-08T03:17:55Z | 2020-06-08T09:01:32Z | https://github.com/kubernetes/kubernetes/issues/91884 | 634,053,156 | 91,884 |
[
"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 len(o... | kubectl cluster-info /api/ should be /apis/ | https://api.github.com/repos/kubernetes/kubernetes/issues/91882/comments | 4 | 2020-06-08T02:21:46Z | 2020-06-10T13:21:51Z | https://github.com/kubernetes/kubernetes/issues/91882 | 634,004,270 | 91,882 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Currently we use grpc v1.26.0
There is a bug where temporary failure of DNS resolution will bring client down until it is restarted. See grpc/grpc-go#3353
**What you expected to happen**:
We should upgrade to grpc release which has the fix.
Compatibility should be evaluated carefully between t... | Upgrade grpc dependency | https://api.github.com/repos/kubernetes/kubernetes/issues/91881/comments | 9 | 2020-06-08T01:24:46Z | 2020-12-19T09:07:11Z | https://github.com/kubernetes/kubernetes/issues/91881 | 633,957,852 | 91,881 |
[
"kubernetes",
"kubernetes"
] | What I have
Windows 10
Springboot 2.1.1
kubernetes 1.13 using EKS
openjdk 11
cloud: AWS
application.yaml in my springboot application
```
server:
port: 8443
servlet:
context-path: /api
management:
endpoints:
web:
exposure:
include: '*'
endpoint:
health:
s... | readiness and liveness issue deploying it to EKS | https://api.github.com/repos/kubernetes/kubernetes/issues/91880/comments | 22 | 2020-06-07T20:14:32Z | 2020-06-25T18:47:14Z | https://github.com/kubernetes/kubernetes/issues/91880 | 633,724,822 | 91,880 |
[
"kubernetes",
"kubernetes"
] | What I have
Windows 10
Springboot 2.2.1
docker desktop installed - docker and kubernetes running
openjdk 11
application.yaml in my springboot application
```
server:
port: 8443
servlet:
context-path: /api
management:
endpoints:
web:
exposure:
include: '*'
endpoint:
... | readiness liveness probe issue with springboot and kubernetes | https://api.github.com/repos/kubernetes/kubernetes/issues/91879/comments | 4 | 2020-06-07T20:01:51Z | 2020-06-07T22:30:56Z | https://github.com/kubernetes/kubernetes/issues/91879 | 633,715,321 | 91,879 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
> ci-kubernetes-conformance-kind-ga-only`
**Which test(s) are failing**:
> Overall
**Since when has it been failing**:
> 06-06 16:48 PDT
**Testgrid link**:
>https://testgrid.k8s.io/sig-release-master-blocking#conformance-ga-only
**Reason for failure**:
> azelle: /bazel-scrat... | [Failing Test] conformance-ga-only (ci-kubernetes-conformance-kind-ga-only) | https://api.github.com/repos/kubernetes/kubernetes/issues/91878/comments | 15 | 2020-06-07T19:48:08Z | 2020-06-11T15:01:00Z | https://github.com/kubernetes/kubernetes/issues/91878 | 633,705,142 | 91,878 |
[
"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 you denie... | Proper selection of approved and denied word in kubectl output | https://api.github.com/repos/kubernetes/kubernetes/issues/91876/comments | 5 | 2020-06-07T15:35:49Z | 2020-06-10T11:37:14Z | https://github.com/kubernetes/kubernetes/issues/91876 | 633,513,896 | 91,876 |
[
"kubernetes",
"kubernetes"
] | I am have property added and a default value is given to it.
I am getting Forbidden error: must not be set.
Is it a version specific issue?? | CRD creation failed due to spec.validation.openAPIV3Schema.properties[spec].properties[license].properties[accept].default: Forbidden: must not be set | https://api.github.com/repos/kubernetes/kubernetes/issues/91872/comments | 10 | 2020-06-07T12:04:33Z | 2020-06-09T05:33:42Z | https://github.com/kubernetes/kubernetes/issues/91872 | 633,351,894 | 91,872 |
[
"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**:
```
return... | kubectl certificate approve --force has no effect | https://api.github.com/repos/kubernetes/kubernetes/issues/91868/comments | 4 | 2020-06-07T04:21:52Z | 2020-06-11T00:39:54Z | https://github.com/kubernetes/kubernetes/issues/91868 | 633,016,736 | 91,868 |
[
"kubernetes",
"kubernetes"
] | ### Flaky Job: pr:pull-kubernetes-e2e-gce-ubuntu-containerd
Flakes in the past week: **39**
Consistency: **85.60%**
#### Flakiest tests by flake count:
| Test | Flake Count |
| --- | --- |
| [sig-network] Services should be able to preserve UDP traffic when server pod cycles for a NodePort service | 21 |
| [sig-cli]... | pr:pull-kubernetes-e2e-gce-ubuntu-containerd flaked 39 times in the past week | https://api.github.com/repos/kubernetes/kubernetes/issues/91866/comments | 3 | 2020-06-06T21:55:16Z | 2020-06-08T13:08:47Z | https://github.com/kubernetes/kubernetes/issues/91866 | 632,756,541 | 91,866 |
[
"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 was trying to... | Reconfiguring a kubelet does not work on EKS | https://api.github.com/repos/kubernetes/kubernetes/issues/91865/comments | 3 | 2020-06-06T20:42:26Z | 2020-06-08T16:58:30Z | https://github.com/kubernetes/kubernetes/issues/91865 | 632,719,101 | 91,865 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Currently, `pkg/kubelet/util/boottime_util_linux.go` does not have unit test coverage. Specifically, there's no unit test coverage for `GetBootTime`. I'd like to see unit test coverage added for `GetBootTime`. See `pkg/kubelet/util/util_unix_test.go` for a sample of how to write pl... | Add unittest coverage for `boottime_util_linux.go` | https://api.github.com/repos/kubernetes/kubernetes/issues/91864/comments | 2 | 2020-06-06T19:32:41Z | 2020-08-28T02:06:44Z | https://github.com/kubernetes/kubernetes/issues/91864 | 632,680,284 | 91,864 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
capa-conformance-v1alpha3-k8s-master (ci-cluster-api-provider-aws-make-conformance-v1alpha3-k8s-ci-artifacts)
**Which test(s) are failing**:
> - Overall
>- [k8s.io] Pods should get a host IP [NodeConformance] [Conformance]
**Since when has it been failing**:
>06-06 17:23 PDT
**... | [Failing Test] capa-conformance-v1alpha3-k8s-master (ci-cluster-api-provider-aws-make-conformance-v1alpha3-k8s-ci-artifacts) | https://api.github.com/repos/kubernetes/kubernetes/issues/91860/comments | 10 | 2020-06-06T11:59:47Z | 2020-07-13T16:55:22Z | https://github.com/kubernetes/kubernetes/issues/91860 | 632,412,222 | 91,860 |
[
"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**:
add a CRD resou... | add a CRD resource with kind only a single character while cause kube-apiserver crash | https://api.github.com/repos/kubernetes/kubernetes/issues/91857/comments | 3 | 2020-06-06T10:12:37Z | 2020-06-08T03:27:01Z | https://github.com/kubernetes/kubernetes/issues/91857 | 632,351,345 | 91,857 |
[
"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**:
```
o.genera... | kubectl autoscale --name is useless | https://api.github.com/repos/kubernetes/kubernetes/issues/91852/comments | 2 | 2020-06-06T04:40:49Z | 2020-07-09T07:04:11Z | https://github.com/kubernetes/kubernetes/issues/91852 | 632,201,287 | 91,852 |
[
"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**:
```
const (
... | kubectl scale --timeout is dead | https://api.github.com/repos/kubernetes/kubernetes/issues/91850/comments | 2 | 2020-06-06T04:01:48Z | 2020-07-09T07:04:25Z | https://github.com/kubernetes/kubernetes/issues/91850 | 632,184,550 | 91,850 |
[
"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 using... | etcd server overrides is in generic interface but kubeapiserver implementation | https://api.github.com/repos/kubernetes/kubernetes/issues/91848/comments | 9 | 2020-06-06T02:25:09Z | 2021-02-07T20:53:31Z | https://github.com/kubernetes/kubernetes/issues/91848 | 632,143,522 | 91,848 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When I have a volume and a pvc, and then delete the pvc, the volume is "Released", but the ClaimRef never gets removed from the volume, and it seems like this prevents me from ever binding another claim to this volume.
**What you expected to happen**:
After I delete a pvc that is bound to a volu... | Unable to bind another pvc to a volume after original pvc is deleted | https://api.github.com/repos/kubernetes/kubernetes/issues/91847/comments | 25 | 2020-06-06T02:11:35Z | 2024-06-21T23:46:54Z | https://github.com/kubernetes/kubernetes/issues/91847 | 632,137,554 | 91,847 |
[
"kubernetes",
"kubernetes"
] | ```
# download latest
curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
chmod +x kubectl
# clear cache ... then get something
rm -rf ~/.kube/cache
./kubectl get nodes --cache-dir foo
# cach... | kubectl writes to ~/.kube/cache even when --cache-dir is set elsewhere | https://api.github.com/repos/kubernetes/kubernetes/issues/91846/comments | 2 | 2020-06-05T22:24:20Z | 2020-07-09T07:03:56Z | https://github.com/kubernetes/kubernetes/issues/91846 | 632,017,610 | 91,846 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
A way to specify pods/requests/limits per RuntimeClass the same way you can set limits on individual StorageClasses
**Why is this needed**:
Your cluster may be split in such a way that you need to limit a project to a particular RuntimeClass or set the proportion of resource th... | RuntimeClass quota | https://api.github.com/repos/kubernetes/kubernetes/issues/91845/comments | 20 | 2020-06-05T22:07:00Z | 2021-09-11T21:14:03Z | https://github.com/kubernetes/kubernetes/issues/91845 | 632,006,477 | 91,845 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
I would like the PodSandboxStatus returned by kubelet/dockershim via a CRI PodSandboxStatusRequest to populate the "info" field with json version of the dockercontainer.config.
An example where this wo... | Return extra information via PodSanboxStatusRequest | https://api.github.com/repos/kubernetes/kubernetes/issues/91844/comments | 8 | 2020-06-05T22:04:56Z | 2021-02-01T11:22:39Z | https://github.com/kubernetes/kubernetes/issues/91844 | 632,005,156 | 91,844 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
The unit tests in pkg/kubelet/volumemanager/reconciler take over 2 minutes to complete.
**What you expected to happen**:
Unit tests should run quickly so that developers can run them frequently without having to wait a long time for them to complete
**How to reproduce it (as minimally and pre... | Slow pkg/kubelet/volumemanager/reconciler unit tests | https://api.github.com/repos/kubernetes/kubernetes/issues/91834/comments | 11 | 2020-06-05T19:00:50Z | 2021-02-26T15:40:03Z | https://github.com/kubernetes/kubernetes/issues/91834 | 631,855,018 | 91,834 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
I am using a ... | Unable to use v1 version of SubjectAccessReview request even after setting --runtime-config=authorization.k8s.io/v1=true webhook authz mode | https://api.github.com/repos/kubernetes/kubernetes/issues/91821/comments | 4 | 2020-06-05T14:16:29Z | 2020-06-05T15:08:33Z | https://github.com/kubernetes/kubernetes/issues/91821 | 631,627,140 | 91,821 |
[
"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**:
`kubeadm init... | Fresh install on Debian 10 fails with alot of not found in system path | https://api.github.com/repos/kubernetes/kubernetes/issues/91820/comments | 16 | 2020-06-05T14:14:59Z | 2022-08-02T13:45:59Z | https://github.com/kubernetes/kubernetes/issues/91820 | 631,626,071 | 91,820 |
[
"kubernetes",
"kubernetes"
] | [ResourceLimitsPriorityFunction](https://github.com/kubernetes/kubernetes/blob/master/pkg/features/kube_features.go#L200:2) has bee in alpha since 1.9. Since then, no requests were made to graduate the feature, which indicates lack of usage. Based on that I propose we deprecate this scoring function.
/cc @aveshagarw... | Deprecate ResourceLimitsPriorityFunction feature in the scheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/91817/comments | 4 | 2020-06-05T12:36:41Z | 2020-06-26T19:38:19Z | https://github.com/kubernetes/kubernetes/issues/91817 | 631,557,696 | 91,817 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
We're using MetalLB to provide a LoadBalancer for our Services in our on-prem kubernetes cluster, and haproxy-ingress as an Ingress controller.
We noticed that when we deploy haproxy-ingress with `replicaCount: 1` - kube-proxy updates ipvs table only on the node where haproxy-ingress-controlle... | [1.18.3] kube-proxy does not update LoadBalancerIP endpoints in ipvsadm tables on some nodes, which causes issues accessing that IP from other Pods | https://api.github.com/repos/kubernetes/kubernetes/issues/91812/comments | 14 | 2020-06-05T09:21:38Z | 2020-06-29T15:34:45Z | https://github.com/kubernetes/kubernetes/issues/91812 | 631,445,951 | 91,812 |
[
"kubernetes",
"kubernetes"
] | My application spring boot to develop and use docker image openjdk:11-jdk to build image
previously I use alpine version of the image and ran into problem which sometimes the pod is not able to connect to k8s dns
after changing back to base openjdk:11-jdk version, the dns discovery is resolved, yet sometimes, every 1... | Networking: K8s pods unkown host exception to call api outside world | https://api.github.com/repos/kubernetes/kubernetes/issues/91809/comments | 6 | 2020-06-05T08:44:51Z | 2020-08-06T21:08:13Z | https://github.com/kubernetes/kubernetes/issues/91809 | 631,422,765 | 91,809 |
[
"kubernetes",
"kubernetes"
] | I have the following scenario: I want to set up an Elasticsearch cluster spread across multiple zones, and for that I use multiple statefulsets
Note that is almost the same scenario as described in https://github.com/kubernetes/kubernetes/issues/58146 (not for different node types, though, but for different availab... | How to use PodDisruptionBudgets to do a controlled rollout across multiple StatefulSet (e.g., for a multi-zone Elasticsearch cluster) | https://api.github.com/repos/kubernetes/kubernetes/issues/91808/comments | 22 | 2020-06-05T08:22:40Z | 2024-01-12T15:48:55Z | https://github.com/kubernetes/kubernetes/issues/91808 | 631,408,391 | 91,808 |
[
"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**:
Kubemark pr... | Kubemark pre-existing provider can not working | https://api.github.com/repos/kubernetes/kubernetes/issues/91806/comments | 8 | 2020-06-05T07:48:33Z | 2020-11-03T02:02:33Z | https://github.com/kubernetes/kubernetes/issues/91806 | 631,387,647 | 91,806 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
In the scheduling-framework, can not be run or testing scope plugin in the AIO env, because have same limit in the code, as blow.
k8s.io/kubernetes/pkg/scheduler/core/generic_scheduler.go +202
```go
// When only one node after predicate, jus... | The scope can not be run in the AIO. | https://api.github.com/repos/kubernetes/kubernetes/issues/91804/comments | 6 | 2020-06-05T06:42:09Z | 2020-11-02T08:45:48Z | https://github.com/kubernetes/kubernetes/issues/91804 | 631,352,269 | 91,804 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Now we have a usage scenario, we need to stop getting items from the workqueue, but without shuttingdown the queue, and the **Add** func can continue to add items to the queue. So at this time, I need a m... | Stop the blocked Get() in workqueue, and without shuttingdown the workqueue | https://api.github.com/repos/kubernetes/kubernetes/issues/91800/comments | 19 | 2020-06-05T02:58:32Z | 2020-07-20T14:22:02Z | https://github.com/kubernetes/kubernetes/issues/91800 | 631,273,964 | 91,800 |
[
"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... | Consultation about kubernetes related work under mips64 architecture | https://api.github.com/repos/kubernetes/kubernetes/issues/91797/comments | 5 | 2020-06-05T01:27:58Z | 2020-11-25T12:48:48Z | https://github.com/kubernetes/kubernetes/issues/91797 | 631,246,207 | 91,797 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Kubelet's between v1.19.0-alpha.1 and v1.19.0-beta.1 (latest at time of writing) cannot start static pod manifests defined in `--pod-manifest-path=/etc/kubernetes/manifests`. Rolling back to v1.18.3 (or building v1.19.0-alpha.0) restores the ability to create static pods. Observed on Fedora CoreOS... | Static pods never start w Kubelet v1.19.0-alpha.1/beta.2 on OSes with SMT disabled | https://api.github.com/repos/kubernetes/kubernetes/issues/91795/comments | 22 | 2020-06-05T00:45:43Z | 2020-07-12T05:07:56Z | https://github.com/kubernetes/kubernetes/issues/91795 | 631,232,874 | 91,795 |
[
"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 the [PR#91... | CSI Attacher tests fail to work with VolumeAttachments informers | https://api.github.com/repos/kubernetes/kubernetes/issues/91784/comments | 6 | 2020-06-04T18:24:02Z | 2021-01-07T18:36:07Z | https://github.com/kubernetes/kubernetes/issues/91784 | 631,053,405 | 91,784 |
[
"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**: Windows nodes ... | Windows cannot resolve targetport name | https://api.github.com/repos/kubernetes/kubernetes/issues/91783/comments | 17 | 2020-06-04T17:53:11Z | 2020-06-17T20:42:19Z | https://github.com/kubernetes/kubernetes/issues/91783 | 631,032,167 | 91,783 |
[
"kubernetes",
"kubernetes"
] | As part of reducing dependency on the main k8s.io/kubernetes project (see https://github.com/kubernetes/kubernetes/issues/89930) and allowing the scheduling framework to be eventually moved under staging repo.
The goal here is the remove dependency on `k8s.io/kubernetes/pkg/apis/core/v1/helper` package. The followin... | Scheduler: remove dependency on pkg/apis/core/v1/helper | https://api.github.com/repos/kubernetes/kubernetes/issues/91782/comments | 26 | 2020-06-04T17:46:02Z | 2022-06-06T12:03:20Z | https://github.com/kubernetes/kubernetes/issues/91782 | 631,028,054 | 91,782 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are flaking**:
gce-master-scale-correctness
**Which test(s) are flaking**:
[sig-network] Networking Granular Checks: Services should update nodePort: udp [Slow]
**Testgrid link**:
https://k8s-testgrid.appspot.com/sig-release-master-informing#gce-master-scale-correctness
https://prow.k8s.io/view/gcs/k... | [Flaky test] [sig-network] Networking Granular Checks: Services should update nodePort: udp | https://api.github.com/repos/kubernetes/kubernetes/issues/91774/comments | 21 | 2020-06-04T13:55:31Z | 2020-08-12T11:55:28Z | https://github.com/kubernetes/kubernetes/issues/91774 | 630,847,768 | 91,774 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**: I have a state... | Volumes of deleted pods do not get detached | https://api.github.com/repos/kubernetes/kubernetes/issues/91771/comments | 2 | 2020-06-04T11:52:52Z | 2020-06-05T07:18:25Z | https://github.com/kubernetes/kubernetes/issues/91771 | 630,756,630 | 91,771 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
I propose to add an API that users can use to specify container image aliases. Using it will be optional, but if specified, K8s can use alias if for some reasons base image retrieval is failing.
I propose either to add `ImageAliases` field:
```go
// proposition 1
type Con... | Provide a way to specify container image aliases | https://api.github.com/repos/kubernetes/kubernetes/issues/91770/comments | 11 | 2020-06-04T11:39:41Z | 2021-06-24T02:45:51Z | https://github.com/kubernetes/kubernetes/issues/91770 | 630,747,684 | 91,770 |
[
"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't access ... | Can't access service from other nodes via cluster-ip in pod | https://api.github.com/repos/kubernetes/kubernetes/issues/91768/comments | 3 | 2020-06-04T11:13:26Z | 2020-06-05T06:57:51Z | https://github.com/kubernetes/kubernetes/issues/91768 | 630,731,481 | 91,768 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Environment variable to disable logrotate configuration: https://github.com/kubernetes/kubernetes/blob/f01d848c4808bdaaa1378511c343a63a650f8cf1/cluster/gce/gci/configure-helper.sh#L388
**Why is this needed**:
Starting from 1.11 CRIContainerLogRotation feature is enabled by defa... | Provide option to disable logrotate on /var/log/pods directory | https://api.github.com/repos/kubernetes/kubernetes/issues/91767/comments | 4 | 2020-06-04T10:39:33Z | 2020-09-18T15:13:27Z | https://github.com/kubernetes/kubernetes/issues/91767 | 630,710,580 | 91,767 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I have written a simple container that generates a lot of logs (200KB/s) and crashes every two minutes. Exact numbers doesn't matter, the most important that container should generate at least 10MB of logs (default value), before it dies.
After checking /var/log/pods/{pod}/{container} directory o... | Log rotation of kubelet producing garbage for crashlooping containers | https://api.github.com/repos/kubernetes/kubernetes/issues/91765/comments | 4 | 2020-06-04T10:07:43Z | 2020-09-03T08:20:42Z | https://github.com/kubernetes/kubernetes/issues/91765 | 630,689,929 | 91,765 |
[
"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 kubelet ... | csi plugin may not be registered when kubelet does cleanupMounts work | https://api.github.com/repos/kubernetes/kubernetes/issues/91758/comments | 13 | 2020-06-04T07:42:45Z | 2023-09-12T08:17:27Z | https://github.com/kubernetes/kubernetes/issues/91758 | 630,588,903 | 91,758 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
> Conformance- OpenStack (ci-cloud-provider-openstack-acceptance-test-e2e-conformance)
**Which test(s) are failing**:
> - Overall
> - Test
> - [sig-scheduling] SchedulerPreemption [Serial] validates basic preemption works [Conformance]
**Since when has it been failing**:
> 06-03 0... | [Failing Test] Conformance- OpenStack (ci-cloud-provider-openstack-acceptance-test-e2e-conformance) | https://api.github.com/repos/kubernetes/kubernetes/issues/91757/comments | 2 | 2020-06-04T07:27:34Z | 2020-06-04T12:50:48Z | https://github.com/kubernetes/kubernetes/issues/91757 | 630,579,510 | 91,757 |
[
"kubernetes",
"kubernetes"
] | when a pod has unbound immediate PersistentVolumeClaims, it's unscheduable and unresolvable as the pod must wait for the PV controller to bind these PVCs. ~~In VolumeBinding plugin, we can return an `UnschedulableAndUnresolvable` error to eliminate unnecessary retries~~ (not right, they have the same effect, but `Unsch... | "unbound immediate PersistentVolumeClaims" should be UnschedulableAndUnresolvable error | https://api.github.com/repos/kubernetes/kubernetes/issues/91755/comments | 8 | 2020-06-04T03:40:54Z | 2020-06-12T17:47:57Z | https://github.com/kubernetes/kubernetes/issues/91755 | 630,486,738 | 91,755 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Client-go /client has a way to set a context deadline based on a timeout.
Such as LIST and DELETE COLLECTION Method.
However, I find that timeout is not useful in context deadline honored by the tra... | Timeout does not take effect in the Watch method | https://api.github.com/repos/kubernetes/kubernetes/issues/91753/comments | 11 | 2020-06-04T02:29:13Z | 2020-11-07T05:39:27Z | https://github.com/kubernetes/kubernetes/issues/91753 | 630,461,706 | 91,753 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
1) in NFS ser... | kubelet didnt' set the correct folder owner requested by volume subPath | https://api.github.com/repos/kubernetes/kubernetes/issues/91752/comments | 8 | 2020-06-04T01:42:06Z | 2020-11-14T11:28:37Z | https://github.com/kubernetes/kubernetes/issues/91752 | 630,445,416 | 91,752 |
[
"kubernetes",
"kubernetes"
] |

https://github.com/FrelDX/kube-console-on-ssh | Connect pod through SSH protocol | https://api.github.com/repos/kubernetes/kubernetes/issues/91751/comments | 6 | 2020-06-04T01:19:23Z | 2020-09-14T08:25:22Z | https://github.com/kubernetes/kubernetes/issues/91751 | 630,437,230 | 91,751 |
[
"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 `go... | Kubeadm tests fail when run using go test ./... | https://api.github.com/repos/kubernetes/kubernetes/issues/91740/comments | 15 | 2020-06-03T20:15:07Z | 2020-06-12T22:40:43Z | https://github.com/kubernetes/kubernetes/issues/91740 | 630,295,404 | 91,740 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
`Conformance - OpenStack (ci-cloud-provider-openstack-acceptance-test-e2e-conformance)`
**Which test(s) are failing**:
`[sig-scheduling] SchedulerPreemption [Se... | [Failing Test] Conformance - OpenStack (ci-cloud-provider-openstack-acceptance-test-e2e-conformance) | https://api.github.com/repos/kubernetes/kubernetes/issues/91739/comments | 27 | 2020-06-03T18:26:03Z | 2020-11-23T18:25:08Z | https://github.com/kubernetes/kubernetes/issues/91739 | 630,222,759 | 91,739 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Running two pods that use the same iSCSI volume, one of them fails with:
```
Warning FailedMount 6s (x5 over 14s) kubelet, 127.0.0.1 MountVolume.WaitForAttach failed for volume "test-volume" : iscsi: create /var/lib/kubelet/plugins/kubernetes.io/iscsi/iface-default/127.0.0.1:3260-iqn.2003-01... | Can't run two pods with read-only iSCSI volumes | https://api.github.com/repos/kubernetes/kubernetes/issues/91736/comments | 4 | 2020-06-03T16:37:19Z | 2020-07-04T23:06:49Z | https://github.com/kubernetes/kubernetes/issues/91736 | 630,150,046 | 91,736 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Propagate pods labels to pods/exec subresource to filter objects on webhooks config side.
**Why is this needed**:
Hello, guys. I'm from Eclipse Che team.
The idea is pretty general:
there is an ability to match objects(except subresources) by labels for webhook server:
``... | Propagate pods labels to pods/exec subresource to filter objects on webhooks config side | https://api.github.com/repos/kubernetes/kubernetes/issues/91732/comments | 23 | 2020-06-03T13:38:53Z | 2024-06-06T19:19:25Z | https://github.com/kubernetes/kubernetes/issues/91732 | 630,002,924 | 91,732 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
In my setup, I'm using metalLB+calico.
The netdev topology on the metal OS is:
```
eth0.2 eth0.3 eth1.23 eth1.24
\ | / /
bond0
/ \
eth0 eth1
```
eth0.2, eth0.3, eth1.2... | kubernetes supporting multiple VRF:s | https://api.github.com/repos/kubernetes/kubernetes/issues/91728/comments | 2 | 2020-06-03T12:53:11Z | 2021-05-22T07:32:58Z | https://github.com/kubernetes/kubernetes/issues/91728 | 629,970,048 | 91,728 |
[
"kubernetes",
"kubernetes"
] |
I have a kubernetes cluster (kubeadm) and i'm using exploring the requests made by a pod (for example by the default service account inside a pod) to the API server. The audit logs notify me that the request came from the IP of the kube-proxy. Is there a way to show exactly which pod made the request?
Thank you ! | K8s audit logs - How to extract from which pod a request was made to kube-api server | https://api.github.com/repos/kubernetes/kubernetes/issues/91727/comments | 6 | 2020-06-03T12:52:35Z | 2021-07-31T20:22:02Z | https://github.com/kubernetes/kubernetes/issues/91727 | 629,969,672 | 91,727 |
[
"kubernetes",
"kubernetes"
] | /sig cli
/kind bug
**What happened**:
I have a `kubectl-foo` plugin.
I ran `kubectl --kubeconfig=/dev/null foo`.
Following error was printed:
```
Error: unknown command "foo" for "kubectl"
```
**What you expected to happen**:
Expected `kubectl-foo` to be invoked.
**How to reproduce it (as minimally... | plugins are ignored if a `--kubeconfig` is specified | https://api.github.com/repos/kubernetes/kubernetes/issues/91724/comments | 1 | 2020-06-03T09:10:29Z | 2020-06-03T09:14:06Z | https://github.com/kubernetes/kubernetes/issues/91724 | 629,830,296 | 91,724 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
I want to add mininalFailureDomainsNumber for pod-topology-spread-constraints feature.
Take nodes as example, mininalFailureDomainsNumber will work in this way :
1.If mininalFailureDomainsNumber == 3 ... | Spread to at least 3 failure-domains | https://api.github.com/repos/kubernetes/kubernetes/issues/91720/comments | 6 | 2020-06-03T07:42:40Z | 2020-12-24T04:00:13Z | https://github.com/kubernetes/kubernetes/issues/91720 | 629,770,696 | 91,720 |
[
"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... | rollout history size is not wright | https://api.github.com/repos/kubernetes/kubernetes/issues/91715/comments | 8 | 2020-06-03T04:32:53Z | 2020-11-01T06:19:51Z | https://github.com/kubernetes/kubernetes/issues/91715 | 629,683,643 | 91,715 |
[
"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**:
1run kubectl... | rollout history change cause not right | https://api.github.com/repos/kubernetes/kubernetes/issues/91714/comments | 8 | 2020-06-03T04:30:32Z | 2020-10-19T23:39:09Z | https://github.com/kubernetes/kubernetes/issues/91714 | 629,682,798 | 91,714 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
The tag of offline docker image is inconsistent with kubeadm config imags list
**Which test(s) are failing**:
**Since when has it been failing**:
```
kubeadm vers... | The tag of offline docker image is inconsistent with kubeadm config imags list | https://api.github.com/repos/kubernetes/kubernetes/issues/91711/comments | 4 | 2020-06-03T02:36:07Z | 2020-06-04T10:08:50Z | https://github.com/kubernetes/kubernetes/issues/91711 | 629,645,762 | 91,711 |
[
"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... | Refer to kubectl exec - it how to call the client go API shell to interact. It's too difficult. I need help. I find many materials are non interactive | https://api.github.com/repos/kubernetes/kubernetes/issues/91710/comments | 3 | 2020-06-03T02:30:20Z | 2020-06-09T20:39:23Z | https://github.com/kubernetes/kubernetes/issues/91710 | 629,643,669 | 91,710 |
[
"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 reviewing ... | Wrong comments and code in DeltaFIFO wrt items vs queue consistency | https://api.github.com/repos/kubernetes/kubernetes/issues/91709/comments | 5 | 2020-06-03T02:19:06Z | 2020-08-28T00:55:42Z | https://github.com/kubernetes/kubernetes/issues/91709 | 629,639,746 | 91,709 |
[
"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 were 2 ... | Windows Kubeproxy causes data path issues when multiple services refer the same endpoints | https://api.github.com/repos/kubernetes/kubernetes/issues/91703/comments | 2 | 2020-06-02T23:37:22Z | 2020-06-09T04:43:35Z | https://github.com/kubernetes/kubernetes/issues/91703 | 629,583,403 | 91,703 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.