early-intern-90238
10/07/2019, 11:22 PMearly-match-56268
10/07/2019, 11:30 PM~ metadata: {
+ annotations: {
+ <http://pulumi.com/initialApiVersion|pulumi.com/initialApiVersion>: "v1"
}
}
this is causing resources to try to update/delete when they have not changed. Is there any way to work around this?salmon-account-74572
10/08/2019, 3:44 AMelegant-dress-88912
10/08/2019, 1:16 PMconst config = new pulumi.Config();
const configVar:string = config.get('configVar') ? config.get('configVar') : 'someDefaultValue'
broad-dog-22463
10/08/2019, 1:17 PMbroad-dog-22463
10/08/2019, 1:18 PMstocky-island-3676
10/08/2019, 1:25 PMearly-intern-90238
10/08/2019, 2:00 PMnice-cat-91582
10/08/2019, 2:57 PMpulumi up
not picking up changes to Lambda environment variables?nice-cat-91582
10/08/2019, 2:57 PMquaint-teacher-33292
10/08/2019, 4:54 PMminMasterVersion
of my GCP k8s cluster, which properly shows it needs updating (as opposed to recreating). However, I then have a custom pulumi k8s provider stitched together based on pulumi.all([ cluster.name, cluster.endpoint, cluster.masterAuth ])
And all k8s resources are using this explicit k8s.Provider
, and they're all showing replace
strategy if I decide to raise my minMasterVersion. I don't remember this happening with 0.17.21, which has me very worried. I wanted to use the selective update with --target urn
, but this has not landed in 1.2.0, despite the changelog indicating such. Did anyone face this? Can I expect all my stuff using this k8s.Provider
to remain the same as long as that provider is created/configured the same at runtime?plain-businessperson-30883
10/08/2019, 5:22 PMnice-cat-91582
10/08/2019, 9:05 PMthe function form was not understood.
when Sequelize.UUID
is parsednice-cat-91582
10/08/2019, 9:05 PMnice-cat-91582
10/08/2019, 9:05 PMif (funcString.startsWith("[Function:")) {
return [`the function form was not understood.`, <any>undefined];
}
nice-cat-91582
10/08/2019, 9:05 PMpurple-appointment-43233
10/08/2019, 10:55 PMaws.route53.getZone({ name: domainParts.parentDomain }).then(zone => zone.id)
. This is a copy & paste (and very lightly edited) version of the published example on deploying a static website to S3. Any thoughts as to what could be going on? The only thing I can think of that materially changed was that I upgraded to catalina, and had to upgrade some node packages to get it to build…white-balloon-205
early-intern-90238
10/08/2019, 11:58 PMdamp-notebook-63293
10/09/2019, 7:36 AMDISCOVERY_HOSTNAME
resolves to a blank value.
env: [
{
name: 'DISCOVERY_HOSTNAME',
valueFrom: {
fieldRef: {
fieldPath: 'status.podIP'
}
}
},
],
red-football-97286
10/09/2019, 10:02 AMpulumi:pulumi:Stack (dev-dev):
Traceback (most recent call last):
File "C:\pulumi\bin\pulumi-language-python-exec", line 14, in <module>
import pulumi
ModuleNotFoundError: No module named 'pulumi'
It looks like the Pulumi SDK has not been installed. Have you run pip install?
If you are running in a virtualenv, you must run pip install -r requirements.txt from inside the virtualenv.
error: an unhandled error occurred: Program exited with non-zero exit code: 1
red-football-97286
10/09/2019, 10:02 AMred-football-97286
10/09/2019, 10:02 AMred-football-97286
10/09/2019, 10:03 AMred-football-97286
10/09/2019, 10:29 AMnice-cat-91582
10/09/2019, 10:35 AMpackage.json
files - one for each function. I'm imagining this will get really messy on deploy, as I would need to npm install
in every folder on every deploybetter-rainbow-14549
10/09/2019, 11:35 AMincalculable-engineer-92975
10/09/2019, 1:42 PMbrief-yacht-31759
10/09/2019, 3:23 PMrhythmic-finland-36256
10/09/2019, 5:55 PMComponentResource
with shared ComponentResourceOptions
passed down to the child resources seems to mutate the options - which leads to confusing error messages of duplicate resource aliases. Do I need to construct a new options object for each child resource?