machinepool

package
v0.1.44 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 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",
	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 to a cluster
  ocm create machinepool --cluster=mycluster --replicas=3 mp-1
  # Add a machine pool mp-1 with labels to a cluster
  ocm create machinepool --cluster=mycluster --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