Skip to content

Commit

Permalink
hostman: options: remove k8s_cluster_cidr
Browse files Browse the repository at this point in the history
Remove instead of deprecation.  No user of this option anymore
  • Loading branch information
yousong committed May 26, 2020
1 parent 3ce96aa commit 68b7ecf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/hostman/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ type SHostOptions struct {
SetVncPassword bool `default:"true" help:"Auto set vnc password after monitor connected"`
UseBootVga bool `default:"false" help:"Use boot VGA GPU for guest"`

EnableCpuBinding bool `default:"true" help:"Enable cpu binding and rebalance"`
EnableOpenflowController bool `default:"false"`
K8sClusterCidr string `default:"10.43.0.0/16" help:"Kubernetes cluster IP range"`
EnableCpuBinding bool `default:"true" help:"Enable cpu binding and rebalance"`
EnableOpenflowController bool `default:"false"`

PingRegionInterval int `default:"60" help:"interval to ping region, deefault is 1 minute"`
ManageNtpConfiguration bool `default:"true"`
Expand Down

0 comments on commit 68b7ecf

Please sign in to comment.