More mokctl commands
Pre-release
Pre-release
What's new
- New exec command to 'log in' to a container (not a general exec yet):
mokctl exec [CONTAINER NAME]
mokctl exec
Note this is not a generic exec yet. Only bash is run.
- Weave is the default CNI.
- Set to network 10.123.0.0/16
- Docker image of
mokctl
uploaded to docker hub.- Can create local docker image with
make mokctl-docker
- Can run directly with an alias without needing to install.
- Can create local docker image with
- Taint is now removed for clusters without workers.
- Added cmdline-player for playing a script of commands and recording them with byzanz.
What's not working
- Installing different kubernetes versions. Only k8s v1.18.2 is installable right now.
- Creating multi master
- Creating load balancer
Installation
See main repo README.md for installation instructions.