eksctl

package
v0.0.0-...-95c9a60 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const DeployerName = "eksctl"

DeployerName is the name of the deployer

Variables

This section is empty.

Functions

func NewDeployer

func NewDeployer(opts types.Options) (types.Deployer, *pflag.FlagSet)

NewDeployer implements deployer.New for EKS using eksctl

Types

type UpOptions

type UpOptions struct {
	Region            string   `flag:"region" desc:"AWS region for EKS cluster"`
	KubernetesVersion string   `flag:"kubernetes-version" desc:"cluster Kubernetes version"`
	Nodes             int      `flag:"nodes" desc:"number of nodes to launch in cluster"`
	AMI               string   `flag:"ami" desc:"Node AMI"`
	InstanceTypes     []string `flag:"instance-types" desc:"Node instance types"`
}

Jump to

Keyboard shortcuts

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