rough-oil-1458
09/03/2018, 5:32 PMrough-oil-1458
09/03/2018, 5:43 PMboundless-monkey-50243
09/03/2018, 6:06 PMboundless-monkey-50243
09/03/2018, 6:08 PMboundless-monkey-50243
09/03/2018, 6:31 PMboundless-monkey-50243
09/03/2018, 6:34 PMaws-infra
. This is a bit hefty, but makes sense...big-piano-35669
ServiceDeployment
class is a mashup of a Deployment
and Service
object, and is ever-so-slightly opinionated on inputs/outputs shapes.boundless-monkey-50243
09/03/2018, 6:38 PMboundless-monkey-50243
09/03/2018, 6:38 PMboundless-monkey-50243
09/03/2018, 6:39 PMboundless-monkey-50243
09/03/2018, 6:49 PMboundless-monkey-50243
09/03/2018, 6:50 PMconstructor(name: string, baseArgs: NetworkArgs, opts?: pulumi.ComponentResourceOptions) {
super("carestack:aws:components:Network", name, {}, opts);
results in
error: no resource plugin 'carestack' found in the workspace or on your $PATH
I assumed the token names were just for humans, but I guess not.boundless-monkey-50243
09/03/2018, 6:53 PMaws:carestack:...
either, different error. Womp womp.)stocky-spoon-28903
09/03/2018, 7:44 PMstocky-spoon-28903
09/03/2018, 7:45 PMrough-oil-1458
09/03/2018, 8:42 PMboundless-monkey-50243
09/03/2018, 9:08 PMboundless-monkey-50243
09/03/2018, 9:11 PMboundless-monkey-50243
09/03/2018, 9:12 PMboundless-monkey-50243
09/03/2018, 9:13 PMboundless-monkey-50243
09/03/2018, 9:13 PMerror: /keybase/team/carestack.infra/pulumi/stacks/infra.json: snapshot integrity failure; refusing to use it: resource urn:pulumi:infra::infra::aws:ec2/instance:Instance::gitlab-app's dependency urn:pulumi:infra::infra::aws:rds/instance:Instance$aws:route53/record:Record::gitlab-db-dns comes after it
boundless-monkey-50243
09/03/2018, 9:19 PMfresh-king-3299
09/04/2018, 4:02 AMcreamy-potato-29402
09/04/2018, 4:03 AMmake build && make install
ought to do the trick.creamy-potato-29402
09/04/2018, 4:03 AMpulumi-resource-kubernetes
, though!creamy-potato-29402
09/04/2018, 4:04 AMwhere pulumi-resource-kubernetes
to see what’s on your path.fresh-king-3299
09/04/2018, 4:04 AMfind ~ -name pulumi*
/root/.pulumi/plugins/resource-kubernetes-v0.16.0/pulumi-resource-kubernetes
/root/.pulumi/bin/pulumi-language-nodejs
/root/.pulumi/bin/pulumi-language-python
/root/.pulumi/bin/pulumi-resource-pulumi-nodejs
/root/.pulumi/bin/pulumi-language-go
/root/.pulumi/bin/pulumi-language-python-exec
/root/.pulumi/bin/pulumi
creamy-potato-29402
09/04/2018, 4:04 AMcreamy-potato-29402
09/04/2018, 4:05 AM$ where pulumi-resource-kubernetes
/Users/alex/.pulumi/bin/pulumi-resource-kubernetes
fresh-king-3299
09/04/2018, 4:05 AM