diff --git a/install_config/install/docker_registry.adoc b/install_config/install/docker_registry.adoc index 46a66384cdc0..382473abb2a8 100644 --- a/install_config/install/docker_registry.adoc +++ b/install_config/install/docker_registry.adoc @@ -78,6 +78,23 @@ $ oadm registry --help ---- 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. + +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 +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. +==== + ifdef::openshift-enterprise,openshift-origin[] [[registry-compute-resource]] === Registry Compute Resources