Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io
@@ -7,13 +7,20 @@
|
|||||||
<a href="/community/">Community</a>
|
<a href="/community/">Community</a>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="social">
|
<div class="social">
|
||||||
|
<div>
|
||||||
<a href="https://twitter.com/kubernetesio" class="twitter"><span>twitter</span></a>
|
<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="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://slack.k8s.io/" class="slack"><span>Slack</span></a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>Stack Overflow</span></a>
|
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>Stack Overflow</span></a>
|
||||||
<a href="https://groups.google.com/forum/#!forum/google-containers" class="mailing-list"><span>Mailing List</span></a>
|
<a href="https://groups.google.com/forum/#!forum/google-containers" class="mailing-list"><span>Mailing List</span></a>
|
||||||
<a href="https://calendar.google.com/calendar/embed?src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.google.com" class="calendar"><span>Events Calendar</span></a>
|
<a href="https://calendar.google.com/calendar/embed?src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.google.com" class="calendar"><span>Events Calendar</span></a>
|
||||||
<label for="wishField">I wish this page <input type="text" id="wishField" name="wishField" placeholder="enter your wish"></label>
|
</div>
|
||||||
|
<div>
|
||||||
|
<span>I wish this page</span>
|
||||||
|
<input type="text" id="wishField" name="wishField" placeholder="enter your wish">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="miceType" class="center">© {{ 'now' | date: "%Y" }} Kubernetes</div>
|
<div id="miceType" class="center">© {{ 'now' | date: "%Y" }} Kubernetes</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="nav-box">
|
<div class="nav-box">
|
||||||
<h3><a href="/docs/">Documentation</a></h3>
|
<h3><a href="/docs/">Documentation</a></h3>
|
||||||
<p>Learn how to use Kubernetes with the use of walkthroughs, samples, and reference documentation. You can even <a href="/editdocs/">help contribute to the docs</a>!</p>
|
<p>Learn how to use Kubernetes with the use of walkthroughs, samples, and reference documentation. You can even <a href="/editdocs/" data-auto-burger-exclude>help contribute to the docs</a>!</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-box">
|
<div class="nav-box">
|
||||||
<h3><a href="/community/">Community</a></h3>
|
<h3><a href="/community/">Community</a></h3>
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
<div class="pi-accordion">
|
<div class="pi-accordion">
|
||||||
{% assign tree = site.data[foundTOC].toc %}{% include tree.html %}
|
{% assign tree = site.data[foundTOC].toc %}{% include tree.html %}
|
||||||
</div> <!-- /pi-accordion -->
|
</div> <!-- /pi-accordion -->
|
||||||
|
<button class="push-menu-close-button" onclick="kub.toggleToc()"></button>
|
||||||
</div> <!-- /docsToc -->
|
</div> <!-- /docsToc -->
|
||||||
<div id="docsContent">
|
<div id="docsContent">
|
||||||
<p><a href="/editdocs#{{ page.path }}" id="editPageButton">Edit This Page</a></p>
|
<p><a href="/editdocs#{{ page.path }}" id="editPageButton">Edit This Page</a></p>
|
||||||
@@ -48,6 +49,7 @@
|
|||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
||||||
|
<button class="flyout-button" onclick="kub.toggleToc()"></button>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.cse .gsc-control-cse, .gsc-control-cse {
|
.cse .gsc-control-cse, .gsc-control-cse {
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ $main-max-width: 100%
|
|||||||
|
|
||||||
$header-height: 80px
|
$header-height: 80px
|
||||||
|
|
||||||
$logo-width: 120px
|
$logo-width: 180px
|
||||||
|
|
||||||
$nav-buttons-margin-left: 30px
|
$nav-buttons-margin-left: 30px
|
||||||
|
|
||||||
@@ -53,7 +53,6 @@ $quickstart-button-padding: 0 50px
|
|||||||
$vendor-strip-height: 88px
|
$vendor-strip-height: 88px
|
||||||
$vendor-strip-font-size: 16px
|
$vendor-strip-font-size: 16px
|
||||||
|
|
||||||
|
|
||||||
// video
|
// video
|
||||||
$video-section-height: 200px
|
$video-section-height: 200px
|
||||||
|
|
||||||
@@ -104,14 +103,57 @@ header
|
|||||||
box-shadow: 0 0 0 transparent
|
box-shadow: 0 0 0 transparent
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
transition: 0.3s
|
transition: 0.3s
|
||||||
|
text-align: center
|
||||||
|
|
||||||
|
|
||||||
.logo
|
.logo
|
||||||
|
position: relative
|
||||||
float: left
|
float: left
|
||||||
|
display: block
|
||||||
|
width: 180px
|
||||||
|
height: 88px
|
||||||
|
top: 0
|
||||||
|
left: 0
|
||||||
|
transform: none
|
||||||
background-image: url(../images/nav_logo.svg)
|
background-image: url(../images/nav_logo.svg)
|
||||||
background-size: contain
|
background-size: contain
|
||||||
background-position: center center
|
background-position: center center
|
||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
|
|
||||||
|
|
||||||
|
#docs
|
||||||
|
.flyout-button
|
||||||
|
position: fixed
|
||||||
|
top: 20px
|
||||||
|
left: 20px
|
||||||
|
width: 50px
|
||||||
|
height: 50px
|
||||||
|
background-image: url(../images/toc_icon.png)
|
||||||
|
background-position: center center
|
||||||
|
background-repeat: no-repeat
|
||||||
|
background-size: auto
|
||||||
|
border-radius: 50%
|
||||||
|
transition: 0.3s
|
||||||
|
z-index: 99999
|
||||||
|
|
||||||
|
&.open-nav .flyout-button
|
||||||
|
display: none
|
||||||
|
|
||||||
|
.logo
|
||||||
|
position: absolute
|
||||||
|
top: 40px
|
||||||
|
left: 50%
|
||||||
|
transform: translate(-50%, -50%)
|
||||||
|
display: block
|
||||||
|
width: 45px
|
||||||
|
height: 44px
|
||||||
|
background-image: url(../images/favicon.png)
|
||||||
|
|
||||||
|
|
||||||
|
&.flip-nav .flyout-button
|
||||||
|
background-image: url(../images/toc_icon_grey.png)
|
||||||
|
|
||||||
|
|
||||||
.nav-buttons
|
.nav-buttons
|
||||||
float: right
|
float: right
|
||||||
|
|
||||||
@@ -231,9 +273,6 @@ header
|
|||||||
header
|
header
|
||||||
box-shadow: 0 1px 2px $medium-grey
|
box-shadow: 0 1px 2px $medium-grey
|
||||||
|
|
||||||
.logo
|
|
||||||
background-image: url(../images/nav_logo2.svg)
|
|
||||||
|
|
||||||
#viewDocs
|
#viewDocs
|
||||||
border-color: $dark-grey
|
border-color: $dark-grey
|
||||||
color: $dark-grey
|
color: $dark-grey
|
||||||
@@ -286,29 +325,63 @@ footer
|
|||||||
color: white
|
color: white
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
.social
|
|
||||||
position: relative
|
|
||||||
text-align: center
|
|
||||||
|
|
||||||
a, label
|
.social
|
||||||
margin: 20px 0
|
margin: 20px 0
|
||||||
|
|
||||||
a
|
div
|
||||||
vertical-align: middle
|
text-align: center
|
||||||
|
margin-bottom: 20px
|
||||||
|
|
||||||
label
|
div:last-child
|
||||||
//float: right
|
margin: 30px 0
|
||||||
display: inline-block
|
|
||||||
width: 100%
|
span
|
||||||
height: 50px
|
display: block
|
||||||
line-height: 50px
|
margin-bottom: 8px
|
||||||
font-weight: 100
|
|
||||||
white-space: nowrap
|
|
||||||
|
|
||||||
input
|
input
|
||||||
margin-left: 8px
|
text-align: center
|
||||||
width: 300px
|
|
||||||
max-width: 60%
|
|
||||||
|
//.social
|
||||||
|
// position: relative
|
||||||
|
// text-align: center
|
||||||
|
//
|
||||||
|
// a, label
|
||||||
|
// margin: 20px 0
|
||||||
|
//
|
||||||
|
// a
|
||||||
|
// vertical-align: middle
|
||||||
|
//
|
||||||
|
// a.line-break
|
||||||
|
// display: block
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// label
|
||||||
|
// //float: right
|
||||||
|
// display: inline-block
|
||||||
|
// width: 100%
|
||||||
|
// height: 50px
|
||||||
|
// line-height: 50px
|
||||||
|
// font-weight: 100
|
||||||
|
// white-space: nowrap
|
||||||
|
//
|
||||||
|
// input
|
||||||
|
// margin-left: 8px
|
||||||
|
// width: 300px
|
||||||
|
// max-width: 60%
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//.social
|
||||||
|
// a
|
||||||
|
// float: left
|
||||||
|
// margin-right: 10px
|
||||||
|
//
|
||||||
|
// a:nth-child(4)
|
||||||
|
// clear: left
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#search, #wishField
|
#search, #wishField
|
||||||
@@ -434,21 +507,29 @@ section
|
|||||||
height: 30px
|
height: 30px
|
||||||
line-height: 30px
|
line-height: 30px
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
|
vertical-align: top
|
||||||
|
|
||||||
|
|
||||||
#encyclopedia
|
#encyclopedia
|
||||||
position: relative
|
position: relative
|
||||||
padding: 50px
|
padding: 50px 50px 20px 20px
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
||||||
& > div
|
& > div
|
||||||
height: 100%
|
height: 100%
|
||||||
|
|
||||||
#docsToc
|
#docsToc
|
||||||
position: absolute
|
position: fixed
|
||||||
left: -400px
|
background-color: white
|
||||||
width: 350px
|
top: 0
|
||||||
padding: 0 20px 0 0
|
left: 0
|
||||||
|
width: 0
|
||||||
|
height: 100vh
|
||||||
|
overflow: hidden
|
||||||
|
padding: 50px 0
|
||||||
|
z-index: 999999
|
||||||
|
transition: 0.3s
|
||||||
|
|
||||||
|
|
||||||
.yah
|
.yah
|
||||||
& > .title
|
& > .title
|
||||||
@@ -458,6 +539,15 @@ section
|
|||||||
margin-left: -21px
|
margin-left: -21px
|
||||||
color: $blue
|
color: $blue
|
||||||
|
|
||||||
|
.open-toc
|
||||||
|
body
|
||||||
|
overflow: hidden
|
||||||
|
|
||||||
|
#docsToc
|
||||||
|
padding: 50px 20px
|
||||||
|
width: 400px
|
||||||
|
max-width: 100vw
|
||||||
|
overflow-y: auto
|
||||||
|
|
||||||
.pi-accordion
|
.pi-accordion
|
||||||
margin-left: -20px
|
margin-left: -20px
|
||||||
@@ -553,29 +643,6 @@ section
|
|||||||
line-height: 60px
|
line-height: 60px
|
||||||
background-color: #444
|
background-color: #444
|
||||||
|
|
||||||
.push-menu-close-button
|
|
||||||
position: absolute
|
|
||||||
top: 0
|
|
||||||
right: 0
|
|
||||||
width: 50px
|
|
||||||
height: 50px
|
|
||||||
|
|
||||||
&:before, &:after
|
|
||||||
content: ""
|
|
||||||
position: absolute
|
|
||||||
top: calc(50% - 1px)
|
|
||||||
left: 25%
|
|
||||||
width: 50%
|
|
||||||
height: 2px
|
|
||||||
background-color: black
|
|
||||||
|
|
||||||
&:before
|
|
||||||
transform: rotate(45deg)
|
|
||||||
|
|
||||||
&:after
|
|
||||||
transform: rotate(-45deg)
|
|
||||||
|
|
||||||
|
|
||||||
ul
|
ul
|
||||||
margin-top: 25px
|
margin-top: 25px
|
||||||
|
|
||||||
@@ -613,6 +680,29 @@ section
|
|||||||
color: lighten(#222222, 20%)
|
color: lighten(#222222, 20%)
|
||||||
|
|
||||||
|
|
||||||
|
.push-menu-close-button
|
||||||
|
position: absolute
|
||||||
|
top: 0
|
||||||
|
right: 0
|
||||||
|
width: 50px
|
||||||
|
height: 50px
|
||||||
|
|
||||||
|
&:before, &:after
|
||||||
|
content: ""
|
||||||
|
position: absolute
|
||||||
|
top: calc(50% - 1px)
|
||||||
|
left: 25%
|
||||||
|
width: 50%
|
||||||
|
height: 2px
|
||||||
|
background-color: black
|
||||||
|
|
||||||
|
&:before
|
||||||
|
transform: rotate(45deg)
|
||||||
|
|
||||||
|
&:after
|
||||||
|
transform: rotate(-45deg)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#docsContent
|
#docsContent
|
||||||
position: relative
|
position: relative
|
||||||
@@ -833,205 +923,6 @@ html.search #docsContent
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Default gh-pages-blog css from https://github.com/thedereck/gh-pages-blog/blob/master/css/syntax.css */
|
|
||||||
.highlight br
|
|
||||||
display: none
|
|
||||||
|
|
||||||
.highlight
|
|
||||||
background: #ffffff
|
|
||||||
|
|
||||||
.highlight .c
|
|
||||||
color: #999988
|
|
||||||
font-style: italic
|
|
||||||
|
|
||||||
.highlight .err
|
|
||||||
color: #a61717
|
|
||||||
background-color: #e3d2d2
|
|
||||||
|
|
||||||
.highlight .k
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .o
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .cm
|
|
||||||
color: #999988
|
|
||||||
font-style: italic
|
|
||||||
|
|
||||||
.highlight .cp
|
|
||||||
color: #999999
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .c1
|
|
||||||
color: #999988
|
|
||||||
font-style: italic
|
|
||||||
|
|
||||||
.highlight .cs
|
|
||||||
color: #999999
|
|
||||||
font-weight: bold
|
|
||||||
font-style: italic
|
|
||||||
|
|
||||||
.highlight .gd
|
|
||||||
color: #000000
|
|
||||||
background-color: #ffdddd
|
|
||||||
|
|
||||||
.highlight .gd .x
|
|
||||||
color: #000000
|
|
||||||
background-color: #ffaaaa
|
|
||||||
|
|
||||||
.highlight .ge
|
|
||||||
font-style: italic
|
|
||||||
|
|
||||||
.highlight .gr
|
|
||||||
color: #aa0000
|
|
||||||
|
|
||||||
.highlight .gh
|
|
||||||
color: #999999
|
|
||||||
|
|
||||||
.highlight .gi
|
|
||||||
color: #000000
|
|
||||||
background-color: #ddffdd
|
|
||||||
|
|
||||||
.highlight .gi .x
|
|
||||||
color: #000000
|
|
||||||
background-color: #aaffaa
|
|
||||||
|
|
||||||
.highlight .go
|
|
||||||
color: #888888
|
|
||||||
|
|
||||||
.highlight .gp
|
|
||||||
color: #555555
|
|
||||||
|
|
||||||
.highlight .gs
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .gu
|
|
||||||
color: #aaaaaa
|
|
||||||
|
|
||||||
.highlight .gt
|
|
||||||
color: #aa0000
|
|
||||||
|
|
||||||
.highlight .kc
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .kd
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .kp
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .kr
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .kt
|
|
||||||
color: #445588
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .m
|
|
||||||
color: #009999
|
|
||||||
|
|
||||||
.highlight .s
|
|
||||||
color: #d14
|
|
||||||
|
|
||||||
.highlight .na
|
|
||||||
color: #008080
|
|
||||||
|
|
||||||
.highlight .nb
|
|
||||||
color: #0086B3
|
|
||||||
|
|
||||||
.highlight .nc
|
|
||||||
color: #445588
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .no
|
|
||||||
color: #008080
|
|
||||||
|
|
||||||
.highlight .ni
|
|
||||||
color: #800080
|
|
||||||
|
|
||||||
.highlight .ne
|
|
||||||
color: #990000
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .nf
|
|
||||||
color: #990000
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .nn
|
|
||||||
color: #555555
|
|
||||||
|
|
||||||
.highlight .nt
|
|
||||||
color: #000080
|
|
||||||
|
|
||||||
.highlight .nv
|
|
||||||
color: #008080
|
|
||||||
|
|
||||||
.highlight .ow
|
|
||||||
font-weight: bold
|
|
||||||
|
|
||||||
.highlight .w
|
|
||||||
color: #bbbbbb
|
|
||||||
|
|
||||||
.highlight .mf
|
|
||||||
color: #009999
|
|
||||||
|
|
||||||
.highlight .mh
|
|
||||||
color: #009999
|
|
||||||
|
|
||||||
.highlight .mi
|
|
||||||
color: #009999
|
|
||||||
|
|
||||||
.highlight .mo
|
|
||||||
color: #009999
|
|
||||||
|
|
||||||
.highlight .sb
|
|
||||||
color: #d14
|
|
||||||
|
|
||||||
.highlight .sc
|
|
||||||
color: #d14
|
|
||||||
|
|
||||||
.highlight .sd
|
|
||||||
color: #d14
|
|
||||||
|
|
||||||
.highlight .s2
|
|
||||||
color: #d14
|
|
||||||
|
|
||||||
.highlight .se
|
|
||||||
color: #d14
|
|
||||||
|
|
||||||
.highlight .sh
|
|
||||||
color: #d14
|
|
||||||
|
|
||||||
.highlight .si
|
|
||||||
color: #d14
|
|
||||||
|
|
||||||
.highlight .sx
|
|
||||||
color: #d14
|
|
||||||
|
|
||||||
.highlight .sr
|
|
||||||
color: #009926
|
|
||||||
|
|
||||||
.highlight .s1
|
|
||||||
color: #d14
|
|
||||||
|
|
||||||
.highlight .ss
|
|
||||||
color: #990073
|
|
||||||
|
|
||||||
.highlight .bp
|
|
||||||
color: #999999
|
|
||||||
|
|
||||||
.highlight .vc
|
|
||||||
color: #008080
|
|
||||||
|
|
||||||
.highlight .vg
|
|
||||||
color: #008080
|
|
||||||
|
|
||||||
.highlight .vi
|
|
||||||
color: #008080
|
|
||||||
|
|
||||||
.highlight .il
|
|
||||||
color: #009999
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1053,15 +944,11 @@ $feature-box-div-margin-bottom: 40px
|
|||||||
// Home-specific
|
// Home-specific
|
||||||
|
|
||||||
#home
|
#home
|
||||||
section
|
&.flip-nav, &.open-nav
|
||||||
min-width: 320px
|
.logo
|
||||||
|
background-image: url(../images/nav_logo2.svg)
|
||||||
|
|
||||||
section, header, footer
|
#hero
|
||||||
main
|
|
||||||
min-width: 320px
|
|
||||||
|
|
||||||
|
|
||||||
#home #hero
|
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
padding-bottom: 1px
|
padding-bottom: 1px
|
||||||
|
|
||||||
@@ -1213,7 +1100,7 @@ $feature-box-div-margin-bottom: 40px
|
|||||||
#features
|
#features
|
||||||
padding-top: 140px
|
padding-top: 140px
|
||||||
background-color: $light-grey
|
background-color: $light-grey
|
||||||
background-image: url(../../images/wheel.png)
|
background-image: url(../images/wheel.png)
|
||||||
background-position: center 60px
|
background-position: center 60px
|
||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
background-size: auto
|
background-size: auto
|
||||||
@@ -1247,11 +1134,65 @@ $feature-box-div-margin-bottom: 40px
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Community
|
||||||
|
|
||||||
|
#community
|
||||||
|
&.open-nav, &.flip-nav
|
||||||
|
.logo
|
||||||
|
background-image: url(../images/nav_logo2.svg)
|
||||||
|
|
||||||
|
#hero
|
||||||
|
padding-bottom: 20px
|
||||||
|
|
||||||
|
#mainContent
|
||||||
|
padding: 20px 0
|
||||||
|
|
||||||
|
main
|
||||||
|
max-width: none
|
||||||
|
|
||||||
|
a
|
||||||
|
color: $blue
|
||||||
|
|
||||||
|
.content
|
||||||
|
margin-bottom: 30px
|
||||||
|
padding: 30px 0
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6, p
|
||||||
|
line-height: normal
|
||||||
|
max-width: 1200px
|
||||||
|
padding: 0 20px
|
||||||
|
margin: 0 auto 20px
|
||||||
|
|
||||||
|
&:nth-child(even)
|
||||||
|
background-color: $light-grey
|
||||||
|
|
||||||
|
.company-logos
|
||||||
|
text-align: center
|
||||||
|
max-width: 1200px
|
||||||
|
margin: 0 auto
|
||||||
|
|
||||||
|
img
|
||||||
|
width: auto
|
||||||
|
margin: 10px
|
||||||
|
background-color: $light-grey
|
||||||
|
|
||||||
|
#calendarWrapper
|
||||||
|
position: relative
|
||||||
|
width: 80vw
|
||||||
|
height: 60vw
|
||||||
|
max-width: 1200px
|
||||||
|
max-height: 900px
|
||||||
|
margin: 20px auto
|
||||||
|
|
||||||
|
iframe
|
||||||
|
position: absolute
|
||||||
|
border: 0
|
||||||
|
width: 100%
|
||||||
|
height: 100%
|
||||||
|
|
||||||
// Talk to us
|
// Talk to us
|
||||||
#talkToUs
|
#talkToUs
|
||||||
main
|
|
||||||
padding: 50px 0
|
|
||||||
|
|
||||||
h3, h4
|
h3, h4
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
@@ -1278,16 +1219,16 @@ $feature-box-div-margin-bottom: 40px
|
|||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
|
|
||||||
div:nth-child(1)
|
div:nth-child(1)
|
||||||
background-image: url(../../images/twitter_icon.png)
|
background-image: url(../images/twitter_icon.png)
|
||||||
|
|
||||||
div:nth-child(2)
|
div:nth-child(2)
|
||||||
background-image: url(../../images/github_icon.png)
|
background-image: url(../images/github_icon.png)
|
||||||
|
|
||||||
div:nth-child(3)
|
div:nth-child(3)
|
||||||
background-image: url(../../images/slack_icon.png)
|
background-image: url(../images/slack_icon.png)
|
||||||
|
|
||||||
div:nth-child(4)
|
div:nth-child(4)
|
||||||
background-image: url(../../images/stackoverflow_icon.png)
|
background-image: url(../images/stackoverflow_icon.png)
|
||||||
|
|
||||||
div + div
|
div + div
|
||||||
margin-top: 20px
|
margin-top: 20px
|
||||||
|
|||||||
@@ -0,0 +1,199 @@
|
|||||||
|
/* Default gh-pages-blog css from https://github.com/thedereck/gh-pages-blog/blob/master/css/syntax.css */
|
||||||
|
.highlight br
|
||||||
|
display: none
|
||||||
|
|
||||||
|
.highlight
|
||||||
|
background: #ffffff
|
||||||
|
|
||||||
|
.highlight .c
|
||||||
|
color: #999988
|
||||||
|
font-style: italic
|
||||||
|
|
||||||
|
.highlight .err
|
||||||
|
color: #a61717
|
||||||
|
background-color: #e3d2d2
|
||||||
|
|
||||||
|
.highlight .k
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .o
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .cm
|
||||||
|
color: #999988
|
||||||
|
font-style: italic
|
||||||
|
|
||||||
|
.highlight .cp
|
||||||
|
color: #999999
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .c1
|
||||||
|
color: #999988
|
||||||
|
font-style: italic
|
||||||
|
|
||||||
|
.highlight .cs
|
||||||
|
color: #999999
|
||||||
|
font-weight: bold
|
||||||
|
font-style: italic
|
||||||
|
|
||||||
|
.highlight .gd
|
||||||
|
color: #000000
|
||||||
|
background-color: #ffdddd
|
||||||
|
|
||||||
|
.highlight .gd .x
|
||||||
|
color: #000000
|
||||||
|
background-color: #ffaaaa
|
||||||
|
|
||||||
|
.highlight .ge
|
||||||
|
font-style: italic
|
||||||
|
|
||||||
|
.highlight .gr
|
||||||
|
color: #aa0000
|
||||||
|
|
||||||
|
.highlight .gh
|
||||||
|
color: #999999
|
||||||
|
|
||||||
|
.highlight .gi
|
||||||
|
color: #000000
|
||||||
|
background-color: #ddffdd
|
||||||
|
|
||||||
|
.highlight .gi .x
|
||||||
|
color: #000000
|
||||||
|
background-color: #aaffaa
|
||||||
|
|
||||||
|
.highlight .go
|
||||||
|
color: #888888
|
||||||
|
|
||||||
|
.highlight .gp
|
||||||
|
color: #555555
|
||||||
|
|
||||||
|
.highlight .gs
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .gu
|
||||||
|
color: #aaaaaa
|
||||||
|
|
||||||
|
.highlight .gt
|
||||||
|
color: #aa0000
|
||||||
|
|
||||||
|
.highlight .kc
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .kd
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .kp
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .kr
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .kt
|
||||||
|
color: #445588
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .m
|
||||||
|
color: #009999
|
||||||
|
|
||||||
|
.highlight .s
|
||||||
|
color: #d14
|
||||||
|
|
||||||
|
.highlight .na
|
||||||
|
color: #008080
|
||||||
|
|
||||||
|
.highlight .nb
|
||||||
|
color: #0086B3
|
||||||
|
|
||||||
|
.highlight .nc
|
||||||
|
color: #445588
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .no
|
||||||
|
color: #008080
|
||||||
|
|
||||||
|
.highlight .ni
|
||||||
|
color: #800080
|
||||||
|
|
||||||
|
.highlight .ne
|
||||||
|
color: #990000
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .nf
|
||||||
|
color: #990000
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .nn
|
||||||
|
color: #555555
|
||||||
|
|
||||||
|
.highlight .nt
|
||||||
|
color: #000080
|
||||||
|
|
||||||
|
.highlight .nv
|
||||||
|
color: #008080
|
||||||
|
|
||||||
|
.highlight .ow
|
||||||
|
font-weight: bold
|
||||||
|
|
||||||
|
.highlight .w
|
||||||
|
color: #bbbbbb
|
||||||
|
|
||||||
|
.highlight .mf
|
||||||
|
color: #009999
|
||||||
|
|
||||||
|
.highlight .mh
|
||||||
|
color: #009999
|
||||||
|
|
||||||
|
.highlight .mi
|
||||||
|
color: #009999
|
||||||
|
|
||||||
|
.highlight .mo
|
||||||
|
color: #009999
|
||||||
|
|
||||||
|
.highlight .sb
|
||||||
|
color: #d14
|
||||||
|
|
||||||
|
.highlight .sc
|
||||||
|
color: #d14
|
||||||
|
|
||||||
|
.highlight .sd
|
||||||
|
color: #d14
|
||||||
|
|
||||||
|
.highlight .s2
|
||||||
|
color: #d14
|
||||||
|
|
||||||
|
.highlight .se
|
||||||
|
color: #d14
|
||||||
|
|
||||||
|
.highlight .sh
|
||||||
|
color: #d14
|
||||||
|
|
||||||
|
.highlight .si
|
||||||
|
color: #d14
|
||||||
|
|
||||||
|
.highlight .sx
|
||||||
|
color: #d14
|
||||||
|
|
||||||
|
.highlight .sr
|
||||||
|
color: #009926
|
||||||
|
|
||||||
|
.highlight .s1
|
||||||
|
color: #d14
|
||||||
|
|
||||||
|
.highlight .ss
|
||||||
|
color: #990073
|
||||||
|
|
||||||
|
.highlight .bp
|
||||||
|
color: #999999
|
||||||
|
|
||||||
|
.highlight .vc
|
||||||
|
color: #008080
|
||||||
|
|
||||||
|
.highlight .vg
|
||||||
|
color: #008080
|
||||||
|
|
||||||
|
.highlight .vi
|
||||||
|
color: #008080
|
||||||
|
|
||||||
|
.highlight .il
|
||||||
|
color: #009999
|
||||||
|
|
||||||
@@ -10,20 +10,6 @@ $video-section-height: 550px
|
|||||||
#searchBox
|
#searchBox
|
||||||
float: right
|
float: right
|
||||||
|
|
||||||
//#search
|
|
||||||
// display: inline-block
|
|
||||||
// position: relative
|
|
||||||
// float: right
|
|
||||||
// width: 24%
|
|
||||||
// min-width: 250px
|
|
||||||
// padding: 0 10px
|
|
||||||
// margin: 8px 30px 0 0
|
|
||||||
// height: 30px
|
|
||||||
// line-height: 30px
|
|
||||||
// border: 1px solid $light-grey
|
|
||||||
// font-size: 16px
|
|
||||||
// clear: none
|
|
||||||
|
|
||||||
|
|
||||||
#home
|
#home
|
||||||
#hero
|
#hero
|
||||||
@@ -32,6 +18,9 @@ $video-section-height: 550px
|
|||||||
|
|
||||||
#docs
|
#docs
|
||||||
#hero
|
#hero
|
||||||
|
h1, h5
|
||||||
|
text-align: left
|
||||||
|
|
||||||
#vendorStrip
|
#vendorStrip
|
||||||
ul
|
ul
|
||||||
float: left
|
float: left
|
||||||
@@ -40,11 +29,39 @@ $video-section-height: 550px
|
|||||||
float: right
|
float: right
|
||||||
width: 30%
|
width: 30%
|
||||||
|
|
||||||
|
#search
|
||||||
|
vertical-align: middle
|
||||||
|
|
||||||
|
.flyout-button
|
||||||
|
display: none
|
||||||
|
|
||||||
|
.logo
|
||||||
|
position: relative
|
||||||
|
float: left
|
||||||
|
display: block
|
||||||
|
width: 180px
|
||||||
|
height: 88px
|
||||||
|
top: 0
|
||||||
|
left: 0
|
||||||
|
transform: none
|
||||||
|
background-image: url(../images/nav_logo.svg)
|
||||||
|
|
||||||
|
&.flip-nav, &.open-nav
|
||||||
|
.logo
|
||||||
|
background-image: url(../images/nav_logo2.svg)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#docsToc
|
#docsToc
|
||||||
position: relative
|
position: relative
|
||||||
float: left
|
float: left
|
||||||
|
padding: 0 20px
|
||||||
left: 0
|
left: 0
|
||||||
|
width: 350px
|
||||||
|
z-index: auto
|
||||||
|
|
||||||
|
.push-menu-close-button
|
||||||
|
display: none
|
||||||
|
|
||||||
#docsContent
|
#docsContent
|
||||||
width: calc(100% - 400px)
|
width: calc(100% - 400px)
|
||||||
@@ -72,7 +89,7 @@ $video-section-height: 550px
|
|||||||
#video
|
#video
|
||||||
height: $video-section-height
|
height: $video-section-height
|
||||||
position: relative
|
position: relative
|
||||||
background-image: url(../../images/kub_video_thm.jpg)
|
background-image: url(../images/kub_video_thm.jpg)
|
||||||
background-position: center center
|
background-position: center center
|
||||||
background-size: cover
|
background-size: cover
|
||||||
|
|
||||||
@@ -105,38 +122,47 @@ $video-section-height: 550px
|
|||||||
padding: 20px 0
|
padding: 20px 0
|
||||||
|
|
||||||
nav
|
nav
|
||||||
|
overflow: hidden
|
||||||
|
margin-bottom: 20px
|
||||||
|
|
||||||
a
|
a
|
||||||
//width: 100%
|
width: 25%
|
||||||
text-align: center
|
float: left
|
||||||
display: inline-block
|
|
||||||
margin: 10px 0
|
|
||||||
font-size: 24px
|
font-size: 24px
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
color: white
|
|
||||||
text-decoration: none
|
|
||||||
|
|
||||||
.social
|
.social
|
||||||
position: relative
|
padding: 0 30px
|
||||||
margin: 20px 0
|
max-width: 1200px
|
||||||
|
|
||||||
a
|
div
|
||||||
float: left
|
float: left
|
||||||
|
|
||||||
a + a
|
div:last-child
|
||||||
margin-left: 10px
|
|
||||||
|
|
||||||
label
|
|
||||||
float: right
|
float: right
|
||||||
width: auto
|
|
||||||
display: inline-block
|
|
||||||
height: 50px
|
|
||||||
line-height: 50px
|
|
||||||
font-weight: 100
|
|
||||||
white-space: nowrap
|
|
||||||
|
|
||||||
input
|
//.social
|
||||||
margin-left: 8px
|
// position: relative
|
||||||
max-width: none
|
// margin: 20px 0
|
||||||
|
//
|
||||||
|
// a
|
||||||
|
// float: left
|
||||||
|
//
|
||||||
|
// a + a
|
||||||
|
// margin-left: 10px
|
||||||
|
//
|
||||||
|
// label
|
||||||
|
// float: right
|
||||||
|
// width: auto
|
||||||
|
// display: inline-block
|
||||||
|
// height: 50px
|
||||||
|
// line-height: 50px
|
||||||
|
// font-weight: 100
|
||||||
|
// white-space: nowrap
|
||||||
|
//
|
||||||
|
// input
|
||||||
|
// margin-left: 8px
|
||||||
|
// max-width: none
|
||||||
|
|
||||||
|
|
||||||
#search, #wishField
|
#search, #wishField
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ p
|
|||||||
font-size: $p-font-size
|
font-size: $p-font-size
|
||||||
line-height: $p-line-height
|
line-height: $p-line-height
|
||||||
|
|
||||||
section, header, footer, #vendorStrip
|
section, header, #vendorStrip
|
||||||
padding-left: $full-width-paddingX
|
padding-left: $full-width-paddingX
|
||||||
padding-right: $full-width-paddingX
|
padding-right: $full-width-paddingX
|
||||||
|
|
||||||
@@ -33,10 +33,6 @@ section, header, footer, #vendorStrip
|
|||||||
header
|
header
|
||||||
height: $header-height
|
height: $header-height
|
||||||
|
|
||||||
.logo
|
|
||||||
width: $logo-width
|
|
||||||
height: $header-height
|
|
||||||
|
|
||||||
.nav-buttons
|
.nav-buttons
|
||||||
height: $header-height
|
height: $header-height
|
||||||
line-height: $header-height
|
line-height: $header-height
|
||||||
|
|||||||
@@ -68,10 +68,6 @@ $feature-box-div-width: 45%
|
|||||||
@media screen and (min-width: 750px)
|
@media screen and (min-width: 750px)
|
||||||
@import "size"
|
@import "size"
|
||||||
|
|
||||||
#docs #hero
|
|
||||||
h1, h5
|
|
||||||
text-align: left
|
|
||||||
|
|
||||||
#home
|
#home
|
||||||
#viewDocs, #tryKubernetes
|
#viewDocs, #tryKubernetes
|
||||||
display: inline-block
|
display: inline-block
|
||||||
@@ -194,8 +190,26 @@ $feature-box-div-width: 45%
|
|||||||
// FOOTER
|
// FOOTER
|
||||||
footer
|
footer
|
||||||
nav
|
nav
|
||||||
white-space: nowrap
|
text-align: center
|
||||||
|
|
||||||
a
|
a
|
||||||
width: 25%
|
|
||||||
font-size: 22px
|
font-size: 22px
|
||||||
|
width: auto
|
||||||
|
padding: 0 20px
|
||||||
|
|
||||||
|
.social
|
||||||
|
text-align: center
|
||||||
|
|
||||||
|
div
|
||||||
|
display: inline-block
|
||||||
|
|
||||||
|
div:last-child
|
||||||
|
display: block
|
||||||
|
margin: 0
|
||||||
|
|
||||||
|
span
|
||||||
|
display: inline-block
|
||||||
|
margin-right: 10px
|
||||||
|
|
||||||
|
input
|
||||||
|
text-align: left
|
||||||
|
|||||||
@@ -14,9 +14,80 @@ title: Community
|
|||||||
|
|
||||||
<section id="mainContent">
|
<section id="mainContent">
|
||||||
<main>
|
<main>
|
||||||
|
<div class="content">
|
||||||
|
<h3>Ensuring Kubernetes works well everywhere and for everyone.</h3>
|
||||||
|
<p>Connect with the Kubernetes community on our <a href="http://slack.k8s.io/">Slack channel</a> or join the
|
||||||
|
<a href="https://groups.google.com/forum/#!forum/kubernetes-dev">Kubernetes-dev Google group</a>. A weekly
|
||||||
|
community meeting takes place via video conference to discuss the state of affairs,
|
||||||
|
<a href="https://groups.google.com/forum/#!forum/kubernetes-community-video-chat">get a calendar invite</a>
|
||||||
|
to participate.</p>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<h3>Sigs</h3>
|
||||||
|
<p>Have a special interest in how Kubernetes works with another technology? See our ever growing
|
||||||
|
<a href="https://github.com/kubernetes/kubernetes/wiki/Special-Interest-Groups-(SIGs)">lists of SIGs</a>,
|
||||||
|
from AWS and Openstack to Big Data and Scalability, there’s a place for you to contribute and instructions
|
||||||
|
for forming a new SIG if your special interest isn’t covered (yet).</p>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<h3>Customers</h3>
|
||||||
|
<div class="company-logos">
|
||||||
|
<img src="/images/community_logos/zulily_logo.png">
|
||||||
|
<img src="/images/community_logos/we_pay_logo.png">
|
||||||
|
<img src="/images/community_logos/viacom_logo.png">
|
||||||
|
<img src="/images/community_logos/goldman_sachs_logo.png">
|
||||||
|
<img src="/images/community_logos/ebay_logo.png">
|
||||||
|
<img src="/images/community_logos/box_logo.png">
|
||||||
|
<img src="/images/community_logos/wikimedia_logo.png">
|
||||||
|
<img src="/images/community_logos/soundcloud_logo.png">
|
||||||
|
<img src="/images/community_logos/new_york_times_logo.png">
|
||||||
|
<img src="/images/community_logos/kabam_logo.png">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<h3>Events</h3>
|
||||||
|
<div id="calendarWrapper">
|
||||||
|
<iframe src="https://calendar.google.com/calendar/embed?src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.google.com&ctz=America/Los_Angeles"
|
||||||
|
frameborder="0" scrolling="no"></iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
<h3>Companies</h3>
|
||||||
|
<p>We are working with a broad group of companies to make sure that Kubernetes works well for everyone, from
|
||||||
|
individual developers to the largest companies in the cloud space.</p>
|
||||||
|
<div class="company-logos">
|
||||||
|
<img src="/images/community_logos/red_hat_logo.png">
|
||||||
|
<img src="/images/community_logos/intel_logo.png">
|
||||||
|
<img src="/images/community_logos/core_os_logo.png">
|
||||||
|
<img src="/images/community_logos/puppet_logo.png">
|
||||||
|
<img src="/images/community_logos/sysdig_logo.png">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
</section>
|
||||||
|
|
||||||
<!-- TODO: this is MULHAUSEN LAND -->
|
<section id="talkToUs">
|
||||||
|
<main>
|
||||||
|
<h3>Talk to Us!</h3>
|
||||||
|
<h4>We would love to hear from you, how you are using Kubernetes,<br> and what we can do to make it better.</h4>
|
||||||
|
<div id="bigSocial">
|
||||||
|
<div>
|
||||||
|
<a href="https://twitter.com/kubernetesio">@kubernetesio</a>
|
||||||
|
<p>Get the latest news and updates.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href="https://github.com/kubernetes/kubernetes">Github Project</a>
|
||||||
|
<p>Check out the project and consider contributing.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href="http://slack.k8s.io/">#kubernetes-users</a>
|
||||||
|
<p>Our Slack channel is the best way to contact our engineers and share your ideas with them.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a href="http://stackoverflow.com/questions/tagged/kubernetes">Stack Overflow</a>
|
||||||
|
<p>Our user forum is a great place to go for community support.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
@import "../_sass/reset"
|
@import "../_sass/reset"
|
||||||
@import "../_sass/skin"
|
@import "../_sass/skin"
|
||||||
|
@import "../_sass/code-styles"
|
||||||
|
|
||||||
// media queries
|
// media queries
|
||||||
@import "../_sass/base"
|
@import "../_sass/base"
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ kubectl get [(-o|--output=)json|yaml|wide|go-template=...|go-template-file=...|j
|
|||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
```
|
```
|
||||||
|
{% raw %}
|
||||||
# List all pods in ps output format.
|
# List all pods in ps output format.
|
||||||
kubectl get pods
|
kubectl get pods
|
||||||
|
|
||||||
@@ -53,6 +54,7 @@ kubectl get rc,services
|
|||||||
|
|
||||||
# List one or more resources by their type and names.
|
# List one or more resources by their type and names.
|
||||||
kubectl get rc/web service/frontend pods/web-pod-13je7
|
kubectl get rc/web service/frontend pods/web-pod-13je7
|
||||||
|
{% endraw %}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|||||||
|
After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 109 B |
|
After Width: | Height: | Size: 109 B |
@@ -61,7 +61,7 @@ title: Accelerate Your Delivery
|
|||||||
|
|
||||||
<section id="video">
|
<section id="video">
|
||||||
<div class="light-text">
|
<div class="light-text">
|
||||||
<h2>A techincal overview<br>of Kubernetes</h2>
|
<h2>A technical overview<br>of Kubernetes</h2>
|
||||||
<p>Brendan Burns, Software Engineer and a founder of Kubernetes at Google, gives a technical overview of Kubernetes in this
|
<p>Brendan Burns, Software Engineer and a founder of Kubernetes at Google, gives a technical overview of Kubernetes in this
|
||||||
30-minute presentation from CoreOS Fest 2015.</p>
|
30-minute presentation from CoreOS Fest 2015.</p>
|
||||||
<button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button>
|
<button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button>
|
||||||
@@ -128,30 +128,6 @@ title: Accelerate Your Delivery
|
|||||||
</main>
|
</main>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="talkToUs">
|
|
||||||
<main>
|
|
||||||
<h3>Talk to Us!</h3>
|
|
||||||
<h4>We would love to hear from you, how you are using Kubernetes,<br> and what we can do to make it better.</h4>
|
|
||||||
<div id="bigSocial">
|
|
||||||
<div>
|
|
||||||
<a href="https://twitter.com/kubernetesio">@kubernetesio</a>
|
|
||||||
<p>Get the latest news and updates.</p>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<a href="https://github.com/kubernetes/kubernetes">Github Project</a>
|
|
||||||
<p>Check out the project and consider contributing.</p>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<a href="http://slack.k8s.io/">#kubernetes-users</a>
|
|
||||||
<p>Our Slack channel is the best way to contact our engineers and share your ideas with them.</p>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<a href="http://stackoverflow.com/questions/tagged/kubernetes">Stack Overflow</a>
|
|
||||||
<p>Our user forum is a great place to go for community support.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
||||||
|
|||||||