Fix Kuberentes typo

This commit is contained in:
Andrew Chen 2017-07-31 23:45:38 -07:00
parent acef396611
commit d40b245c9b
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.