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

gzip cloud-init userdata #518

Closed
wants to merge 1 commit into from

Conversation

ttreptow
Copy link
Contributor

@ttreptow ttreptow commented Dec 11, 2024

What this PR does / why we need it:

Gzips cloud-init userdata, which avoids size limits imposed by various providers (e.g. AWS EC2 16k bytes userdata limit).

This is a fairly simple change which works in my testing but I'm looking for feedback on tests, etc. to add. I'm also not sure where to add docs, though I'm happy to do so.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):

Special notes for your reviewer:

Checklist:

  • squashed commits into logical changes
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

@ttreptow ttreptow requested a review from a team as a code owner December 11, 2024 17:26
@ttreptow ttreptow changed the title gzip cloud-init data gzip cloud-init userdata Dec 11, 2024
@ttreptow ttreptow closed this Dec 13, 2024
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.

1 participant