Arkady K.
05/26/2021, 9:41 PMKevin Kho
Arkady K.
05/26/2021, 9:45 PMArkady K.
05/26/2021, 9:46 PMKevin Kho
Arkady K.
05/26/2021, 9:48 PMKevin Kho
nicholas
kubectl 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
nicholas
Arkady K.
05/26/2021, 9:57 PMnicholas