hi kapa, when I execute `garden plugins kubernetes...
# 🤖|ask-kapa
m
Please stand by @limited-crayon-56213 as I search the knowledge base. I normally take about 20 seconds or so. :wave:
---------------------- The error message you're seeing typically indicates that the command is not being run from a directory that Garden recognizes as a project directory. A Garden project directory is usually identified by the presence of a
garden.yml
file or a
.garden
directory. Ensure that you're running the
garden plugins kubernetes cluster-init
command from within a valid Garden project directory. If you're unsure about the structure of a Garden project, you can refer to the Your First Project () tutorial in the Garden documentation. If you're still encountering issues, it might be helpful to check your project configuration. For instance, in the exec plugin example (), the project configuration is defined in a
garden.yml
file at the project level. Your project should have a similar configuration file. If none of these suggestions resolve the issue, it might be a bug or an unexpected behavior. In such cases, it's recommended to report the issue on the Garden GitHub page (). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
l
ok I have another question. Why when I execute the garden plugins kubernetes cluster-init command, there is a stage of "Fetching kubectl" ?