Ringo De Smet
Ringo De Smet
@pbatard Is this `pftp` organization linked to a company? If not, can we open it up to more user contributions? For example, I would like to reach out to the...
> So can I ask that we please do things one step at a time and complete the restoration of `rpi4-uefi.dev` first? Sure. Thas was my intent all along. However,...
When using v6.29.0 of this package, the results are slightly better: 1. Using `pulumi up --diff` shows no changes for me when I didn't make any changes 2. when making...
@guifran001 @CyberArkCH3 can you retry with version v0.4.0 (or later) and report back if it solves your problem?
@TapTap21 I have been looking into this today. If I look back at your [comment from Aug 23](#issuecomment-1690194548), section `The new version`, I noticed that the refresh error gives an...
Still an issue with v2.0.0. To reproduce: ```sh $ pulumi new kubernetes-aws-go ``` Use `t4g.nano` or `t4g.medium` (an ARM Graviton instance type) when running. My stack config is: ```yaml environment:...
Workaround in the meantime: force an update on the `eks.VpcCni` resource by changing the `logLevel` to a different value.
The environment variable `AWS_PROFILE` should not be stored as part of the `kubeconfig`, to keep up with the "principle of least surprise" as explained by @lukehoban here: https://github.com/pulumi/pulumi-aws/issues/1906#issuecomment-1099574436
You might want to look at the reasoning of @mitchellh for not providing Linux binary builds, but working with package maintainers: https://x.com/mitchellh/status/1750942357510627605?s=20
@ggrossetie I gave it a try to contribute. When reading [packages/core/types/README.adoc](https://github.com/asciidoctor/asciidoctor.js/blob/main/packages/core/types/README.adoc), it looks as if you have to run the generation command within the `packages/core` folder, based on relative paths...