forked from linode/linode-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request linode#115 from Linode/development
Release 1.0.14
- Loading branch information
Showing
8 changed files
with
69 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Container Tools | ||
subtitle: For Developers, by Developers | ||
Description: Create a High Availability Kubernetes Cluster with One Command | ||
author: | ||
name: Alban Bailly | ||
email: [email protected] | ||
description: Container Tools | ||
keywords: [] | ||
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' | ||
date: 2018-12-02T08:55:08-04:00 | ||
type: "container-tools" | ||
--- | ||
Create a High Availability Kubernetes Cluster with One Command |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{{ define "main" }} | ||
|
||
<div class="flex flex-wrap mb-8 -mx-4"> | ||
|
||
<div class="w-full px-4"> | ||
<div class="my-4 md:mt-12 md:mt-8 max-w-3xl"> | ||
<!-- <div class="mb-4 mt-8 sm:hidden text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div> --> | ||
<h2 class="font-normal text-BaseGreenDark text-center">Create a Kubernetes Cluster with One Command</h2> | ||
<h3 class="font-light text-center text-3xl mt-2">Integrated with Linode NodeBalancers and Block Storage</h3> | ||
<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 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> | ||
<div class="flex justify-center my-8"> | ||
<div class="py-4" style="background-color: #000;"> | ||
<video width="100%" height='100%' playsinline loop autoPlay muted controls> | ||
<source src='{{ "/video/linodek8s.mp4" | relURL }}' | ||
type="video/mp4"> | ||
<source src='{{ "/video/linodek8s.webm" | relURL }}' | ||
type="video/webm"> | ||
Sorry, your browser doesn't support embedded videos. | ||
</video> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<!-- <script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script> --> | ||
<!-- <script src={{ "/assets/js/tools.js" | relURL }} type="text/javascript"></script> --> | ||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.