Mokctl Versions Save

Build verifiably conformant multi-node kubernetes clusters in containers.

0.8.10

3 years ago
  • Kubernetes version 1.19.1

0.8.9

3 years ago
  • 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'

0.8.8

3 years ago
  • 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

0.8.7

3 years ago
  • 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.

0.8.6-alpha

3 years ago
  • Fixes for Ubuntu 18.04 LTS. Mokctl and mokbox pass e2e tests.

0.8.5-alpha

3 years ago
  • 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.

0.8.4-alpha

3 years ago
  • Belt and braces fixes for exec.
  • Fix exec usage not showing.

0.8.3-alpha

3 years ago
  • Added '-p', '--plain', global option to disable colours and animations.
  • Started e2e testing with AI/Machine Learning.

0.8.2-alpha

3 years ago
  • Fix running with --skipmastersetup tries to copy non-existent kubectl config.

0.8.1-alpha1

3 years ago
  • CHANGE: If docker and podman are both installed then docker is chosen.
  • Bug fixes for docker code.
  • Code and documentation tidying.