Skip to content

Commit 0f06b2a

Browse files
Alban BaillyGitHub Enterprise
authored andcommitted
Merge pull request linode#126 from Linode/release
Release 1.0.18
2 parents e7378cf + 9a82043 commit 0f06b2a

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

themes/dlc/layouts/_default/kubernetes.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,20 @@ <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 justify-center mb-12 mt-8 md:mt-0">
13+
<div class="flex justify-center mb-10 mt-8 md:mt-0">
1414
<a class="btn" href="https://github.com/linode/linode-cli" target="_blank">Get Started with the Linode CLI</a>
1515
</div>
16+
<div class="flex mb-8 justify-center mt-6 md:mt-0">
17+
<div class="ml-6 md:ml-10">
18+
<p class="mt-0 mb-4 text-xl">The power of Kubernetes container infrastructure on Linode:</p>
19+
<ul class="m-0 p-0">
20+
<li>LoadBalancer services are backed by automatically managed Linode NodeBalancers</li>
21+
<li> PersistentVolumes are automatically managed Linode Block Storage volumes</li>
22+
<li>Nodes have Linode Internal and External IPs, and are labeled with Linode Region and Linode Type</li>
23+
<li>The metrics-server is installed, allowing you to use <pre class="bg-ThemeBeige inline p-1 ">kubectl top</pre></li>
24+
</ul>
25+
</div>
26+
</div>
1627
<div class="flex justify-center my-8">
1728
<div class="py-4" style="background-color: #000;">
1829
<video width="100%" height='100%' playsinline loop autoPlay muted controls>

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)