Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Globegitter authored Feb 28, 2018
1 parent 41eff5b commit f5408e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/instance_groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ So the procedure is:
* (no instances need to be relaunched, so no rolling-update is needed)


## Moving from one instancs group spanning multiple AZs to one instance group per AZ
## Moving from one instancegroup spanning multiple AZs to one instance group per AZ

It may be beneficial to have one IG per AZ rather than one IG spanning multiple AZs. One common example is, when you have a persistent volume claim bound to an AWS EBS Volume this volume is bound to the AZ it has been created in so any resource (e.g. a StatefulSet) depending on that volume is bound to that same AZ. In this case you have to ensure that there is at least one node running in that same AZ, which is not guaruanteed by one IG. This however can be guarantueed by one IG per AZ.

Expand Down

0 comments on commit f5408e3

Please sign in to comment.