Arkady K.
05/26/2021, 9:41 PMKevin Kho
05/26/2021, 9:44 PMArkady K.
05/26/2021, 9:45 PMKevin Kho
05/26/2021, 9:47 PMArkady K.
05/26/2021, 9:48 PMKevin Kho
05/26/2021, 9:52 PMnicholas
05/26/2021, 9:55 PMkubectl get services --namespace <namespace>
to get the server's external IP address for Apollo. Once you've done that, you can set that in your local ~/.prefect/config.toml
like this:
[server]
host = "http://<EXTERNAL-IP>"
When you've set that, you should be able to run prefect backend server && prefect server create-tenant --name default --slug default
Arkady K.
05/26/2021, 9:57 PMnicholas
05/26/2021, 9:57 PM