# "loopyWriter.run returning. connection error" messages in the kube-apiserver pod logs

## Problem

* Why do we have below mentioned messages continuously getting logged in kube-apiserver logs?

{% tabs %}
{% tab title="Error" %}

```javascript
transport: loopyWriter.run returning. connection error: desc = \"transport is closing\"
```

{% endtab %}
{% endtabs %}

## Environment

* Platform9 Managed Kubernetes – All Versions
* Upstream Kubernetes Releases - till v1.21

## Cause

* Those messages are generated by the gRPC layer whenever a connection to etcd is closed, and they are not a symptom of an issue.

## Resolution

There is no workaround that will reduce or prevent these messages from being logged as of now, however they have been suppressed by a patch to upstream kubernetes and are expected to not be logged in future Platform9 Managed Kubernetes releases that are based on kubernetes v1.22 or greater.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform9.com/kb/pmk/solutions/loopywriter-run-returning-connection-error-messages-in-the-ku.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
