Fix unresolvable element

The incorrect element pointer gives an error,
cannot resolve element with id updating-a-replication-controller, with a
broken link. Fix it.
This commit is contained in:
Sahdev P. Zala
2017-07-13 15:15:28 -04:00
committed by Andrew Chen
parent 2170ffbc76
commit 47b0f2f0a4
@@ -137,7 +137,7 @@ ReplicationController thinks that it created the other pods. Kubernetes does no
from doing this.
If you do end up with multiple controllers that have overlapping selectors, you
will have to manage the deletion yourself (see [below](#updating-a-replication-controller)).
will have to manage the deletion yourself (see [below](#working-with-replicationcontrollers)).
### Multiple Replicas