# Node Unable to Converge as Docker Group Missing

## Problem

Node failing to converge as Docker is missing from the group. Kube Logs indicate the following error.

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

```none
+ echo Timed out waiting for '"docker' -H unix:///var/run/docker.sock run --name proxy --detach=true --net=host --privileged --volume /etc/pf9/kube.d/kubeconfigs/kube-proxy.yaml:/etc/kubernetes/pf9/kube-proxy/kube-proxy.yaml gcr.io/google_containers/hyperkube:v1.12.9 /hyperkube proxy --kubeconfig=/etc/kubernetes/pf9/kube-proxy/kube-proxy.yaml --v=2 --cluster-cidr '10.20.0.0/16"'Timed out waiting for "docker -H unix:///var/run/docker.sock run --name proxy --detach=true --net=host --privileged --volume /etc/pf9/kube.d/kubeconfigs/kube-proxy.yaml:/etc/kubernetes/pf9/kube-proxy/kube-proxy.yaml gcr.io/google_containers/hyperkube:v1.12.9 /hyperkube proxy --kubeconfig=/etc/kubernetes/pf9/kube-proxy/kube-proxy.yaml --v=2 --cluster-cidr 10.20.0.0/16"+ return 1
```

{% endtab %}
{% endtabs %}

## Environment

* Platform9 Managed Kubernetes - All Versions
* Docker

## Cause

1. Node had Docker group missing.

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

```none
root@node:~# cat /etc/group | grep docker
root@node:~#
```

{% endtab %}
{% endtabs %}

## Resolution

1. Add the missing group.

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

```none
root@node:~# cat /etc/group | grep docker
docker:x:999:
```

{% endtab %}
{% endtabs %}


---

# 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/node-unable-to-converge-as-docker-group-missing.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.
