Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
remove the controller asset from the static assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Nov 18, 2016
1 parent 9c815cc commit 3ada290
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/asset/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const (
func newStaticAssets(selfHostKubelet bool) Assets {
var noData interface{}
assets := Assets{
mustCreateAssetFromTemplate(AssetPathControllerManager, internal.ControllerManagerTemplate, noData),
mustCreateAssetFromTemplate(AssetPathScheduler, internal.SchedulerTemplate, noData),
mustCreateAssetFromTemplate(AssetPathProxy, internal.ProxyTemplate, noData),
mustCreateAssetFromTemplate(AssetPathKubeDNSDeployment, internal.DNSDeploymentTemplate, noData),
Expand Down

0 comments on commit 3ada290

Please sign in to comment.