perf: speed up first bootstrap with fast-mode defaults
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 1m59s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 1m59s
This commit is contained in:
@@ -193,6 +193,10 @@ jobs:
|
||||
- name: Rebuild and bootstrap/reconcile kubeadm cluster
|
||||
env:
|
||||
NIX_CONFIG: experimental-features = nix-command flakes
|
||||
FAST_MODE: "1"
|
||||
WORKER_PARALLELISM: "3"
|
||||
REBUILD_TIMEOUT: "45m"
|
||||
REBUILD_RETRIES: "2"
|
||||
run: |
|
||||
if [ -f "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
|
||||
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
||||
|
||||
Reference in New Issue
Block a user