bitter-dentist-28132
08/30/2019, 10:20 PMpulumi config
no longer show secrets?ambitious-ram-5811
08/30/2019, 11:59 PMambitious-ram-5811
08/30/2019, 11:59 PMincalculable-diamond-5088
08/31/2019, 6:36 PMpulumi up
it tries to created those resorces and fails as they already exist.
It’s a big problem when this resource is an enabler for other resources (for example a k8s CRD controller)
Is there a concurrency limit I can increase or any other way to solve this?mammoth-caravan-51104
09/01/2019, 11:52 AMmammoth-caravan-51104
09/01/2019, 5:53 PMhundreds-portugal-17080
09/01/2019, 8:38 PMbest-xylophone-83824
09/02/2019, 1:05 PMsparse-action-84781
09/02/2019, 1:35 PMrhythmic-finland-36256
09/02/2019, 7:25 PMdirenv
. Maybe this also works for Azure ARM env vars. But is there a better concept? If not, are there plans of doing so or are there good reasons for always having a default in place? Thanks for your help!damp-room-71337
09/03/2019, 8:35 AMport
, but does correctly include it in url
?
this.hostname = service.metadata.name;
this.port = service.spec.ports.apply(
ports => ports.find(p => p.name === "http").port
);
this.url = pulumi.interpolate`http://${this.hostname}:${this.port}/`;
this.registerOutputs({
hostname: this.hostname,
port: this.port,
url: this.url
});
gray-lawyer-89054
09/03/2019, 8:55 AMpulumi preview
command hasn't got --config
flag like a pulumi up
has? I feel it's little bit inconsistent because up
does preview before applying changes.damp-room-71337
09/03/2019, 1:27 PMStackReference
work with S3 state backends?quick-action-34599
09/03/2019, 2:32 PMquick-action-34599
09/03/2019, 2:33 PMgetBucket()
quick-action-34599
09/03/2019, 2:33 PMGetBucketResult
be null if I await it, if the bucket doesn’t exist?damp-room-71337
09/03/2019, 2:41 PMcluster-infrastructure-cluster-infrastructure-dev
magnificent-accountant-19074
09/03/2019, 3:40 PMsome-doctor-62800
09/03/2019, 5:44 PMparent
behavior when a child changes a property that should result in a replace of only the child becomes a very unintuitive tree instead. At this point it's not a replace so it also doesn't respect deleteBeforeReplace
set on the childsome-doctor-62800
09/03/2019, 5:45 PMsome-doctor-62800
09/03/2019, 5:46 PMsome-doctor-62800
09/03/2019, 5:54 PMsome-doctor-62800
09/03/2019, 5:54 PMquick-action-34599
09/03/2019, 6:55 PMError importing AWS S3 bucket policy: BucketRegionError: incorrect region, the bucket is not in 'us-east-2' region at endpoint ''
. Trying to import an existing bucket and it is in us-east-2billowy-laptop-45963
09/03/2019, 9:06 PMbitter-dentist-28132
09/03/2019, 10:02 PMclusterIP
service doesn't cause a replace, instead it tries to update the service which causes an error because the spec.clusterIP
field is immutable and set by kubernetes if not specified at creation timebig-nail-28315
09/04/2019, 1:54 AMbig-nail-28315
09/04/2019, 1:54 AMbig-nail-28315
09/04/2019, 1:54 AMbig-nail-28315
09/04/2019, 1:54 AM