File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,24 @@ const KubernetesPage = () => {
27
27
< article class = "p-8 h-full bg-ThemeCell tile" >
28
28
< p >
29
29
The k8s-alpha CLI is deprecated. On < strong > March 31st, 2020</ strong > , it will be < strong > removed</ strong > from the linode-cli.
30
- After March 31, 2020, you will no longer be able to create or manage clusters created by the linode-cli .
30
+ After March 31, 2020, you will no longer be able to create or manage clusters using the k8s-alpha CLI plugin .
31
31
</ p > < p >
32
- However, you will still be able to successfully manage your clusters using
32
+ However, you will still be able to create and manage these clusters using
33
33
< a
34
- href = "http://www.linode.com/docs/applications/configuration-management/beginners-guide -to-terraform/"
34
+ href = "http://www.linode.com/docs/kubernetes/how-to-migrate-from-k8s-alpha -to-terraform/"
35
35
target = "blank"
36
36
rel = "noopener noreferrer"
37
37
>
38
38
Terraform
39
39
</ a >
40
- , which is how the k8s-alpha CLI itself is implemented. The Terraform configuration files that the
41
- k8s-alpha CLI creates are stored in your computer's home folder, under the
42
- < pre className = "bg-ThemeBeige inline p-1 " > .k8s-alpha-linode/</ pre > directory.
40
+ . The
41
+ < a
42
+ href = "https://github.com/linode/terraform-linode-k8s"
43
+ target = "blank"
44
+ rel = "noopener noreferrer" >
45
+ Terraform module
46
+ </ a > used is a public project officially supported by Linode, and is currently used to power the
47
+ k8s-alpha CLI.
43
48
</ p > < p >
44
49
</ p > < p >
45
50
Other alternatives for creating and managing clusters include:
You can’t perform that action at this time.
0 commit comments