vultr / docker-machine-driver-vultr

Vultr Driver Plugin for Docker Machine
MIT License
27 stars 11 forks source link

Fix issues on Rancher versions > v2.x #23

Closed biondizzle closed 2 years ago

biondizzle commented 2 years ago

Description

Rancher versions greater than v2.x were throwing an error Failed to validate cluster: Address for host (1) is not provided

Rancher v2 now enforces IPAddress to be set in the base driver https://github.com/docker/machine/blob/15fd4c70403bab784d91031af02d9e169ce66412/libmachine/drivers/base.go#L17

I also added in all the default firewall rules and supplied configuration options to adjust these firewall rules or just downright disable the firewall all together

Checklist: