Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions install_config/install/docker_registry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,20 @@ endif::[]

=== Deploying the Registry as a DaemonSet

You may use the `oadm registry` command to deploy the registry as a
link:http://kubernetes.io/docs/admin/daemons/[DaemonSet] with
the `--daemonset` option.
Use the `oadm registry` command to deploy the registry as a DaemonSet with the
`--daemonset` option.

A link:http://kubernetes.io/docs/admin/daemons/[DaemonSet] will run a pod
on every node. For more information on
link:http://kubernetes.io/docs/admin/daemons/[DaemonSets] please see the
Daemonsets ensure that when nodes are created, they contain copies of a
specified pod. When the nodes are removed, the pods are garbage collected.

For more information on DaemonSets, see the
link:http://kubernetes.io/docs/admin/daemons/[DaemonSet documentation].

[NOTE]
====
Updating of DaemonSets is still a work in progress.
It is recommended that a DeploymentConfig be used to deploy the registry.
Using DaemonSets with {product-title} is a work in progress, and the only
supported process is creating a registry. Currently, using deployment
configurations to deploy a registry is recommended.
====

ifdef::openshift-enterprise,openshift-origin[]
Expand Down