Skip to content

Commit 217fc28

Browse files
author
hzoppetti
committed
updated k8s-alpha deprecation note with new guide and language
1 parent 80b4f28 commit 217fc28

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

src/pages/kubernetes.js

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,24 @@ const KubernetesPage = () => {
2727
<article class="p-8 h-full bg-ThemeCell tile">
2828
<p>
2929
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.
3131
</p><p>
32-
However, you will still be able to successfully manage your clusters using&nbsp;
32+
However, you will still be able to create and manage these clusters using&nbsp;
3333
<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/"
3535
target="blank"
3636
rel="noopener noreferrer"
3737
>
3838
Terraform
3939
</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&nbsp;
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.
4348
</p><p>
4449
</p><p>
4550
Other alternatives for creating and managing clusters include:

0 commit comments

Comments
 (0)