Skip to content

Commit

Permalink
cctl upgrade machine (#82)
Browse files Browse the repository at this point in the history
* cctl upgrade machine

If any of the components except for nodeadm/etcdadm were updated, trigger an
upgrade.

A nodeadm/etcdadm version change does not require an actuator call. The
ssh-provider actuator will take care of ensuring that the correct
version is invoked.

* Fix #89
  • Loading branch information
vannrt authored Aug 12, 2018
1 parent 1e0cd24 commit 980193f
Show file tree
Hide file tree
Showing 16 changed files with 2,713 additions and 218 deletions.
13 changes: 12 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func createCluster(clusterName, podsCIDR, servicesCIDR, vip string, routerID int
},
Status: clusterv1.ClusterStatus{
APIEndpoints: []clusterv1.APIEndpoint{
clusterv1.APIEndpoint{
{
Host: vip,
Port: common.DefaultApiserverPort,
},
Expand Down
544 changes: 328 additions & 216 deletions cmd/machine.go

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions vendor/github.com/google/go-cmp/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 980193f

Please sign in to comment.