helpful-ice-5738
01/28/2019, 11:48 PMmy-bucket
, but Pulumi assigns unique IDs to each resource, so it becomes my-bucket<some_id>
. Am I right in assuming that if I want to access a second-stack resource, I either have to create some registry of resource names or manually pass them to the second stack?adamant-restaurant-73893
01/29/2019, 4:24 PMboundless-notebook-29645
01/29/2019, 4:45 PMadamant-restaurant-73893
01/29/2019, 5:35 PMchilly-photographer-60932
01/29/2019, 9:08 PMOutput<string>
to string
? One of the function returns an Output<string>
and the other one expects a string
.full-dress-10026
01/29/2019, 11:20 PMaws.cloudwatch.Dashboard
to my code and received this after running pulumi up
. No idea what it means. These are my package deps:
"@pulumi/pulumi": "0.16.9",
"@pulumi/aws": "0.16.5",
"@pulumi/cloud-aws": "0.16.2",
"@pulumi/aws-infra": "0.16.3-dev.1548354465"
error:
error: TypeError: message.getPropertydependenciesMap is not a function
at Function.proto.pulumirpc.RegisterResourceRequest.serializeBinaryToWriter (/home/kenny/compute_software/demo-applications/basic-web/pulumi/node_modules/@pulumi/aws/node_modules/@pulumi/pulumi/proto/resource_pb.js:775:15)
at proto.pulumirpc.RegisterResourceRequest.serializeBinary (/home/kenny/compute_software/demo-applications/basic-web/pulumi/node_modules/@pulumi/aws-infra/node_modules/@pulumi/pulumi/proto/resource_pb.js:696:43)
at serialize_pulumirpc_RegisterResourceRequest (/home/kenny/compute_software/demo-applications/basic-web/pulumi/node_modules/@pulumi/aws-infra/node_modules/@pulumi/pulumi/proto/resource_grpc_pb.js:95:26)
at Object.final_requester.sendMessage (/home/kenny/compute_software/demo-applications/basic-web/pulumi/node_modules/grpc/src/client_interceptors.js:806:37)
at InterceptingCall._callNext (/home/kenny/compute_software/demo-applications/basic-web/pulumi/node_modules/grpc/src/client_interceptors.js:419:43)
at InterceptingCall.sendMessage (/home/kenny/compute_software/demo-applications/basic-web/pulumi/node_modules/grpc/src/client_interceptors.js:464:8)
at InterceptingCall._callNext (/home/kenny/compute_software/demo-applications/basic-web/pulumi/node_modules/grpc/src/client_interceptors.js:428:12)
at InterceptingCall.sendMessage (/home/kenny/compute_software/demo-applications/basic-web/pulumi/node_modules/grpc/src/client_interceptors.js:464:8)
at ServiceClient.Client.makeUnaryRequest (/home/kenny/compute_software/demo-applications/basic-web/pulumi/node_modules/grpc/src/client.js:536:21)
at ServiceClient.method_func [as registerResource] (/home/kenny/compute_software/demo-applications/basic-web/pulumi/node_modules/grpc/src/client.js:950:43)
orange-tailor-85423
01/30/2019, 1:32 AMorange-tailor-85423
01/30/2019, 1:32 AMwitty-night-47448
01/30/2019, 1:20 PMfew-processor-86645
01/30/2019, 3:07 PMbitter-island-28909
01/30/2019, 4:17 PMgit status
reports “nothing to commit, working tree clean” both before and after I run pulumi update
.adamant-restaurant-73893
01/30/2019, 4:58 PMchilly-photographer-60932
01/30/2019, 5:05 PMk8s
? I have deployed this using helm chart. I am able to get the hang of the service withsomething like this istio.getResource("v1/Service", "istio-ingressgateway");
which returns the k8s
service object https://github.com/pulumi/pulumi-kubernetes/blob/d301148551488034535fc2a66c29aa5a2f86380b/sdk/nodejs/provider.ts#L8435
From this service how do I get the reference to load balancer that was created?cold-coat-35200
01/30/2019, 5:09 PMaws.elasticloadbalancingv2.getLoadBalancer
working with tags filter? When I'm using the name or the arn, I get back the load balancer, but with tags it says Search returned 7 results, please revise so only one is returned
. It has a unique name, so that could not be the problem.
What is strange to me, that if it based on terraform aws_lb
data source, then why the tags argument not listed here?
https://www.terraform.io/docs/providers/aws/d/lb.htmladamant-restaurant-73893
01/30/2019, 7:16 PMred-lamp-97876
01/30/2019, 8:01 PMquaint-queen-45003
01/30/2019, 8:43 PMnamespace
param in ChartOps
to deploy a chart from a public repo into a specific name space but it ended up in default rather than the specified name space. has anyone had any luck with this?tall-optician-55814
01/30/2019, 8:52 PMclean-car-30047
01/30/2019, 8:58 PMchilly-photographer-60932
01/30/2019, 11:06 PMk8sIngress
, How do I get actual LoadBalancer in this case the ELB
?flat-flag-46972
01/31/2019, 1:29 AMearly-musician-41645
01/31/2019, 5:00 PMearly-musician-41645
01/31/2019, 5:01 PMearly-musician-41645
01/31/2019, 5:15 PMchilly-photographer-60932
01/31/2019, 11:08 PMaws
. How do I by pass that?early-musician-41645
01/31/2019, 11:50 PMaws-auth
configmap to a Kubernetes user that is limited to actions within a specific namespace.
Hence, the aws-auth configmap will be updated often and quickly move out of sync with the initial definition for it in when we new eks.Cluster
.
Can you recommend a Pulumi way to manage the namespaces, IAM roles, kubernetes roles, rolebindings & usernames?some-waitress-78905
02/01/2019, 2:46 AMearly-musician-41645
02/01/2019, 4:31 AMpulumi up
adventurous-night-54654
02/01/2019, 2:13 PM