On prefect cloud: Is anyone else having a problem ...
# ask-community
s
On prefect cloud: Is anyone else having a problem creating kubernetes work pools today? When I try to use the
from_file
, nothing happens. No JS error. Nothing. I know I've done this before so it worked at some point. [thread]:
prefect oss:
Prefect cloud: (clicking "Add +" yields no modal)
tried these browsers: • Firefox: 135.0.1 (aarch64) • Chrome: Version 133.0.6943.127 (Official Build) (arm64) OS/device: • MacBook Pro Apple M3 Pro • MacOS 15.3 (24D60)
j
Hi @Samuel Friedman - I'm not able to recreate this. (I see the little K8s logo and a modal appears). Are you still running into it? If so, can you try a hard reload and see what happens?
s
ah, thanks so much for looking into this Jenny - checking again now…
🙏 1
Yes, still having the same issue. If you’d like, I can huddle and show you. Perhaps there is something simple I’m missing.
j
Yes that would be great - I'll invite you in a sec!
I think I understand the issue.... You need a Kubernetes Cluster Config block which isn't added by default to new workspaces. Can you try installing the prefect-kubernetes package and then running
prefect block register -m prefect_kubernetes
from the cli while you are logged in to your new workspace? I just tried that with my new workspace (where I had the issue as you earlier) and it now works for me. Can you let me know if that fixes it for you?
s
Hmm, that seems strange. I don’t think we did any block registration from the cli for Prefect open source-
I’ll give it a try though
j
Yep I'm not sure if it's expected
Offering this to try get you unblocked
s
my block is named something else - presuming I need to replace
… -m prefect_kubernetes
with the name of the block I created?
Or it needs to be exactly as you’ve written to work around this?