File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
themes/dlc/layouts/_default Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,20 @@ <h3 class="font-light text-center text-3xl mt-2">Integrated with Linode NodeBala
10
10
< div class ="flex justify-center mt-4 ">
11
11
{{ partial "2_molecules/code-box.html" ( dict "Line1" "linode-cli k8s-alpha create mycluster") }}
12
12
</ 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 ">
14
14
< a class ="btn " href ="https://github.com/linode/linode-cli " target ="_blank "> Get Started with the Linode CLI</ a >
15
15
</ 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 >
16
27
< div class ="flex justify-center my-8 ">
17
28
< div class ="py-4 " style ="background-color: #000; ">
18
29
< video width ="100% " height ='100% ' playsinline loop autoPlay muted controls >
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ <h3 class="md:text-2xl mt-0 font-normal text-BaseGreenDark text-center md:text-l
40
40
< 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 >
41
41
</ div >
42
42
</ 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 ">
44
44
< 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 >
46
46
< 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 >
48
48
</ div >
49
- </div> -->
49
+ </ div >
50
50
< div class ="flex flex-wrap mt-12 md:mb-4 -mx-4 ">
51
51
< article class ="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8 ">
52
52
< div class ="p-8 h-full bg-ThemeCell tile ">
You can’t perform that action at this time.
0 commit comments