install

package
v0.5.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2019 License: Apache-2.0 Imports: 19 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SystemComponents = []string{
		Autoscaler,
		BuildController,
		CertManager,
		Gateway,
		IstioPilot,
		Registry,
		Webhook,
	}

	Autoscaler           = "autoscaler"
	BuildController      = "build-controller"
	CertManager          = "cert-manager"
	IstioGrafana         = "grafana"
	IstioCitadel         = "istio-citadel"
	IstioPilot           = "istio-pilot"
	IstioTelemetry       = "istio-telemetry"
	IstioKiali           = "kiali"
	IstioSidecarInjector = "istio-sidecar-injector"
	IstioPrometheus      = "prometheus"
	Gateway              = "gateway"
	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"`
	IPAddress       []string `desc:"Manually specify IP addresses to generate rdns domain, supports comma separated values" name:"ip-address"`
	DisableFeatures []string `desc:"Manually specify features to disable, supports comma separated values"`
	HTTPProxy       string   `desc:"Set HTTP_PROXY environment variable for control plane"`
	Yaml            bool     `desc:"Only print out k8s yaml manifest"`
	Check           bool     `desc:"Only check status, don't deploy controller"`
	Lite            bool     `` /* 162-byte string literal not displayed */
	Mode            string   `desc:"Install mode to expose gateway. Available options are svclb and hostport" default:"svclb"`
	MeshMode        string   `desc:"Service mesh mode. Options: (linkerd/istio)" default:"linkerd"`
}

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