mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-14 15:00:30 +00:00
Merge pull request #1320 from kelseyhightower/run-without-machines
apiserver does not require a cloud provider or machine list
This commit is contained in:
@@ -60,7 +60,7 @@ func init() {
|
||||
func verifyMinionFlags() {
|
||||
if *cloudProvider == "" || *minionRegexp == "" {
|
||||
if len(machineList) == 0 {
|
||||
glog.Fatal("No machines specified!")
|
||||
glog.Info("No machines specified!")
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user