134 lines
5.2 KiB
HTML
Executable File
134 lines
5.2 KiB
HTML
Executable File
---
|
|
---
|
|
{% for thistoc in site.data.globals.tocs %}{% if foundTOC %}{% break %}{% else %}{% assign tree = site.data[thistoc].toc %}{% include tocsearch.html %}{% endif %}{% endfor %}
|
|
{% if page.title %}{% assign title=page.title %}{% endif %}
|
|
<!Doctype html>
|
|
<html id="docs">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" type="image/png" href="/images/favicon.png">
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" href="/css/styles.css"/>
|
|
<script src="/js/jquery-2.2.0.min.js"></script>
|
|
<script src="/js/script.js"></script>
|
|
<title>Kubernetes - {{ title }}</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="cellophane" onclick="kub.toggleMenu()"></div>
|
|
|
|
<header>
|
|
<a href="/" class="logo"></a>
|
|
<div class="nav-buttons" data-auto-burger="primary">
|
|
<!--<a href="/get-started" class="button" id="tryKubernetes">Try Kubernetes</a>-->
|
|
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
|
|
</div>
|
|
|
|
<nav id="mainNav">
|
|
<main data-auto-burger="primary">
|
|
<div class="nav-box">
|
|
<h3><a href="">Get Started</a></h3>
|
|
<p>Built for a multi-cloud world, public, private or hybrid. Seamlessly roll out new features.</p>
|
|
</div>
|
|
<div class="nav-box">
|
|
<h3><a href="">Documentation</a></h3>
|
|
<p>Pellentesque in ipsum id orci porta dapibus. Nulla porttitor accumsan tincidunt. </p>
|
|
</div>
|
|
<div class="nav-box">
|
|
<h3><a href="">Community</a></h3>
|
|
<p>Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. </p>
|
|
</div>
|
|
<div class="nav-box">
|
|
<h3><a href="">Blog</a></h3>
|
|
<p>Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in. </p>
|
|
</div>
|
|
</main>
|
|
<main data-auto-burger="primary">
|
|
<div class="left">
|
|
<h5 class="github-invite">Interested in hacking on the core Kubernetes code base?</h5>
|
|
<a href="" class="button">View On Github</a>
|
|
</div>
|
|
|
|
<div class="right">
|
|
<h5 class="github-invite">Explore the community</h5>
|
|
<div class="social">
|
|
<a href="https://twitter.com/kubernetesio" class="Twitter"><span>twitter</span></a>
|
|
<a href="https://github.com/kubernetes/kubernetes" class="github"><span>Github</span></a>
|
|
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
|
|
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>stackoverflow</span></a>
|
|
<a href="https://groups.google.com/forum/#!forum/google-containers" class="mailing-list"><span>Mailing List</span></a>
|
|
</div>
|
|
</div>
|
|
<div class="clear" style="clear: both"></div>
|
|
</main>
|
|
</nav>
|
|
</header>
|
|
|
|
<!-- HERO -->
|
|
<section id="hero" class="light-text">
|
|
<h1>{{ site.data[foundTOC].bigheader }}</h1>
|
|
<h5>{{ site.data[foundTOC].abstract }}</h5>
|
|
<div id="vendorStrip" class="light-text">
|
|
<ul>
|
|
<li><a href="/docs/">GUIDES</a></li>
|
|
<li><a href="/docs/reference">REFERENCE</a></li>
|
|
<li><a href="/docs/samples">SAMPLES</a></li>
|
|
<li><a href="/docs/troubleshooting/">SUPPORT</a></li>
|
|
</ul>
|
|
<div class="dropdown">
|
|
<div class="readout"></div>
|
|
<a href="/v1.1/">Version 1.1</a>
|
|
<a href="/v1.2/">Version 1.2</a>
|
|
</div>
|
|
<input type="text" id="search" placeholder="Search" onkeydown="if (event.keyCode==13) window.location.replace('/docs/search/?q=' + this.value)">
|
|
</div>
|
|
</section>
|
|
|
|
<section id="encyclopedia">
|
|
<div id="docsToc">
|
|
<div class="pi-accordion">
|
|
{% assign tree = site.data[foundTOC].toc %}{% include tree.html %}
|
|
</div> <!-- /pi-accordion -->
|
|
</div> <!-- /docsToc -->
|
|
<div id="docsContent"><a href="/docs/editdocs#{{ page.path }}" id="editPageButton">Edit This Page</a>
|
|
<h1>{{ title }}</h1>
|
|
{{ content }}
|
|
<p><a href=""><img src="https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/{{ page.path }}?pixel" alt="Analytics" /></a>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<main class="light-text">
|
|
<nav>
|
|
<a href="/getting-started.html">Getting Started</a>
|
|
<a href="/docs.html">Documentation</a>
|
|
<a href="http://blog.kubernetes.io/">Blog</a>
|
|
<a href="/foobang.html">Community</a>
|
|
</nav>
|
|
<div class="social">
|
|
<a href="https://twitter.com/kubernetesio" class="twitter"><span>twitter</span></a>
|
|
<a href="https://github.com/kubernetes/kubernetes" class="github"><span>Github</span></a>
|
|
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
|
|
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>stackoverflow</span></a>
|
|
<a href="https://groups.google.com/forum/#!forum/google-containers" class="mailing-list"><span>Mailing List</span></a>
|
|
<label for="wishField">I wish this page <input type="text" id="wishField" name="wishField" placeholder="enter your wish"></label>
|
|
</div>
|
|
<div class="center">© 2016 Kubernetes</div>
|
|
</main>
|
|
</footer>
|
|
|
|
<style>
|
|
.cse .gsc-control-cse, .gsc-control-cse {
|
|
padding: 0;
|
|
}
|
|
|
|
.gsc-above-wrapper-area {
|
|
border-bottom: 0;
|
|
}
|
|
</style>
|
|
|
|
</body>
|
|
</html> |