white-balloon-205
03/24/2019, 10:09 PMbetter-rainbow-14549
03/25/2019, 2:33 PMSP creating error: Plan apply failed: graphrbac.ApplicationsClient#Create: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2019-03-25T14:22:29","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":"6df1d82f-17bb-48da-94d7-8dd03e6a39fa"}}]
better-rainbow-14549
03/25/2019, 2:33 PMbetter-rainbow-14549
03/25/2019, 2:33 PMsticky-piano-10761
03/25/2019, 3:11 PMbillowy-garage-68819
03/25/2019, 3:22 PMfull-dress-10026
03/25/2019, 4:31 PMfierce-dinner-20116
03/25/2019, 4:58 PMfresh-flag-12765
03/25/2019, 6:12 PMbetter-rainbow-14549
03/25/2019, 6:25 PMModerate Denial of Service
Package js-yaml
Dependency of @pulumi/kubernetes
better-rainbow-14549
03/25/2019, 6:25 PMgray-city-50684
03/25/2019, 6:32 PMpulumi config set cloudflare:email <value>
error: an unhandled error occurred: Program exited with non-zero exit code: 1gray-city-50684
03/25/2019, 6:33 PMbetter-rainbow-14549
03/25/2019, 6:37 PMdnsZone: azure.dns.Zone | (azure.dns.GetZoneResult & azure.dns.GetZoneArgs) | { resourceGroupName: pulumi.Input<string>, name: pulumi.Input<string>, id: pulumi.Input<string> }
important-leather-28796
03/25/2019, 6:41 PMlocations
matching the api https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#Clusterdamp-book-35965
03/25/2019, 8:03 PMbillions-lock-73409
03/25/2019, 8:43 PMaws.lambda.CallbackFunction
class, and am referencing some parameters needed for launching fargate tasks. However the serialization seems to be properly including the values but they aren’t accessible as written in the ecs.runTask
call. Example function in thread.important-leather-28796
03/25/2019, 9:25 PMup
the fix, and it seems I cannot destroy
either. error: [409] Conflict: Another update is currently in progress
. I also tried refresh but of course it fails due to the original error. What is the proper way to force a destroy?cool-kite-89497
03/25/2019, 9:53 PMearly-musician-41645
03/25/2019, 10:55 PMbrainy-psychiatrist-41826
03/25/2019, 11:56 PMdamp-book-35965
03/26/2019, 12:06 AMconst iamRole = new aws.iam.Role(clusterName + "-server", {
assumeRolePolicy: JSON.stringify({
Version: "2012-10-17",
Statement: [{
Action: "sts:AssumeRole",
Principal: {
"AWS": cluster.instanceRole <- this is type=pulumi.Output<aws.iam.Role>;
},
Effect: "Allow"
}]
})
});
damp-book-35965
03/26/2019, 12:06 AMorange-policeman-59119
03/26/2019, 1:12 AMgcp:project
? It'll be a blocker for being able to use multi-project stacks.brainy-psychiatrist-41826
03/26/2019, 2:07 AMboundless-author-24618
03/26/2019, 9:45 AMbetter-rainbow-14549
03/26/2019, 10:32 AM+ kubernetes:core:Namespace ingress creating Retry #0; creation failed: namespaces "ingress" already exists
+ kubernetes:core:Namespace ingress creating error: Plan apply failed: namespaces "ingress" already exists
+ kubernetes:core:Namespace ingress **creating failed** error: Plan apply failed: namespaces "ingress" already exists
worried-engineer-33884
03/26/2019, 3:47 PMbillowy-garage-68819
03/26/2019, 4:51 PMorange-tailor-85423
03/26/2019, 5:29 PMorange-tailor-85423
03/26/2019, 5:29 PMwhite-balloon-205
03/26/2019, 6:17 PMexamples
repo nightly at https://github.com/pulumi/examples/blob/master/misc/test/examples_test.go. This is something that anyone can use for their own projects if desired - though it is not the ideal solution here.
We have a big investment planned in the near future on enabling integration testing for Pulumi projects within the source language (JS/TS/Python) using native test framework. See https://github.com/pulumi/pulumi/issues/2287