redundnacy => redundancy

reviewable/pr2503/r1
Jérémy Wimsingues 2017-02-08 11:28:26 +01:00 committed by Andrew Chen
parent 926d049a84
commit 32e912fc87
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ For example, when you use the Kubernetes API to create a Deployment object, you
The Kubernetes master is responsible for maintaining the desired state for your cluster. When you interact with Kubernetes, such as by using the `kubectl` command-line interface, you're communicating with your cluster's Kubernetes master.
> The "master" refers to a collection of processes managing the cluster state. Typically these processes are all run on a single node in the cluster, and this node is also referred to as the master. The master can also be replicated for availability and redundnacy.
> The "master" refers to a collection of processes managing the cluster state. Typically these processes are all run on a single node in the cluster, and this node is also referred to as the master. The master can also be replicated for availability and redundancy.
### Kubernetes Nodes