Dave
01/31/2022, 8:21 PMCouldn't connect to *Prefect Server* at *<http://34.82.119.23:4200/graphql>
,* can anyone help?Kevin Kho
Dave
01/31/2022, 8:23 PMDave
01/31/2022, 8:24 PMKevin Kho
Dave
01/31/2022, 8:26 PMKevin Kho
Dave
01/31/2022, 8:28 PMDave
01/31/2022, 8:28 PMDave
01/31/2022, 8:30 PMKevin Kho
Dave
01/31/2022, 8:32 PMKevin Kho
Kevin Kho
Dave
01/31/2022, 8:34 PMDave
01/31/2022, 8:34 PMKevin Kho
Dave
01/31/2022, 8:37 PMDave
01/31/2022, 8:37 PMKevin Kho
query {
hello
}
Dave
01/31/2022, 8:39 PMDave
01/31/2022, 8:39 PMDave
01/31/2022, 8:41 PMconnect ECONNREFUSED 10.132.14.47:4201
Kevin Kho
Kevin Kho
Dave
01/31/2022, 8:44 PMDave
01/31/2022, 8:45 PMDave
01/31/2022, 8:45 PMCould not upgrade the database!
Kevin Kho
Dave
01/31/2022, 8:54 PMZanie
Kevin Kho
Dave
01/31/2022, 8:56 PMZanie
Zanie
Dave
01/31/2022, 8:59 PMZanie
helm list
should do itDave
01/31/2022, 9:00 PMZanie
Zanie
Dave
01/31/2022, 9:04 PMDave
01/31/2022, 9:05 PMDave
01/31/2022, 9:05 PMDave
01/31/2022, 9:07 PMZanie
Dave
01/31/2022, 9:09 PMZanie
Zanie
Zanie
Dave
01/31/2022, 9:13 PMDave
01/31/2022, 9:14 PMDave
01/31/2022, 9:14 PMZanie
Zanie
Dave
01/31/2022, 9:15 PMDave
01/31/2022, 9:16 PMZanie
Zanie
Zanie
Zanie
Dave
01/31/2022, 9:24 PMKevin Kho
Dave
01/31/2022, 9:50 PMSankalp Patnaik
02/01/2022, 6:20 PMKevin Kho
config.toml
? What are you trying to do?Sankalp Patnaik
02/01/2022, 6:24 PMSankalp Patnaik
02/01/2022, 6:28 PMKevin Kho
config.yaml
that was used. Because it’s something you have to continue to provideSankalp Patnaik
02/02/2022, 8:10 AMSankalp Patnaik
02/02/2022, 8:11 AMKevin Kho
Dave
02/02/2022, 7:14 PMZanie
Zanie
Zanie
Dave
02/02/2022, 7:47 PMDave
02/02/2022, 7:48 PMZanie
helm repo update
Dave
02/02/2022, 7:50 PMZanie
Zanie
Dave
02/02/2022, 7:52 PMZanie
Zanie
Dave
02/02/2022, 8:04 PMDave
02/02/2022, 8:04 PMZanie
Dave
02/02/2022, 8:07 PMZanie
Dave
02/02/2022, 8:12 PMDave
02/02/2022, 8:13 PMKevin Kho
core-0.15.11
tag for example for the server image. You then need to do this for all the Prefect containers. For graphql for example, you would replace this lineGeorge Coyne
02/02/2022, 8:45 PMDave
02/02/2022, 9:56 PMKevin Kho
Sankalp Patnaik
02/14/2022, 6:25 AMSankalp Patnaik
02/14/2022, 6:26 AMSankalp Patnaik
02/14/2022, 6:27 AMKevin Kho
Sankalp Patnaik
02/14/2022, 3:33 PMSankalp Patnaik
02/14/2022, 3:34 PMKevin Kho
prefect server start
if you are already spinning up server using helm. prefect server start
spins up the services as Docker containers with docker-compose
while using the helm spins up the services and Kubernetes deployments. They are two ways to deploy and you don’t need both
2. I don’t think you should be calling prefect server start
inside a Dockerfile. Again, prefect server start
uses Docker compose so this will run docker in docker. It’s not intended to be run inside a container.Sankalp Patnaik
02/14/2022, 4:20 PMSankalp Patnaik
02/14/2022, 4:20 PMKevin Kho
Sankalp Patnaik
02/23/2022, 10:19 AMprefect server config
to generate the Docker Compose file and then docker compose up
to spin up the server's services. When I tried to start the Agent, I got the following errorprefect.utilities.exceptions.ClientError [{'message': 'request to http://prefect-server-hasura.default:3000/v1alpha1/graphql failed, reason: connect ECONNREFUSED 10.132.1.243:3000', 'locations': [{'line': 2, 'column': 5}], 'path': ['project'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'request to http://prefect-server-hasura.default:3000/v1alpha1/graphql failed, reason: connect ECONNREFUSED 10.132.1.243:3000', 'type': 'system', 'errno': 'ECONNREFUSED', 'code': 'ECONNREFUSED'}}}]Sankalp Patnaik
02/23/2022, 10:19 AM