Hello! I’m just starting to attempt to deploy pref...
# prefect-community
d
Hello! I’m just starting to attempt to deploy prefect open-source on GCP with kubernetes, I updated to
2.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?
k
Looks like it for moved to
prefect kubernetes manifest
. @Marvin open “Orion Docs - Remove `prefect orion kubernetes-manifest`” Thanks for asking @Dominik Wagner!
c
Thanks @Dominik Wagner and @Kevin Kho, I’ll get these docs updated, sorry for the confusion! We’re consolidating the Kubernetes-related utilities under
prefect kubernetes
, but I missed that documentation reference. I’ll get that fixed up soon.
🔥 1
g
Thanks. One more place for the name confusing: In github: https://github.com/PrefectHQ/prefect-helm/tree/2022.6.23
Copy code
$ helm install my-release prefecthq/<chart>
Actually run:
Copy code
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"
what is prefect-agent? and not found when installing it
k
You need an agent when running flows registered with a deployment
g
but this not working
helm install my-release prefect/prefect-agent --dry-run
where is the git repo?
k
The repo is here. This what you need?
Oh no you had it already. I see what you are saying
Will ask a team member
g
that doesn’t include the agent
k
Yep I get what you mean now. I sent a message to the person who wrote it
🙌 1
You are right and the agent should be out next week