<a id="cluster-member-config"></a>

# Cluster member configuration

Each cluster member has its own key/value configuration with the following supported namespaces:

- `user` (free form key/value for user metadata)
- `scheduler` (options related to how the member is automatically targeted by the cluster)

The following keys are currently supported:

<!-- Include content from [../metadata.txt](../metadata.txt) -->

<a id="cluster-cluster:scheduler.instance"></a>
`scheduler.instance`

Controls how instances are scheduled to run on this member

[<i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i>](#cluster-cluster:scheduler.instance)

| **Key:**     | `scheduler.instance`   |
|--------------|------------------------|
| **Type:**    | string                 |
| **Default:** | `all`                  |

Possible values are `all`, `manual`, and `group`. See
[Automatic placement of instances](https://canonical.com/lxd/docs/default/explanation/clusters/index.html.md#clustering-instance-placement) for more information.

<a id="cluster-cluster:user.*"></a>
`user.*`

Free form user key/value storage

[<i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i>](#cluster-cluster:user.*)

| **Key:**    | `user.*`   |
|-------------|------------|
| **Type:**   | string     |

User keys can be used in search.

## Related topics

How-to guides:

- [Clustering](https://canonical.com/lxd/docs/default/clustering/index.html.md#clustering)

Explanation:

- [Clusters](https://canonical.com/lxd/docs/default/explanation/clusters/index.html.md#exp-clusters)
