cluster/services/hercules-ci-multi-agent: disable AWS IMDS lookups
so this was the reason hci has been so fucking slow substituting things fuck you, jeff
This commit is contained in:
parent
4b34be5916
commit
993cb7f967
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ in
|
||||||
restartIfChanged = false;
|
restartIfChanged = false;
|
||||||
environment = {
|
environment = {
|
||||||
AWS_SHARED_CREDENTIALS_FILE = config.age.secrets."hci-cache-credentials-${name}".path;
|
AWS_SHARED_CREDENTIALS_FILE = config.age.secrets."hci-cache-credentials-${name}".path;
|
||||||
|
AWS_EC2_METADATA_DISABLED = "true";
|
||||||
};
|
};
|
||||||
serviceConfig.Slice = "builder.slice";
|
serviceConfig.Slice = "builder.slice";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue