Skip to content

Commit

Permalink
fix(clustertool): dont mirror talos factory
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Oct 23, 2024
1 parent 21ef201 commit e451758
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions clustertool/pkg/initfiles/initfiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,12 @@ func setSpegel() {
- http://127.0.0.1:30020
- http://127.0.0.1:30021
- http://%s:5000
factory.talos.dev:
endpoints:
- http://127.0.0.1:30020
- http://127.0.0.1:30021
- http://%s:5000
## TODO: Enable once Talos Installer correctly tries all mirrors
# factory.talos.dev:
# endpoints:
# - http://127.0.0.1:30020
# - http://127.0.0.1:30021
# - http://%s:5000
`, helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"], helper.TalEnv["SPEGEL_IP"])

Expand Down

0 comments on commit e451758

Please sign in to comment.