machinepool

package
v0.1.45 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "machinepool --cluster={NAME|ID|EXTERNAL_ID} --replicas=N [flags] MACHINE_POOL_ID",
	Aliases: []string{"machinepools", "machine-pool", "machine-pools"},
	Short:   "Add machine pool to cluster",
	Long:    "Add a machine pool to the cluster.",
	Example: `  # Add a machine pool to a cluster named "mycluster"
  ocm create machinepool --cluster mycluster mp-1
  # Add a machine pool mp-1 with 3 replicas and m5.xlarge instance type to a cluster
  ocm create machinepool --cluster mycluster --instance-type m5.xlarge --replicas 3 mp-1
  # Add a machine pool mp-1 with labels and m5.xlarge instance type to a cluster
  ocm create machinepool --cluster mycluster --instance-type m5.xlarge  --labels "foo=bar,bar=baz" mp-1`,
	RunE: run,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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