sparse-intern-71089
01/25/2022, 3:38 AMorange-policeman-59119
01/25/2022, 8:46 AMpulumi plugin install resource kubernetes v3.14.1
Or follow the instructions here for installing the resource in your Pulumi project as a package dependency:
https://www.pulumi.com/registry/packages/kubernetes/installation-configuration/#installationorange-policeman-59119
01/25/2022, 8:47 AMminiature-musician-31262
01/25/2022, 4:27 PMv2.8.3
.brave-room-27374
01/26/2022, 3:59 AMpackage.json
is
"dependencies": {
"@pulumi/kubernetes": "^3.14.1",
"@pulumi/pulumi": "^3.22.1",
"@rugal/pulumi-istio": "^1.0.6"
},
so you can see I already made it the very latest version, but when I do pulumi up
, it not only install 3.14.1
but also try to install 1.0.6
, which is very weird
I wonder if it's because my mac is with M1
chip, that brought the issue at the first place, unless if you guys can verify that pulumi is able to run on M1
I just rerun it, able to reproduce it on my Mac. from log, pulumi downloaded the latest version but when comes to up
it complains the 1.0.6
not foundorange-policeman-59119
01/26/2022, 4:03 AMbrave-room-27374
01/26/2022, 4:03 AM.pulumi/plugin/xxx
is not in my $PATH
that results into this errorbrave-room-27374
01/26/2022, 4:04 AMorange-policeman-59119
01/26/2022, 4:04 AMorange-policeman-59119
01/26/2022, 4:05 AMbrave-room-27374
01/26/2022, 5:44 AMsparse-park-68967
01/26/2022, 5:54 PMpulumi stack export
and looking for things with "type": "pulumi:providers:kubernetes"
should tell you