Confusing error re. action type
# 🌱|help-and-getting-started
b
Copy code
Error processing config for Deploy action <my action>:
Unrecognized action type 'kubernetes' (defined at <action_dir>\<my_action>.yaml). Are you missing a provider configuration?

Currently available action types: Build, Deploy, Run, Test
Is kubernetes not a valid action type? Those listed are all action kinds. My provider setup is fine as far as I can tell, so not sure what it's pointing at.
s
Hi @blue-kite-93685! Thanks for flagging this. I've just opened a PR that fixes the error message logic here: https://github.com/garden-io/garden/pull/6176 Could you share more details about your project config (e.g. the providers you have configured)?