Skip to content

Commit b724028

Browse files
Merge pull request #5469 from vikram-redhat/master
Online Weekly Release Link Fixes
2 parents e5d75e5 + 4175a70 commit b724028

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

architecture/additional_concepts/storage.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ If supported by appropriate volume plug-in, recycling performs a basic scrub (`r
141141
The `recycle` reclaim policy is deprecated in favor of dynamic provisioning and it will be removed in future releases.
142142
====
143143

144-
ifndef::openshift-online+openshift-dedicated[]
144+
ifndef::openshift-online,openshift-dedicated[]
145145

146146
You can configure a custom recycler pod template using the controller manager command line arguments as described in the xref:../../install_config/master_node_configuration.adoc#master-config-admission-control-config[ControllerArguments] section. The custom recycler pod template must contain a `volumes` specification, as shown in the example below:
147147

architecture/networking/routes.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your administrator may have configured a
2323
ifdef::openshift-online,openshift-dedicated[]
2424
DNS wildcard entry
2525
endif::[]
26-
ifndef::openshift-online+openshift-dedicated[]
26+
ifndef::openshift-online,openshift-dedicated[]
2727
xref:../../install_config/install/prerequisites.adoc#prereq-dns[DNS wildcard entry]
2828
endif::[]
2929
that will resolve to the {product-title} node that is running the

architecture/topics/openshift_sdn_plugins.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ with them. In {product-title} clusters, the *default* project has VNID 0. This
1414
facilitates certain services, such as the load balancer, to communicate with
1515
all other pods in the cluster and vice versa.
1616
* The *ovs-networkpolicy* plug-in (currently in Tech Preview) allows project
17-
administrators to configure their own isolation policies using
18-
xref:../../admin_guide/managing_networking.adoc#admin-guide-networking-networkpolicy[NetworkPolicy objects].
17+
administrators to configure their own isolation policies using NetworkPolicy objects.
1918
2019
ifdef::openshift-enterprise,openshift-origin[]
2120
[NOTE]

architecture/topics/sticky_sessions.adoc

+5-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,11 @@ implementing stick-tables that synchronize between a set of peers.
5454

5555
Specific configuration for this router implementation is stored in the
5656
*_haproxy-config.template_* file located in the *_/var/lib/haproxy/conf_*
57-
directory of the router container. The file may be
58-
xref:../../install_config/router/customized_haproxy_router.adoc#[customized].
57+
directory of the router container.
58+
ifdef::openshift-enterprise,openshift-origin[]
59+
The file may be
60+
xref:../../install_config/router/customized_haproxy_router.adoc#install-config-router-customized-haproxy[customized]
61+
endif::[]
5962

6063
[NOTE]
6164
====

dev_guide/managing_images.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Currently, it is also possible to make them work with native Kubernetes
361361
resources, such as xref:../dev_guide/jobs.adoc#dev-guide-jobs[jobs],
362362
xref:../architecture/core_concepts/deployments.adoc#replication-controllers[replication
363363
controllers], replica sets or
364-
ifndef::openshift-online+openshift-dedicated[]
364+
ifndef::openshift-online,openshift-dedicated[]
365365
xref:../dev_guide/deployments/kubernetes_deployments.adoc#dev-guide-kubernetes-deployments-support[Kubernetes
366366
deployments].
367367

@@ -370,7 +370,7 @@ xref:../admin_guide/image_policy.adoc#admin-guide-image-policy[configures
370370
exactly what resources] can be used.
371371

372372
endif::[]
373-
ifdef::openshift-online+openshift-dedicated[]
373+
ifdef::openshift-online,openshift-dedicated[]
374374
Kubernetes deployments.
375375
endif::[]
376376

0 commit comments

Comments
 (0)