Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MinSupportedMinorK8sVersion = 15
)
Functions ¶
This section is empty.
Types ¶
type Install ¶
type Install struct { Check bool `desc:"Only check status, don't deploy controller"` DisableFeatures []string `desc:"Manually specify features to disable, supports comma separated values"` EnableDebug bool `desc:"Enable debug logging in controller"` IPAddress []string `desc:"Manually specify IP addresses to generate rdns domain, supports comma separated values" name:"ip-address"` Yaml bool `desc:"Only print out k8s yaml manifest"` }
func (*Install) Run ¶
func (i *Install) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.