> 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/solutions/calico-pod-not-started-resulting-in-pod-to-pod-communication-fai.md).

# Calico Pod Not Started Resulting in Pod to Pod Communication Failure

## Problem

Calico Pod Not Started on a Node Resulting in Pod to Pod Communication Failure.

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

````none
# kubectl logs -f -n kube-system calico-node-rn9fg

2021-11-19 16:05:46.394 [INFO][8] startup/startup.go 299: Early log level set to info
2021-11-19 16:05:46.394 [INFO][8] startup/startup.go 315: Using NODENAME environment for node name
2021-11-19 16:05:46.394 [INFO][8] startup/startup.go 327: Determined node name: 10.2.50.48
2021-11-19 16:05:46.397 [INFO][8] startup/startup.go 359: Checking datastore connection
2021-11-19 16:06:16.397 [INFO][8] startup/startup.go 374: Hit error connecting to datastore - retry error=Get https://10.21.0.1:443/api/v1/nodes/foo: dial tcp 10.21.0.1:443: i/o timeout
2021-11-19 16:06:47.398 [INFO][8] startup/startup.go 374: Hit error connecting to datastore - retry error=Get https://10.21.0.1:443/api/v1/nodes/foo: dial tcp 10.21.0.1:443: i/o timeout```
````

{% endtab %}
{% endtabs %}

## Environment

* Platform9 Managed Kubernetes - All Versions

## Answer

* Network Manager was enabled on the node. On stopping and disabling the service, and restarting the *network.service*, pod came up properly.
* PMK does not support Network Manager.


---

# 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/solutions/calico-pod-not-started-resulting-in-pod-to-pod-communication-fai.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.
