Eron Wright
Eron Wright
Requirements: - Issue warning if the following environment is specified, because it isn't supported: `AZURESTACKCLOUD` - official vars: https://github.com/Azure/azure-sdk/blob/main/_includes/tables/environment_variables.md - correct handling of `AZUREUSGOVERNMENT` vs `AZUREUSGOVERNMENTCLOUD` - support for AZURE_CLOUD...
A PR to cleanly separate the old/new code: https://github.com/pulumi/pulumi-azure-native/pull/4242
Status update: https://github.com/pulumi/pulumi-azure-native/pull/4242 completed the transition to the new azidentity-based system, to be released while leaving the legacy option in place. After some time, we expect to merge https://github.com/pulumi/pulumi-azure-native/pull/4284 to...
Related: https://github.com/pulumi/pulumi-kubernetes/pull/1166
@blampe what does the Docker provider do about OCI registry authentication, and can we do the same here? My preference would be to use ambient credentials only.
I understand this to be a request to set the default namespace at a more fine-grained level than is possible today. Today, one is able to achieve this with the...
Good news everyone, we just release a preview of Pulumi Kubernetes Operator v2. This new release has a whole-new architecture that uses pods as the execution environment, and seeks to...
Regarding the API changes, I believe we need to ensure that we're following the rules of CRD schemas ([ref](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#specifying-a-structural-schema)). In particular, the list of configuration properties should be expressed as...
This is a really good idea to place a finalizer on the Program to prevent deletion if any Stack has a reference to it. One challenge is that multiple stacks...
Update: the situation has improved in Operator v2 but isn't completely resolved. It has a whole-new architecture that uses pods as the execution environment. The logs for a given stack...