Deprecate Guide topics: quick-start ... (#2696)
parent
172900f9aa
commit
5e4a1ed081
|
@ -18,8 +18,6 @@ toc:
|
|||
|
||||
- title: Workload Deployment and Management
|
||||
section:
|
||||
- docs/user-guide/quick-start.md
|
||||
- docs/user-guide/deploying-applications.md
|
||||
- docs/user-guide/managing-deployments.md
|
||||
- docs/user-guide/replication-controller/operations.md
|
||||
- docs/user-guide/resizing-a-replication-controller.md
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: Using a Service to Access an Application in a Cluster
|
||||
redirect_from:
|
||||
- "/docs/user-guide/quick-start/"
|
||||
- "/docs/user-guide/quick-start.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
|
|
@ -5,6 +5,8 @@ redirect_from:
|
|||
- "/docs/user-guide/simple-nginx.html"
|
||||
- "/docs/user-guide/pods/single-container/"
|
||||
- "/docs/user-guide/pods/single-container.html"
|
||||
- "/docs/user-guide/deploying-applications/"
|
||||
- "/docs/user-guide/deploying-applications.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- bgrant0607
|
||||
- caesarxuchao
|
||||
- thockin
|
||||
title: Deploying Applications
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Running a Stateless Application Using a Deployment](/docs/tutorials/stateless-application/run-stateless-application-deployment/)
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- bgrant0607
|
||||
- janetkuo
|
||||
title: Launching, Exposing, and Killing Applications
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Using a Service to Access an Application in a Cluster](https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address-service/)
|
|
@ -8,9 +8,11 @@ Disallow: 404.html
|
|||
|
||||
Disallow: /docs/user-guide/configuring-containers
|
||||
Disallow: /docs/user-guide/containers
|
||||
Disallow: /docs/user-guide/deploying-applications
|
||||
Disallow: /docs/user-guide/liveness/index
|
||||
Disallow: /docs/user-guide/simple-nginx
|
||||
Disallow: /docs/user-guide/production-pods
|
||||
Disallow: /docs/user-guide/quick-start
|
||||
|
||||
Disallow: /docs/user-guide/persistent-volumes/walkthrough
|
||||
Disallow: /docs/user-guide/pods/single-container
|
||||
|
@ -18,3 +20,10 @@ Disallow: /docs/user-guide/pods/single-container
|
|||
Disallow: /docs/user-guide/secrets/walkthrough
|
||||
|
||||
SITEMAP: http://kubernetes.io/sitemap.xml
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue