From 02c3c18f8cb5b2e14a512b60d71bb3365f968984 Mon Sep 17 00:00:00 2001 From: Robert Parker Date: Tue, 5 Nov 2019 10:34:10 -0800 Subject: [PATCH] adding quotes to some problmatic meta --- content/rancher/v2.x/en/_index.md | 6 +++--- content/rancher/v2.x/en/cluster-admin/kubectl/_index.md | 4 ++-- .../v2.x/en/cluster-admin/volumes-and-storage/_index.md | 4 ++-- .../v2.x/en/installation/options/helm2/helm-init/_index.md | 4 ++-- .../load-balancers-and-ingress/load-balancers/_index.md | 4 ++-- content/rancher/v2.x/en/k8s-in-rancher/workloads/_index.md | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/content/rancher/v2.x/en/_index.md b/content/rancher/v2.x/en/_index.md index 75828fee200..183a84d1e71 100644 --- a/content/rancher/v2.x/en/_index.md +++ b/content/rancher/v2.x/en/_index.md @@ -1,7 +1,7 @@ --- -title: Rancher 2.x -shortTitle: Rancher 2.x -description: Rancher adds significant value on top of Kubernetes, managing hundreds of clusters from one interface, centralizing RBAC, enabling monitoring and alerting. Read more. +title: "Rancher 2.x" +shortTitle: "Rancher 2.x" +description: "Rancher adds significant value on top of Kubernetes: managing hundreds of clusters from one interface, centralizing RBAC, enabling monitoring and alerting. Read more." insertOneSix: true weight: 1 ctaBanner: intro-k8s-rancher-online-training diff --git a/content/rancher/v2.x/en/cluster-admin/kubectl/_index.md b/content/rancher/v2.x/en/cluster-admin/kubectl/_index.md index 62e221eade5..190f080af7b 100644 --- a/content/rancher/v2.x/en/cluster-admin/kubectl/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/kubectl/_index.md @@ -1,6 +1,6 @@ --- -title: Access a Cluster with Kubectl Shell or Kubectl CLI -description: Learn how you can access and manage your Kubernetes clusters using kubectl in two ways, with the kubectl shell or with the kubectl CLI and a kubeconfig file +title: "Access a Cluster with Kubectl Shell or Kubectl CLI" +description: "Lean how you can access and manage your Kubernetes clusters using kubectl in two ways: with kubectl Shell or with kubectl CLI and kuberconfig file" weight: 2015 aliases: - /rancher/v2.x/en/tasks/clusters/using-kubectl-to-access-a-cluster/ diff --git a/content/rancher/v2.x/en/cluster-admin/volumes-and-storage/_index.md b/content/rancher/v2.x/en/cluster-admin/volumes-and-storage/_index.md index 09bf98357cc..f37822b1eb9 100644 --- a/content/rancher/v2.x/en/cluster-admin/volumes-and-storage/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/volumes-and-storage/_index.md @@ -1,6 +1,6 @@ --- -title: Kubernetes Persistent Storage, Volumes, and Storage Classes -description: Learn about creating persistent storage in Kubernetes with persistent volumes and storage classes +title: "Kubernetes Persistent Storage: Volumes and Storage Classes" +description: "Learn about the two ways with which you can creat persistent storage in Kubernetes: persistent volumes and storage classes" weight: 2031 aliases: - /rancher/v2.x/en/concepts/volumes-and-storage/ diff --git a/content/rancher/v2.x/en/installation/options/helm2/helm-init/_index.md b/content/rancher/v2.x/en/installation/options/helm2/helm-init/_index.md index ab14a6ef048..a88abd42de1 100644 --- a/content/rancher/v2.x/en/installation/options/helm2/helm-init/_index.md +++ b/content/rancher/v2.x/en/installation/options/helm2/helm-init/_index.md @@ -1,6 +1,6 @@ --- -title: Initialize Helm: Install the Tiller Service -description: With Helm, you can create configurable deployments instead of using static files. In order to use Helm, the Tiller service needs to be installed on your cluster. +title: "Initialize Helm: Install the Tiller Service" +description: "With Helm, you can create configurable deployments instead of using static files. In order to use Helm, the Tiller service needs to be installed on your cluster." weight: 195 --- diff --git a/content/rancher/v2.x/en/k8s-in-rancher/load-balancers-and-ingress/load-balancers/_index.md b/content/rancher/v2.x/en/k8s-in-rancher/load-balancers-and-ingress/load-balancers/_index.md index 0069bde6f75..c8229313a7b 100644 --- a/content/rancher/v2.x/en/k8s-in-rancher/load-balancers-and-ingress/load-balancers/_index.md +++ b/content/rancher/v2.x/en/k8s-in-rancher/load-balancers-and-ingress/load-balancers/_index.md @@ -1,6 +1,6 @@ --- -title: Layer 4 and Layer 7 Load Balancing -description: Kubernetes supports load balancing with Layer-4 Load Balancing and Layer-7 Load Balancing. Learn about the support for each way in different deployments +title: "Layer 4 and Layer 7 Load Balancing" +description: "Kubernetes supports load balancing in two ways: Layer-4 Load Balancing and Layer-7 Load Balancing. Learn about the support for each way in different deployments" weight: 3041 aliases: - /rancher/v2.x/en/concepts/load-balancing/ diff --git a/content/rancher/v2.x/en/k8s-in-rancher/workloads/_index.md b/content/rancher/v2.x/en/k8s-in-rancher/workloads/_index.md index e25b3b7c54d..617929af284 100644 --- a/content/rancher/v2.x/en/k8s-in-rancher/workloads/_index.md +++ b/content/rancher/v2.x/en/k8s-in-rancher/workloads/_index.md @@ -1,6 +1,6 @@ --- -title: Kubernetes Workloads and Pods -description: Learn about the two constructs with which you can build any complex containerized application in Kubernetes, Kubernetes workloads and pods +title: "Kubernetes Workloads and Pods" +description: "Learn about the two constructs with which you can build any complex containerized application in Kubernetes: Kubernetes workloads and pods" weight: 3025 aliases: - /rancher/v2.x/en/concepts/workloads/