Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hollow-node.go:delete useless para. and import #46403

Merged
merged 1 commit into from
May 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions cmd/kubemark/hollow-node.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package main

import (
"fmt"
"time"

"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/apiserver/pkg/util/flag"
Expand Down Expand Up @@ -56,9 +55,8 @@ type HollowNodeConfig struct {
}

const (
maxPods = 110
podsPerCore = 0
configResyncPeriod = 15 * time.Minute
maxPods = 110
podsPerCore = 0
)

var knownMorphs = sets.NewString("kubelet", "proxy")
Expand Down