Skip to content

Commit 29c911a

Browse files
author
hzoppetti
committed
added deprecation note to kubernetes page
1 parent f4be3af commit 29c911a

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

src/pages/kubernetes.js

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,57 @@ const KubernetesPage = () => {
1919
<h2 className="font-normal text-BaseGreenDark text-center">
2020
Create a Kubernetes Cluster with One Command
2121
</h2>
22+
<div>
23+
&nbsp;
24+
</div>
25+
<div className="flex mb-8 mt-6 md:mt-0">
26+
<div className="container md:ml-10">
27+
<article class="p-8 h-full bg-ThemeCell tile">
28+
<p>
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.
31+
</p><p>
32+
However, you will still be able to successfully manage your clusters using&nbsp;
33+
<a
34+
href="http://www.linode.com/docs/applications/configuration-management/beginners-guide-to-terraform/"
35+
target="blank"
36+
rel="noopener noreferrer"
37+
>
38+
Terraform
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.
43+
</p><p>
44+
</p><p>
45+
Other alternatives for creating and managing clusters include:
46+
<ul>
47+
<li>
48+
The&nbsp;
49+
<a
50+
href="http://www.linode.com/docs/kubernetes/deploy-and-manage-a-cluster-with-linode-kubernetes-engine-a-tutorial/"
51+
target="_blank"
52+
rel="noopener noreferrer"
53+
>
54+
Linode Kubernetes Engine (LKE)
55+
</a>
56+
, which creates clusters managed by Linode.
57+
</li>
58+
<li>
59+
<a
60+
href="http://www.linode.com/docs/kubernetes/how-to-deploy-kubernetes-on-linode-with-rancher-2-x/"
61+
target="_blank"
62+
rel="noopener noreferrer"
63+
>
64+
Rancher
65+
</a>
66+
, which provides a graphical user interface for managing clusters.
67+
</li>
68+
</ul>
69+
</p>
70+
</article>
71+
</div>
72+
</div>
2273
<div className="flex justify-center mt-4">
2374
<CodeBox
2475
line1="pip install linode-cli"

0 commit comments

Comments
 (0)