Deprecation 22 (#3512)
* Deprecation complete: whatis k8s ... * Fix redirect source. * Deprecation complete: sharing-clusters ...
This commit is contained in:
parent
184ed9429f
commit
b38c79dde8
|
@ -3,6 +3,9 @@ assignees:
|
|||
- mikedanese
|
||||
- thockin
|
||||
title: Authenticating Across Clusters with kubeconfig
|
||||
redirect_from:
|
||||
- "/docs/user-guide/kubeconfig-file/"
|
||||
- "/docs/user-guide/kubeconfig-file.html"
|
||||
---
|
||||
|
||||
Authentication in Kubernetes can differ for different individuals.
|
||||
|
|
|
@ -4,6 +4,9 @@ assignees:
|
|||
- janetkuo
|
||||
- mikedanese
|
||||
title: Managing Resources
|
||||
redirect_from:
|
||||
- "/docs/user-guide/managing-deployments/"
|
||||
- "/docs/user-guide/managing-deployments.html"
|
||||
---
|
||||
|
||||
You've deployed your application and exposed it via a service. Now what? Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Among the features we'll discuss in more depth are [configuration files](/docs/user-guide/configuring-containers/#configuration-in-kubernetes) and [labels](/docs/user-guide/deploying-applications/#labels).
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
assignees:
|
||||
- mikedanese
|
||||
title: Configuration Best Practices
|
||||
redirect_from:
|
||||
- "/docs/user-guide/config-best-practices/"
|
||||
- "/docs/user-guide/config-best-practices.html"
|
||||
---
|
||||
|
||||
This document is meant to highlight and consolidate in one place configuration best practices that are introduced throughout the user-guide and getting-started documentation and examples. This is a living document so if you think of something that is not on this list but might be useful to others, please don't hesitate to file an issue or submit a PR.
|
||||
|
|
|
@ -3,6 +3,9 @@ title: Garbage Collection
|
|||
redirect_from:
|
||||
- "/docs/concepts/abstractions/controllers/garbage-collection/"
|
||||
- "/docs/concepts/abstractions/controllers/garbage-collection.html"
|
||||
- "/docs/user-guide/garbage-collection/"
|
||||
- "/docs/user-guide/garbage-collection.html"
|
||||
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
|
|
@ -3,6 +3,9 @@ assignees:
|
|||
- mikedanese
|
||||
- thockin
|
||||
title: Sharing Cluster Access with kubeconfig
|
||||
redirect_from:
|
||||
- "/docs/user-guide/sharing-clusters/"
|
||||
- "/docs/user-guide/sharing-clusters.html"
|
||||
---
|
||||
|
||||
Client access to a running Kubernetes cluster can be shared by copying
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
assignees:
|
||||
- janetkuo
|
||||
title: Rolling Update Replication Controller
|
||||
redirect_from:
|
||||
- "/docs/user-guide/rolling-updates/"
|
||||
- "/docs/user-guide/rolling-updates.html"
|
||||
- "/docs/user-guide/update-demo/index/"
|
||||
- "/docs/user-guide/update-demo/index.html"
|
||||
---
|
||||
|
||||
* TOC
|
||||
|
|
|
@ -3,6 +3,8 @@ title: Kubernetes Object Management
|
|||
redirect_from:
|
||||
- "/docs/concepts/tools/kubectl/object-management-overview/"
|
||||
- "/docs/concepts/tools/kubectl/object-management-overview.html"
|
||||
- "/docs/user-guide/working-with-resources/"
|
||||
- "/docs/user-guide/working-with-resources.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
assignees:
|
||||
- bprashanth
|
||||
title: Run Stateless AP Replication Controller
|
||||
redirect_from:
|
||||
- "/docs/user-guide/replication-controller/operations/"
|
||||
- "/docs/user-guide/replication-controller/operations.html"
|
||||
- "/docs/user-guide/resizing-a-replication-controller/"
|
||||
- "/docs/user-guide/resizing-a-replication-controller.html"
|
||||
---
|
||||
|
||||
* TOC
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Best Practices for Configuration
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Configuration Overview](/docs/concepts/configuration/overview/)
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- caesarxuchao
|
||||
title: Garbage Collection (Beta)
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Garbage Collection](/docs/concepts/abstractions/controllers/garbage-collection/)
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Authenticating Across Clusters with kubeconfig
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Authenticating Across Clusters with kubeconfig](/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig/)
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Managing Resources
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
[Managing Resources](/docs/concepts/cluster-administration/manage-deployment/)
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Replication Controller Operations
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
[Run Stateless AP Replication Controller](/docs/tutorials/stateless-application/run-stateless-ap-replication-controller/)
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- bprashanth
|
||||
title: Resizing a Replication Controller
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
[Run Stateless AP Replication Controller](/docs/tutorials/stateless-application/run-stateless-ap-replication-controller/#resizing-a-replication-controller)
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Rolling Updates
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
[Rolling Update Replication Controller](/docs/tasks/run-application/rolling-update-replication-controller/)
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Sharing Cluster Access with kubeconfig
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Sharing Cluster Access with kubeconfig](/docs/tasks/administer-cluster/share-configuration/)
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Rolling Update Demo
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
[Rolling Update Replication Controller](/docs/tasks/run-application/rolling-update-replication-controller/)
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
assignees:
|
||||
- mikedanese
|
||||
- thockin
|
||||
title: Using kubectl to Manage Resources
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Kubernetes Object Management](/docs/concepts/tools/kubectl/object-management-overview/)
|
Loading…
Reference in New Issue