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

[Azure] Launching a cluster that is just terminated with the same name can cause RoleAssigmentUpdateNotPermitted error #3845

Closed
Michaelvll opened this issue Aug 19, 2024 · 0 comments · Fixed by #3848

Comments

@Michaelvll
Copy link
Collaborator

Michaelvll commented Aug 19, 2024

This is because in our SkyPilot provisioner, we removed the uuid for the role of the deployment. We should add it back:

Original:

cluster_id = "{}-{}".format(config["cluster_name"], unique_id)

Our SkyPilot provisioner:

'clusterId': {
# We use the cluster name as the unique ID for the cluster,
# as we have already appended the user hash to the cluster
# name.
'value': cluster_name_on_cloud
},

Version & Commit info:

  • sky -v: PLEASE_FILL_IN
  • sky -c: PLEASE_FILL_IN
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

Successfully merging a pull request may close this issue.

1 participant