Skip to content

Commit

Permalink
Correct list of beta cloud providers
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Aug 7, 2021
1 parent 82e4e5a commit 4eb5d24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/kops/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.`)
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/kops.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 4eb5d24

Please sign in to comment.