Deprecation complete: namespaces/walkthrough ... (#3539)

This commit is contained in:
Steve Perry
2017-04-25 20:50:33 -07:00
committed by GitHub
parent aeb1ada001
commit 4d990ef6ef
20 changed files with 35 additions and 101 deletions
-9
View File
@@ -1,9 +0,0 @@
---
assignees:
- lavalamp
title: Kubernetes Components
---
{% include user-guide-content-moved.md %}
[Kubernetes Components](/docs/concepts/overview/components/)
-9
View File
@@ -1,9 +0,0 @@
---
assignees:
- davidopp
title: Pod Disruption Budget
---
{% include user-guide-content-moved.md %}
[Configuring a Pod Disruption Budget](/docs/tasks/configure-pod-container/configure-pod-disruption-budget/)
-10
View File
@@ -1,10 +0,0 @@
---
assignees:
- mml
- wojtek-t
title: Upgrading and Rolling Back etcd
---
{% include user-guide-content-moved.md %}
[Upgrading and Rolling Back etcd](/docs/concepts/cluster-administration/etcd-upgrade/)
-10
View File
@@ -1,10 +0,0 @@
---
assignees:
- derekwaynecarr
- janetkuo
title: Setting Pod CPU and Memory Limits
---
{% include user-guide-content-moved.md %}
[Setting Pod CPU and Memory Limits](/docs/tasks/configure-pod-container/limit-range/)
-10
View File
@@ -1,10 +0,0 @@
---
assignees:
- derekwaynecarr
- janetkuo
title: Namespaces Walkthrough
---
{% include user-guide-content-moved.md %}
[Namespaces Walkthrough](/docs/tasks/administer-cluster/namespaces-walkthrough/)
-11
View File
@@ -1,11 +0,0 @@
---
assignees:
- davidopp
- filipg
- piosz
title: Guaranteed Scheduling For Critical Add-On Pods
---
{% include user-guide-content-moved.md %}
[Guaranteed Scheduling for Critical Add-On Pods](/docs/concepts/cluster-administration/guaranteed-scheduling-critical-addon-pods/)
-9
View File
@@ -1,9 +0,0 @@
---
assignees:
- derekwaynecarr
title: Resource Quotas
---
{% include user-guide-content-moved.md %}
[Resource Quotas](/docs/concepts/policy/resource-quotas/)
@@ -1,11 +0,0 @@
---
assignees:
- derekwaynecarr
- janetkuo
title: Limiting Storage Consumption
---
{% include user-guide-content-moved.md %}
[Limiting Storage Consumption](/docs/tasks/administer-cluster/limit-storage-consumption/)
-10
View File
@@ -1,10 +0,0 @@
---
assignees:
- derekwaynecarr
- janetkuo
title: Applying Resource Quotas and Limits
---
{% include user-guide-content-moved.md %}
[Applying Resource Quotas and Limits](/docs/tasks/configure-pod-container/apply-resource-quota-limit/)
-9
View File
@@ -1,9 +0,0 @@
---
assignees:
- sttts
title: Using Sysctls in a Kubernetes Cluster
---
{% include user-guide-content-moved.md %}
[Using Sysctls in a Kubernetes Cluster](/docs/concepts/cluster-administration/sysctl-cluster/)
@@ -3,6 +3,9 @@ assignees:
- mml - mml
- wojtek-t - wojtek-t
title: Upgrading and Rolling Back etcd title: Upgrading and Rolling Back etcd
redirect_from:
- "/docs/admin/etcd_upgrade/"
- "/docs/admin/etcd_upgrade.html"
--- ---
## About etcd ## About etcd
@@ -4,6 +4,9 @@ assignees:
- filipg - filipg
- piosz - piosz
title: Guaranteed Scheduling For Critical Add-On Pods title: Guaranteed Scheduling For Critical Add-On Pods
redirect_from:
- "/docs/admin/rescheduler/"
- "/docs/admin/rescheduler.html"
--- ---
* TOC * TOC
@@ -2,6 +2,9 @@
assignees: assignees:
- sttts - sttts
title: Using Sysctls in a Kubernetes Cluster title: Using Sysctls in a Kubernetes Cluster
redirect_from:
- "/docs/admin/sysctls/"
- "/docs/admin/sysctls.html"
--- ---
* TOC * TOC
+3
View File
@@ -2,6 +2,9 @@
assignees: assignees:
- lavalamp - lavalamp
title: Kubernetes Components title: Kubernetes Components
redirect_from:
- "/docs/admin/cluster-components/"
- "/docs/admin/cluster-components.html"
--- ---
This document outlines the various binary components that need to run to This document outlines the various binary components that need to run to
+3
View File
@@ -2,6 +2,9 @@
assignees: assignees:
- derekwaynecarr - derekwaynecarr
title: Resource Quotas title: Resource Quotas
redirect_from:
- "/docs/admin/resourcequota/"
- "/docs/admin/resourcequota/index.html"
--- ---
When several users or teams share a cluster with a fixed number of nodes, When several users or teams share a cluster with a fixed number of nodes,
@@ -1,6 +1,10 @@
--- ---
title: Limiting Storage Consumption title: Limiting Storage Consumption
redirect_from:
- "/docs/admin/resourcequota/limitstorageconsumption/"
- "/docs/admin/resourcequota/limitstorageconsumption.html"
--- ---
{% capture overview %} {% capture overview %}
This example demonstrates an easy way to limit the amount of storage consumed in a namespace. This example demonstrates an easy way to limit the amount of storage consumed in a namespace.
@@ -87,4 +91,4 @@ cluster's storage budget without risk of any one project going over their allotm
{% endcapture %} {% endcapture %}
{% include templates/task.md %} {% include templates/task.md %}
@@ -3,6 +3,9 @@ assignees:
- derekwaynecarr - derekwaynecarr
- janetkuo - janetkuo
title: Namespaces Walkthrough title: Namespaces Walkthrough
redirect_from:
- "/docs/admin/namespaces/walkthrough/"
- "/docs/admin/namespaces/walkthrough.html"
--- ---
Kubernetes _namespaces_ help different projects, teams, or customers to share a Kubernetes cluster. Kubernetes _namespaces_ help different projects, teams, or customers to share a Kubernetes cluster.
@@ -3,6 +3,9 @@ assignees:
- derekwaynecarr - derekwaynecarr
- janetkuo - janetkuo
title: Applying Resource Quotas and Limits title: Applying Resource Quotas and Limits
redirect_from:
- "/docs/admin/resourcequota/walkthrough/"
- "/docs/admin/resourcequota/walkthrough.html"
--- ---
{% capture overview %} {% capture overview %}
@@ -375,4 +378,4 @@ Quota can be apportioned based on quality of service and anticipated permanence
{% endcapture %} {% endcapture %}
{% include templates/task.md %} {% include templates/task.md %}
@@ -2,7 +2,11 @@
assignees: assignees:
- davidopp - davidopp
title: Configuring a Pod Disruption Budget title: Configuring a Pod Disruption Budget
redirect_from:
- "/docs/admin/disruptions/"
- "/docs/admin/disruptions.html"
--- ---
This guide is for anyone wishing to specify safety constraints on pods or anyone This guide is for anyone wishing to specify safety constraints on pods or anyone
wishing to write software (typically automation software) that respects those wishing to write software (typically automation software) that respects those
constraints. constraints.
@@ -3,6 +3,9 @@ assignees:
- derekwaynecarr - derekwaynecarr
- janetkuo - janetkuo
title: Setting Pod CPU and Memory Limits title: Setting Pod CPU and Memory Limits
redirect_from:
- "/docs/admin/limitrange/"
- "/docs/admin/limitrange/index.html"
--- ---
{% capture overview %} {% capture overview %}
@@ -226,4 +229,4 @@ constrain the amount of resource a pod consumes on a node.
* See [Resources](/docs/concepts/configuration/manage-compute-resources-container/) for a detailed description of the Kubernetes resource model. * See [Resources](/docs/concepts/configuration/manage-compute-resources-container/) for a detailed description of the Kubernetes resource model.
{% endcapture %} {% endcapture %}
{% include templates/task.md %} {% include templates/task.md %}