-
Notifications
You must be signed in to change notification settings - Fork 628
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
feat(runner): allow linux starter-runner script to retrieve labels without with IMDSv2 tags option #2764
Conversation
@MGSousa can you update the PR to merge to main (and rebase) we stopped the develop branch. See also the announcements in the readme. Sorry for the incovience. |
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions. |
@npalm Why is this PR stale? |
- Fix start script to read ssm config tag via SDK - Update multi runner example, one runner is now using SDK instead of meta data tags
@MGSousa Thanks for you work, I made a few minor adjustments on your branch. Please can you cross check the changes? |
@npalm Looks good! Thanks |
Allow to use the default start-runner script in Linux to be acknowledge with Instance Metadata Service Tags as an option to be settled out (to describe or to use an endpoint to fetch them), without the need for custom starter scripts.