From 4d990ef6ef96bb647346229791262136f352367a Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Tue, 25 Apr 2017 20:50:33 -0700 Subject: [PATCH] Deprecation complete: namespaces/walkthrough ... (#3539) --- docs/admin/cluster-components.md | 9 --------- docs/admin/disruptions.md | 9 --------- docs/admin/etcd_upgrade.md | 10 ---------- docs/admin/limitrange/index.md | 10 ---------- docs/admin/namespaces/walkthrough.md | 10 ---------- docs/admin/rescheduler.md | 11 ----------- docs/admin/resourcequota/index.md | 9 --------- docs/admin/resourcequota/limitstorageconsumption.md | 11 ----------- docs/admin/resourcequota/walkthrough.md | 10 ---------- docs/admin/sysctls.md | 9 --------- docs/concepts/cluster-administration/etcd-upgrade.md | 3 +++ .../guaranteed-scheduling-critical-addon-pods.md | 3 +++ .../concepts/cluster-administration/sysctl-cluster.md | 3 +++ docs/concepts/overview/components.md | 3 +++ docs/concepts/policy/resource-quotas.md | 3 +++ .../administer-cluster/limit-storage-consumption.md | 6 +++++- .../administer-cluster/namespaces-walkthrough.md | 3 +++ .../apply-resource-quota-limit.md | 5 ++++- .../configure-pod-disruption-budget.md | 4 ++++ docs/tasks/configure-pod-container/limit-range.md | 5 ++++- 20 files changed, 35 insertions(+), 101 deletions(-) delete mode 100644 docs/admin/cluster-components.md delete mode 100644 docs/admin/disruptions.md delete mode 100644 docs/admin/etcd_upgrade.md delete mode 100644 docs/admin/limitrange/index.md delete mode 100644 docs/admin/namespaces/walkthrough.md delete mode 100644 docs/admin/rescheduler.md delete mode 100644 docs/admin/resourcequota/index.md delete mode 100644 docs/admin/resourcequota/limitstorageconsumption.md delete mode 100644 docs/admin/resourcequota/walkthrough.md delete mode 100644 docs/admin/sysctls.md diff --git a/docs/admin/cluster-components.md b/docs/admin/cluster-components.md deleted file mode 100644 index 49154b1750..0000000000 --- a/docs/admin/cluster-components.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -assignees: -- lavalamp -title: Kubernetes Components ---- - -{% include user-guide-content-moved.md %} - -[Kubernetes Components](/docs/concepts/overview/components/) diff --git a/docs/admin/disruptions.md b/docs/admin/disruptions.md deleted file mode 100644 index d5ec02f8d5..0000000000 --- a/docs/admin/disruptions.md +++ /dev/null @@ -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/) diff --git a/docs/admin/etcd_upgrade.md b/docs/admin/etcd_upgrade.md deleted file mode 100644 index a800d13aca..0000000000 --- a/docs/admin/etcd_upgrade.md +++ /dev/null @@ -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/) diff --git a/docs/admin/limitrange/index.md b/docs/admin/limitrange/index.md deleted file mode 100644 index 6d982a9aae..0000000000 --- a/docs/admin/limitrange/index.md +++ /dev/null @@ -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/) diff --git a/docs/admin/namespaces/walkthrough.md b/docs/admin/namespaces/walkthrough.md deleted file mode 100644 index 1ab178fd3d..0000000000 --- a/docs/admin/namespaces/walkthrough.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- derekwaynecarr -- janetkuo -title: Namespaces Walkthrough ---- - -{% include user-guide-content-moved.md %} - -[Namespaces Walkthrough](/docs/tasks/administer-cluster/namespaces-walkthrough/) diff --git a/docs/admin/rescheduler.md b/docs/admin/rescheduler.md deleted file mode 100644 index d8d418ac2b..0000000000 --- a/docs/admin/rescheduler.md +++ /dev/null @@ -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/) diff --git a/docs/admin/resourcequota/index.md b/docs/admin/resourcequota/index.md deleted file mode 100644 index f90049dfdc..0000000000 --- a/docs/admin/resourcequota/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -assignees: -- derekwaynecarr -title: Resource Quotas ---- - -{% include user-guide-content-moved.md %} - -[Resource Quotas](/docs/concepts/policy/resource-quotas/) diff --git a/docs/admin/resourcequota/limitstorageconsumption.md b/docs/admin/resourcequota/limitstorageconsumption.md deleted file mode 100644 index d1f3116cb0..0000000000 --- a/docs/admin/resourcequota/limitstorageconsumption.md +++ /dev/null @@ -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/) - diff --git a/docs/admin/resourcequota/walkthrough.md b/docs/admin/resourcequota/walkthrough.md deleted file mode 100644 index cf90328c96..0000000000 --- a/docs/admin/resourcequota/walkthrough.md +++ /dev/null @@ -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/) diff --git a/docs/admin/sysctls.md b/docs/admin/sysctls.md deleted file mode 100644 index 4931a8d6bf..0000000000 --- a/docs/admin/sysctls.md +++ /dev/null @@ -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/) diff --git a/docs/concepts/cluster-administration/etcd-upgrade.md b/docs/concepts/cluster-administration/etcd-upgrade.md index ca1760e6fa..3df9190d1e 100644 --- a/docs/concepts/cluster-administration/etcd-upgrade.md +++ b/docs/concepts/cluster-administration/etcd-upgrade.md @@ -3,6 +3,9 @@ assignees: - mml - wojtek-t title: Upgrading and Rolling Back etcd +redirect_from: +- "/docs/admin/etcd_upgrade/" +- "/docs/admin/etcd_upgrade.html" --- ## About etcd diff --git a/docs/concepts/cluster-administration/guaranteed-scheduling-critical-addon-pods.md b/docs/concepts/cluster-administration/guaranteed-scheduling-critical-addon-pods.md index 627c3fe665..3e7dce661b 100644 --- a/docs/concepts/cluster-administration/guaranteed-scheduling-critical-addon-pods.md +++ b/docs/concepts/cluster-administration/guaranteed-scheduling-critical-addon-pods.md @@ -4,6 +4,9 @@ assignees: - filipg - piosz title: Guaranteed Scheduling For Critical Add-On Pods +redirect_from: +- "/docs/admin/rescheduler/" +- "/docs/admin/rescheduler.html" --- * TOC diff --git a/docs/concepts/cluster-administration/sysctl-cluster.md b/docs/concepts/cluster-administration/sysctl-cluster.md index ac76a8a2b1..2eaceacfe1 100644 --- a/docs/concepts/cluster-administration/sysctl-cluster.md +++ b/docs/concepts/cluster-administration/sysctl-cluster.md @@ -2,6 +2,9 @@ assignees: - sttts title: Using Sysctls in a Kubernetes Cluster +redirect_from: +- "/docs/admin/sysctls/" +- "/docs/admin/sysctls.html" --- * TOC diff --git a/docs/concepts/overview/components.md b/docs/concepts/overview/components.md index 9bfc50d26d..6e7f78ed3c 100644 --- a/docs/concepts/overview/components.md +++ b/docs/concepts/overview/components.md @@ -2,6 +2,9 @@ assignees: - lavalamp 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 diff --git a/docs/concepts/policy/resource-quotas.md b/docs/concepts/policy/resource-quotas.md index 7250d24e43..0367e0b93b 100644 --- a/docs/concepts/policy/resource-quotas.md +++ b/docs/concepts/policy/resource-quotas.md @@ -2,6 +2,9 @@ assignees: - derekwaynecarr 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, diff --git a/docs/tasks/administer-cluster/limit-storage-consumption.md b/docs/tasks/administer-cluster/limit-storage-consumption.md index 808d627639..accf43bc7a 100644 --- a/docs/tasks/administer-cluster/limit-storage-consumption.md +++ b/docs/tasks/administer-cluster/limit-storage-consumption.md @@ -1,6 +1,10 @@ --- title: Limiting Storage Consumption +redirect_from: +- "/docs/admin/resourcequota/limitstorageconsumption/" +- "/docs/admin/resourcequota/limitstorageconsumption.html" --- + {% capture overview %} 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 %} -{% include templates/task.md %} \ No newline at end of file +{% include templates/task.md %} diff --git a/docs/tasks/administer-cluster/namespaces-walkthrough.md b/docs/tasks/administer-cluster/namespaces-walkthrough.md index 4e8256d14d..8b248e92c8 100644 --- a/docs/tasks/administer-cluster/namespaces-walkthrough.md +++ b/docs/tasks/administer-cluster/namespaces-walkthrough.md @@ -3,6 +3,9 @@ assignees: - derekwaynecarr - janetkuo 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. diff --git a/docs/tasks/configure-pod-container/apply-resource-quota-limit.md b/docs/tasks/configure-pod-container/apply-resource-quota-limit.md index 3938683e2c..d2ce3b934f 100644 --- a/docs/tasks/configure-pod-container/apply-resource-quota-limit.md +++ b/docs/tasks/configure-pod-container/apply-resource-quota-limit.md @@ -3,6 +3,9 @@ assignees: - derekwaynecarr - janetkuo title: Applying Resource Quotas and Limits +redirect_from: +- "/docs/admin/resourcequota/walkthrough/" +- "/docs/admin/resourcequota/walkthrough.html" --- {% capture overview %} @@ -375,4 +378,4 @@ Quota can be apportioned based on quality of service and anticipated permanence {% endcapture %} -{% include templates/task.md %} \ No newline at end of file +{% include templates/task.md %} diff --git a/docs/tasks/configure-pod-container/configure-pod-disruption-budget.md b/docs/tasks/configure-pod-container/configure-pod-disruption-budget.md index 552a53e821..8542fbed82 100644 --- a/docs/tasks/configure-pod-container/configure-pod-disruption-budget.md +++ b/docs/tasks/configure-pod-container/configure-pod-disruption-budget.md @@ -2,7 +2,11 @@ assignees: - davidopp 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 wishing to write software (typically automation software) that respects those constraints. diff --git a/docs/tasks/configure-pod-container/limit-range.md b/docs/tasks/configure-pod-container/limit-range.md index 113a789d5b..c39138a756 100644 --- a/docs/tasks/configure-pod-container/limit-range.md +++ b/docs/tasks/configure-pod-container/limit-range.md @@ -3,6 +3,9 @@ assignees: - derekwaynecarr - janetkuo title: Setting Pod CPU and Memory Limits +redirect_from: +- "/docs/admin/limitrange/" +- "/docs/admin/limitrange/index.html" --- {% 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. {% endcapture %} -{% include templates/task.md %} \ No newline at end of file +{% include templates/task.md %}