> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/pmk/frequently-asked-questions/node-in-notready-state-and-nodelet-phases-stuck-at--configure-an.md).

# Node in NotReady state and nodelet phases stuck at "Configure and start kube-proxy" stage

## Problem

* Node in NotReady state and nodelet phases stuck at "Configure and start kube-proxy" stage.

## Environment

* Platform9 Managed Kubernetes - v5.6.4 and Higher

## Cause

* The node was not able to configure and start kube-proxy and we saw below error in the logs:

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

```bash
{"L":"ERROR","T":"2023-08-15T19:05:49.939-0700","C":"command/command.go:124","M":"Error: exit status 1"}
{"L":"ERROR","T":"2023-08-15T19:05:49.939-0700","C":"command/command.go:127","M":"Exit Status: 1"}
{"L":"ERROR","T":"2023-08-15T19:05:49.939-0700","C":"bash_script_based_phases/bash_script_base.go:89","M":"Error running phase: /opt/pf9/pf9-kube/phases/kube_proxy_start.sh"}
{"L":"INFO","T":"2023-08-15T19:05:49.939-0700","C":"bash_script_based_phases/bash_script_base.go:144","M":"[2023-08-15 19:05:31] Kernel module ip_vs_sh loaded"}
{"L":"INFO","T":"2023-08-15T19:05:49.939-0700","C":"bash_script_based_phases/bash_script_base.go:144","M":"[2023-08-15 19:05:31] Kernel module nf_conntrack_ipv4 loaded"}
{"L":"INFO","T":"2023-08-15T19:05:49.939-0700","C":"bash_script_based_phases/bash_script_base.go:144","M":"[2023-08-15 19:05:31] Ensuring container 'proxy' is destroyed"}
{"L":"INFO","T":"2023-08-15T19:05:49.939-0700","C":"bash_script_based_phases/bash_script_base.go:144","M":"[2023-08-15 19:05:31] time=\"2023-08-15T19:05:31-07:00\" level=fatal ms
g=\"name \\\"proxy\\\" is already used by ID \\\"9fc3f2596a2e9ccac58a55c731093ec836af9d5b370a31e3bded93abdbaec594\\\"\""}
```

{% endtab %}
{% endtabs %}

* A known upstream bug is causing this issue <https://github.com/containerd/nerdctl/issues/499>

## Resolution

* As a workaround move old file named `proxy` present in /var/lib/nerdctl//names/k8s.io/ to some other directory(like /tmp) on the node.

## Additional Information

* An internal JIRA [PMK-5969](https://platform9.atlassian.net/browse/PMK-5969) is raised to track this issue.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://platform9.com/kb/pmk/frequently-asked-questions/node-in-notready-state-and-nodelet-phases-stuck-at--configure-an.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
