repair

command
v0.0.0-...-790edac Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

README

Cluster Repair

repair is an standalone tool to detect problematic nodes in a cluster and repair them. It is built on top of the Cluster API, and is an example of tooling that can be built in a cloud-agnostic way.

Build

$ cd $GOPATH/src/k8s.io/
$ git clone git@github.com:kubernetes/kube-deploy.git
$ cd kube-deploy/cluster-api/repair
$ go build

Run

  1. Create a cluster using the cluster-api tool.
  2. To do a dry run of detecting broken nodes and seeing what needs to be repaired, run ./repair --dryrun true.
  3. To actually repair the nodes in cluster, run ./repair without the --dryrun flag.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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