clean-easter-25831
10/10/2021, 7:18 PMaz aks pod-identity add --resource-group $ClusterRG --cluster-name $ClusterName --namespace $namespace --name $identity --identity-resource-id $IdentityResourceId
If I try and set this at cluster create time, I get the message:
"PodIdentity addon does not support assigning pod identities on creation."
How can I create the cluster first and then apply this? I don't really understand in Pulumi how to modify an object after creation. I'm using C# if it makes a difference.