Hello, I just created a new Pulumi project (pulumi new kubernetes-java). When trying to compile the project, intellij says com.pulumi.kubernetes.apps_v1 does not exist.
Do you know why I can't download those dependencies?
f
full-zebra-67293
08/02/2022, 9:14 AM
Hi jiri
can u pls create document for what u have done
can u share me that pls
h
high-school-89337
08/02/2022, 9:36 AM
Sure.
1. Installed pulumi (via chocolatey)
2. Created empty folder in my file system
3. Opened cmd in that folder and run pulumi new kubernetes-java
4. Then opened the project in Intellij and tried to compile the project