Scarlett King
02/24/2022, 1:06 PMprefect agent kubernetes start —job-template job_template-nonprod.yaml
to start the agent. We’re currently setting up our Prefect Server on AKS and deploying via helm chart. Where can I store this file so when the agent script is run, it would pick up the file? Also, we have credentials stored on this file so it will also need to it would also need to be stored somewhere safe as well.Anna Geller
prefect agent kubernetes start --job-template <s3://bucket/path/to/my_template.yaml>
Reading this, I think it must be either S3 or GCS, Azure storage is not supportedScarlett King
02/24/2022, 2:47 PM