Skip to content

Commit

Permalink
fix: update extension for controlplane.yam
Browse files Browse the repository at this point in the history
l
talosctl generates YAML files with the .yaml extension, update to the apply-config command to reflect this

Signed-off-by: Charlie Haley <charlie.haley@hotmail.com>
  • Loading branch information
charlie-haley committed Oct 30, 2021
1 parent 0511d78 commit 62ab9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/v0.4/Guides/sidero-on-rpi4.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ talosctl gen config --config-patch='[{"op": "add", "path": "/cluster/allowSchedu
Submit the generated configuration to Talos:

```bash
talosctl apply-config --insecure -n ${SIDERO_ENDPOINT} -f controlplane.yml
talosctl apply-config --insecure -n ${SIDERO_ENDPOINT} -f controlplane.yaml
```

Merge client configuration `talosconfig` into default `~/.talos/config` location:
Expand Down

0 comments on commit 62ab9be

Please sign in to comment.