Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding AAD extension to VMSS deployed for Azure K8s cluster #1909

Open
mani3887 opened this issue Apr 4, 2024 · 0 comments
Open

Adding AAD extension to VMSS deployed for Azure K8s cluster #1909

mani3887 opened this issue Apr 4, 2024 · 0 comments

Comments

@mani3887
Copy link

mani3887 commented Apr 4, 2024

I find that the AAD extension for Azure VMSS is not working as intended. We tried executing the below command and we observe that it gets created but gets removed from our cluster in few minutes. So we were wondering whether AAD extension is supported for the VMSS for the cluster. Ours is a IaaS and not the managed AKS cluster.

az vmss identity assign --name myVMSS --resource-group MyRG

az vmss extension set --publisher Microsoft.Azure.ActiveDirectory --name AADSSHLoginForLinux --resource-group MyRG --vmss-name MyVMSS --subscription MySubscription

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant