Skip to content

Commit

Permalink
docs: clarify TALOSCONFIG for AWS
Browse files Browse the repository at this point in the history
Make it an explicit section in the docs.

Signed-off-by: sflotat2607 <flotat.stephane@free.fr>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
sflotat2607 authored and smira committed Dec 16, 2024
1 parent 0ef1917 commit 8d151b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,13 +378,17 @@ for INSTANCE in ${CP_INSTANCES[@]}; do
done
```

### Bootstrap `etcd`
### Export the `talosconfig` file

Export the `talosconfig` file so commands sent to Talos will be authenticated.

```bash
export TALOSCONFIG=$(pwd)/talosconfig
```

### Bootstrap `etcd`

```bash
WORKER_INSTANCES=( $(aws autoscaling \
describe-auto-scaling-instances \
--query 'AutoScalingInstances[?AutoScalingGroupName==`talos-aws-tutorial-worker`].InstanceId' \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,13 +378,17 @@ for INSTANCE in ${CP_INSTANCES[@]}; do
done
```

### Bootstrap `etcd`
### Export the `talosconfig` file

Export the `talosconfig` file so commands sent to Talos will be authenticated.

```bash
export TALOSCONFIG=$(pwd)/talosconfig
```

### Bootstrap `etcd`

```bash
WORKER_INSTANCES=( $(aws autoscaling \
describe-auto-scaling-instances \
--query 'AutoScalingInstances[?AutoScalingGroupName==`talos-aws-tutorial-worker`].InstanceId' \
Expand Down

0 comments on commit 8d151b7

Please sign in to comment.