shy-football-10348
12/04/2020, 5:11 PMhttps://<url>/api/v3/repos/security/jupyterhub.git/hooks
shy-football-10348
12/04/2020, 5:16 PMowner
env variable… woopsshy-football-10348
12/04/2020, 5:16 PMshy-football-10348
12/04/2020, 5:21 PMbillowy-laptop-45963
12/04/2020, 6:22 PMcreamy-engine-1851
12/05/2020, 2:40 PMfast-night-71691
12/07/2020, 1:24 PM"statusCode": 200,
"body":"html",
"headers": {"Content-Type": "text/html"}
. How to use pulumi's AWS API gateway functions that can serve html response from the container image in AWS Lambda ? . It would be great if you could kindly share the approach with the typescript sample code so that we can try it out in our company. Thank you in advance.astonishing-monitor-96741
12/07/2020, 4:34 PMmodern-librarian-67580
12/07/2020, 5:00 PMbillowy-laptop-45963
12/07/2020, 8:39 PMfierce-ability-58936
12/07/2020, 8:46 PMself.register_outputs({
bucketDnsName: bucket.bucketDomainName
})
Which doesn’t work - if it’s a dict, then it should be "bucketDnsName": bucket.bucketDomainName
and then it should presumably register the output property named “buckerDnsName”?
But when I try to use it as resource.bucketDnsName
it doesn’t work and complains about “AttributeError”.
Should I DIY it like self.bucketDnsName = bucket.bucketDomainName
after self.register_outputs call?gifted-vase-28337
12/08/2020, 6:07 PMpulumi destroy
consistently fails, which disrupts the developer workflow.
We tried protect=True
, but that yields another error on destroy
.straight-librarian-43739
12/08/2020, 6:55 PMdelightful-xylophone-3967
12/08/2020, 7:36 PMearly-glass-64522
12/08/2020, 9:13 PMfierce-grass-63054
12/09/2020, 2:24 AMpulumi github app
determines whether a status should be reported? I have my pulumi preview
runs in CI and has every necessary environment variables I thought the integration required (<http://ci.pr|ci.pr>.number=${github_pr_id}
and ci.build.type=pull_request
, etc.) , but still cannot get the preview comment and status check update in the Pull Request. Any idea would be highly appreciated🙏incalculable-dawn-53071
12/09/2020, 9:13 AMpulumi stack output
and other related commands hangs indefinitely. I've tried all the troubleshooting steps recommended on the website but I've had no joy. Can anyone suggest what I should do next?modern-napkin-96707
12/09/2020, 10:17 AMfull-dress-10026
12/09/2020, 6:34 PMaws.eks.NodeGroup
accepts instanceTypes
as a pulumi.Input<string>
. In 3.17.0, a breaking change was made to switch to pulumi.Input<pulumi.Input<string>[]>
. This results in Pulumi thinking it needs to replace the aws:eks:NodeGroup resource. This is not an acceptable solution. A replacement would result in deleting the node group and then re-creating it, taking the service completely offline. I don't understand how we're supposed to be update to 3.17.0+ with this issue. Are there any solutions to this?tall-jackal-67163
12/10/2020, 5:55 AMwet-sunset-4939
12/10/2020, 7:19 AMincalculable-dawn-53071
12/10/2020, 10:49 AMincalculable-dawn-53071
12/10/2020, 10:50 AMaverage-dinner-84543
12/10/2020, 3:43 PMinfo: [runtime] Waiting for cluster endpoint (1) ...
info: [runtime] Waiting for cluster endpoint (30)
info: [runtime] Waiting for cluster endpoint (31)
info: [runtime] Waiting for cluster endpoint (32) ...
average-dinner-84543
12/10/2020, 3:44 PMaverage-dinner-84543
12/10/2020, 3:49 PMelegant-island-39916
12/10/2020, 5:03 PMException: invocation of kubernetes:helm:template returned an error: failed to generate YAML for specified Helm chart: failed to load chart from temp directory: stat /tmp/helm955727359/kubernetes: no such file or directory
docs: https://www.pulumi.com/blog/kubernetes-ingress-with-aws-alb-ingress-controller-and-pulumi-crosswalk/
helm chart definition (Python):
helm.Chart(
"alb",
config=helm.ChartOpts(
chart="<http://storage.googleapis.com/kubernetes-charts-incubator/aws-alb-ingress-controller-0.1.9.tgz>",
# <https://github.com/aws/eks-charts/blob/master/stable/aws-load-balancer-controller/values.yaml>
values={
"clusterName": cluster.name,
"autoDiscoverAwsRegion": "true",
"autoDiscoverAwsVpcID": "true",
},
),
opts=ResourceOptions(provider=cluster.provider),
)
I must be doing something wrong, but unsure what it is. Does anyone have any insight?early-glass-64522
12/10/2020, 11:17 PMtall-needle-56640
12/11/2020, 12:17 AMpulumi up
is failing part of the time. If I rerun 1 or 2 more times, it eventually gets created. Here are some of the logs from `pulumi up -y --skip-preview -v=3 --logtostderr`:
om=False, remote=False
I1210 16:50:54.282491 2892 eventsink.go:59] Invoking function: token=azure-nextgen:resources/latest:getResourceGroup async + pulumi😛ulumi:Stack AppServiceWebApp-aswadev creating. 'dotnet build -nologo .' completed successfully
I1210 16:50:54.290488 2892 eventsink.go:59] Invoke RPC prepared: token=azure-nextgen:resources/latest:getResourceGroup
I1210 16:50:54.312492 2892 eventsink.go:59] Prepared resource: t=pulumi😛ulumi:Stack, name=AppServiceWebApp-aswadev, custom=False, remote=False
Type Name Status Info
+ pulumi😛ulumi:Stack AppServiceWebApp-aswadev creating... 'dotnet build -nologo
+ ├─ azure-nextgen:web/v20180201:WebApp siteResource creating failed error: autorest/az
+ ├─ azure-nextgen:insights/v20150501:Component componentResource created
+ └─ azure-nextgen:web/v20180201:AppServicePlan serverfarmResource creating..
I1210 16:51:04.550530 2892 eventsink.go:59] Fields to assign: ["type","ingestionMode","provisioningState","hockeyAppId","retentionInDays","tags","appId","samplingPercentage","flowType","kind","id","immediatePurgeDataOn30Days","requestSource","urn","disableIpMasking","tenantId","instrumentationKey","name","creationDate","applicationType","connectionString","privateLinkScopedResources","hockeyAppToken","applicationId","location"]
+ pulumi😛ulumi:Stack AppServiceWebApp-aswadev creating... error: update failed
=componentResource, custom=True, remote=False
I1210 16:51:04.564534 2892 eventsink.go:59] Preparing resource: t=azure-nextgen:insights/v20150501:Component, name=compone + └─ azure-nextgen:web/v20180201:AppServicePlan serverfarmResource created
I1210 16:51:08.469863 2892 eventsink.go:59] Fields to assign: ["type","provisioningState","tags","isSpot","reserved","sku","kind","freeOfferExpirationTime","id","numberOfSites","hostingEnvironmentProfile","geoRegion","perSiteScaling","workerTierName","maximumElasticWorkerCount","status","maximumNumberOfWorkers","spotExpirationTime","targetWorkerCount","urn","targetWorkerSizeId","isXenon","name","subscription","resourceGroup","hyperV","location"]
I1210 16:51:08.474858 2892 eventsink.go:59] Registering resource start: t=azure-nextgen:web/v20180201:AppServicePlan, name=serverfarmResource, custom=True, remote=False
I1210 16:51:08.481877 2892 eventsink.go:59] Preparing resource: t=azure-nextgen:web/v20180201:AppServicePlan, name=serverfarmResource, custom=True, remote=False
I1210 16:51:08.502875 2892 ignore.go:44] Explicitly ignoring and discarding error: rpc error: code = Canceled desc = grpc: + pulumi😛ulumi:Stack AppServiceWebApp-aswadev creating failed 1 error
+ ├─ azure-nextgen:web/v20180201:WebApp siteResource creating failed 1 error
* TerminateProcess: Access is denied.
Diagnostics:
azure-nextgen:web/v20180201:WebApp (siteResource):
error: autorest/azure: Service returned an error. Status=<nil> <nil>
pulumi😛ulumi:Stack (AppServiceWebApp-aswadev):
error: update failed
prehistoric-nail-50687
12/11/2020, 11:45 AMprehistoric-nail-50687
12/11/2020, 11:45 AMthousands-camera-45384
12/11/2020, 11:46 AMquiet-restaurant-29133
12/11/2020, 11:52 AMpulumi state delete <urn>
prehistoric-nail-50687
12/11/2020, 11:53 AM