Skip to content

Commit

Permalink
fix: platform controller flags
Browse files Browse the repository at this point in the history
  • Loading branch information
QianChenglong committed Mar 17, 2020
1 parent 9fff99d commit db46fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/tke-platform-controller/app/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ func (o *Options) AddFlags(fs *pflag.FlagSet) {
o.PlatformAPIClient.AddFlags(fs)
o.Registry.AddFlags(fs)
o.FeatureOptions.AddFlags(fs)
o.ClusterController.AddFlags(fs)
o.MachineController.AddFlags(fs)
}

// ApplyFlags parsing parameters from the command line or configuration file
Expand Down

0 comments on commit db46fd7

Please sign in to comment.