mirror of https://github.com/kubernetes/kops.git
Merge pull request #12116 from johngmyers/beta-cloud
Correct list of beta cloud providers
This commit is contained in:
commit
799b9f4fdf
|
|
@ -60,7 +60,7 @@ var (
|
||||||
|
|
||||||
kOps helps you create, destroy, upgrade and maintain production-grade, highly available,
|
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 OpenStack in beta support.
|
officially supported, with Digital Ocean and OpenStack in beta support.
|
||||||
`))
|
`))
|
||||||
|
|
||||||
rootShort = i18n.T(`kOps is Kubernetes Operations.`)
|
rootShort = i18n.T(`kOps is Kubernetes Operations.`)
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ kOps is Kubernetes Operations.
|
||||||
|
|
||||||
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 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 OpenStack in beta 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 Digital Ocean and OpenStack in beta support.
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ We like to think of it as `kubectl` for clusters.
|
||||||
`kops` will not only help you create, destroy, upgrade and maintain production-grade, highly
|
`kops` will not only help you create, destroy, upgrade and maintain production-grade, highly
|
||||||
available, Kubernetes cluster, but it will also provision the necessary cloud infrastructure.
|
available, Kubernetes cluster, but it will also provision the necessary cloud infrastructure.
|
||||||
|
|
||||||
[AWS](getting_started/aws.md) (Amazon Web Services) is currently officially supported, with [DigitalOcean](getting_started/digitalocean.md), [GCE](getting_started/gce.md), and [OpenStack](getting_started/openstack.md) in beta support, and [Azure](getting_started/azure.md) and AliCloud in alpha.
|
[AWS](getting_started/aws.md) (Amazon Web Services) is currently officially supported, with [DigitalOcean](getting_started/digitalocean.md) and [OpenStack](getting_started/openstack.md) in beta support, and [Azure](getting_started/azure.md), AliCloud, and [GCE](getting_started/gce.md) in alpha.
|
||||||
|
|
||||||
## Can I see it in action?
|
## Can I see it in action?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue