Skip to content

Commit

Permalink
removed images fetch for host kind
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 6, 2021
1 parent 4a8a8f6 commit ee48b33
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nodes/host/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ func (s *host) PostDeploy(ctx context.Context, ns map[string]nodes.Node) error {
return nil
}

func (s *host) GetImages() map[string]string {
return map[string]string{
nodes.ImageKey: s.cfg.Image,
}
}
func (s *host) GetImages() map[string]string { return map[string]string{} }

func (s *host) WithMgmtNet(*types.MgmtNet) {}
func (s *host) WithRuntime(r runtime.ContainerRuntime) { s.runtime = r }
Expand Down

0 comments on commit ee48b33

Please sign in to comment.