limited-rainbow-51650
02/04/2021, 9:32 PMcolossal-australia-65039
02/23/2021, 10:55 PMmake travis_pull_request
but it just outputs moved to GitHub Actions
busy-umbrella-36067
03/05/2021, 12:26 AMwooden-fish-92631
03/06/2021, 11:25 PMproud-pizza-80589
03/07/2021, 10:21 PMstocky-fireman-97153
03/08/2021, 4:24 PMtall-needle-56640
03/09/2021, 9:13 PMmake build
take for azure-native? I only ask because I span up a GitHub Codespace and ran that command (after make ensure
) and then the server became totally unstable, twice. And when I say unstable, I mean that I cannot connect to the Codespace again via the web or VS Code. I'm wondering if it is just taking a lot of resources to build or something. Really strange.bored-oyster-3147
03/11/2021, 9:35 PMOnOutput
delegate to capture those logs. But currently if you look here you'll see that the OnOutput
delegate is only invoked when the StdOut stream is written to and not when StdErr is written to. I believe I just mimicked the behavior from the other SDKs when I did that.. but that means that if their is an error it will only be reflected in the resulting exception and not in our historical logs that we built from the OnOutput
delegate. Do you think that maybe we should have a second delegate for OnError
, or maybe OnOutput
should be invoked for both?millions-furniture-75402
03/23/2021, 2:52 PMMakefile
, but would like to avoid blindspots.
I found that yarn
and https://github.com/pulumi/pulumictl are required, then I can run make build_nodejs
as long as I have tsc
in my PATH
, so Iām able to run make test
.
Additionally, Iād like to be able to test my changes to this package in my Pulumi project before opening a PR.purple-train-14007
03/31/2021, 2:02 PMlimited-pager-46264
04/01/2021, 6:17 PMbusy-father-92552
04/10/2021, 6:27 PMgo 1.16.2
dotnet-core 3.1
dotnet-runtime 3.1
aspnet-runtime 3.1
yarn
nodeJS 15.12.0
python 3.9.2
millions-furniture-75402
04/14/2021, 1:35 PMbroad-dog-22463
04/14/2021, 2:01 PMgreen-engine-3760
04/27/2021, 11:51 AMworried-city-86458
05/01/2021, 7:25 PMworried-city-86458
05/01/2021, 7:26 PMmake ensure
then make only_build
but then make
fails to run all the testsprehistoric-nail-50687
05/15/2021, 7:26 PMgreen-engine-3760
05/25/2021, 1:23 PMgreen-engine-3760
05/25/2021, 1:24 PMfierce-ability-58936
05/30/2021, 9:28 PMpulumi login
whenever we want to switch between projects, especially if working on several at the same time.
I found that you can specify
backend:
url: <s3://bucket>
in Pulumi.yaml
, but it still requires setting AWS_PROFILE
env var to get the right profile.
The same story is with azblob:// backend but it's even worse š Have to set env vars with storage account credentials. And also can only specify container in the URL.
We've got a workaround using direnv but it's not ideal.
However! I figured out the limitation was in https://gocloud.dev/ library, as it didn't allow setting profile in the URL. But now it does for s3: https://github.com/google/go-cloud/issues/2865
Pulumi uses a forked version of gcloud.dev, so if there's no strict reason to not update, it would be nice to get the latest.
I've got a POC for azure blob as well, that would allow storage account name and possibly subscription id (depends on the underlying library) in the URL.broad-dog-22463
05/30/2021, 10:26 PMbroad-dog-22463
05/30/2021, 10:27 PMnumerous-piano-36614
06/01/2021, 7:51 PMsdk/
Ā folder? I wrote minimal Java code generator (gen.go
) which generatesĀ Config.java
Ā file. Also, I discovered thatĀ GeneratePackage()
Ā function is executed only in tests and I guess this is āmain entrypointā for generating files, right? But I found out that code is being generated inside the internal testdata folder. Could you give us some information, how Pulumi team generates language files inĀ sdk/
Ā folder?gifted-student-18589
06/03/2021, 4:41 PMmake
command (although some errors do pop up when tests are run)ā¦
But what I donāt understand is ⦠once I make the change in the CLI code, how can I actually see my changes?
For example, letās say I wanted to add a simple --path
parameter to the CLIās watch
command, is there a way for me to run the CLI and see it in action immediately, once Iāve done the code change?
Sorry for the noob questions, and Iām sorry if I missed a piece of info somewhere in your contributions guide. š
Itās not that Iām asking a step-by-step solution / answer. If thereās a URL that you might find useful / that could get me up to speed faster, Iād appreciate that too. šlimited-rainbow-51650
06/08/2021, 6:39 PMwooden-fish-92631
06/08/2021, 9:33 PMkind: RedisCluster
metadata:
name: auth-redis
spec:
memory: 16Gb
k8s operator creates Redis Cluster in AWS with all companies security policies and best practices while developers donāt even need to know in which cloud their code runs.
Proof of concept is written in Go with OperatorSDK.steep-toddler-94095
06/16/2021, 1:01 AMwide-cat-87818
06/16/2021, 2:00 PMpulumi-tf-provider-boilerplate
repository a time ago to start and migrate. (https://github.com/moneymeets/pulumi-heroku)
Now I would like to upgrade to the new pulumi version 3.x and I need to upgrade the provider. Iāve seen that there are a lot of changes and need some help.
I would like to share the provider with the community and would kindly ask if there is somebody who can help and perhaps adopt this provider?
Thanks in advance.
Best wishes
Marcelplain-quill-22197
07/05/2021, 4:37 PMplain-quill-22197
07/05/2021, 4:37 PM