Lon Nix
10/13/2021, 4:31 PMnicholas
--set jobs.createTenant.enabled=true
; otherwise you’ll want to call prefect backend server && prefect server create-tenant --name <<name>> --slug <<url_slug>>
after setting:
[server]
host = "http://<apollo pod ip>"
in your local ~/.prefect/config.toml
fileLon Nix
10/13/2021, 4:35 PM--set jobs.createTenant.enabled=true
(using values.yaml) and it created the job that attempted to create the tenant but all I got was this
<stack trace>
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=4200): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5ab3a00e90>: Failed to establish a new connection: [Errno 111] Connection refused'))
Lon Nix
10/13/2021, 4:37 PMLon Nix
10/13/2021, 4:40 PMnicholas
Lon Nix
10/13/2021, 4:43 PMLon Nix
10/13/2021, 4:43 PMnicholas
Lon Nix
10/13/2021, 4:47 PMjobs.createTenant.appoloApiUrl
to set so that I can tell it where to find apollo. Hopefully localhost:4200
isn't hardcodednicholas
Lon Nix
10/13/2021, 4:49 PMlatest
tag. I have not locked down a version yetnicholas
nicholas
latest
- can you give this PR a try and let me know if it fixes your issue?Lon Nix
10/13/2021, 5:09 PMnicholas
yaml
specLon Nix
10/13/2021, 5:11 PMLon Nix
10/13/2021, 5:15 PMnicholas