flix-tech / vagrant-kubernetes

A simple Kubernetes all-in-one box for development based on Debian Jessie
https://atlas.hashicorp.com/flixtech/boxes/kubernetes
Apache License 2.0
61 stars 23 forks source link

Add support for VMWare #8

Closed matthewvalimaki closed 7 years ago

matthewvalimaki commented 7 years ago

As I've hit a VBox bug I'd like to give this a try on VMWare. Unless someone else can provide necessary changes I can give it a try myself. For VM specific changes I looked at Makefile and vg-01-repartition.sh, is that all? Also in Makefile there's .vagrant/repartinioned which does something with disks. Could explanation for what the purpose of it all is be added? :)

hanikesn commented 7 years ago

So this part is there because the default disk size for the Vagrant Debian Box is 8GB which is much too small for our use-case. If you're happy with a smaller disk size you can basically remove those steps.

I think it wouldn't be too much of a hassle to add support for VMWare, but at this point it might actually make sense to migrate the provisioning to packer. Also I have some ideas for a 2.0 which would allow dynamically setting the ip range at the start of the box.

matthewvalimaki commented 7 years ago

Closing this as I did not have time to work on the feature and updated used container images to resolve my issue.