Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislovecnm committed Oct 18, 2017
1 parent 8944357 commit 275a732
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nodeup/pkg/model/protokube.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,10 @@ func (t *ProtokubeBuilder) ProtokubeFlags(k8sVersion semver.Version) *ProtokubeF
f := &ProtokubeFlags{
Channels: t.NodeupConfig.Channels,
Containerized: fi.Bool(true),
EtcdImage: s(fmt.Sprintf("gcr.io/google_containers/etcd:%s", imageVersion)),
LogLevel: fi.Int32(4),
Master: b(t.IsMaster),
// FIXME this need to be put into the nodeup model and mapped
EtcdImage: s(fmt.Sprintf("gcr.io/google_containers/etcd:%s", imageVersion)),
LogLevel: fi.Int32(4),
Master: b(t.IsMaster),
}

// initialize rbac on Kubernetes >= 1.6 and master
Expand Down

0 comments on commit 275a732

Please sign in to comment.