little-fish-42857
05/25/2021, 3:40 PMDiagnostics:
pulumi:pulumi:Stack (pulumi-eks-cluster-pulumi-eks-cluster-useast1-isolated-dev):
I0525 15:30:31.594439 277 main.go:498] Language host launching process: /opt/bitnami/node/bin/node /program/node_modules/@pulumi/pulumi/cmd/run/index.js --monitor 127.0.0.1:36205 --engine 127.0.0.1:36803 --sync /tmp/pulumi-node-pipes915941137 --project pulumi-eks-cluster --stack pulumi-eks-cluster-useast1-isolated-dev --pwd /program --dry-run --query-mode false --parallel 2147483647 .
I0525 15:30:32.196696 277 ignore.go:44] Explicitly ignoring and discarding error: sync /dev/stdout: invalid argument
I0525 15:30:32.196745 277 ignore.go:44] Explicitly ignoring and discarding error: sync /dev/stderr: invalid argument
unhandled rejection: CONTEXT(3): resource:pulumi-eks-cluster-pulumi-eks-cluster-useast1-isolated-dev[pulumi:pulumi:Stack]
STACK_TRACE:
Error:
at Object.debuggablePromise (/program/node_modules/@pulumi/pulumi/runtime/debuggable.js:69:75)
at Object.registerResource (/program/node_modules/@pulumi/pulumi/runtime/resource.js:219:18)
at new Resource (/program/node_modules/@pulumi/pulumi/resource.js:215:24)
at new ComponentResource (/program/node_modules/@pulumi/pulumi/resource.js:386:9)
at new Stack (/program/node_modules/@pulumi/pulumi/runtime/stack.js:62:9)
at Object.runInPulumiStack (/program/node_modules/@pulumi/pulumi/runtime/stack.js:48:23)
at Object.run (/program/node_modules/@pulumi/pulumi/cmd/run/run.js:235:20)
at /program/node_modules/@pulumi/pulumi/cmd/run/index.js:139:42
TF_LOG=TRACE pulumi up --refresh --config-file "${PULUMI_CONFIG_FILE}" --non-interactive --yes --logflow --logtostderr --debug -v=9
little-cartoon-10569
05/25/2021, 9:29 PMlittle-fish-42857
05/26/2021, 3:23 PM--verbose=
flag with --debug
seems to cancel the --debug
outputno_proxy
configuration only accepts a comma separeted list of host names. regular no_proxy conventions allow CIDR ranges and hostname prefixes. in our case we had 127.0.0.0/8
in no_proxy but it was not respected by the grpc library. so it was trying to send 127.0.0.1
traffic over the corp proxy.