Skip to content

Commit

Permalink
Drop reference to StatefulSet
Browse files Browse the repository at this point in the history
Current documentation for StatefulSet doesn't illustrate init container
use.
  • Loading branch information
sftim committed May 11, 2019
1 parent 9084a18 commit 2ec4548
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/en/docs/concepts/workloads/pods/init-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ Here are some ideas for how to use init containers:
place the `POD_IP` value in a configuration and generate the main app
configuration file using Jinja.

More detailed usage examples can be found in the [StatefulSets](/docs/concepts/workloads/controllers/statefulset/) documentation and the [Production Pods](/docs/tasks/configure-pod-container/configure-pod-initialization/) guide.

#### Init containers in use

This example defines a simple Pod that has two init containers.
Expand Down

0 comments on commit 2ec4548

Please sign in to comment.