Skip to content

Commit

Permalink
Fix link to replicated stateful application
Browse files Browse the repository at this point in the history
PR kubernetes#17430 added a link to the replicated stateless application example,
which isn't quite correct for the concepts that are meant to be
illustrated. A stateful application, such as MySQL, should have been the
actual target of the link.

Signed-off-by: Nolan Brubaker <[email protected]>
  • Loading branch information
nrb committed Nov 22, 2019
1 parent 30af2b1 commit 583b659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ StatefulSet will then begin to recreate the Pods using the reverted template.

* Follow an example of [deploying a stateful application](/docs/tutorials/stateful-application/basic-stateful-set/).
* Follow an example of [deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/).
* Follow an example of [running a replicated stateful application](/docs/tasks/run-application/run-stateless-application-deployment/).
* Follow an example of [running a replicated stateful application](/docs/tasks/run-application/run-replicated-stateful-application/).

{{% /capture %}}

0 comments on commit 583b659

Please sign in to comment.