From 69c659141824d63a3288a0edb686349673e86655 Mon Sep 17 00:00:00 2001 From: Oli Lalonde Date: Sun, 16 Apr 2017 01:22:20 -0700 Subject: [PATCH] Remove redundant, out of sync table of contents This table of contents is redundant (it's also available from the side nav) and confusing (not clear if it's a copy of the side nav or contains additional information). Plus, it was out of sync with the actual table of contents (last section on GPU was missing). So, I think it's best to just remove it. --- docs/tasks/index.md | 66 --------------------------------------------- 1 file changed, 66 deletions(-) diff --git a/docs/tasks/index.md b/docs/tasks/index.md index 689d5b1379..cb4883c500 100644 --- a/docs/tasks/index.md +++ b/docs/tasks/index.md @@ -10,69 +10,3 @@ redirect_from: This section of the Kubernetes documentation contains pages that show how to do individual tasks. A task page shows how to do a single thing, typically by giving a short sequence of steps. - -#### Using the kubectl Command Line - -* [Listing All Container Images Running in a Cluster](/docs/tasks/kubectl/list-all-running-container-images/) -* [Getting a Shell to a Running Container](/docs/tasks/kubectl/get-shell-running-container/) - -#### Configuring Pods and Containers - -* [Defining Environment Variables for a Container](/docs/tasks/configure-pod-container/define-environment-variable-container/) -* [Defining a Command and Arguments for a Container](/docs/tasks/configure-pod-container/define-command-argument-container/) -* [Assigning CPU and RAM Resources to a Container](/docs/tasks/configure-pod-container/assign-cpu-ram-container/) -* [Configuring a Pod to Use a Volume for Storage](/docs/tasks/configure-pod-container/configure-volume-storage/) -* [Configuring a Pod to Use a PersistentVolume for Storage](/docs/tasks/configure-pod-container/configure-persistent-volume-storage/) -* [Exposing Pod Information to Containers Through Environment Variables](/docs/tasks/configure-pod-container/environment-variable-expose-pod-information/) -* [Exposing Pod Information to Containers Using a DownwardAPIVolumeFile](/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information/) -* [Distributing Credentials Securely](/docs/tasks/configure-pod-container/distribute-credentials-secure/) -* [Pulling an Image from a Private Registry](/docs/tasks/configure-pod-container/pull-image-private-registry/) -* [Configuring Liveness and Readiness Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/) -* [Communicating Between Containers Running in the Same Pod](/docs/tasks/configure-pod-container/communicate-containers-same-pod/) -* [Configuring Pod Initialization](/docs/tasks/configure-pod-container/configure-pod-initialization/) -* [Attaching Handlers to Container Lifecycle Events](/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/) - -#### Accessing Applications in a Cluster - -* [Using Port Forwarding to Access Applications in a Cluster](/docs/tasks/access-application-cluster/port-forward-access-application-cluster/) -* [Providing Load-Balanced Access to an Application in a Cluster](/docs/tasks/access-application-cluster/load-balance-access-application-cluster/) - -#### Monitoring, Logging, and Debugging - -* [Determining the Reason for Pod Failure](/docs/tasks/debug-application-cluster/determine-reason-pod-failure/) -* [Debugging Init Containers](/docs/tasks/debug-application-cluster/debug-init-containers/) -* [Logging Using Stackdriver](/docs/tasks/debug-application-cluster/logging-stackdriver/) -* [Logging Using ElasticSearch and Kibana](/docs/tasks/debug-application-cluster/logging-elasticsearch-kibana/) - -#### Accessing the Kubernetes API - -* [Using an HTTP Proxy to Access the Kubernetes API](/docs/tasks/access-kubernetes-api/http-proxy-access-api) - -#### Using TLS - -* [Managing TLS Certificates in a Cluster](/docs/tasks/tls/managing-tls-in-a-cluster) - -#### Administering a Cluster - -* [Assigning Pods to Nodes](/docs/tasks/administer-cluster/assign-pods-nodes/) -* [Autoscaling the DNS Service in a Cluster](/docs/tasks/administer-cluster/dns-horizontal-autoscaling/) -* [Safely Draining a Node while Respecting Application SLOs](/docs/tasks/administer-cluster/safely-drain-node/) -* [Changing the Reclaim Policy of a PersistentVolume](/docs/tasks/administer-cluster/change-pv-reclaim-policy/) -* [Changing the Default StorageClass](/docs/tasks/administer-cluster/change-default-storage-class/) - -#### Managing Stateful Applications - -* [Upgrading from PetSets to StatefulSets](/docs/tasks/manage-stateful-set/upgrade-pet-set-to-stateful-set/) -* [Scaling a StatefulSet](/docs/tasks/manage-stateful-set/scale-stateful-set/) -* [Deleting a StatefulSet](/docs/tasks/manage-stateful-set/deleting-a-statefulset/) -* [Debugging a StatefulSet](/docs/tasks/manage-stateful-set/debugging-a-statefulset/) -* [Force Deleting StatefulSet Pods](/docs/tasks/manage-stateful-set/delete-pods/) - -#### Managing Cluster Daemons -* [Performing a Rolling Update on a DaemonSet](/docs/tasks/manage-daemon/update-daemon-set/) - -### What's next - -If you would like to write a task page, see -[Creating a Documentation Pull Request](/docs/home/contribute/create-pull-request/). -