-
Notifications
You must be signed in to change notification settings - Fork 12
Support cloud-init userdata from file #59
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
base: master
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
Description
Add support for cloud-init based userdata from a file, needed for bootstrapping RKE2 clusters via rancher while using the vultr-docker-machine-driver
Related Issues
Checklist:
PR Type
Enhancement
Description
Add cloud-init userdata from file support
Introduce CloudConfig struct for YAML parsing
Add UFW disable flag and conditional logic
Add go-yaml dependency for cloud-init handling
Diagram Walkthrough
File Walkthrough
driver.go
Add cloud-init file support and UFW control
machine/driver/driver.go
go.mod
Add YAML parsing dependency
go.mod
go.sum
Update checksums for new dependency
go.sum