install

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2019 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SystemComponents = []string{
		Autoscaler,
		BuildController,
		Buildkit,
		CertManager,
		Grafana,
		IstioCitadel,
		IstioPilot,
		IstioTelemetry,
		Kiali,
		Prometheus,
		Registry,
		Webhook,
	}

	Autoscaler      = "autoscaler"
	BuildController = "build-controller"
	Buildkit        = "buildkit"
	CertManager     = "cert-manager"
	Grafana         = "grafana"
	IstioCitadel    = "istio-citadel"
	IstioPilot      = "istio-pilot"
	IstioTelemetry  = "istio-telemetry"
	Kiali           = "kiali"
	Prometheus      = "prometheus"
	Registry        = "registry"
	Webhook         = "webhook"
)

Functions

This section is empty.

Types

type Install

type Install struct {
	HTTPPort        string   `desc:"Http port service mesh gateway will listen to" default:"9080" name:"http-port"`
	HTTPSPort       string   `desc:"Https port service mesh gateway will listen to" default:"9443" name:"https-port"`
	HostPorts       bool     `desc:"Whether to use hostPorts to expose service mesh gateway"`
	IPAddress       []string `desc:"Manually specify IP addresses to generate rdns domain" name:"ip-address"`
	ServiceCidr     string   `desc:"Manually specify service CIDR for service mesh to intercept"`
	DisableFeatures []string `desc:"Manually specify features to disable, supports CSV"`
	Yaml            bool     `desc:"Only print out k8s yaml manifest"`
}

func (*Install) Run

func (i *Install) Run(ctx *clicontext.CLIContext) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL