diff --git a/_data/tasks.yml b/_data/tasks.yml index 9027b65bf4..fb390aac62 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -53,7 +53,7 @@ toc: - docs/tasks/job/coarse-parallel-processing-work-queue/index.md - docs/tasks/job/fine-parallel-processing-work-queue/index.md -- title: Accessing Applications in a Cluster +- title: Access Applications in a Cluster section: - docs/tasks/access-application-cluster/web-ui-dashboard.md - docs/tasks/access-application-cluster/access-cluster.md diff --git a/docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig.md b/docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig.md index b91588f948..54aa33a958 100644 --- a/docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig.md +++ b/docs/tasks/access-application-cluster/authenticate-across-clusters-kubeconfig.md @@ -2,7 +2,7 @@ assignees: - mikedanese - thockin -title: Authenticating Across Clusters with kubeconfig +title: Authenticate Across Clusters with kubeconfig redirect_from: - "/docs/user-guide/kubeconfig-file/" - "/docs/user-guide/kubeconfig-file.html" diff --git a/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md b/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md index 10176fefaa..4435b8c626 100644 --- a/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md +++ b/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md @@ -1,5 +1,5 @@ --- -title: Communicating Between Containers in the Same Pod Using a Shared Volume +title: Communicate Between Containers in the Same Pod Using a Shared Volume redirect_from: - "/docs/user-guide/pods/multi-container/" - "/docs/user-guide/pods/multi-container.html" diff --git a/docs/tasks/access-application-cluster/configure-cloud-provider-firewall.md b/docs/tasks/access-application-cluster/configure-cloud-provider-firewall.md index 7743816d70..042e49f16a 100644 --- a/docs/tasks/access-application-cluster/configure-cloud-provider-firewall.md +++ b/docs/tasks/access-application-cluster/configure-cloud-provider-firewall.md @@ -2,7 +2,7 @@ assignees: - bprashanth - davidopp -title: Configuring Your Cloud Provider's Firewalls +title: Configure Your Cloud Provider's Firewalls redirect_from: - "/docs/user-guide/services-firewalls/" - "/docs/user-guide/services-firewalls.html" diff --git a/docs/tasks/access-application-cluster/connecting-frontend-backend.md b/docs/tasks/access-application-cluster/connecting-frontend-backend.md index 3b63e3a7e3..8f9c6046f4 100644 --- a/docs/tasks/access-application-cluster/connecting-frontend-backend.md +++ b/docs/tasks/access-application-cluster/connecting-frontend-backend.md @@ -1,5 +1,5 @@ --- -title: Connecting a Front End to a Back End Using a Service +title: Connect a Front End to a Back End Using a Service redirect_from: - "/docs/user-guide/services/operations/" - "/docs/user-guide/services/operations.html" diff --git a/docs/tasks/access-application-cluster/create-external-load-balancer.md b/docs/tasks/access-application-cluster/create-external-load-balancer.md index c7b98f3aba..d2496bdf96 100644 --- a/docs/tasks/access-application-cluster/create-external-load-balancer.md +++ b/docs/tasks/access-application-cluster/create-external-load-balancer.md @@ -1,5 +1,5 @@ --- -title: Creating an External Load Balancer +title: Create an External Load Balancer redirect_from: - "/docs/user-guide/load-balancer/" - "/docs/user-guide/load-balancer.html" @@ -163,4 +163,4 @@ Internal pod to pod traffic should behave similar to ClusterIP services, with eq {% endcapture %} -{% include templates/task.md %} \ No newline at end of file +{% include templates/task.md %} diff --git a/docs/tasks/access-application-cluster/list-all-running-container-images.md b/docs/tasks/access-application-cluster/list-all-running-container-images.md index adb9273fc5..3cb33864e2 100644 --- a/docs/tasks/access-application-cluster/list-all-running-container-images.md +++ b/docs/tasks/access-application-cluster/list-all-running-container-images.md @@ -1,5 +1,5 @@ --- -title: Listing All Container Images Running in a Cluster +title: List All Container Images Running in a Cluster redirect_from: - "/docs/tasks/kubectl/list-all-running-container-images/" - "/docs/tasks/kubectl/list-all-running-container-images.html" diff --git a/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md b/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md index 518cb3628b..a482bee2d9 100644 --- a/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md +++ b/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md @@ -1,5 +1,5 @@ --- -title: Providing Load-Balanced Access to an Application in a Cluster +title: Provide Load-Balanced Access to an Application in a Cluster --- {% capture overview %} diff --git a/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md b/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md index c6d5d3ed8d..875c3cc78e 100644 --- a/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md +++ b/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md @@ -1,5 +1,5 @@ --- -title: Using Port Forwarding to Access Applications in a Cluster +title: Use Port Forwarding to Access Applications in a Cluster redirect_from: - "/docs/user-guide/connecting-to-applications-port-forward/" - "/docs/user-guide/connecting-to-applications-port-forward.html" diff --git a/docs/tasks/access-application-cluster/service-access-application-cluster.md b/docs/tasks/access-application-cluster/service-access-application-cluster.md index 7a52f4b150..b32cfe22b3 100644 --- a/docs/tasks/access-application-cluster/service-access-application-cluster.md +++ b/docs/tasks/access-application-cluster/service-access-application-cluster.md @@ -1,5 +1,5 @@ --- -title: Using a Service to Access an Application in a Cluster +title: Use a Service to Access an Application in a Cluster redirect_from: - "/docs/user-guide/quick-start/" - "/docs/user-guide/quick-start.html"