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"
] | In https://github.com/kubernetes/kubernetes/pull/73405, terminating namespaces got new conditions, but they are not cleared on fully successful runs and when they are `False` (the good state), they are not written if they aren't present.
I think it's ok that these are not present when namespaces active (not in termi... | namespace conditions are not consistently set during termination | https://api.github.com/repos/kubernetes/kubernetes/issues/82194/comments | 1 | 2019-08-30T20:33:04Z | 2019-09-05T20:01:12Z | https://github.com/kubernetes/kubernetes/issues/82194 | 487,660,256 | 82,194 |
[
"kubernetes",
"kubernetes"
] | Currently we appear to have a bug in how kubelet processes nodestage/nodepublish for CSI.
1. Kubelet receives pod A with volume A and before mounting/staging the volume it adds the volume to ASOW (but volume is not globally mounted yet)
2. Kubelet tries NodeStage.. nodestage fails with timeout error and naturally k... | Improve handling of nodestage/nodepublish in kubelet | https://api.github.com/repos/kubernetes/kubernetes/issues/82190/comments | 15 | 2019-08-30T19:55:05Z | 2021-07-19T17:43:23Z | https://github.com/kubernetes/kubernetes/issues/82190 | 487,646,931 | 82,190 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
* ci-kubernetes-e2e-gce-scale-correctness
**Which test(s) are failing**:
[sig-network] Services should only allow access from service loadbalancer source ranges [Slow]
**Since w... | [Failing Test] [sig-network] Services should only allow access from service loadbalancer source ranges [Slow] is failing in ci-kubernetes-e2e-gce-scale-correctness | https://api.github.com/repos/kubernetes/kubernetes/issues/82186/comments | 19 | 2019-08-30T17:21:46Z | 2019-09-05T17:00:03Z | https://github.com/kubernetes/kubernetes/issues/82186 | 487,591,096 | 82,186 |
[
"kubernetes",
"kubernetes"
] | Current documentation about nodeSelector states the following:
nodeSelector continues to work as usual (e.g. in 1.15), but will eventually be deprecated, as node affinity can express everything that nodeSelector can express.
Do you know when nodeSelector will be deprecated? | nodeSelector: when will it be deprecated? | https://api.github.com/repos/kubernetes/kubernetes/issues/82184/comments | 3 | 2019-08-30T16:47:17Z | 2019-09-04T14:02:27Z | https://github.com/kubernetes/kubernetes/issues/82184 | 487,578,078 | 82,184 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
- ci-kubernetes-e2e-gce-scale-performance
**Which test(s) are failing**:
- ClusterLoaderV2
- testing/load/config.yaml
**Since when has it been failing**:
Started failing on 8/28 at around 10.02 PDT
**Testgrid link**:
https://testgrid.k8s.io/sig-release-master-informing#gce-mast... | [Failing Test] deletion error in ci-kubernetes-e2e-gce-scale-performance | https://api.github.com/repos/kubernetes/kubernetes/issues/82182/comments | 18 | 2019-08-30T15:36:43Z | 2019-11-18T12:08:10Z | https://github.com/kubernetes/kubernetes/issues/82182 | 487,548,348 | 82,182 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Deprecate [alwaysCheckAllPredicates](https://github.com/kubernetes/kubernetes/blob/03097277a456cfe4fc87188961f091870e1f67e4/pkg/scheduler/api/types.go#L68)
**Why is this needed**:
Now that we are transitioning to the scheduling framework, predicates will be converted into filte... | Deprecate alwaysCheckAllPredicates configuration parameter in the scheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/82180/comments | 17 | 2019-08-30T15:24:05Z | 2020-01-07T03:00:00Z | https://github.com/kubernetes/kubernetes/issues/82180 | 487,542,242 | 82,180 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
I would like to see a `uname` like feature in Kubernetes that can be used to identify the "type" of a particular Kubernetes cluster, type in this context would be the brand name of the Kubernets cluste... | `uname` like cluster type identification feature | https://api.github.com/repos/kubernetes/kubernetes/issues/82179/comments | 6 | 2019-08-30T15:22:35Z | 2020-02-02T22:07:09Z | https://github.com/kubernetes/kubernetes/issues/82179 | 487,541,484 | 82,179 |
[
"kubernetes",
"kubernetes"
] | Hi everyone,
We have install cluster Kubernetes 1.14.
We want to certify the api server access with an external ca authorities.
We use ExternalCA mode but have problem during the kubeadm init.
In the externalCA mode, we have only the ca.crt and not the ca.key.
In this mode, we have to provide all the certifi... | Problem configure External CA mode in Kubernetes Cluster on premise | https://api.github.com/repos/kubernetes/kubernetes/issues/82178/comments | 26 | 2019-08-30T15:09:07Z | 2021-09-15T09:22:31Z | https://github.com/kubernetes/kubernetes/issues/82178 | 487,534,905 | 82,178 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
* ci-kubernetes-e2e-gci-gce-alpha-features
**Which test(s) are failing**:
* BeforeSuite while checking that all Pods in the kube-system namesapce are ready.
**Since when has it ... | [Failing Test] pods in kube-system are not ready in ci-kubernetes-e2e-gci-gce-alpha-features | https://api.github.com/repos/kubernetes/kubernetes/issues/82174/comments | 18 | 2019-08-30T13:39:32Z | 2019-09-09T13:50:09Z | https://github.com/kubernetes/kubernetes/issues/82174 | 487,489,370 | 82,174 |
[
"kubernetes",
"kubernetes"
] | Due to official document of kubernetes
`Rolling updates allow Deployments' update to take place with zero downtime by incrementally updating Pods instances with new ones
I was trying to perform zero downtime update using Rolling Update strategy which was recommanded way to update an application in kube cluster.`... | Why there is downtime while rolling update a deployment or scaling down a replicaset | https://api.github.com/repos/kubernetes/kubernetes/issues/82173/comments | 5 | 2019-08-30T13:20:27Z | 2020-02-02T22:07:08Z | https://github.com/kubernetes/kubernetes/issues/82173 | 487,480,354 | 82,173 |
[
"kubernetes",
"kubernetes"
] | When an aggregated apiserver is inaccessible from some kube-apiservers, the discovery step of kubectl will hang for over a minute before giving up and ultimately letting the command work.
/assign
@kubernetes/sig-api-machinery-bugs | kubectl hangs for a minute when aggregated discovery is down | https://api.github.com/repos/kubernetes/kubernetes/issues/82172/comments | 0 | 2019-08-30T12:29:18Z | 2019-08-30T18:23:01Z | https://github.com/kubernetes/kubernetes/issues/82172 | 487,457,637 | 82,172 |
[
"kubernetes",
"kubernetes"
] | kubernetes version
```
[root@master ~]# kubectl version
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.3"
```
what' wrong with it?
```
[root@master ~]# kubectl run nginx --image=nginx --generator=run-pod/v1
pod/nginx created
[root@master ~]# kubectl cp nginx:/etc/hosts /root/hosts ... | tar: Removing leading `/' from member names | https://api.github.com/repos/kubernetes/kubernetes/issues/82169/comments | 4 | 2019-08-30T10:15:04Z | 2021-07-12T15:19:47Z | https://github.com/kubernetes/kubernetes/issues/82169 | 487,405,536 | 82,169 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I am trying to use a persistent volume claim dynamically after defining a storage class to use Ceph Storage on a Proxmox VE 6.0-4 (Debian 10) one node cluster.
The persistent volume gets created successfully on ceph storage, but pods are unable to mount it.
**What you expected to happen**:
Po... | Ceph - MountVolume.WaitForAttach failed for volume | https://api.github.com/repos/kubernetes/kubernetes/issues/82168/comments | 2 | 2019-08-30T10:03:32Z | 2020-04-29T12:39:17Z | https://github.com/kubernetes/kubernetes/issues/82168 | 487,400,552 | 82,168 |
[
"kubernetes",
"kubernetes"
] | I am currently working on the ELK setup for my Kubernetes clusters. I set up logging for all the pods and fortunately, it's working fine.
Now I want to push all terminated/crashed pod logs (which we get by describing but not as docker logs) as well to my Kibana instance.
I checked on my server for those logs, but ... | Showing crashed/terminated pod logs on Kibana | https://api.github.com/repos/kubernetes/kubernetes/issues/82167/comments | 2 | 2019-08-30T10:03:18Z | 2019-09-05T14:01:59Z | https://github.com/kubernetes/kubernetes/issues/82167 | 487,400,451 | 82,167 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
The kube-proxy in ipvs mode exposes all host ports on all service ips, including public facing ips, see https://github.com/kubernetes/kubernetes/issues/72236
This also affects node ports for which kube-proxy has the `nodePortAddresses` setting which allows you to bind the node ports to the node i... | kube-proxy nodePortAddresses does not work for healthCheckNodePort | https://api.github.com/repos/kubernetes/kubernetes/issues/82163/comments | 25 | 2019-08-30T07:18:18Z | 2020-04-26T01:32:24Z | https://github.com/kubernetes/kubernetes/issues/82163 | 487,328,535 | 82,163 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
inside the container which has exclusive CPUs, a process is able to pin its pthread to any logical CPU on the machine, even not assigned by CPU Manager and not allowed CPU in cpuset.
This behavior conflicts with what kernel document(cpuset) says.
http://man7.org/linux/man-pages/man7/cpuset.7.htm... | cgroup(cpuset) allow a container to pin pthread to any logical CPUs on the machine | https://api.github.com/repos/kubernetes/kubernetes/issues/82160/comments | 5 | 2019-08-30T05:36:28Z | 2019-10-10T08:56:34Z | https://github.com/kubernetes/kubernetes/issues/82160 | 487,295,369 | 82,160 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
It would be nice if there was a way to have an ephemeral encrypted volume via emptyDir. It looks like fscrypt is supported in ext4 and a few other file systems and is written in Go.
**Why is this neede... | Add fscrypt support for emptyDir | https://api.github.com/repos/kubernetes/kubernetes/issues/82159/comments | 10 | 2019-08-30T05:34:36Z | 2023-10-04T03:12:29Z | https://github.com/kubernetes/kubernetes/issues/82159 | 487,294,854 | 82,159 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
In 1.16, #59416 modified the `VisitContainers()` helper method to conditionally iterate over the EphemeralContainers field, based on whether the EphemeralContainers feature gate was enabled.
This method is called in pkg/api/pod/util.go to:
1. determine if any containers are using a particular ... | VisitContainers called from *InUse methods is not safe | https://api.github.com/repos/kubernetes/kubernetes/issues/82158/comments | 23 | 2019-08-30T05:05:48Z | 2020-03-06T16:12:58Z | https://github.com/kubernetes/kubernetes/issues/82158 | 487,287,620 | 82,158 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
If `kubectl apply` is recommended option to create object, the following warning message would be changed as **INFO** level, it's confusing whether the updated is failed as view of end user.
~~~
$ kubectl apply -f somthing.yaml
Warning: k... | Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply | https://api.github.com/repos/kubernetes/kubernetes/issues/82154/comments | 7 | 2019-08-30T01:46:35Z | 2020-03-09T17:52:09Z | https://github.com/kubernetes/kubernetes/issues/82154 | 487,245,498 | 82,154 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
pull-kubernetes-bazel-test
**Which test(s) are failing**:
//pkg/kubelet/dockershim/network/cni:go_default_test
```
--- FAIL: TestCNIPlugin (0.11s)
cni_test.go:293: failed to parse reported cni input config /tmp/cni-test548751309/output/test_vendor887.in: (<nil> invalid char... | TestCNIPlugin flakes | https://api.github.com/repos/kubernetes/kubernetes/issues/82150/comments | 3 | 2019-08-29T23:06:00Z | 2019-09-05T16:03:46Z | https://github.com/kubernetes/kubernetes/issues/82150 | 487,212,963 | 82,150 |
[
"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**:
Evictions occ... | PodDisruptionBudget can be violated by disruption controller | https://api.github.com/repos/kubernetes/kubernetes/issues/82149/comments | 6 | 2019-08-29T22:18:01Z | 2022-08-10T07:13:54Z | https://github.com/kubernetes/kubernetes/issues/82149 | 487,200,504 | 82,149 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
docker no... | docker-credential-desktop doesn't pad the auth field | https://api.github.com/repos/kubernetes/kubernetes/issues/82147/comments | 2 | 2019-08-29T20:51:28Z | 2019-09-25T18:04:15Z | https://github.com/kubernetes/kubernetes/issues/82147 | 487,170,263 | 82,147 |
[
"kubernetes",
"kubernetes"
] | The delegated authn in the generic apiserver doesn't automatically reload when the default ca bundle changes. We should update to make this happen transparently. There is a prototype of how to do this in openshift that we can upstream.
@kubernetes/sig-api-machinery-bugs
@kubernetes/sig-auth-bugs
/priority impo... | delegated authn does not automatically reload when ca bundles change | https://api.github.com/repos/kubernetes/kubernetes/issues/82141/comments | 5 | 2019-08-29T18:58:55Z | 2019-11-13T22:50:55Z | https://github.com/kubernetes/kubernetes/issues/82141 | 487,123,952 | 82,141 |
[
"kubernetes",
"kubernetes"
] | /sig scheduling
/sig api-machinery
#53850 changed a some types to sized integers in https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/api/types.go but not in https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/api/v1/types.go
This leaves to problems when encoding and decoding betw... | Types in versioned scheduler api are not sized | https://api.github.com/repos/kubernetes/kubernetes/issues/82138/comments | 4 | 2019-08-29T17:54:20Z | 2019-09-12T22:56:33Z | https://github.com/kubernetes/kubernetes/issues/82138 | 487,096,589 | 82,138 |
[
"kubernetes",
"kubernetes"
] | found in https://github.com/kubernetes/kubernetes/pull/82092#discussion_r319049257
/assign | chain contexts together instead of replacing them | https://api.github.com/repos/kubernetes/kubernetes/issues/82137/comments | 1 | 2019-08-29T17:29:15Z | 2019-08-30T18:23:02Z | https://github.com/kubernetes/kubernetes/issues/82137 | 487,086,249 | 82,137 |
[
"kubernetes",
"kubernetes"
] | /kind bug
the cluster worked fine and suddenly Node status changed to NotReady status,
kubelet logs
```
594 kubelet_node_status.go:365] Unable to update node status: update node status exceeds retry count
Aug 28 15:45:53 .tdg.xxx.net kubelet[594]: E0828 15:45:53.599292 594 reflector.go:134] object-"rook... | All nodes are on NOTReady State with "node xxx not found" error in kubelet logs | https://api.github.com/repos/kubernetes/kubernetes/issues/82134/comments | 0 | 2019-08-29T15:44:46Z | 2019-08-30T07:26:11Z | https://github.com/kubernetes/kubernetes/issues/82134 | 487,039,195 | 82,134 |
[
"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**:
Currently, th... | windows: RunAsUsername character limit too low | https://api.github.com/repos/kubernetes/kubernetes/issues/82132/comments | 2 | 2019-08-29T15:20:55Z | 2019-08-30T16:40:46Z | https://github.com/kubernetes/kubernetes/issues/82132 | 487,025,158 | 82,132 |
[
"kubernetes",
"kubernetes"
] | In previous version of K8s i.e. 1.12.x spark jobs were running properly, but when i update the version to 1.14.6 and running spark jobs on updated version faced the following error:
Error : 566984292910-driver-svc.default.svc:7078/jars/spark-examples_2.11-2.4.0.jar with timestamp 1566984300797
2019-08-28 09:25:02... | Error while submitting spark jobs on k8s V1.14.6 | https://api.github.com/repos/kubernetes/kubernetes/issues/82131/comments | 14 | 2019-08-29T15:11:36Z | 2020-02-06T21:44:30Z | https://github.com/kubernetes/kubernetes/issues/82131 | 487,019,631 | 82,131 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
pull-kubernetes-integration
**Which test(s) are failing**:
https://k8s-testgrid.appspot.com/google-unit#integration-master&include-filter-by-regex=apiextensions-apiserver%2Ftest%2Fintegration&width=5&sort-by-flakiness=
`./vendor/k8s.io/apiextensions-apiserver/test/integration/sub... | "Precondition failed: UID in precondition" flakes | https://api.github.com/repos/kubernetes/kubernetes/issues/82130/comments | 9 | 2019-08-29T15:02:01Z | 2019-09-04T03:20:59Z | https://github.com/kubernetes/kubernetes/issues/82130 | 487,013,930 | 82,130 |
[
"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 reboot ... | k8s Pod running but describe pod can see :Liveness probe errored: rpc error: code=Unknow desc = Error: no such container xxxxxxx , docker ps -a has no such container | https://api.github.com/repos/kubernetes/kubernetes/issues/82126/comments | 7 | 2019-08-29T14:21:25Z | 2020-05-01T02:53:27Z | https://github.com/kubernetes/kubernetes/issues/82126 | 486,989,130 | 82,126 |
[
"kubernetes",
"kubernetes"
] | The `KUBE-MARK-MASQ` and `KUBE-POSTROUTING` chains are currently created by both kubelet and kube-proxy. There have long been comments in the code suggesting that they should be managed only by kubelet, and we should do that.
History:
- Marking packets to be masqueraded later first appeared in kube-proxy in #1276... | fix KUBE-MARK-MASQ ownership (kubelet vs kube-proxy) | https://api.github.com/repos/kubernetes/kubernetes/issues/82125/comments | 24 | 2019-08-29T12:54:45Z | 2023-08-30T14:53:58Z | https://github.com/kubernetes/kubernetes/issues/82125 | 486,940,807 | 82,125 |
[
"kubernetes",
"kubernetes"
] | I have create a bridge using below method in Ubuntu18.04.
$ sudo vim /etc/network/interfaces
# The primary network interface
#auto eno1
#iface eno1 inet dhcp
auto br0
iface br0 inet dhcp
bridge_ports eno1 <-- Replace eno1 with the name of your Ethernet adapter(lighting network)
bridge_stp off
bridge_fd 0
... | Kubernetes is failing to start after bridging multiple network interfaces to host machine | https://api.github.com/repos/kubernetes/kubernetes/issues/82124/comments | 1 | 2019-08-29T11:31:40Z | 2019-08-29T12:12:57Z | https://github.com/kubernetes/kubernetes/issues/82124 | 486,902,724 | 82,124 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
We run cronjobs in our kuberntes cluster on GKE. We often see pods getting stuck in ContainerCreating state for serveral hours (even days on some occasions). The only way to recover from this state is to delete the pod so that the Kubernetes master starts another copy.
**What you expected to happ... | Pod stuck in ContainerCreating on a newly created node | https://api.github.com/repos/kubernetes/kubernetes/issues/82122/comments | 6 | 2019-08-29T10:57:32Z | 2020-07-03T19:55:33Z | https://github.com/kubernetes/kubernetes/issues/82122 | 486,888,091 | 82,122 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Add custom resource scheduling, details as follows:
1. Besides the current scheduling of pod, Kube-Scheduler should support for scheduling CRD resources, which also as a scheduling unit.
2. Kube-Schedul... | Add custom resource scheduling | https://api.github.com/repos/kubernetes/kubernetes/issues/82118/comments | 55 | 2019-08-29T09:24:36Z | 2023-11-07T21:05:34Z | https://github.com/kubernetes/kubernetes/issues/82118 | 486,841,794 | 82,118 |
[
"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 have a lot o... | Enable scopelint in k/k | https://api.github.com/repos/kubernetes/kubernetes/issues/82117/comments | 5 | 2019-08-29T08:38:05Z | 2020-01-29T00:11:47Z | https://github.com/kubernetes/kubernetes/issues/82117 | 486,818,241 | 82,117 |
[
"kubernetes",
"kubernetes"
] | I see there's some metric included in `pkg/kubelet/server/server.go`
```
includedMetrics := cadvisormetrics.MetricSet{
cadvisormetrics.CpuUsageMetrics: struct{}{},
cadvisormetrics.MemoryUsageMetrics: struct{}{},
cadvisormetrics.CpuLoadMetrics: struct{}{},
cadvisormetrics.DiskIOMetr... | Why not to provide all metrics of cadvisor in kubelet API metric server? | https://api.github.com/repos/kubernetes/kubernetes/issues/82112/comments | 2 | 2019-08-29T05:02:30Z | 2019-08-30T10:07:27Z | https://github.com/kubernetes/kubernetes/issues/82112 | 486,738,852 | 82,112 |
[
"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**:
So I ran into... | Failure to pull down container images with Bazel | https://api.github.com/repos/kubernetes/kubernetes/issues/82102/comments | 2 | 2019-08-28T22:18:02Z | 2019-08-28T22:42:24Z | https://github.com/kubernetes/kubernetes/issues/82102 | 486,636,006 | 82,102 |
[
"kubernetes",
"kubernetes"
] | On our jenkins server, I use docker to run kubectl, because apparently kubectl context is global (based on files in user $HOME). And I want to make sure there's not context conflicts, so I run kubectl from within containers. So my question is - is there a way to change the kubectl context just for the current process o... | How to change context for just one shell session etc | https://api.github.com/repos/kubernetes/kubernetes/issues/82098/comments | 2 | 2019-08-28T21:11:46Z | 2019-08-29T00:26:35Z | https://github.com/kubernetes/kubernetes/issues/82098 | 486,611,559 | 82,098 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
kind CI jobs are failing.
For example:
* ci-kubernetes-kind-e2e-parallel
* pull-kubernetes-conformance-kind-ipv6
* ci-kubernetes-kind-ipv6-e2e-parallel
**Since when has it been ... | [Failing Test] kind CI jobs are failing | https://api.github.com/repos/kubernetes/kubernetes/issues/82097/comments | 8 | 2019-08-28T21:00:10Z | 2019-08-31T22:27:48Z | https://github.com/kubernetes/kubernetes/issues/82097 | 486,606,443 | 82,097 |
[
"kubernetes",
"kubernetes"
] | - [audit/v1 verb](#sec-1)
- [audit/v1 annotations](#sec-2)
APISnoop generates test and conformance coverage of the kubernetes api.
We compare audit logs to the OpenAPI spec.
Specifically match each `audit.k8s.io/v1` event to a `swagger.io/operationId`
This currently takes around 30 minutes utilizing 56 Xeo... | Add AuditEvent annotation 'swagger.io/operationId' support to APIServer | https://api.github.com/repos/kubernetes/kubernetes/issues/82089/comments | 18 | 2019-08-28T17:53:10Z | 2019-10-29T17:06:52Z | https://github.com/kubernetes/kubernetes/issues/82089 | 486,524,034 | 82,089 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
The api server should retry sending audit events to configured webhook sinks regardless of the type of HTTP error code it might receive from the webhooks.
**Why is this needed**:
While some components may live with failed data transmissions, this is a particularly sensitive top... | Retry sending audit events on any webhook response error code | https://api.github.com/repos/kubernetes/kubernetes/issues/82088/comments | 0 | 2019-08-28T17:17:39Z | 2019-10-17T08:46:55Z | https://github.com/kubernetes/kubernetes/issues/82088 | 486,507,426 | 82,088 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/pull/73405 moves the needle quite a bit (thanks), but there are cases where all deletions succeed, but some failure modes are caused by third party finalizers not being removed by their owners. We hit this with service-catalog as a for instance.
In those cases, we should ind... | namespace lifecycle could indicate which resources are stale for which finalizers | https://api.github.com/repos/kubernetes/kubernetes/issues/82084/comments | 1 | 2019-08-28T15:34:18Z | 2019-09-20T08:33:01Z | https://github.com/kubernetes/kubernetes/issues/82084 | 486,457,431 | 82,084 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
In some situations, DevicePlugins should do some special operations when pod is deleted. But the deviceplugins dont have release function. We want to do some special actions when the device is to be released.
| DevicePlugins: Add release function | https://api.github.com/repos/kubernetes/kubernetes/issues/82083/comments | 4 | 2019-08-28T15:11:56Z | 2019-12-30T05:03:17Z | https://github.com/kubernetes/kubernetes/issues/82083 | 486,444,358 | 82,083 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Whenever there is an error mounting a volume to a pod an event is emitted, e.g.:
```
Warning FailedMount 4s kubelet, 127.0.0.1 Unable to attach or mount volumes: unmounted volumes=[vol], unattached volumes=[vol default-token-nt28d]: timed out waiting for the condition
```
This informa... | Unattached volumes list in pod event always contains all volumes | https://api.github.com/repos/kubernetes/kubernetes/issues/82075/comments | 5 | 2019-08-28T13:05:41Z | 2020-01-25T14:52:02Z | https://github.com/kubernetes/kubernetes/issues/82075 | 486,370,692 | 82,075 |
[
"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**:
start a conta... | kubelet auto destroy container which are not management by k8s | https://api.github.com/repos/kubernetes/kubernetes/issues/82074/comments | 5 | 2019-08-28T11:58:38Z | 2019-08-29T02:32:21Z | https://github.com/kubernetes/kubernetes/issues/82074 | 486,336,379 | 82,074 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
kubectl delete command can accept and handle regex expression when delete resources.
**Why is this needed**:
When delete some resources, WE need to specific resource type and name.
However, if ... | support regex when using kubectl delete command | https://api.github.com/repos/kubernetes/kubernetes/issues/82071/comments | 6 | 2019-08-28T10:05:12Z | 2020-01-25T14:52:04Z | https://github.com/kubernetes/kubernetes/issues/82071 | 486,281,255 | 82,071 |
[
"kubernetes",
"kubernetes"
] | During scalability density test, it can take ~2s to get lease. This value looks wrong. | Get lease latency investigation | https://api.github.com/repos/kubernetes/kubernetes/issues/82069/comments | 28 | 2019-08-28T08:55:49Z | 2019-12-17T09:11:34Z | https://github.com/kubernetes/kubernetes/issues/82069 | 486,245,363 | 82,069 |
[
"kubernetes",
"kubernetes"
] | 1、Tencent vps machine , centos7 ;
2、docker version : 19.03.1
3、after run 'make quick-release' , errors ocurred like below:
[root@VM_16_5_centos kubernetes]# make quick-release
+++ [0828 16:31:06] Verifying Prerequisites....
+++ [0828 16:31:11] Building Docker image kube-build:build-8c3f89370d-5-v1.12.9-1
+++ [082... | docker environment install kubernetes error | https://api.github.com/repos/kubernetes/kubernetes/issues/82068/comments | 14 | 2019-08-28T08:42:29Z | 2019-12-09T01:22:36Z | https://github.com/kubernetes/kubernetes/issues/82068 | 486,238,781 | 82,068 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
Hello, I ha... | Unable to perform initial IP allocation check: unable to refresh the service IP block | https://api.github.com/repos/kubernetes/kubernetes/issues/82067/comments | 34 | 2019-08-28T08:34:28Z | 2022-11-16T12:56:22Z | https://github.com/kubernetes/kubernetes/issues/82067 | 486,234,898 | 82,067 |
[
"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 use ip... | bug in pr#71114:if i use ipvs mode on node with linux 3.10,kube-proxy will not work | https://api.github.com/repos/kubernetes/kubernetes/issues/82065/comments | 14 | 2019-08-28T08:07:38Z | 2020-03-17T23:29:57Z | https://github.com/kubernetes/kubernetes/issues/82065 | 486,222,380 | 82,065 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
The `ImagePolicyWebhook` and `SubjectAccessReview` webhooks are both configured statically via `apiserver` command-line flags. This feature request is for similar static configuration to be available for `ValidatingAdmissionWebhook` and `MutatingAdmissionWebhook`.
A reasonable i... | Support statically configured ValidatingAdmissionWebhook / MutatingAdmissionWebhook in apiserver | https://api.github.com/repos/kubernetes/kubernetes/issues/82052/comments | 14 | 2019-08-28T02:15:25Z | 2020-04-26T18:49:24Z | https://github.com/kubernetes/kubernetes/issues/82052 | 486,123,090 | 82,052 |
[
"kubernetes",
"kubernetes"
] | /sig scheduling
/priority important-soon
/assign
**What would you like to be added**:
Add an extra `Priority` field to the Plugin struct in the Scheduling framework which controls the execution order of the scheduling framework plugins
```go
type Plugin struct {
// Name defines the name of plugin
Name s... | Add Priority field to the Plugin struct in the Scheduling framework | https://api.github.com/repos/kubernetes/kubernetes/issues/82050/comments | 4 | 2019-08-28T00:07:29Z | 2019-10-06T01:17:28Z | https://github.com/kubernetes/kubernetes/issues/82050 | 486,094,305 | 82,050 |
[
"kubernetes",
"kubernetes"
] | Whenever someone sends a scale sub-resources request, the managed fields are not changed for that specific request, which means that the scale will typically not grab the ownership of the "replicas" field. This is obviously a bug, but we don't exactly know how to fix it for now. | Server-side Apply: Ownership not tracked for scale subresource | https://api.github.com/repos/kubernetes/kubernetes/issues/82046/comments | 29 | 2019-08-27T22:32:54Z | 2021-04-22T08:28:33Z | https://github.com/kubernetes/kubernetes/issues/82046 | 486,066,459 | 82,046 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Problem is that
https://github.com/kubernetes/kubernetes/blob/bfd8610ddafb2fcb2cb330187c8248777ea0b022/pkg/credentialprovider/azure/azure_credentials.go#L209
Seems like an empty username and password for AuthConfig is update for *azurecr* instead do not have an entry to keep a nil auth con... | Unable to download from anonymous Azure Container Registry with containerd | https://api.github.com/repos/kubernetes/kubernetes/issues/82043/comments | 3 | 2019-08-27T22:01:03Z | 2019-09-18T18:12:10Z | https://github.com/kubernetes/kubernetes/issues/82043 | 486,055,729 | 82,043 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
The serialization of managedFields field sets can change, resulting in an otherwise no-op update causing a write to etcd. The issue arises when a fieldset like this
```
"k:{\"name\":\"test-container-a\"}": {
".": {},
"f:image": {},
"f:name": {}
}
```
is decoded and re-encoded a... | Serialization of fieldsets in managedFields should always be the same | https://api.github.com/repos/kubernetes/kubernetes/issues/82042/comments | 6 | 2019-08-27T21:59:01Z | 2020-01-23T04:37:28Z | https://github.com/kubernetes/kubernetes/issues/82042 | 486,054,982 | 82,042 |
[
"kubernetes",
"kubernetes"
] | There are a mix of tabs/spaces in staging/src/k8s.io/apiserver/pkg/storage/value/metrics_test.go. This is a follow-up issue to fix that. Let's defer this until after code-freeze however.
/sig api-machinery
/assign | Fix whitespace issues in staging/src/k8s.io/apiserver/pkg/storage/value/metrics_test.go | https://api.github.com/repos/kubernetes/kubernetes/issues/82030/comments | 4 | 2019-08-27T17:09:56Z | 2020-01-24T19:34:04Z | https://github.com/kubernetes/kubernetes/issues/82030 | 485,930,008 | 82,030 |
[
"kubernetes",
"kubernetes"
] | As of 1.16, the kube-apiserver can send v1 AdmissionReview requests to admission webhooks, so in 1.17, allow registering admission webhooks that only support v1 AdmissionReview objects (and do not support v1beta1)
/sig api-machinery
/area admission-control
/kind cleanup
/assign
/milestone v1.17 | 1.17: allow v1-only admissionReviewVersions | https://api.github.com/repos/kubernetes/kubernetes/issues/82025/comments | 2 | 2019-08-27T14:52:13Z | 2019-10-31T11:14:36Z | https://github.com/kubernetes/kubernetes/issues/82025 | 485,859,932 | 82,025 |
[
"kubernetes",
"kubernetes"
] | As of 1.16, the kube-apiserver can send v1 ConversionReview requests to CRD conversion webhooks, so in 1.17, allow registering CRDs that only support v1 ConversionReview objects (and do not support v1beta1)
/sig api-machinery
/area custom-resources
/kind cleanup
/assign
/milestone v1.17 | 1.17: allow v1-only conversionReviewVersions | https://api.github.com/repos/kubernetes/kubernetes/issues/82023/comments | 0 | 2019-08-27T14:51:21Z | 2019-09-16T19:40:40Z | https://github.com/kubernetes/kubernetes/issues/82023 | 485,859,411 | 82,023 |
[
"kubernetes",
"kubernetes"
] | The apiextensions.k8s.io/v1 API is available in v1.16 and the v1beta1 API deprecated.
Stop serving the apiextensions.k8s.io/v1beta1 API by default in v1.19.
/area custom-resources
/kind cleanup
/sig api-machinery
/assign
/milestone v1.19 | 1.22: stop serving apiextensions.k8s.io/v1beta1 by default | https://api.github.com/repos/kubernetes/kubernetes/issues/82022/comments | 7 | 2019-08-27T14:49:42Z | 2020-08-13T03:35:44Z | https://github.com/kubernetes/kubernetes/issues/82022 | 485,858,419 | 82,022 |
[
"kubernetes",
"kubernetes"
] | The admissionregistration.k8s.io/v1 API is available in v1.16 and the v1beta1 API deprecated.
Stop serving the admissionregistration.k8s.io/v1beta1 API by default in v1.19.
/area admission-control
/kind cleanup
/sig api-machinery
/assign | 1.22: stop serving admissionregistration.k8s.io/v1beta1 by default | https://api.github.com/repos/kubernetes/kubernetes/issues/82021/comments | 9 | 2019-08-27T14:48:16Z | 2020-08-13T03:35:55Z | https://github.com/kubernetes/kubernetes/issues/82021 | 485,857,615 | 82,021 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
`ci-kubernetes-node-kubelet-serial`
**Which test(s) are failing**:
Several tests
Eg. this run: https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-node-kubelet-... | [Flaky tests] ci-kubernetes-node-kubelet-serial | https://api.github.com/repos/kubernetes/kubernetes/issues/82017/comments | 10 | 2019-08-27T12:48:43Z | 2019-09-25T09:07:50Z | https://github.com/kubernetes/kubernetes/issues/82017 | 485,789,649 | 82,017 |
[
"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 used cluste... | dns.type=coreDNS does not honors kubelet.extraArgs.clusterDNS value | https://api.github.com/repos/kubernetes/kubernetes/issues/82015/comments | 20 | 2019-08-27T12:45:12Z | 2019-09-12T17:40:22Z | https://github.com/kubernetes/kubernetes/issues/82015 | 485,787,832 | 82,015 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Ginkgo no longer handles the `runtime.Stack()` from current Go correctly, which leads to broken output when using `e2e.test -ginkgo.trace`:
``` Full Stack Trace
=> /nvme/gopath/src/k8s.io/kubernetes/test/e2e/framework/util.go:1362 +0x112
=> k8s.io/kubernetes/test/e2e/framework.ExpectNoError... | full stack trace in E2E testing incorrect (Ginkgo bug) | https://api.github.com/repos/kubernetes/kubernetes/issues/82013/comments | 6 | 2019-08-27T12:16:59Z | 2019-10-05T07:59:26Z | https://github.com/kubernetes/kubernetes/issues/82013 | 485,773,820 | 82,013 |
[
"kubernetes",
"kubernetes"
] | When cluster information is dumped by operating the kubectl command, the file name extension is not appropriate.
example:
kubectl cluster-info dump --output-directory=./xxxxxxx/
this command works fine, but
kubectl cluster-info dump -o yaml --output-directory=./xxxxxxx/
this command works output configurati... | kubectl cluster-info dump -o yaml output invalid file extension | https://api.github.com/repos/kubernetes/kubernetes/issues/82011/comments | 7 | 2019-08-27T10:10:50Z | 2020-02-17T21:17:26Z | https://github.com/kubernetes/kubernetes/issues/82011 | 485,716,938 | 82,011 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**: subdomain metadata field for service
**Why is this needed**: for better control on dns
| Feature request: Subdomain configuration for service | https://api.github.com/repos/kubernetes/kubernetes/issues/82008/comments | 16 | 2019-08-27T09:20:28Z | 2020-03-25T20:12:44Z | https://github.com/kubernetes/kubernetes/issues/82008 | 485,690,258 | 82,008 |
[
"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**:
As part of ru... | Issue related to kubernetes cluster initailization on ubuntu 18.04 | https://api.github.com/repos/kubernetes/kubernetes/issues/82001/comments | 9 | 2019-08-27T06:33:24Z | 2020-01-25T14:52:02Z | https://github.com/kubernetes/kubernetes/issues/82001 | 485,611,735 | 82,001 |
[
"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 simply want... | No reliable way to get original YAML used to create a resource | https://api.github.com/repos/kubernetes/kubernetes/issues/81999/comments | 10 | 2019-08-27T06:23:35Z | 2020-03-28T22:34:19Z | https://github.com/kubernetes/kubernetes/issues/81999 | 485,608,052 | 81,999 |
[
"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 try to... | Issue related to kubernetes cluster initailization issue. | https://api.github.com/repos/kubernetes/kubernetes/issues/81992/comments | 3 | 2019-08-27T05:29:57Z | 2019-08-27T06:14:26Z | https://github.com/kubernetes/kubernetes/issues/81992 | 485,591,610 | 81,992 |
[
"kubernetes",
"kubernetes"
] | #72137 introduced leading whitespace into kubectl whitespace normalizers, apparently accidentally while trying to fix underscored variables.
An example of the effect of this change can be seen in the generated CLI output here:
https://github.com/kubernetes/kops/pull/7470/commits/eb4fe3f8ffddad5782c2f7469d87574836d6... | Leading space in kubectl templates normalizers | https://api.github.com/repos/kubernetes/kubernetes/issues/81986/comments | 6 | 2019-08-27T03:44:18Z | 2020-01-31T04:02:26Z | https://github.com/kubernetes/kubernetes/issues/81986 | 485,565,812 | 81,986 |
[
"kubernetes",
"kubernetes"
] | SSH tunnels are a deprecated feature, yet we emit metrics for them. We should properly deprecate ssh tunnel metric so we can remove them at a future date without breaking people's ingestion pipelines.
/cc @cheftako
/sig api-machinery
/sig instrumentation | Properly deprecate ssh tunnel metrics | https://api.github.com/repos/kubernetes/kubernetes/issues/81984/comments | 11 | 2019-08-27T03:28:27Z | 2020-02-19T19:42:09Z | https://github.com/kubernetes/kubernetes/issues/81984 | 485,562,072 | 81,984 |
[
"kubernetes",
"kubernetes"
] | Looks like we have a data race in pv_controller tests:
```
WARNING: DATA RACE
Read at 0x00c00062a450 by goroutine 296:
runtime.mapaccess2_faststr()
GOROOT/src/runtime/map_faststr.go:107 +0x0
k8s.io/kubernetes/pkg/controller/volume/persistentvolume.getVolumeStatusForLogging()
staging/src/k8s.io/... | Data race in pv_controller unit test | https://api.github.com/repos/kubernetes/kubernetes/issues/81981/comments | 7 | 2019-08-27T02:20:18Z | 2020-01-24T09:23:57Z | https://github.com/kubernetes/kubernetes/issues/81981 | 485,544,913 | 81,981 |
[
"kubernetes",
"kubernetes"
] | I'm going to perform a timed task that I don't know how to write an expression like this every 90 minutes | I'm going to perform a timed task that I don't know how to write an expression like this every 90 minutes. | https://api.github.com/repos/kubernetes/kubernetes/issues/81979/comments | 7 | 2019-08-27T01:38:17Z | 2019-10-14T13:27:46Z | https://github.com/kubernetes/kubernetes/issues/81979 | 485,534,448 | 81,979 |
[
"kubernetes",
"kubernetes"
] | /kind bug
/sig scalability
**What happened**:
I am on GKE and I use the GCE ingress to expose my application with the HTTPS Global Load Balancer. To autoscale the app, I am using an HPA capable of reacting on a Stackdriver external metric (loadbalancing.googleapis.com|https|request_count) exposed by the [k8s-stack... | HPA "invalid label value" for an external metric matchLabels value | https://api.github.com/repos/kubernetes/kubernetes/issues/81976/comments | 30 | 2019-08-27T01:19:05Z | 2022-03-22T18:57:50Z | https://github.com/kubernetes/kubernetes/issues/81976 | 485,529,857 | 81,976 |
[
"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**:
ILB ip addres... | GCE InternalLoadBalancer does not accept a custom subnet for IP address allocation | https://api.github.com/repos/kubernetes/kubernetes/issues/81966/comments | 2 | 2019-08-26T21:46:00Z | 2019-11-11T06:59:42Z | https://github.com/kubernetes/kubernetes/issues/81966 | 485,468,793 | 81,966 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
As part of https://github.com/kubernetes/kubernetes/pull/81739, it was discovered that the two methods `MakeFile` and `MakeDir` probably do not behave as expected. Details are captured [here](https://gi... | Cleanup MakeFile/MakeDir in hostpath volume driver | https://api.github.com/repos/kubernetes/kubernetes/issues/81963/comments | 9 | 2019-08-26T20:06:24Z | 2020-06-06T23:57:01Z | https://github.com/kubernetes/kubernetes/issues/81963 | 485,424,427 | 81,963 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
`ServiceAccount spec.tokenLimit` or something like that
**Why is this needed**:
atm each update of a ServiceAccount leaves behind another secret, these are getting annoying when doing `kubectl get secrets` (spam / extra payload)
| service-account-token never get cleaned up, add some limit | https://api.github.com/repos/kubernetes/kubernetes/issues/81957/comments | 6 | 2019-08-26T18:05:57Z | 2019-08-26T22:28:31Z | https://github.com/kubernetes/kubernetes/issues/81957 | 485,365,981 | 81,957 |
[
"kubernetes",
"kubernetes"
] | The kube-apiserver is protected, so it's responses should not be cached. The only known exception is for openapi data which is not sensitive, which is large, and which has etags.
/assign | kube-apiserver responses should not be cached | https://api.github.com/repos/kubernetes/kubernetes/issues/81945/comments | 1 | 2019-08-26T13:39:03Z | 2019-08-28T12:11:41Z | https://github.com/kubernetes/kubernetes/issues/81945 | 485,242,437 | 81,945 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
The docs link to the "https://git.k8s.io/community/" will be broken when the docs path has changed. We may discuss a way to improve it.
Issue from this PR: https://github.com/kubernetes/kubernetes/pull... | Improve the docs link which is easy to fail | https://api.github.com/repos/kubernetes/kubernetes/issues/81942/comments | 5 | 2019-08-26T12:44:41Z | 2020-01-23T19:10:00Z | https://github.com/kubernetes/kubernetes/issues/81942 | 485,217,465 | 81,942 |
[
"kubernetes",
"kubernetes"
] | /help
/kind cleanup
/area e2e-testing-framework
mini guide:
- make sure you have signed the CNCF [CLA](https://github.com/kubernetes/community/blob/master/CLA.md)
- clone kubernetes;/kubernetes
- search for ginkgo.Fail calls under test/e2e/framework
e.g. https://github.com/kubernetes/kubernetes/search?q=%22gin... | cleanup ginkgo.Fail calls from the e2e test framework | https://api.github.com/repos/kubernetes/kubernetes/issues/81939/comments | 6 | 2019-08-26T12:20:50Z | 2019-08-28T12:11:57Z | https://github.com/kubernetes/kubernetes/issues/81939 | 485,207,634 | 81,939 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Readiness/liveness probes from a Windows node against container running on same node using `httpGet` always seem to fail causing a never-ending loop of pods being terminated and recreated.
**What you expected to happen**:
If I configure a readiness/liveness probe for a Windows container in a... | HTTP readiness/liveness probes always fail from Windows node against container running on same node | https://api.github.com/repos/kubernetes/kubernetes/issues/81938/comments | 29 | 2019-08-26T12:10:55Z | 2020-03-27T15:55:32Z | https://github.com/kubernetes/kubernetes/issues/81938 | 485,203,602 | 81,938 |
[
"kubernetes",
"kubernetes"
] | HI,
I am trying to install the kubernetes cluster on ubuntu 18.04,when i try to the below command.
kubeadm init --pod-network-cidr=10.244.10.0/16 --apiserver-advertise-address=10.0.15.10 --kubernetes-version "1.14.0"
Seeing below errors:
error execution phase preflight: [preflight] Some fatal errors occurred:... | Issue related to initializing of kubernetes cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/81937/comments | 8 | 2019-08-26T10:40:33Z | 2019-08-26T17:03:03Z | https://github.com/kubernetes/kubernetes/issues/81937 | 485,169,852 | 81,937 |
[
"kubernetes",
"kubernetes"
] | This issue is a bucket placeholder for collaborating on the "Known Issues" additions for the 1.16 Release Notes. If you know of issues or API changes that are going out in 1.16, please comment here so that we can coordinate incorporating information about these changes in the Release Notes.
/assign @cartyc @kcmartin... | 1.16 Release Notes: "Known Issues" | https://api.github.com/repos/kubernetes/kubernetes/issues/81930/comments | 16 | 2019-08-26T07:42:28Z | 2019-09-18T15:13:51Z | https://github.com/kubernetes/kubernetes/issues/81930 | 485,094,470 | 81,930 |
[
"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**:
some of base ... | image tags is not correctly defined on arm paltform | https://api.github.com/repos/kubernetes/kubernetes/issues/81920/comments | 22 | 2019-08-26T03:17:59Z | 2021-02-20T08:55:42Z | https://github.com/kubernetes/kubernetes/issues/81920 | 485,022,499 | 81,920 |
[
"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 cannot run ... | Events API hangs | https://api.github.com/repos/kubernetes/kubernetes/issues/81906/comments | 4 | 2019-08-25T16:12:55Z | 2019-11-28T15:41:35Z | https://github.com/kubernetes/kubernetes/issues/81906 | 484,948,210 | 81,906 |
[
"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 is a me... | Data discrepancy in Current memory usage metrics between kubectl top command and metrics exposed by kubelet(scraped by Prometheus) | https://api.github.com/repos/kubernetes/kubernetes/issues/81905/comments | 8 | 2019-08-25T15:05:08Z | 2024-02-16T16:27:57Z | https://github.com/kubernetes/kubernetes/issues/81905 | 484,941,402 | 81,905 |
[
"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 are runn... | [k8s][apiserver] goroutines increasing after upgrade | https://api.github.com/repos/kubernetes/kubernetes/issues/81901/comments | 16 | 2019-08-25T02:24:56Z | 2019-08-28T18:39:13Z | https://github.com/kubernetes/kubernetes/issues/81901 | 484,882,166 | 81,901 |
[
"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 are runn... | [apiserver][goroutines] Seeing a big increase in goroutines | https://api.github.com/repos/kubernetes/kubernetes/issues/81900/comments | 1 | 2019-08-25T02:20:32Z | 2019-08-25T02:23:37Z | https://github.com/kubernetes/kubernetes/issues/81900 | 484,881,911 | 81,900 |
[
"kubernetes",
"kubernetes"
] | ### Flaky Job: pr:pull-kubernetes-e2e-gce-100-performance
Flakes in the past week: **38**
Consistency: **95.10%**
#### Flakiest tests by flake count:
| Test | Flake Count |
| --- | --- |
| Stage | 22 |
| Timeout | 9 |
| ClusterLoaderV2 | 8 |
#### Previously closed issues for this job flaking:
#73884 #67295 #62592
... | pr:pull-kubernetes-e2e-gce-100-performance flaked 38 times in the past week | https://api.github.com/repos/kubernetes/kubernetes/issues/81890/comments | 7 | 2019-08-24T17:53:15Z | 2019-09-06T14:08:35Z | https://github.com/kubernetes/kubernetes/issues/81890 | 484,846,924 | 81,890 |
[
"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**:
While revisin... | Confusing comments about wait.Backoff | https://api.github.com/repos/kubernetes/kubernetes/issues/81888/comments | 2 | 2019-08-24T17:01:38Z | 2019-08-26T23:43:39Z | https://github.com/kubernetes/kubernetes/issues/81888 | 484,842,463 | 81,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**:
I checked out... | kube-proxy gives up too soon waiting for node registration in hack/local-up-cluster.sh | https://api.github.com/repos/kubernetes/kubernetes/issues/81879/comments | 2 | 2019-08-24T01:33:05Z | 2019-10-12T14:48:38Z | https://github.com/kubernetes/kubernetes/issues/81879 | 484,763,903 | 81,879 |
[
"kubernetes",
"kubernetes"
] | Any module that has a dependency on `k8s.io/kubernetes` cannot do minor module upgrades. This is true regardless of whether the dependency is direct (module has a k8s.io/kubernetes import) or indirect (module imports something that has this k8s.io/kubernetes import).
Reproduce with the following:
```console
$ go... | Allow modules that have an indirect dependency on k8s.io/kubernetes to do a minor module upgrade | https://api.github.com/repos/kubernetes/kubernetes/issues/81878/comments | 27 | 2019-08-24T01:27:35Z | 2020-09-22T12:30:31Z | https://github.com/kubernetes/kubernetes/issues/81878 | 484,763,436 | 81,878 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Add a sort parameter (or similar concept) to the `kubectl api-resources` command.
**Why is this needed**:
With the numerous amount of API resources (not counting custom ones), it is sometimes difficult ... | Add sort parameter to kubectl api-resources | https://api.github.com/repos/kubernetes/kubernetes/issues/81875/comments | 1 | 2019-08-23T23:23:47Z | 2019-10-19T12:27:38Z | https://github.com/kubernetes/kubernetes/issues/81875 | 484,746,867 | 81,875 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Ref #81771, there are some GCE wrapper functions that don't properly respect the passed in context, e.g:
https://github.com/kubernetes/kubernetes/blob/5a3301a59d0c4d5e76002cff99a2f5450d2eea80/staging/src/k8s.io/legacy-cloud-providers/gce/gce_routes.go#L41-L45
We need to figure out a better way t... | Passed in context is ignored in some GCE operations | https://api.github.com/repos/kubernetes/kubernetes/issues/81874/comments | 6 | 2019-08-23T23:23:18Z | 2019-12-04T01:01:11Z | https://github.com/kubernetes/kubernetes/issues/81874 | 484,746,788 | 81,874 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Create command `evict` to evict a pod/group of pods matching a label.
**Why is this needed**:
For debugging and testing `PodDisruptionBudgets`, it would be nice to be able to evict a specific pod/... | Create command `evict` to evict a single pod | https://api.github.com/repos/kubernetes/kubernetes/issues/81873/comments | 11 | 2019-08-23T23:09:21Z | 2020-09-01T16:06:48Z | https://github.com/kubernetes/kubernetes/issues/81873 | 484,744,015 | 81,873 |
[
"kubernetes",
"kubernetes"
] | /sig scheduling
code reference: https://github.com/kubernetes/kubernetes/blob/f3816fb757732200a9357fd06241411de63a545a/pkg/scheduler/core/generic_scheduler.go
`genericScheduler.Preempt` calls directly `podFitsOnNode`, whereas `genericScheduler.Schedule` calls `podFitsOnNode` and later `framework.RunFilterPlugins`... | [Framework] Filter plugins are not been called during preemption | https://api.github.com/repos/kubernetes/kubernetes/issues/81866/comments | 2 | 2019-08-23T21:17:29Z | 2019-09-06T14:31:00Z | https://github.com/kubernetes/kubernetes/issues/81866 | 484,715,528 | 81,866 |
[
"kubernetes",
"kubernetes"
] | Metric validation currently expects stable metrics to have strings directly in the metric definition. However, we should probably also allow consts and vars which are declared in the pkg/file scope, since those can easily be evaluated to their respective string values.
/assign @serathius
/sig instrumentation | Metric validation static analysis should be able to support const strings for Subsystem and Name | https://api.github.com/repos/kubernetes/kubernetes/issues/81863/comments | 33 | 2019-08-23T20:48:49Z | 2022-11-08T22:22:54Z | https://github.com/kubernetes/kubernetes/issues/81863 | 484,706,215 | 81,863 |
[
"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**:
Working on a ... | Inconsistent position of WithMaxInFlightLimit in handler chains | https://api.github.com/repos/kubernetes/kubernetes/issues/81861/comments | 2 | 2019-08-23T19:40:19Z | 2019-09-20T08:33:08Z | https://github.com/kubernetes/kubernetes/issues/81861 | 484,682,511 | 81,861 |
[
"kubernetes",
"kubernetes"
] | Volumes that are attached as readonly or is mounted as readonly needs to be handled different for CSI. For CSI in particular - the decision of whether to expand the volume or not should be off loaded to CSI storage provider rather than kubernetes making the decision for them.
Fixing this for good will require a spe... | Improve handling of readonly volume expansion | https://api.github.com/repos/kubernetes/kubernetes/issues/81854/comments | 14 | 2019-08-23T17:49:52Z | 2024-06-26T17:46:47Z | https://github.com/kubernetes/kubernetes/issues/81854 | 484,643,021 | 81,854 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Exposing 10000 (TCP and UDP) + 1 ports in a service is being blocked by the 262144 characters limitation for annotation.
Error message:
$ kubectl apply -f dev-svc-nodeport-svr.yaml
The Service "svr" is invalid: metadata.annotations: Too long: must have at most 262144 characters
YAML file siz... | Cannot expose long array of ports because of 262144 characters limitation in annotation | https://api.github.com/repos/kubernetes/kubernetes/issues/81852/comments | 6 | 2019-08-23T17:39:03Z | 2020-02-03T02:11:04Z | https://github.com/kubernetes/kubernetes/issues/81852 | 484,639,008 | 81,852 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing / job(s) where test is present:**:
* ci-kubernetes-kind-conformance-parallel-ipv6
* ci-kubernetes-kind-ipv6-e2e-parallel
**Which test(s) are failing**:
* [sig-network] DNS should p... | [Failing Test] multiple conformance tests failing in kind | https://api.github.com/repos/kubernetes/kubernetes/issues/81846/comments | 4 | 2019-08-23T16:23:21Z | 2019-09-02T20:17:13Z | https://github.com/kubernetes/kubernetes/issues/81846 | 484,611,682 | 81,846 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.