better-rose-9818
04/27/2021, 5:17 PMbumpy-summer-9075
04/27/2021, 6:33 PMconst eksCluster = aws.eks.Cluster.get('myCluster', clusterName);
works, but it does not provide a .provider
attribute to pass to K8S resourcesfast-dinner-32080
04/27/2021, 7:24 PMbumpy-summer-9075
04/27/2021, 9:37 PMError: invocation of kubernetes:helm:template returned an error: failed to generate YAML for specified Helm chart: failed to pull chart: chart "nginx-ingress" not found in <https://kubernetes.github.io/ingress-nginx> repository
(also the error stack trace is humongous)
Any ideas?
edit: It's ingress-nginx
and not nginx-ingress
, I've gone derpy derp.refined-ambulance-81475
04/27/2021, 11:42 PMglamorous-helmet-50600
04/28/2021, 12:04 AMThe call is ambiguous between the following methods or properties: 'Output.Tuple<T1, T2>(Input<T1>, Input<T2>)' and 'Output.Tuple<T1, T2>(Output<T1>, Output<T2>)'
I definitely have some instances where I mix Input with Output in the parameters and don't get that errorglamorous-helmet-50600
04/28/2021, 12:05 AMCertificateThumbprint = Output.Tuple<string, string>(args.ResourceGroupName, certificatePassword).Apply(parameters => {
(string resourceGroupName, string certPassword) = parameters;
// omitted for brevity
return certificate.Thumbprint;
});
glamorous-helmet-50600
04/28/2021, 12:07 AMlittle-cartoon-10569
04/28/2021, 12:44 AMpulumi state delete
? I can't see it in the console.dazzling-greece-40309
04/28/2021, 7:28 AMdazzling-greece-40309
04/28/2021, 7:29 AMdazzling-greece-40309
04/28/2021, 7:29 AMdazzling-greece-40309
04/28/2021, 7:30 AMdazzling-greece-40309
04/28/2021, 7:30 AMdazzling-greece-40309
04/28/2021, 7:30 AMchilly-noon-57744
04/28/2021, 7:56 AM<environment>-<k8s-cluster-name>-<namespace>-<resource name>
).proud-art-41399
04/28/2021, 10:14 AMpulumi_docker.Image
(link) while pushing it to Amazon ECR and then use the Docker image for AWS Batch job definition in a later step. I'm curious how I can leverage caching Docker layers. There's cache_from
argument of pulumi_docker.DockerBuild
, but as per the documentation, it's a list of build stages to use for caching that will be pushed to the target repository. However, I'd like to use local cache on the GitHub Actions runner (as per https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#github-cache). Would it work to use BuildKit by specifying DOCKER_BUILDKIT=1
to env
argument of pulumi_docker.DockerBuild
and also supplying --cache-from
and --cache-to
(link) to extra_options
?brief-printer-34348
04/28/2021, 2:31 PMbumpy-laptop-30846
04/28/2021, 4:24 PMfaint-dog-16036
04/28/2021, 5:35 PMworried-knife-31967
04/28/2021, 5:50 PMworried-knife-31967
04/28/2021, 5:56 PMbroad-dog-22463
04/28/2021, 6:12 PMbroad-dog-22463
04/28/2021, 6:12 PMbroad-dog-22463
04/28/2021, 6:12 PMbroad-dog-22463
04/28/2021, 6:12 PMbroad-dog-22463
04/28/2021, 6:12 PMworried-knife-31967
04/28/2021, 6:21 PMbroad-dog-22463
04/28/2021, 6:30 PMbroad-dog-22463
04/28/2021, 6:30 PM