From 085635c1958d89a8dc7caca4b0cb474d2055150e Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Mon, 19 Sep 2016 11:13:08 -0400 Subject: [PATCH] Map Master & LogLevel flags for kube-scheduler Fix #463 --- upup/pkg/api/componentconfig.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upup/pkg/api/componentconfig.go b/upup/pkg/api/componentconfig.go index a4a99fe511..5037b301fe 100644 --- a/upup/pkg/api/componentconfig.go +++ b/upup/pkg/api/componentconfig.go @@ -521,6 +521,9 @@ type KubeControllerManagerConfig struct { } type KubeSchedulerConfig struct { + Master string `json:"master,omitempty" flag:"master"` + LogLevel int `json:"logLevel,omitempty" flag:"v"` + Image string `json:"image,omitempty"` // Configuration flags - a subset of https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/componentconfig/types.go