straight-cartoon-24485
03/07/2021, 5:35 AMpulumi up
.
Diagnostics:
pulumi:providers:kubernetes (default_0_0_1):
error: no resource plugin 'kubernetes-v0.0.1' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource kubernetes v0.0.1`
package.json
of my local autogenerated package:
{
"name": "@pulumi/depo-cert-manager",
"version": "0.0.1",
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"@pulumi/pulumi": "^2.22.0"
},
"pulumi": {
"resource": true
},
"devDependencies": {
"typescript": "^4.2.3"
}
}
loading that package in the main pulumi program package.json
with:
"dependencies": {
"@pulumi/depo-cert-manager": "file:cert-manager-types",
What's causing pulumi to think of this package as a plugin?
I changed to "version": "0.0.2"
, and I get the following on `pulumi up`:
Diagnostics:
pulumi:providers:kubernetes (default_0_0_2):
error: no resource plugin 'kubernetes-v0.0.2' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource kubernetes v0.0.2`
$ pulumi plugin install resource kubernetes v0.0.2
[resource plugin kubernetes-0.0.2] installing
error: [resource plugin kubernetes-0.0.2] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v0.0.2-linux-amd64.tar.gz>
"version": "2.8.2",
$ pulumi up
[...]
Type Name Plan Info
pulumi:pulumi:Stack haze-omega
+ ├─ kubernetes:<http://cert-manager.io/v1:ClusterIssuer|cert-manager.io/v1:ClusterIssuer> letsencrypt-staging create
[...]