make k3s v0.4.0 default version

This commit is contained in:
iwilltry42 2019-04-17 09:45:42 +02:00
parent b0b08d2119
commit a26aa65782
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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{