Open muhlba91 opened 2 weeks ago
I have the same problem as well, any idea @ringods ?
Could you please try to set the env variable export GRPC_ENFORCE_ALPN_ENABLED=false
before you run the pulumi up
?
See more here: https://github.com/pulumiverse/pulumi-talos/issues/113
thank you, this works now when setting the env variable.
I can also confirm that the new go-grpc
was the problem, setting the env var or upgrading to talos 1.8.3 fixed the issue.
I can also confirm that the new
go-grpc
was the problem, setting the env var or upgrading to talos 1.8.3 fixed the issue.
@shkarface So if I use Talos 1.8.3 as an image, it does not need the env variable mentioned above?
I can also confirm that the new
go-grpc
was the problem, setting the env var or upgrading to talos 1.8.3 fixed the issue.@shkarface So if I use Talos 1.8.3 as an image, it does not need the env variable mentioned above?
No, as Talos 1.8.3 already contains the ALPN in the TLS extensions response
When using the
talos.cluster.Kubeconfig
ortalos.cluster.getKubeconfigOutput
resource, the provider is not able to retrieve a working kubeconfig. Before0.4.1
I was on0.2.0
and usedtalos.cluster.getKubeconfigOutput
with the same parameters. This worked flawlessly before the update. It just waits and times out now.The code looks like:
The error is (this goes on until Pulumi times out the resource creation):