Eron Wright
Eron Wright
@yellowhat there's a problem with the provider's configuration. Are you setting the `kubeconfig` property, and if so could you elaborate on the specifics? The `Chart/v4` resource relies on a well-configured...
Thanks for the explanation, it all makes sense. The provider is no doubt failing to find `/root/.kube/config` during preview, and enters a "degraded mode" that not all resource types understand...
@yellowhat another suggestion is to use the `Run` function, since it does run during preview. I assume that you'd want to download the kubeconfig during preview. https://www.pulumi.com/registry/packages/command/api-docs/local/run/
I did some investigation and, so far, haven't find an ideal solution. When the cluster is unreachable, the `Chart` resource cannot resolve kinds so as to produce their resource representation....
Something new on this front, since https://github.com/pulumi/pulumi-azure-native/pull/4242 was merged it might now be possible to login to the Azure CLI using a service principal as opposed to a user account....
Note also that the CSA-to-SSA migration logic doesn't take effect during a preview, and this may lead to spurious "conflict" messages during preview.
Related: https://github.com/pulumi/pulumi/issues/15788
The remaining work here seems to be: https://github.com/pulumi/pulumi/pull/15795
I believe that this issue blocks a major use case for the Kubernetes MLCs, that of provisioning and then using a cluster in a single program. One expects to define...
Probably the biggest value-add of the "environments" feature of autorest is that it knows the default service endpoints and prefixes, e.g. for MS Graph, KeyVault, etc. Since https://github.com/Azure/go-autorest/issues/734 links here,...