Merge pull request #4555 from kubernetes/chenopis-4397-patch

Fix Kuberentes typo
This commit is contained in:
Andrew Chen
2017-07-31 23:50:14 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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.
+1 -1
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.