Skip to content

Commit

Permalink
fix: wrong config applying
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Jan 23, 2024
1 parent d3f7604 commit f4756d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions talos-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ trap '' EXIT
bootstrap_ip=${node}
node="${address}"

# Try applying config before install
talosctl --talosconfig=talosconfig apply -e "${bootstrap_ip}" -n "${bootstrap_ip}" -f "${role}.yaml" -i --dry-run || exit $?

# Screen: Installation process
{
printf "%s\nXXX\n%s\nXXX\n" "1" "Applying configuration..."
Expand Down

0 comments on commit f4756d7

Please sign in to comment.