Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace docker commands with docker sdk #12

Merged
merged 10 commits into from
Apr 26, 2019
Prev Previous commit
Next Next commit
make k3s v0.4.0 default version
  • Loading branch information
iwilltry42 committed Apr 17, 2019
commit a26aa65782434646296daa598e20be1e3fd027c7
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down