Skip to content

Releases: galexrt/k8s-vagrant-multi-node

CentOS 8, CI testing for libvirt, MTU fixed and more

15 Jun 21:04
9aed587
Compare
Choose a tag to compare
  • Added CentOS 8 support
  • Added CI testing for libvirt
  • Fixed the "set MTU service", this is useful when the host you are running on uses a VPN (see NETWORK_VM_MTU and KUBE_NETWORK_MTU)
  • Many other smaller enhancements (e.g., readme updated)

Updated Calico and Canal versions to v3.14

28 May 08:50
83da22f
Compare
Choose a tag to compare
v1.9.0

Merge pull request #68 from galexrt/update_calico_canal

Added environment variable to install additional packages into the VMs

16 Apr 16:53
3b5f1f9
Compare
Choose a tag to compare

Added environment variable INSTALL_ADDITIONAL_PACKAGES to install additional packages into the VMs without needing to modify Vagrant code directly.

New features: Proxy vars, kube-web-view addon and reworked (env) variable usage

04 Apr 10:05
8a204c6
Compare
Choose a tag to compare

New features: Proxy vars, kube-web-view addon and reworked (env) variable usage added in #66.

Updated CNI manifests, install Docker from official repos and fix miscellaneous issues

01 Apr 10:47
63e8ef3
Compare
Choose a tag to compare

Libvirt: Allow storage pool to be configured

20 Mar 16:43
9359a40
Compare
Choose a tag to compare

Thanks to @lalbers for implementing this in #59!

Added libvirt support

23 Feb 22:26
aa9152e
Compare
Choose a tag to compare

This release adds libvirt support (at least on my machine the master VM for some reason hangs at "waiting for domain to get IP", doing a "Force Reset" on the VM fixes the issue).

Besides that new Makefile targets have been added, like ssh-config.
Checkout the make help menu for more information.

Want to connect to the VMs using your own SSH key? No problem set the USER_SSHPUBKEY to a path of a SSH public key file (can also be multiple as long as it is in one file).