File tree Expand file tree Collapse file tree 3 files changed +2
-67
lines changed
Expand file tree Collapse file tree 3 files changed +2
-67
lines changed Original file line number Diff line number Diff line change 5454.PHONY : up
5555up : env gen-certs control-plane-bake partition-bake
5656 @chmod 600 files/ssh/id_rsa
57- docker compose up --abort-on-container-failure --remove-orphans --force-recreate control-plane partition
57+ docker compose up --pull=always -- abort-on-container-failure --remove-orphans --force-recreate control-plane partition
5858 @$(MAKE ) --no-print-directory start-machines
5959# for some reason an allocated machine will not be able to phone home
6060# without restarting the metal-core
Original file line number Diff line number Diff line change 22retry_files_enabled = false
33force_color = true
44host_key_checking = false
5- stdout_callback = yaml
5+ callback_result_format = yaml
66jinja2_native = true
77transport = ssh
88timeout = 30
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments