better-rainbow-14549
05/22/2019, 2:01 PMtall-librarian-49374
05/22/2019, 2:39 PMbetter-rainbow-14549
05/22/2019, 2:46 PMnew azure.dns.NsRecord(`${args.ZoneArgs.name}`, {
name: args.ZoneArgs.name,
resourceGroupName: parentZone.resourceGroupName,
zoneName: parentZone.name,
record: pulumi.output(dnsZone.nameServers).apply(x => x.map(y => ({ nsdname: y }))),
ttl: args.Ttl
});
but it always wants to update the resource - I suspect azure is shuffling the records order around to load balance the servers in some way, it's only ever the order that changes. Is the best workaround just to sort them?better-rainbow-14549
05/22/2019, 3:44 PMerror: azure:containerservice/kubernetesCluster:KubernetesCluster resource 'Operations-AKS' has a problem: "linux_profile.0.ssh_key": required field is not set
error: azure:containerservice/kubernetesCluster:KubernetesCluster resource 'Operations-AKS' has a problem: linux_profile.0: invalid or unknown key: ssh_keys
better-rainbow-14549
05/22/2019, 3:46 PMbetter-rainbow-14549
05/22/2019, 3:54 PMbetter-rainbow-14549
05/22/2019, 3:54 PMaverage-dream-51210
05/22/2019, 8:44 PMaverage-dream-51210
05/22/2019, 8:45 PMaverage-dream-51210
05/22/2019, 8:45 PMaverage-dream-51210
05/22/2019, 10:53 PMaverage-dream-51210
05/22/2019, 11:13 PMearly-intern-90238
05/23/2019, 12:02 AMearly-intern-90238
05/23/2019, 12:09 AMearly-intern-90238
05/23/2019, 12:10 AMearly-intern-90238
05/23/2019, 12:10 AMearly-intern-90238
05/23/2019, 12:11 AMwhite-balloon-205
05/23/2019, 1:15 AMname
explicitly then Pulumi will not auto name with a random postfix. It sounds like your worker did not specify a name
?average-dream-51210
05/23/2019, 5:20 AMaverage-dream-51210
05/23/2019, 5:21 AMaverage-dream-51210
05/23/2019, 5:23 AMmicroscopic-nightfall-25404
05/23/2019, 12:23 PMbetter-rainbow-14549
05/23/2019, 1:18 PMtall-librarian-49374
05/23/2019, 2:33 PMpulumi.output(azure.core.getClientConfig({})).apply(c => servicePrincipalObjectId)
is empty when I run pulumi on my dev pc. Is there a way to get the current user ID? I need to use it as objectId
for permissions.creamy-jelly-91590
05/23/2019, 3:01 PM++ ├─ kubernetes:extensions:Ingress hello-kubernetes-us-east1 creating replacement.. [diff: ~metadata]; [2/3] Waiting for update of .status.loadBalancer with hostname/IP
full-dress-10026
05/23/2019, 3:54 PMpulumi up
failed and now I get several messages like this:
aws:elasticloadbalancingv2:LoadBalancer (e839e3dc):
error: Plan apply failed: refreshing urn:pulumi:fib-autoscale::fib::awsx:x:elasticloadbalancingv2:ApplicationLoadBalancer$aws:elasticloadbalancingv2/loadBalancer:LoadBalancer::e839e3dc: Error retrieving ALB: ValidationError: 'arn:aws:elasticloadbalancing:us-west-2:710312645543:loadbalancer/app/e839e3dc-3597e49/e54545127f980ecc' is not a valid load balancer ARN
status code: 400, request id: e2522ac7-7d72-11e9-a259-a7fa9e6e25ad
How do you resolve this kind of error?better-rainbow-14549
05/23/2019, 3:59 PMcool-kite-89497
05/23/2019, 5:12 PMerror: cloudflare:index/zoneSettingsOverride:ZoneSettingsOverride resource '<zone>-zonesettings' has a problem: settings.0: invalid or unknown key: tls13
error: cloudflare:index/zoneSettingsOverride:ZoneSettingsOverride resource '<zone>-zonesettings' has a problem: settings.0: invalid or unknown key: tls12_only
Running into an issue with a CF ZoneSettingsOverride. Has anyone seen this before?orange-tailor-85423
05/23/2019, 6:09 PMpulumi preview --suppress-outputs --json
, the outputs end up in the JSON anywayaverage-dream-51210
05/23/2019, 11:59 PMaverage-dream-51210
05/23/2019, 11:59 PMwhite-balloon-205
05/24/2019, 3:57 AMaverage-dream-51210
05/24/2019, 4:52 AM