Correct list of beta cloud providers

This commit is contained in:
John Gardiner Myers 2021-08-07 13:56:47 -07:00
parent 82e4e5ab77
commit 4eb5d24e67
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ var (
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.
officially supported, with Digital Ocean and OpenStack in beta support.
`))
rootShort = i18n.T(`kOps is Kubernetes Operations.`)

2
docs/cli/kops.md generated
View File

@ -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 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

View File

@ -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
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?