File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/tutorials/services Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ Note there's no mention of your Service. This is because you created the replica
189
189
before the Service. Another disadvantage of doing this is that the scheduler might
190
190
put both Pods on the same machine, which will take your entire Service down if
191
191
it dies. We can do this the right way by killing the 2 Pods and waiting for the
192
- Deployment to recreate them. This time around the Service exists *before* the
192
+ Deployment to recreate them. This time the Service exists *before* the
193
193
replicas. This will give you scheduler-level Service spreading of your Pods
194
194
(provided all your nodes have equal capacity), as well as the right environment
195
195
variables:
You can’t perform that action at this time.
0 commit comments