Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/omni/omni-cluster-setup/cluster-template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Exporting a template is often the starting point when a cluster was originally c
To export a cluster template, replace `<name-of-cluster>` with the name of your cluster and run:

```bash
omnictl cluster template export -c &lt;name-of-cluster> -o cluster-template.yaml
omnictl cluster template export -c <name-of-cluster> -o cluster-template.yaml
```

This command exports the cluster’s configuration into `cluster-template.yaml`. The resulting file captures the current state of the cluster and can be used as the basis for managing it going forward.
Expand Down
Loading