From 92b6057d9c120c9e106413cc4b7175addc1f572f Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Wed, 26 Apr 2017 17:13:34 -0700 Subject: [PATCH] Deprecation complete: secrets/index ... (#3554) --- docs/concepts/configuration/secret.md | 3 +++ docs/concepts/ecosystem/thirdpartyresource.md | 3 +++ .../overview/working-with-objects/annotations.md | 3 +++ docs/concepts/policy/pod-security-policy.md | 3 +++ docs/concepts/policy/security-context.md | 3 +++ docs/concepts/services-networking/service.md | 3 +++ .../configure-service-account.md | 3 +++ .../tasks/run-application/horizontal-pod-autoscale.md | 3 +++ docs/tasks/run-application/podpreset.md | 3 +++ docs/user-guide/annotations.md | 10 ---------- docs/user-guide/horizontal-pod-autoscaling/index.md | 11 ----------- docs/user-guide/pod-preset/index.md | 10 ---------- docs/user-guide/pod-security-policy/index.md | 9 --------- docs/user-guide/secrets/index.md | 9 --------- docs/user-guide/security-context.md | 11 ----------- docs/user-guide/service-accounts.md | 11 ----------- docs/user-guide/services/index.md | 9 --------- docs/user-guide/thirdpartyresources.md | 9 --------- 18 files changed, 27 insertions(+), 89 deletions(-) delete mode 100644 docs/user-guide/annotations.md delete mode 100644 docs/user-guide/horizontal-pod-autoscaling/index.md delete mode 100644 docs/user-guide/pod-preset/index.md delete mode 100644 docs/user-guide/pod-security-policy/index.md delete mode 100644 docs/user-guide/secrets/index.md delete mode 100644 docs/user-guide/security-context.md delete mode 100644 docs/user-guide/service-accounts.md delete mode 100644 docs/user-guide/services/index.md delete mode 100644 docs/user-guide/thirdpartyresources.md diff --git a/docs/concepts/configuration/secret.md b/docs/concepts/configuration/secret.md index 9427e6a607..dae317ab0f 100644 --- a/docs/concepts/configuration/secret.md +++ b/docs/concepts/configuration/secret.md @@ -2,6 +2,9 @@ assignees: - mikedanese title: Secrets +redirect_from: +- "/docs/user-guide/secrets/index/" +- "/docs/user-guide/secrets/index.html" --- Objects of type `secret` are intended to hold sensitive information, such as diff --git a/docs/concepts/ecosystem/thirdpartyresource.md b/docs/concepts/ecosystem/thirdpartyresource.md index eeeb54570c..f6e2b872ba 100644 --- a/docs/concepts/ecosystem/thirdpartyresource.md +++ b/docs/concepts/ecosystem/thirdpartyresource.md @@ -2,6 +2,9 @@ assignees: - IanLewis title: Third Party Resources +redirect_from: +- "/docs/user-guide/thirdpartyresources/" +- "/docs/user-guide/thirdpartyresources.html" --- * TOC diff --git a/docs/concepts/overview/working-with-objects/annotations.md b/docs/concepts/overview/working-with-objects/annotations.md index 2bb89e17e5..031d68b2cc 100644 --- a/docs/concepts/overview/working-with-objects/annotations.md +++ b/docs/concepts/overview/working-with-objects/annotations.md @@ -1,5 +1,8 @@ --- title: Annotations +redirect_from: +- "/docs/user-guide/annotations/" +- "/docs/user-guide/annotations.html" --- {% capture overview %} diff --git a/docs/concepts/policy/pod-security-policy.md b/docs/concepts/policy/pod-security-policy.md index 3048478890..e4a0ccaf8c 100644 --- a/docs/concepts/policy/pod-security-policy.md +++ b/docs/concepts/policy/pod-security-policy.md @@ -2,6 +2,9 @@ assignees: - pweil- title: Pod Security Policies +redirect_from: +- "/docs/user-guide/pod-security-policy/" +- "/docs/user-guide/pod-security-policy/index.html" --- Objects of type `PodSecurityPolicy` govern the ability diff --git a/docs/concepts/policy/security-context.md b/docs/concepts/policy/security-context.md index f8e921f44c..17964d9ee0 100644 --- a/docs/concepts/policy/security-context.md +++ b/docs/concepts/policy/security-context.md @@ -4,6 +4,9 @@ assignees: - mikedanese - thockin title: Security Context +redirect_from: +- "/docs/user-guide/security-context/" +- "/docs/user-guide/security-context.html" --- A security context defines the operating system security settings (uid, gid, capabilities, SELinux role, etc..) applied to a container. See [security context design](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security-context-constraints.md) for more details. diff --git a/docs/concepts/services-networking/service.md b/docs/concepts/services-networking/service.md index 9b7d232998..a837bfa6ee 100644 --- a/docs/concepts/services-networking/service.md +++ b/docs/concepts/services-networking/service.md @@ -2,6 +2,9 @@ assignees: - bprashanth title: Services +redirect_from: +- "/docs/user-guide/services/" +- "/docs/user-guide/services/index.html" --- Kubernetes [`Pods`](/docs/user-guide/pods) are mortal. They are born and when they die, they diff --git a/docs/tasks/configure-pod-container/configure-service-account.md b/docs/tasks/configure-pod-container/configure-service-account.md index 5437493ff6..f46adf4213 100644 --- a/docs/tasks/configure-pod-container/configure-service-account.md +++ b/docs/tasks/configure-pod-container/configure-service-account.md @@ -4,6 +4,9 @@ assignees: - liggitt - thockin title: Configuring Service Accounts +redirect_from: +- "/docs/user-guide/service-accounts/" +- "/docs/user-guide/service-accounts.html" --- A service account provides an identity for processes that run in a Pod. diff --git a/docs/tasks/run-application/horizontal-pod-autoscale.md b/docs/tasks/run-application/horizontal-pod-autoscale.md index 4f409a481e..49d51758f1 100644 --- a/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -4,6 +4,9 @@ assignees: - jszczepkowski - directxman12 title: Horizontal Pod Autoscaling +redirect_from: +- "/docs/user-guide/horizontal-pod-autoscaling/" +- "/docs/user-guide/horizontal-pod-autoscaling/index.html" --- This document describes the current state of Horizontal Pod Autoscaling in Kubernetes. diff --git a/docs/tasks/run-application/podpreset.md b/docs/tasks/run-application/podpreset.md index 4ad29cc0cd..3a9792534b 100644 --- a/docs/tasks/run-application/podpreset.md +++ b/docs/tasks/run-application/podpreset.md @@ -2,6 +2,9 @@ assignees: - jessfraz title: Injecting Information into Pods Using a PodPreset +redirect_from: +- "/docs/user-guide/pod-preset/index/" +- "/docs/user-guide/pod-preset/index.html" --- You can use a `podpreset` object to inject certain information into pods at creation diff --git a/docs/user-guide/annotations.md b/docs/user-guide/annotations.md deleted file mode 100644 index f547fd6e5b..0000000000 --- a/docs/user-guide/annotations.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- mikedanese -- thockin -title: Annotations ---- - -{% include user-guide-content-moved.md %} - -[Annotations](/docs/concepts/overview/working-with-objects/annotations/) diff --git a/docs/user-guide/horizontal-pod-autoscaling/index.md b/docs/user-guide/horizontal-pod-autoscaling/index.md deleted file mode 100644 index f441be16e6..0000000000 --- a/docs/user-guide/horizontal-pod-autoscaling/index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -assignees: -- fgrzadkowski -- jszczepkowski -- directxman12 -title: Horizontal Pod Autoscaling ---- - -{% include user-guide-content-moved.md %} - -[Horizontal Pod Autoscaling](/docs/tasks/run-application/horizontal-pod-autoscale/) diff --git a/docs/user-guide/pod-preset/index.md b/docs/user-guide/pod-preset/index.md deleted file mode 100644 index 5fbbac8476..0000000000 --- a/docs/user-guide/pod-preset/index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -assignees: -- jessfraz -title: Pod Preset ---- - -{% include user-guide-content-moved.md %} - -[Injecting Information into Pods Using a PodPreset](/docs/tasks/run-application/podpreset/) - diff --git a/docs/user-guide/pod-security-policy/index.md b/docs/user-guide/pod-security-policy/index.md deleted file mode 100644 index ee29cf44ab..0000000000 --- a/docs/user-guide/pod-security-policy/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -assignees: -- pweil- -title: Pod Security Policies ---- - -{% include user-guide-content-moved.md %} - -[Pod Security Policies](/docs/concepts/policy/pod-security-policy/) diff --git a/docs/user-guide/secrets/index.md b/docs/user-guide/secrets/index.md deleted file mode 100644 index a49d9c96d3..0000000000 --- a/docs/user-guide/secrets/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -assignees: -- mikedanese -title: Secrets ---- - -{% include user-guide-content-moved.md %} - -[Secrets](/docs/concepts/configuration/secret/) diff --git a/docs/user-guide/security-context.md b/docs/user-guide/security-context.md deleted file mode 100644 index 593c6897f3..0000000000 --- a/docs/user-guide/security-context.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -assignees: -- erictune -- mikedanese -- thockin -title: Security Context ---- - -{% include user-guide-content-moved.md %} - -[Security Context](/docs/concepts/policy/security-context/) diff --git a/docs/user-guide/service-accounts.md b/docs/user-guide/service-accounts.md deleted file mode 100644 index 022ed73eee..0000000000 --- a/docs/user-guide/service-accounts.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -assignees: -- bprashanth -- liggitt -- thockin -title: Service Accounts ---- - -{% include user-guide-content-moved.md %} - -[Configuring Service Accounts](/docs/tasks/configure-pod-container/configure-service-account/) diff --git a/docs/user-guide/services/index.md b/docs/user-guide/services/index.md deleted file mode 100644 index 5fadd975b4..0000000000 --- a/docs/user-guide/services/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -assignees: -- bprashanth -title: Services ---- - -{% include user-guide-content-moved.md %} - -[Services](/docs/concepts/services-networking/service/) diff --git a/docs/user-guide/thirdpartyresources.md b/docs/user-guide/thirdpartyresources.md deleted file mode 100644 index 4a19f6f7ad..0000000000 --- a/docs/user-guide/thirdpartyresources.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -assignees: -- IanLewis -title: Third Party Resources ---- - -{% include user-guide-content-moved.md %} - -[Third Party Resources](/docs/concepts/ecosystem/thirdpartyresource/)