diff --git a/content/rancher/v2.x/en/concepts/workloads/_index.md b/content/rancher/v2.x/en/concepts/workloads/_index.md index dcf7ed4300c..395bcd0b63e 100644 --- a/content/rancher/v2.x/en/concepts/workloads/_index.md +++ b/content/rancher/v2.x/en/concepts/workloads/_index.md @@ -27,7 +27,7 @@ Kubernetes divides workloads into different types. The most popular types suppor - [DaemonSets](https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/) - _Daemonsets_ ensures that every node in the cluster runs a copy of pod. For use cases where where you're collecting logs or monitoring node performance, this daemon-like workload works best. + _Daemonsets_ ensures that every node in the cluster runs a copy of pod. For use cases where you're collecting logs or monitoring node performance, this daemon-like workload works best. - [Jobs](https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/) @@ -60,4 +60,4 @@ There are several types of services available in Rancher. The descriptions below - **LoadBalancer** - >Exposes the service externally using a cloud provider’s load balancer. `NodePort` and `ClusterIP` services, to which the external load balancer will route, are automatically created. \ No newline at end of file + >Exposes the service externally using a cloud provider’s load balancer. `NodePort` and `ClusterIP` services, to which the external load balancer will route, are automatically created.