Skip to content

Commit

Permalink
Aggregator uses internal versions until 3.7 <DROP>
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Jun 17, 2017
1 parent e0ef5db commit 1502cf1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkg/cmd/server/origin/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ func (c *MasterConfig) createAggregatorConfig(kubeAPIServerConfig genericapiserv
return nil, err
}
return &aggregatorapiserver.Config{
GenericConfig: &genericConfig,
CoreAPIServerClient: client,
ProxyClientCert: certBytes,
ProxyClientKey: keyBytes,
GenericConfig: &genericConfig,
CoreAPIServerClient: client,
ProxyClientCert: certBytes,
ProxyClientKey: keyBytes,
KubeInternalInformers: c.Informers.InternalKubernetesInformers(),
}, nil
}

Expand Down

0 comments on commit 1502cf1

Please sign in to comment.