flat-insurance-25294
01/14/2020, 7:27 PMcreamy-potato-29402
01/14/2020, 7:28 PMService
. If Pulumi interceded on your behalf it would almost certainly break something.creamy-potato-29402
01/14/2020, 7:28 PMcreamy-potato-29402
01/14/2020, 7:30 PMflat-insurance-25294
01/14/2020, 7:46 PMfresh-summer-65887
01/14/2020, 8:11 PMcreamy-potato-29402
01/14/2020, 10:17 PMcreamy-potato-29402
01/14/2020, 10:17 PMcreamy-potato-29402
01/14/2020, 10:18 PMflat-insurance-25294
01/14/2020, 10:22 PMflat-insurance-25294
01/14/2020, 10:22 PMflat-insurance-25294
01/15/2020, 12:09 AMorange-ghost-99337
01/15/2020, 12:33 AMorange-ghost-99337
01/15/2020, 12:35 AMorange-ghost-99337
01/15/2020, 12:36 AMorange-ghost-99337
01/15/2020, 12:37 AMearly-musician-41645
01/15/2020, 12:54 AMus-west-2
, the same region as the helm repo. However, when I try to run the stack when AWS_REGION=ap-northeast-1 I get an error while fetching the helm chart:
fetch from s3: fetch object from s3: BucketRegionError: incorrect region, the bucket is not in 'ap-northeast-1' region at endpoint ''
On the commandline I can prefix my helm fetch command like this:
AWS_REGION=us-west-2 helm fetch...
The pulumi code looks like this:
export const splunkForwarder = new k8s.helm.v2.Chart("splunk-forwarder", {
repo: "my-repo",
version: "0.2.343",
chart: "splunk-forwarder",
namespace: namespaceName,
values: forwarderValues,
}, { dependsOn: [loggingNamespace, cluster], providers: { kubernetes: cluster.provider } });
How can I tell it to use the us-west-2
region for the helm fetch and to use the configured ap-northeast-1
for all other resources?late-printer-99022
01/15/2020, 7:20 AMlate-printer-99022
01/15/2020, 7:32 AMconst router = new k8s.networking.v1beta1.Ingress(
'syngenta-platform',
{........}
}
late-printer-99022
01/15/2020, 8:06 AMloud-whale-26029
01/15/2020, 8:47 AMloud-whale-26029
01/15/2020, 8:47 AMloud-whale-26029
01/15/2020, 8:49 AMflat-insurance-25294
01/15/2020, 8:52 AMlate-printer-99022
01/15/2020, 8:53 AMflat-insurance-25294
01/15/2020, 8:54 AMlate-printer-99022
01/15/2020, 8:54 AMlate-printer-99022
01/15/2020, 8:54 AMflat-insurance-25294
01/15/2020, 8:54 AMlate-printer-99022
01/15/2020, 8:56 AMlate-printer-99022
01/15/2020, 8:56 AM