Skip to content

Commit

Permalink
Merge pull request linode#123 from abailly/LKE-143-updates
Browse files Browse the repository at this point in the history
LKE-143 updates
  • Loading branch information
Alban Bailly authored and GitHub Enterprise committed Dec 11, 2018
2 parents a220973 + 36748fc commit cc5105c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions themes/dlc/layouts/_default/kubernetes.html
Expand Up @@ -10,6 +10,17 @@ <h3 class="font-light text-center text-3xl mt-2">Integrated with Linode NodeBala
<div class="flex justify-center mt-4">
{{ partial "2_molecules/code-box.html" ( dict "Line1" "linode-cli k8s-alpha create mycluster") }}
</div>
<div class="flex mb-8 justify-center mt-6 md:mt-0">
<div class="ml-6">
<p class="mt-0 mb-4 text-xl">The power of Kubernetes container infrastructure on Linode:</p>
<ul class="m-0 p-0">
<li>LoadBalancer services are backed by automatically managed Linode NodeBalancers</li>
<li> PersistentVolumes are automatically managed Linode Block Storage volumes</li>
<li>Nodes have Linode Internal and External IPs, and are labeled with Linode Region and Linode Type</li>
<li>The metrics-server is installed, allowing you to use <pre class="bg-ThemeBeige inline p-1 ">kubectl top</pre></li>
</ul>
</div>
</div>
<div class="flex justify-center mb-12 mt-8 md:mt-0">
<a class="btn" href="https://github.com/linode/linode-cli" target="_blank">Get Started with the Linode CLI</a>
</div>
Expand Down
8 changes: 4 additions & 4 deletions themes/dlc/layouts/_default/libraries-tools.html
Expand Up @@ -40,13 +40,13 @@ <h3 class="md:text-2xl mt-0 font-normal text-BaseGreenDark text-center md:text-l
<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>
</div>
</div>
<!-- <div class="mx-auto max-w-xs md:max-w-full">
<div class="mx-auto max-w-xs md:max-w-full">
<div class="mb-4 mt-8 text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
<h3 class="font-normal text-BaseGreenDark text-center text-2xl mt-2">Alpha Kubernetes Deployment</h3>
<h3 class="font-normal text-BaseGreenDark text-center text-2xl mt-2">Create a Kubernetes Cluster with One Command</h3>
<div class="flex justify-center mt-4 mb-12">
<a class="btn text-sm" href="/kubernetes">Get started with the Linode CLI</a>
<a class="btn text-sm" href="/kubernetes">Check Out the Alpha Kubernetes CLI</a>
</div>
</div> -->
</div>
<div class="flex flex-wrap mt-12 md:mb-4 -mx-4">
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
<div class="p-8 h-full bg-ThemeCell tile">
Expand Down

0 comments on commit cc5105c

Please sign in to comment.