sparse-intern-71089
04/03/2020, 12:03 AMgreen-morning-1318
04/03/2020, 12:20 AMgcp or awsgreen-morning-1318
04/03/2020, 12:21 AMchilly-laptop-44574
04/03/2020, 12:22 AMgreen-morning-1318
04/03/2020, 12:29 AMpulumi plugin install  is only needed when you want to manually install resource provider plugins. For most languages, including TypeScript/Node.js, Pulumi will take care of installing the resource providergreen-morning-1318
04/03/2020, 12:31 AM"dependencies": {
        "@pulumi/pulumi": "^1.0.0",
        "@pulumi/kubernetes": "^1.0.0",
        "@pulumi/kubernetesx": "^0.1.1"
    }
And I let the Pulumi command figure out which resource provider and which version I needgentle-diamond-70147
04/03/2020, 12:41 AMpulumi plugin install ... is generally not needed. npm install or pip install ... should handle this for you in most cases.chilly-laptop-44574
04/03/2020, 12:43 AMpulumi stack select ...  i am getting info about missing plugin…