command execution failed with code: 1
soc1c opened this issue · 3 comments
soc1c commented
0 ✓ parity@Paritys-Mini ~ $ polkadot-deployer create --config /Users/parity/Desktop/mini.json
Downloading component kubectl...
Done
Downloading component helm...
Done
Downloading component terraform...
Done
Downloading component kind...
Done
Downloading component aws-iam-authenticator...
Done
Creating cluster 'minithereum'...
Command execution failed with code: 1
Could not create local deployment: 1
Could not create cluster: 1
Command execution failed with code: 1
Could not delete local deployment: 1
1 ✗ parity@Paritys-Mini ~ $ polkadot-deployer create --config /Users/parity/Desktop/mini.json
Creating cluster 'minithereum'...
Command execution failed with code: 1
Could not create local deployment: 1
Could not create cluster: 1
Command execution failed with code: 1
Could not delete local deployment: 1
1 ✗ parity@Paritys-Mini ~ $ polkadot-deployer create --config /Users/parity/Desktop/mini.json --verbose
Creating cluster 'minithereum'...
Error: could not list clusters: failed to list nodes: exit status 1
Command execution failed with code: 1
Could not create local deployment: 1
Could not create cluster: 1
Error: could not list clusters: failed to list nodes: exit status 1
Command execution failed with code: 1
Could not delete local deployment: 1
on macos with npm 6.9.0 and node 12.6.0
soc1c commented
config:
{
"name": "minithereum",
"type": "local",
"nodes": 4
}
soc1c commented
ah, darn, my docker was down. 👍 :)
fgimenez commented
cool, to get more info about what's going on you can invoke polkadot-deployer adding --verbose
.