# node join (Beta)

This topic describes the options available with the Embedded Cluster `node join` command.

## Usage

```bash
sudo ./<app-slug> node join [flags]
```

## Flags

<table>
  <tr>
    <th width="30%">Flag</th>
    <th width="20%">Type</th>
    <th width="50%">Description</th>
  </tr>
  <tr>
    <td>`--ignore-host-preflights`</td>
    <td></td>
    <td>Bypass Embedded Cluster host preflight check failures. The checks still run. Applies to headless installations only. See [Whether users can bypass a failed check](embedded-using#preflight-bypass).</td>
  </tr>
  <tr>
    <td>`--network-interface`</td>
    <td>string</td>
    <td>Network interface to use.</td>
  </tr>
  <tr>
    <td>`-h`, `--help`</td>
    <td></td>
    <td>Help for `node join`.</td>
  </tr>
</table>