Dominik Wagner
06/23/2022, 10:21 AM2.0b7
and noticed that prefect orion kubernetes-manifest
is not a valid command. I assume I can just use the manifest from 2.0b6 and change the image version - so this is more of an FYI, since it’s still in the docs. Or is there something else I should be aware of here?Kevin Kho
06/23/2022, 1:56 PMprefect kubernetes manifest
. @Marvin open “Orion Docs - Remove `prefect orion kubernetes-manifest`”
Thanks for asking @Dominik Wagner!Marvin
06/23/2022, 1:56 PMChris Guidry
06/23/2022, 2:08 PMprefect kubernetes
, but I missed that documentation reference. I’ll get that fixed up soon.Guoying Qi
06/24/2022, 1:07 PM$ helm install my-release prefecthq/<chart>
Actually run:
helm search repo prefect
NAME CHART VERSION APP VERSION DESCRIPTION
prefect/prefect-agent 2022.6.22 latest Prefect orion application bundle
prefect/prefect-orion 2022.6.22 latest Prefect orion application bundle
helm install my-release prefect/prefect-agent --dry-run
Error: INSTALLATION FAILED: failed to download "prefect/prefect-agent"
Kevin Kho
06/24/2022, 1:33 PMGuoying Qi
06/24/2022, 1:40 PMhelm install my-release prefect/prefect-agent --dry-run
Kevin Kho
06/24/2022, 1:53 PMGuoying Qi
06/24/2022, 1:55 PMKevin Kho
06/24/2022, 1:56 PM