adding quotes to some problmatic meta

This commit is contained in:
Robert Parker
2019-11-05 10:34:10 -08:00
committed by Catherine Luse
parent 3a9cf5d0bb
commit 02c3c18f8c
6 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -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
@@ -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/
@@ -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/
@@ -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
---
@@ -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/
@@ -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/