# Check Calico

Dangling Calico WorkloadEndpoints present some WorkloadEndpoints are not allocated to ERU workload. We could look for them via a [scripts/check\_calico.py](https://github.com/projecteru2/core/blob/master/scripts/check_calico.py) and reap them manually.

```bash
$ ./check_calico.py -h
usage: check_calico.py [-h] [-e ERU_ETCD_ENDPOINTS] -p ERU_ETCD_PREFIX

optional arguments:
  -h, --help            show this help message and exit
  -e ERU_ETCD_ENDPOINTS, --eru-etcd-endpoints ERU_ETCD_ENDPOINTS
                        the ERU ETCD endpoints
  -p ERU_ETCD_PREFIX, --eru-etcd-prefix ERU_ETCD_PREFIX
                        the ERU ETCD root prefix
```


---

# 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://book.eru.dev/check_calico.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.
