quiet-wolf-18467
cool-egg-852
09/10/2019, 8:56 PMerror: Running program '/Users/harrison/code/linio/infrastructure/applications/cert-manager' failed with an unhandled exception:
TypeError: Cannot read property 'concat' of undefined
at /Users/harrison/code/linio/infrastructure/node_modules/@pulumi/pulumi/runtime/resource.js:359:29
at Generator.next (<anonymous>)
at fulfilled (/Users/harrison/code/linio/infrastructure/node_modules/@pulumi/pulumi/runtime/resource.js:18:58)
TypeError: Cannot read property 'concat' of undefined
at /Users/harrison/code/linio/infrastructure/node_modules/@pulumi/pulumi/runtime/resource.js:359:29
at Generator.next (<anonymous>)
at fulfilled (/Users/harrison/code/linio/infrastructure/node_modules/@pulumi/pulumi/runtime/resource.js:18:58)
kubernetes:helm.sh:Chart (cert-manager):
[Can't preview] all chart values must be known ahead of time to generate an accurate preview.
Is this a known issue?orange-tailor-85423
09/10/2019, 10:32 PMorange-tailor-85423
09/10/2019, 10:33 PMarn:aws:iam::11111111111111:role/aws-reserved/sso.amazonaws.com/us-west-2/AWSReservedSSO_PowerUserAccess_bf7fc98648d51168
does not workorange-tailor-85423
09/10/2019, 10:34 PMAWSReservedSSO_PowerUserAccess_bf7fc98648d51168
results in the full arn in the configmap which does not workorange-tailor-85423
09/10/2019, 11:12 PMorange-tailor-85423
09/10/2019, 11:13 PMorange-tailor-85423
09/10/2019, 11:14 PMFor the rolearn be sure to remove the /aws-reserved/sso.amazonaws.com/ from the rolearn url, otherwise the arn will not be able to authorize as a valid user.
worried-city-86458
09/10/2019, 11:37 PMDev-EksPulumi-eksCluster (eks:index:Cluster$aws:eks/cluster:Cluster)
error: Plan apply failed: 1 error occurred:
* updating urn:pulumi:dev::k8s-infra::eks:index:Cluster$aws:eks/cluster:Cluster::Dev-EksPulumi-eksCluster: error waiting for EKS Cluster (Dev-EksPulumi-eksCluster-d16ec52) version update (3222e27e-b126-4546-9e37-d6b251e4a025): timeout while waiting for state to become 'Cancelled, Failed, Successful' (last state: 'InProgress', timeout: 20m0s)
Is this configurable somewhere?brainy-appointment-60747
09/11/2019, 11:14 AMbulky-policeman-29913
09/11/2019, 2:34 PMearly-oyster-42990
09/11/2019, 2:48 PMbrave-angle-33257
09/11/2019, 6:27 PMignoreChanges
path - if there is documentation on this somewhere I’m having trouble finding it, this is the best I’ve found so far: https://github.com/pulumi/pulumi/pull/3005/files/8a4b20b05ec9c4ceb1535d90ddb350319655a8c3#diff-7bb15b0066584f354ca6a55865d99ffeR29bitter-dentist-28132
09/11/2019, 7:06 PMerror: Plan apply failed: 2 errors occurred:
* 'nginxingresscontroller-nginx-ingress-controller' timed out waiting to be Ready
* Minimum number of live Pods was not attained
error: Plan apply failed: 2 errors occurred:
* 'nginxingresscontroller-nginx-ingress-default-backend' timed out waiting to be Ready
* Minimum number of live Pods was not attained
chilly-photographer-60932
09/11/2019, 7:15 PMClusterNodeGroupOptions
when we specify version: '1.13.10',
from 1.13
the preview
does not recognize it as a change.
What could I be missing?
Thanksworried-city-86458
09/11/2019, 7:16 PMnice-airport-15607
09/11/2019, 8:12 PMGraphQLApiArgs
as described here: https://aws.amazon.com/blogs/mobile/using-multiple-authorization-types-with-aws-appsync-graphql-apis/bitter-dentist-28132
09/11/2019, 8:59 PMexport
) is undefined
, does that make it not appear in the list of outputs? i'm trying to track down an error where sometimes one of my deployments is missing an image. i'm exporting a hash of {app1: image1, app2: image2}
, and i see in the output i only have {app1: image1}
, when i would have expected {app1: image1, app2: undefined}
if the variable was undefined.thankful-optician-22583
09/11/2019, 9:23 PMk8s.helm.v2.Chart
Do we need to install helm above the pulumi image? What do you recommend?calm-greece-42329
09/12/2019, 12:21 AM.metadata.apply(m => m.name)
still a thing? i thought this went away for some reason, but i just saw an error related to calling a k8sservice.metadata.name
directly. maybe because im putting it into a string interpolation?calm-greece-42329
09/12/2019, 12:24 AMambitious-lawyer-8657
09/12/2019, 10:19 AMquiet-wolf-18467
accessConfig.0.natIp
. Is this valid TS?
const frontendRecordSet = new gcp.dns.RecordSet("frontend", {
managedZone: prod.name,
rrdatas: [frontendInstance.networkInterfaces[0].accessConfig.0.natIp],
ttl: 300,
type: "A",
});
better-rainbow-14549
09/12/2019, 2:30 PMflat-guitar-86436
09/12/2019, 3:59 PMflat-guitar-86436
09/12/2019, 5:01 PMgit clone
a helm chart and run it afterflat-guitar-86436
09/12/2019, 6:30 PMflat-guitar-86436
09/12/2019, 8:29 PMbusy-umbrella-36067
09/12/2019, 8:41 PMbrave-angle-33257
09/12/2019, 11:24 PM