magnificent-petabyte-57952
09/16/2019, 10:04 PM.serverless
folder with serverless framework. thanks!big-nail-28315
09/16/2019, 10:55 PMhundreds-portugal-17080
09/17/2019, 1:20 AMfamous-oxygen-48490
09/17/2019, 8:30 AMdamp-room-71337
09/17/2019, 9:20 AMwarning: extensions/v1beta1/Deployment is not supported by Kubernetes 1.16+ clusters. Use apps/v1/Deployment instead.
from Helm charts I don’t have control over, when deploying to k8s 1.14stale-park-1622
09/17/2019, 9:48 AMboundless-room-36997
09/17/2019, 10:02 AMquick-action-34599
09/17/2019, 3:10 PMquick-action-34599
09/17/2019, 3:10 PMsecret
prop is missing from all the exported objects in pulumi’s outputquick-action-34599
09/17/2019, 3:11 PMsecret: key.encryptedSecret
early-intern-90238
09/17/2019, 5:31 PMearly-intern-90238
09/17/2019, 5:32 PMworried-city-86458
09/17/2019, 6:34 PMfull-dress-10026
09/17/2019, 6:52 PMcool-egg-852
09/17/2019, 7:07 PMlittle-garage-43399
09/17/2019, 9:37 PMnice-airport-15607
09/17/2019, 10:33 PMerror: could not get cloud url: could not load current project: yaml: unmarshal errors:
line 5: cannot unmarshal !!map into string
and wondering anyone else has seen this before?worried-city-86458
09/18/2019, 5:13 AMconst cluster = new eks.Cluster(...)
const nodeGroup = cluster.createNodeGroup(...)
const nodeLoadBalancer = new aws.elb.LoadBalancer(...)
const nodeAutoScalingGroup = nodeGroup.autoScalingGroupName.apply(name => aws.autoscaling.getGroup({ name: name }));
nodeAutoScalingGroup.loadBalancers...? // readonly
sparse-cpu-53654
09/18/2019, 9:39 AMADMIN
of an organisation I'm currently a MEMBER
of? the existing administrator can't find a way to change my role. I'm already an owner of the associated GitHub organisationmammoth-caravan-51104
09/18/2019, 10:46 AMpowerful-ram-56107
09/18/2019, 1:18 PMpulumi
, but when it comes to creating a Cloud SQL Instance pulumi
responds with:
gcp:sql:DatabaseInstance (db1):
error: Plan apply failed: Error, failed to create instance db1: googleapi: Error 403: The client is not authorized to make this request., notAuthorized
Any idea why that might be the case? I'm obviously authorized (with my Google Account, role owner
of the GCP project) via gcloud auth login
and gcloud auth application-default login
powerful-ram-56107
09/18/2019, 3:11 PMpulumi
question: I want to use GCP beta features (specifically this one: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#Cluster.ConsumptionMeteringConfig).
From the documentation and blog posts it seems pulumi
supports GCP beta features, but the Typescript types in pulumi/gcp@1.0.0
do not support it.
Is it that it's just a bit behind GCP? If yes, how much?swift-painter-31084
09/18/2019, 6:29 PMchilly-photographer-60932
09/18/2019, 7:13 PMcni
along with eks
using https://github.com/pulumi/pulumi-eks . How can we override the default CNI which gets installed with pulumi-eks
?billowy-laptop-45963
09/18/2019, 9:32 PMworried-city-86458
09/19/2019, 2:49 AMaws:route53:Record (Dev-Eks-nodeInternalElbDns):
error: Plan apply failed: AccessDenied: User: <arn> is not authorized to access this resource
status code: 403, request id: ba3a64a7-d984-4bd7-be97-12624890e903
powerful-ram-56107
09/19/2019, 7:49 AMpulumi
"accept" pre-existing objects with the same name/ID as described in the sources into the current stack? I mean similar to pulumi refresh
, but without the resources being present in the stack already. I imagine a workflow where one does:
1. pulumi accept
, which writes the objects into the stack as is; strongly suggesting to continue with step 2 afterwards
2. pulumi up --expect-no-changes
, until the code fits the current stack state againrhythmic-finland-36256
09/19/2019, 12:36 PMazure.sql.SQLServer
and inside of it some `azure.sql.Database`s with pulumi?fresh-summer-65887
09/19/2019, 3:36 PMbillowy-laptop-45963
09/19/2019, 5:09 PM