# 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>Skip Embedded Cluster host preflight checks.</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>