Hi there. Need some help managing AKS with pulumi ...
# python
f
Hi there. Need some help managing AKS with pulumi in Python. Ik keep getting the browser sign in when I want to deploy. or preview the cluster.
Found my issue. In the kubernetes.Provider, kubeconfig was set to kube_config_raw. Changing this to kube_admin_config_raw solved my issue.