installer

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Installer

type Installer struct {
	// contains filtered or unexported fields
}

Installer is entrypoint for installation process

func NewInstaller

func NewInstaller(cluster *config.Cluster, logger *logrus.Logger) *Installer

NewInstaller returns a new installer, responsible for dispatching between the different supported Kubernetes versions and running the

func (*Installer) Install

func (i *Installer) Install(options *Options) error

Install run the installation process

func (*Installer) Reset

func (i *Installer) Reset(options *Options) error

Reset resets cluster: * destroys all the worker machines * kubeadm reset masters

type Options

type Options struct {
	Verbose        bool
	BackupFile     string
	DestroyWorkers bool
}

Options groups the various possible options for running the Kubernetes installation.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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