Releases: bashtools/mok
Releases · bashtools/mok
New mok release 0.8.13
Main features of this release:
- Load balancer works
What's Changed
- 0.8.13 by @mclarkson in #20
Full Changelog: 0.8.12...0.8.13
New mok release 0.8.12
Main features of this release:
- Kubernetes 1.31.x
- DNS now works in a single node cluster
- Lots of fixes and tweaks
- Load balancer still doesn't work
What's Changed
- Warn when nf_conntrack_max is wrong on the host by @mclarkson in #18
- Fixes and tweaks by @mclarkson in #19
Full Changelog: 0.8.11...0.8.12
Kubernetes 1.30.0
- Kubernetes version 1.30.0
Kubernetes 1.19.1
- Kubernetes version 1.19.1
Kubernetes 1.18.5
- Kubernetes version 1.18.5
- Code tidying around versioning
- Only build the latest version using 'mokctl build image'
- Old, and current, versions can be installed using 'mokctl build image --get-prebuilt-image'
Kubernetes 1.18.4
- Upgraded to kubernetes 1.18.4
- Upgraded CRI-O to 1.18.1
- Bug Fix: A kill error is output when using
--tailf
- Cleanup: Removed an unneeded curl from Dockerfile
- Updated mokctl, docker-mokctl, mokbox and uploaded mok-centos-7-v1.18.4
Bug Fixes
- Bug fix: Fails to build 7 node cluster with
--skipmastersetup
- Feature: Allow plural for
get cluster
- Admin:
- Split kthw, docs, cmdline-player and mokctl apart into their own repos
- Edited history to remove all the gifs from history in mokctl repo.
- Created an organistation, 'my-own-kind', for the repos to live in.
Ubuntu 18.04.4 LTS Release
- Fixes for Ubuntu 18.04 LTS. Mokctl and mokbox pass e2e tests.
Wait
- Wait for the cluster to become ready at each stage.
When the create cluster command finishes the system will be fully up and ready.
It will take longer to create the cluster but there is less system load and it's more reliable.
This allowed a 10 worker and 1 master cluster to succeed successfully. - Bug fix: Fixed cluster create always sets node name in kubeadm config to myk8s-master-1.
Exec Fix
- Belt and braces fixes for exec.
- Fix exec usage not showing.