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"`
Email string `desc:"Provide email for Let's Encrypt account registration"`
NoEmail bool `desc:"Do not provide Let's Encrypt email"`
RdnsURL string `desc:"Rancher DNS api endpoint to provision DNS record" default:"https://api.on-rio.io/v1"`
}
func (*Install) Run ¶
func (i *Install) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.