Fix Kuberentes typo
This commit is contained in:
parent
acef396611
commit
d40b245c9b
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue