Skip to content

Commit a6f6fd0

Browse files
author
John Mulhausen
committedMar 6, 2016
1.2 additions for getting-started-guides/ and new non-Markdown files for user-guides
1 parent 97c728d commit a6f6fd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2308
-969
lines changed
 

‎_data/guides.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ toc:
8080
- title: Fedora With Calico Networking
8181
path: /docs/getting-started-guides/fedora/fedora-calico/
8282
- title: rkt
83-
path: /docs/getting-started-guides/rkt/
83+
section:
84+
- title: Running Kubernetes on rat
85+
path: /docs/getting-started-guides/rkt/
86+
- title: Notes on Different UX with rkt Container Runtime
87+
path: /docs/getting-started-guides/rkt/notes/
8488
- title: Kubernetes on Mesos
8589
path: /docs/getting-started-guides/mesos/
8690
- title: Kubernetes on Mesos on Docker

‎docs/admin/garbage-collection.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
---
2+
---
3+
14
* TOC
25
{:toc}
36

4-
### Introduction
5-
67
Garbage collection is a helpful function of kubelet that will clean up unreferenced images and unused containers. kubelet will perform garbage collection for containers every minute and garbage collection for images every five minutes.
78

89
External garbage collection tools are not recommended as these tools can potentially break the behavior of kubelet by removing containers expected to exist.

0 commit comments

Comments
 (0)