Ranjandas / shikari

An opinionated Dev Cluster Provisioner using Lima
Apache License 2.0
7 stars 4 forks source link

Have the ability to change the networking mode #6

Closed trainmanrun closed 4 months ago

trainmanrun commented 4 months ago

Currently only user-v2 is supported. See the feasibility to use socket_vmnet as this will be a similar experience for users familiar with vagrant

Ranjandas commented 4 months ago

We can add a flag --net to the create subcommand and pass it to limactl start command. We have to check whether the DNS functionality remains the same. I have opened an issue for the same https://github.com/Ranjandas/shikari/issues/7

Ranjandas commented 4 months ago

I think the template developer should decide what networking mode to use, and we shouldn't have the option to override it at launch. This is because provisioning scripts would be written with assumptions dependent on the network type (e.g., DNS names). Feel free to reopen if you think otherwise.