Skip to content

Commit cc5105c

Browse files
Alban BaillyGitHub Enterprise
authored andcommitted
Merge pull request linode#123 from abailly/LKE-143-updates
LKE-143 updates
2 parents a220973 + 36748fc commit cc5105c

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

themes/dlc/layouts/_default/kubernetes.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ <h3 class="font-light text-center text-3xl mt-2">Integrated with Linode NodeBala
1010
<div class="flex justify-center mt-4">
1111
{{ partial "2_molecules/code-box.html" ( dict "Line1" "linode-cli k8s-alpha create mycluster") }}
1212
</div>
13+
<div class="flex mb-8 justify-center mt-6 md:mt-0">
14+
<div class="ml-6">
15+
<p class="mt-0 mb-4 text-xl">The power of Kubernetes container infrastructure on Linode:</p>
16+
<ul class="m-0 p-0">
17+
<li>LoadBalancer services are backed by automatically managed Linode NodeBalancers</li>
18+
<li> PersistentVolumes are automatically managed Linode Block Storage volumes</li>
19+
<li>Nodes have Linode Internal and External IPs, and are labeled with Linode Region and Linode Type</li>
20+
<li>The metrics-server is installed, allowing you to use <pre class="bg-ThemeBeige inline p-1 ">kubectl top</pre></li>
21+
</ul>
22+
</div>
23+
</div>
1324
<div class="flex justify-center mb-12 mt-8 md:mt-0">
1425
<a class="btn" href="https://github.com/linode/linode-cli" target="_blank">Get Started with the Linode CLI</a>
1526
</div>

themes/dlc/layouts/_default/libraries-tools.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ <h3 class="md:text-2xl mt-0 font-normal text-BaseGreenDark text-center md:text-l
4040
<div class="pt-3 hidden md:block"><a href="https://www.linode.com/cli" target="_blank" class="btn text-sm">Linode CLI on GitHub</a></div>
4141
</div>
4242
</div>
43-
<!-- <div class="mx-auto max-w-xs md:max-w-full">
43+
<div class="mx-auto max-w-xs md:max-w-full">
4444
<div class="mb-4 mt-8 text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
45-
<h3 class="font-normal text-BaseGreenDark text-center text-2xl mt-2">Alpha Kubernetes Deployment</h3>
45+
<h3 class="font-normal text-BaseGreenDark text-center text-2xl mt-2">Create a Kubernetes Cluster with One Command</h3>
4646
<div class="flex justify-center mt-4 mb-12">
47-
<a class="btn text-sm" href="/kubernetes">Get started with the Linode CLI</a>
47+
<a class="btn text-sm" href="/kubernetes">Check Out the Alpha Kubernetes CLI</a>
4848
</div>
49-
</div> -->
49+
</div>
5050
<div class="flex flex-wrap mt-12 md:mb-4 -mx-4">
5151
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
5252
<div class="p-8 h-full bg-ThemeCell tile">

0 commit comments

Comments
 (0)