You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defining the cluster name using the unique name of the Pulumi resource is restricted to 24 characters, even though Azure allows up to 63 characters. Defining the name using the KubernetesClusterArgs.Name works, but I would like to use the unique suffixes as well.
This project is written in go: executable='/opt/homebrew/bin/go' version='go version go1.24.0 darwin/arm64'
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. The default autonaming rule for this provider sets a maximum character limit of 24. We'll need to add a custom override for this resource to support a max length of 64.
Describe what happened
Defining the cluster name using the unique
name
of the Pulumi resource is restricted to 24 characters, even though Azure allows up to 63 characters. Defining the name using the KubernetesClusterArgs.Name works, but I would like to use the unique suffixes as well.Sample program
Log output
No response
Affected Resource(s)
NewKubernetesCluster
Output of
pulumi about
CLI
Version 3.150.0
Go Version go1.23.6
Go Compiler gc
Plugins
KIND NAME VERSION
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azure-native 2.85.0
resource azuread 5.53.5
resource datadog 4.42.0
language go 3.150.0
resource random 4.17.0
Host
OS darwin
Version 15.3.1
Arch arm64
This project is written in go: executable='/opt/homebrew/bin/go' version='go version go1.24.0 darwin/arm64'
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: