Automatically create the kube-system namespace

This commit is contained in:
Lucas Käldström
2016-05-05 22:27:49 +03:00
parent 9b5795dd55
commit 8ea3a9319c
3 changed files with 23 additions and 5 deletions

View File

@@ -503,6 +503,9 @@ func (m *Master) NewBootstrapController() *Controller {
EndpointRegistry: m.endpointRegistry,
EndpointInterval: 10 * time.Second,
SystemNamespaces: []string{api.NamespaceSystem},
SystemNamespacesInterval: 1 * time.Minute,
ServiceClusterIPRegistry: m.serviceClusterIPAllocator,
ServiceClusterIPRange: m.ServiceClusterIPRange,
ServiceClusterIPInterval: 3 * time.Minute,