Dillan Smith
12/09/2022, 8:15 PMhelm install prefect-orion-poc prefect/prefect-orion --values helm-orion-values.yaml
and my values file is
namespaceOverride: helm-prefect
postgresql:
auth:
password: password
ingress:
enabled: true
It outputs Get the application URL by running these commands: <http://prefect.local/>
but that comes back as an unknown host. Im pretty new to K8S so any help is appreciated.Anna Geller
prefect kubernetes manifest agent > agent.yaml
kubectl apply -f agent.yaml
and then create a KubernetesJob block and a deployment with the same work queue as the agent (default is kubernetes
)Dillan Smith
12/21/2022, 4:05 PM