Deprecation complete: master-node-communication ... (#3548)

This commit is contained in:
Steve Perry
2017-04-26 12:29:33 -07:00
committed by GitHub
parent 49c14f2d61
commit cb04127bd1
10 changed files with 15 additions and 52 deletions
-10
View File
@@ -1,10 +0,0 @@
---
assignees:
- mikedanese
title: Configuring kubelet Garbage Collection
---
{% include user-guide-content-moved.md %}
[kubelet Garbage Collection](/docs/concepts/cluster-administration/kubelet-garbage-collection/)
-11
View File
@@ -1,11 +0,0 @@
---
assignees:
- dchen1107
- roberthbailey
- liggitt
title: Master-Node Communication
---
{% include user-guide-content-moved.md %}
[Master-Node Communication](/docs/concepts/cluster-administration/master-node-communication/)
-11
View File
@@ -1,11 +0,0 @@
---
assignees:
- dcbw
- freehan
- thockin
title: Network Plugins
---
{% include user-guide-content-moved.md %}
[Network Plugins](/docs/concepts/cluster-administration/network-plugins/)
-11
View File
@@ -1,11 +0,0 @@
---
assignees:
- derekwaynecarr
- vishh
- timstclair
title: Configuring Out Of Resource Handling
---
{% include user-guide-content-moved.md %}
[Configuring Out of Resource Handling](/docs/concepts/cluster-administration/out-of-resource/)
-9
View File
@@ -1,9 +0,0 @@
---
assignees:
- jsafrane
title: Static Pods
---
{% include user-guide-content-moved.md %}
[Static Pods](/docs/concepts/cluster-administration/static-pod/)
@@ -2,6 +2,9 @@
assignees:
- mikedanese
title: Configuring kubelet Garbage Collection
redirect_from:
- "/docs/admin/garbage-collection/"
- "/docs/admin/garbage-collection.html"
---
* TOC
@@ -4,6 +4,9 @@ assignees:
- roberthbailey
- liggitt
title: Master-Node communication
redirect_from:
- "/docs/admin/master-node-communication/"
- "/docs/admin/master-node-communication.html"
---
* TOC
@@ -4,6 +4,9 @@ assignees:
- freehan
- thockin
title: Network Plugins
redirect_from:
- "/docs/admin/network-plugins/"
- "/docs/admin/network-plugins.html"
---
* TOC
@@ -4,6 +4,9 @@ assignees:
- vishh
- timstclair
title: Configuring Out Of Resource Handling
redirect_from:
- "/docs/admin/out-of-resource/"
- "/docs/admin/out-of-resource.html"
---
* TOC
@@ -2,6 +2,9 @@
assignees:
- jsafrane
title: Static Pods
redirect_from:
- "/docs/admin/static-pods/"
- "/docs/admin/static-pods.html"
---
**If you are running clustered Kubernetes and are using static pods to run a pod on every node, you should probably be using a [DaemonSet](/docs/concepts/workloads/controllers/daemonset/)!**