Kyle McChesney
12/11/2024, 11:09 PMpull image manifest has been retried 5 time(s): failed to resolve ref <http://docker.io/prefecthq/prefect:3.1.6-python3.10|docker.io/prefecthq/prefect:3.1.6-python3.10>: failed to do request: Head "<https://registry-1.docker.io/v2/prefecthq/prefect/manifests/3.1.6-python3.10>": dial tcp 54.198.86.24:443: i/o timeout
?Marvin
12/11/2024, 11:10 PM<http://docker.io|docker.io>
.
6. Try a Different Network: If possible, switch to a different network or connect directly to the internet without going through a corporate proxy or VPN that might be blocking Docker registry traffic.
If the problem persists after these steps, it might be an issue on the Docker Hub's side, and waiting or reaching out to their support could be helpful. Meanwhile, feel free to reach out if there's anything else specific you want help with!Nate
12/11/2024, 11:12 PM» docker run -p 4200:4200 --rm prefecthq/prefect:3.1.6-python3.10 -- prefect server start --host 0.0.0.0
Unable to find image 'prefecthq/prefect:3.1.6-python3.10' locally
3.1.6-python3.10: Pulling from prefecthq/prefect
bb3f2b52e6af: Already exists
....
a92eb3f0465d: Pull complete
Digest: sha256:c563cde3c0c1b982f5623847136a32c6a3a5667fa5ec9f175965d189f194c797
Status: Downloaded newer image for prefecthq/prefect:3.1.6-python3.10
___ ___ ___ ___ ___ ___ _____
| _ \ _ \ __| __| __/ __|_ _|
| _/ / _|| _|| _| (__ | |
|_| |_|_\___|_| |___\___| |_|
Configure Prefect to communicate with the server with:
prefect config set PREFECT_API_URL=<http://0.0.0.0:4200/api>
View the API reference documentation at <http://0.0.0.0:4200/docs>
Check out the dashboard at <http://0.0.0.0:4200>
Kyle McChesney
12/11/2024, 11:13 PMKyle McChesney
12/11/2024, 11:16 PMKyle McChesney
12/11/2024, 11:17 PMNate
12/11/2024, 11:20 PMKyle McChesney
12/11/2024, 11:25 PM"security_groups": []
"securityGroups": []
?Nate
12/11/2024, 11:26 PMKyle McChesney
12/11/2024, 11:28 PMKyle McChesney
12/11/2024, 11:28 PMNate
12/11/2024, 11:29 PMNate
12/11/2024, 11:36 PMKyle McChesney
12/11/2024, 11:37 PMKevin Grismore
12/11/2024, 11:38 PMKevin Grismore
12/11/2024, 11:38 PMKyle McChesney
12/11/2024, 11:40 PMKyle McChesney
12/11/2024, 11:41 PM{
"cluster": "$cluster",
"subnets": [
"subnet-#############",
"subnet-#############",
"subnet-#############"
],
"securityGroups": [
"sg-###########"
]
}
Kyle McChesney
12/11/2024, 11:42 PMKevin Grismore
12/12/2024, 12:02 AMsecurity_groups
Kevin Grismore
12/12/2024, 12:02 AMKevin Grismore
12/12/2024, 12:03 AMKyle McChesney
12/12/2024, 12:03 AMawsvpcConfiguration
?Kevin Grismore
12/12/2024, 12:05 AMKevin Grismore
12/12/2024, 12:06 AMKevin Grismore
12/12/2024, 12:07 AMKevin Grismore
12/12/2024, 12:07 AMKevin Grismore
12/12/2024, 12:08 AM"network_configuration": {
"subnets": [
"subnet-#############",
"subnet-#############",
"subnet-#############"
],
"securityGroups": [
"sg-###########"
]
}
Kyle McChesney
12/12/2024, 12:11 AMKyle McChesney
12/12/2024, 12:14 AMthe work pool template
or whatever its called. Its been discussed a lot in the docs but I don't see a reference for it upon a quick review of things. I need to configured logs next. 👋Kevin Grismore
12/12/2024, 12:15 AMKevin Grismore
12/12/2024, 12:15 AMvariables
section has the names, descriptions, and data types of all the job_variables
. The job_configuration
section has where those variables slot in to form the actual thing that gets built by the workerKyle McChesney
12/12/2024, 5:58 PMbase_job_template
Is that right? There is no way to do "use the default template for the work pool + my overrides" if using terraform/API?