busy-umbrella-36067
10/18/2018, 8:33 PM$ cat stack.json | noglob jq -r .deployment.resources[3]
{
"urn": "urn:pulumi:containers-dev::containers::pulumi:providers:kubernetes::default",
"custom": true,
"id": "4bee1431-e9c0-42d0-99f1-e813af0fa1a4",
"type": "pulumi:providers:kubernetes",
"inputs": {
"version": "0.17.2"
},
"dependencies": null,
"initErrors": null
}
$ cat stack.json | noglob jq -r .deployment.manifest.plugins[0]
{
"name": "kubernetes",
"path": "/Users/azamat/.pulumi/plugins/resource-kubernetes-v0.17.2/pulumi-resource-kubernetes",
"type": "resource",
"version": "0.17.2"
}
$ pulumi plugin ls ✘ 255
NAME KIND VERSION SIZE INSTALLED LAST USED
aws resource 0.16.0 144 MB 2 minutes ago now
kubernetes resource 0.17.2 48 MB 2 minutes ago now
TOTAL plugin cache size: 192 MB
$ pulumi refresh
...
...
...
error: could not find plugin for provider 'urn:pulumi:containers-dev::containers::pulumi:providers:kubernetes::default'
full-dress-10026
10/18/2018, 8:35 PMbusy-umbrella-36067
10/18/2018, 8:40 PMcreamy-potato-29402
10/18/2018, 8:42 PMbusy-umbrella-36067
10/18/2018, 8:43 PMerror: failed to load language plugin nodejs: failed to perform plugin load callback: failed to verify snapshot: child resource urn:pulumi:containers-dev::con
tainers::standard:Deploy$kubernetes:apps/v1:StatefulSet$kubernetes:core/v1:Service::eth refers to missing parent urn:pulumi:containers-dev::containers::standard:Deploy$kubernetes:apps/v1:StatefulSet::eth
bitter-oil-46081
10/18/2018, 8:45 PMbusy-umbrella-36067
10/18/2018, 8:47 PMbitter-oil-46081
10/18/2018, 8:48 PM-v=10 --logtostderr
there will be a lot of diagnostics information, some of which would be related to plugin loading.
I'm not sure if this is related to the other issue you see about a missing resource in the checkpoint. I would think they are not related, but I can not be certain.busy-umbrella-36067
10/18/2018, 8:51 PMbitter-oil-46081
10/18/2018, 8:52 PMbusy-umbrella-36067
10/18/2018, 8:54 PMI1018 14:52:19.555373 83909 plugins.go:329] GetPluginPath(resource, kubernetes, 0.17.2): found candidate (#0.17.2)
I1018 14:52:19.555488 83909 plugins.go:345] GetPluginPath(resource, kubernetes, 0.17.2): found in cache at /Users/azamat/.pulumi/plugins/resource-kubernetes-v0.17.2/pulumi-resource-kubernetes
I1018 14:52:19.755571 83909 plugin.go:98] Launching plugin 'kubernetes (resource)' from '/Users/azamat/.pulumi/plugins/resource-kubernetes-v0.17.2/pulumi-resource-kubernetes' with args: 127.0.0.1:49914
I1018 14:52:19.900355 83909 provider_plugin.go:617] Provider[kubernetes, 0xc000e1c7d0].GetPluginInfo() executing
I1018 14:52:19.901543 83909 snapshot.go:125] SnapshotManager: RecordPlugin(kubernetes-0.17.2)
I1018 14:52:19.908699 83909 api.go:148] Making Pulumi API call:
I1018 14:52:20.590815 83909 api.go:150] Pulumi API call details (<https://api.pulumi.com/api/stacks/XXXXXXXXX/complete>): headers=map[Content-Type:[application/json] User-Agent:[pulumi-cli/1 (v0.16.0; darwin)] Accept:[application/vnd.pulumi+1] Authorization:[update-token XX.XXX.XXXXXX]]; body={"status":"failed"}
status: failed
Pulumi API call response code 204 No Content
I1018 14:52:20.988109 83909 sink.go:154] defaultSink::Error(error: could not find plugin for provider 'urn:pulumi:cointainers-dev::cointainers::pulumi:providers:kubernetes::default'
<http://github.com/pulumi/pulumi/pkg/resource/deploy/providers.NewRegistry|github.com/pulumi/pulumi/pkg/resource/deploy/providers.NewRegistry>
/private/tmp/pulumi-20181017-83944-7lcm2y/src/github.com/pulumi/pulumi/pkg/resource/deploy/providers/registry.go:107
<http://github.com/pulumi/pulumi/pkg/resource/deploy.NewPlan|github.com/pulumi/pulumi/pkg/resource/deploy.NewPlan>
/private/tmp/pulumi-20181017-83944-7lcm2y/src/github.com/pulumi/pulumi/pkg/resource/deploy/plan.go:210
<http://github.com/pulumi/pulumi/pkg/engine.plan|github.com/pulumi/pulumi/pkg/engine.plan>
/private/tmp/pulumi-20181017-83944-7lcm2y/src/github.com/pulumi/pulumi/pkg/engine/plan.go:158
<http://github.com/pulumi/pulumi/pkg/engine.update|github.com/pulumi/pulumi/pkg/engine.update>
/private/tmp/pulumi-20181017-83944-7lcm2y/src/github.com/pulumi/pulumi/pkg/engine/update.go:134
<http://github.com/pulumi/pulumi/pkg/engine.Refresh|github.com/pulumi/pulumi/pkg/engine.Refresh>
/private/tmp/pulumi-20181017-83944-7lcm2y/src/github.com/pulumi/pulumi/pkg/engine/refresh.go:44
<http://github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).runEngineAction|github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).runEngineAction>
/private/tmp/pulumi-20181017-83944-7lcm2y/src/github.com/pulumi/pulumi/pkg/backend/httpstate/backend.go:820
bitter-oil-46081
10/18/2018, 10:06 PMcreamy-potato-29402
10/18/2018, 10:09 PMbitter-oil-46081
10/18/2018, 10:16 PM