diff --git a/docs/concepts/workloads/controllers/statefulset.md b/docs/concepts/workloads/controllers/statefulset.md index f57278ae33..933e4c92f5 100644 --- a/docs/concepts/workloads/controllers/statefulset.md +++ b/docs/concepts/workloads/controllers/statefulset.md @@ -189,7 +189,7 @@ Pod. ## Update Strategies -In Kuberentes 1.7 and later, StatefulSet's `.spec.updateStrategy` field allows you to configure +In Kubernetes 1.7 and later, StatefulSet's `.spec.updateStrategy` field allows you to configure and disable automated rolling updates for containers, labels, resource request/limits, and annotations for the Pods in a StatefulSet. diff --git a/docs/tasks/administer-federation/cluster.md b/docs/tasks/administer-federation/cluster.md index c24fa89b90..7d5a718b12 100644 --- a/docs/tasks/administer-federation/cluster.md +++ b/docs/tasks/administer-federation/cluster.md @@ -6,7 +6,7 @@ title: Federated Cluster This guide explains how to use Clusters API resource in a Federation control plane. -Different than other Kuberentes resources, such as Deployments, Services and ConfigMaps, +Different than other Kubernetes resources, such as Deployments, Services and ConfigMaps, clusters only exist in the federation context, i.e. those requests must be submitted to the federation api-server.