make k3s v0.4.0 default version

pull/12/head
iwilltry42 5 years ago
parent b0b08d2119
commit a26aa65782
  1. 7
      README.md
  2. 2
      main.go

@ -46,8 +46,7 @@ Example Workflow: Create a new cluster and use it with `kubectl`
## TODO
- [ ] Use the docker client library instead of commands
- [ ] Test the docker version
- [ ] Improve cluster state management
- [x] Use the docker client library instead of commands
- [x] Improve cluster state management
- [x] Add install script
- [ ] Use [sirupsen/logrus](https://github.com/sirupsen/logrus) for prettier logs
- [ ] Add install script

@ -57,7 +57,7 @@ func main() {
},
cli.StringFlag{
Name: "version",
Value: "v0.3.0",
Value: "v0.4.0",
Usage: "Choose the k3s image version",
},
cli.IntFlag{

Loading…
Cancel
Save