careful-engine-71229
08/12/2020, 10:11 PMcareful-engine-71229
08/12/2020, 10:16 PMnew aws.cloudwatch.LogGroup()
works, while importing the object and instantiating with new LogGroup()
breaks it.best-lifeguard-91445
08/13/2020, 1:44 AMmillions-dog-5491
08/13/2020, 7:55 AMsalmon-wolf-93053
08/13/2020, 9:04 AMaverage-receptionist-65239
08/13/2020, 9:21 AMC_IDENTIFIER
refer to in the Kubernetes documentation?
e.g. https://www.pulumi.com/docs/reference/pkg/kubernetes/apps/v1/deployment/#envvarable-rose-67471
08/13/2020, 12:30 PMFrontdoor
resource.
I've recently learned that the FrontdoorFrontendEndpoint.HostName
must be a hostname where the subdomain matches that of the the Frontdoor.Name
property - an AzureRM quirk I believe.
Since I am reliant on Pulumi's auto-assigned physical names, I don't seem to have that value available to me to assign to the Frontdoor.Name
property which is deep in the args
configuration object.
Has anyone experienced this before and managed to work around it, or have any advice on how better to approach these issues?
Thanks in advanced!narrow-jackal-57645
08/13/2020, 2:57 PMgcp.container.NodePool
:
gcp:container:NodePool (totoro-demo_node_pool):
error: 1 error occurred:
* creating urn:pulumi:dev::gke-totoro-demo::gcp:container/nodePool:NodePool::totoro-demo_node_pool: error creating NodePool: googleapi: got HTTP response code 404 with body: <!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (Not Found)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
</style>
<a href=//www.google.com/><span id=logo aria-label=Google></span></a>
<p><b>404.</b> <ins>That's an error.</ins>
<p>The requested URL <code>/v1beta1/projects/totoro-dev/locations/australia-southeast1/clusters/projects/totoro-dev/locations/australia-southeast1/clusters/totoro-demo/nodePools?alt=json&prettyPrint=false</code> was not found on this server. <ins>That's all we know.</ins>
In my case I could confirm that my totoro-demo
K8S cluster (which is orchestrated with gcp.container.Cluster) has been created successfully. I am a bit puzzled with the error message.
Many thanks in advanceincalculable-dream-27508
08/13/2020, 3:16 PMuser_data
as it's getting created? Which would mean getting it somehow at that stage... (if it matters: python, OpenStack)calm-greece-42329
08/13/2020, 4:18 PMbitter-application-91815
08/13/2020, 4:35 PMshy-helmet-71712
08/13/2020, 5:14 PMbitter-application-91815
08/13/2020, 5:14 PMshy-helmet-71712
08/13/2020, 5:15 PMbitter-application-91815
08/13/2020, 5:34 PMbitter-application-91815
08/13/2020, 5:34 PMbitter-application-91815
08/13/2020, 5:35 PMbitter-application-91815
08/13/2020, 5:35 PMastonishing-quill-88807
08/13/2020, 7:20 PMwet-egg-6347
08/13/2020, 7:29 PMpulumi/random
i then use apply
to write the passwords into a local file (within the kustomize folder). this generates another output (let's call it fileOutput
)
then i need to register the kustomize Directory
... and this is where it gets tricky
my first thought was that i should use the pulumi.DependsOn
option. however DependsOn only accepts resources, and won't accept fileOutput
any tips?bitter-application-91815
08/13/2020, 7:32 PMbitter-application-91815
08/13/2020, 7:32 PMbitter-application-91815
08/13/2020, 7:34 PMbitter-application-91815
08/13/2020, 7:42 PMgentle-hairdresser-12775
08/13/2020, 8:06 PMincalculable-dream-27508
08/13/2020, 8:23 PMastonishing-quill-88807
08/13/2020, 8:26 PMincalculable-dream-27508
08/13/2020, 8:26 PMincalculable-dream-27508
08/13/2020, 8:26 PMgentle-hairdresser-12775
08/13/2020, 8:33 PMgentle-hairdresser-12775
08/13/2020, 8:33 PM