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

provider/azure: try to fetch userdata from IMDS #1351

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

tormath1
Copy link
Contributor

Azure userdata fetching is now divided into two parts:

  • try to fetch userdata from IMDS
  • in case of failure: try to fetch custom data from CDROM

Signed-off-by: Mathieu Tortuyaux mtortuyaux@microsoft.com


Note for reviewers

Azure userdata fetching is now divided into two parts:
* try to fetch userdata from IMDS
* in case of failure: try to fetch custom data from CDROM

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
Copy link
Contributor

@bgilbert bgilbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bgilbert bgilbert merged commit 980f5b4 into coreos:main Apr 21, 2022
@tormath1 tormath1 deleted the tormath1/azure-imds branch June 13, 2024 12:15
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 this pull request may close these issues.

provider/azure: support userData on top of customData
2 participants