mirror of https://github.com/kubernetes/kops.git
Merge pull request #7997 from joshbranham/patch-1
cleanup whitespace in root.go
This commit is contained in:
commit
2c446c6c34
|
@ -58,7 +58,7 @@ var (
|
|||
We like to think of it as kubectl for clusters.
|
||||
|
||||
kops helps you create, destroy, upgrade and maintain production-grade, highly available,
|
||||
Kubernetes clusters from the command line. AWS (Amazon Web Services) is currently
|
||||
Kubernetes clusters from the command line. AWS (Amazon Web Services) is currently
|
||||
officially supported, with GCE and VMware vSphere in alpha support.
|
||||
`))
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ kops is Kubernetes ops.
|
|||
|
||||
kops is the easiest way to get a production grade Kubernetes cluster up and running. We like to think of it as kubectl for clusters.
|
||||
|
||||
kops helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters from the command line. AWS (Amazon Web Services) is currently officially supported, with GCE and VMware vSphere in alpha support.
|
||||
kops helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters from the command line. AWS (Amazon Web Services) is currently officially supported, with GCE and VMware vSphere in alpha support.
|
||||
|
||||
### Options
|
||||
|
||||
|
|
Loading…
Reference in New Issue