From 9396bc04a2cf0cd41395928db3231087c0114b50 Mon Sep 17 00:00:00 2001 From: Kathryn Alexander Date: Fri, 1 Mar 2019 11:16:40 -0500 Subject: [PATCH] removing {nbsp} --- applications/crds/crd-extending-api-with-crds.adoc | 1 - applications/crds/crd-managing-resources-from-crds.adoc | 2 +- applications/deployments/deployment-strategies.adoc | 1 - applications/deployments/managing-deployment-processes.adoc | 1 - .../deployments/route-based-deployment-strategies.adoc | 1 - applications/deployments/what-deployments-are.adoc | 1 - applications/idling-applications.adoc | 1 - applications/operator_sdk/osdk-ansible.adoc | 1 - applications/operator_sdk/osdk-cli-reference.adoc | 1 - applications/operator_sdk/osdk-generating-csvs.adoc | 1 - applications/operator_sdk/osdk-getting-started.adoc | 1 - applications/operator_sdk/osdk-helm.adoc | 1 - applications/operator_sdk/osdk-migrating-to-v0-1-0.adoc | 1 - applications/operator_sdk/osdk-monitoring-prometheus.adoc | 1 - applications/operators/olm-adding-operators-to-cluster.adoc | 1 - .../olm-creating-apps-from-installed-operators.adoc | 1 - applications/operators/olm-what-operators-are.adoc | 1 - applications/pruning-objects.adoc | 1 - .../quotas/quotas-setting-across-multiple-projects.adoc | 1 - applications/quotas/quotas-setting-per-project.adoc | 1 - applications/working-with-quotas.adoc | 1 - architecture/architecture.adoc | 2 -- architecture/web-console.adoc | 2 -- authentication/configuring-internal-oauth.adoc | 2 -- authentication/configuring-ldap-failover.adoc | 2 -- authentication/configuring-user-agent.adoc | 2 -- .../configuring-basic-authentication-identity-provider.adoc | 2 -- .../configuring-github-identity-provider.adoc | 2 -- .../configuring-gitlab-identity-provider.adoc | 2 -- .../configuring-google-identity-provider.adoc | 2 -- .../configuring-htpasswd-identity-provider.adoc | 2 -- .../configuring-keystone-identity-provider.adoc | 2 -- .../configuring-ldap-identity-provider.adoc | 2 -- .../configuring-oidc-identity-provider.adoc | 2 -- .../configuring-request-header-identity-provider.adoc | 2 -- authentication/managing-security-context-constraints.adoc | 3 --- authentication/tokens-scoping.adoc | 2 -- .../understanding-and-creating-service-accounts.adoc | 2 -- authentication/understanding-authentication.adoc | 2 -- authentication/understanding-identity-provider.adoc | 2 -- authentication/using-rbac.adoc | 2 -- authentication/using-service-accounts-as-oauth-client.adoc | 4 +--- authentication/using-service-accounts-in-applications.adoc | 2 -- installing-aws/installing-aws-account.adoc | 2 -- installing-aws/installing-customizations-cloud.adoc | 3 --- installing-aws/installing-quickly-cloud.adoc | 2 -- installing-aws/uninstalling-cluster-aws.adoc | 2 -- installing-byoh/installing-existing-hosts.adoc | 2 -- installing-byoh/uninstalling-existing-hosts.adoc | 4 +--- machine_management/applying-autoscaling.adoc | 2 -- machine_management/creating-infrastructure-machinesets.adoc | 2 -- machine_management/creating-machineset.adoc | 5 +---- machine_management/manually-scaling-machineset.adoc | 5 +---- nodes/nodes/nodes-node-tuning-operator.adoc | 1 - release_notes/comparing_3_4.adoc | 2 -- scalability_and_performance/network-optimization.adoc | 1 - .../optimizing-compute-resources.adoc | 1 - scalability_and_performance/optimizing-storage.adoc | 1 - ...planning-your-environment-according-to-object-limits.adoc | 1 - scalability_and_performance/recommended-host-practices.adoc | 1 - .../scaling-cluster-monitoring-operator.adoc | 1 - scalability_and_performance/using-cluster-loader.adoc | 1 - scalability_and_performance/using-node-tuning-operator.adoc | 3 +-- users_and_roles/creating-project-other-user.adoc | 4 +--- users_and_roles/impersonating-system-admin.adoc | 2 -- web-console/working-with-projects.adoc | 1 - 66 files changed, 7 insertions(+), 111 deletions(-) diff --git a/applications/crds/crd-extending-api-with-crds.adoc b/applications/crds/crd-extending-api-with-crds.adoc index 0d15666289..006d189bb5 100644 --- a/applications/crds/crd-extending-api-with-crds.adoc +++ b/applications/crds/crd-extending-api-with-crds.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + This guide describes how cluster administrators can extend their {product-title} cluster by creating and managing Custom Resource Definitions (CRDs). diff --git a/applications/crds/crd-managing-resources-from-crds.adoc b/applications/crds/crd-managing-resources-from-crds.adoc index 84b5743e72..24a9d85adc 100644 --- a/applications/crds/crd-managing-resources-from-crds.adoc +++ b/applications/crds/crd-managing-resources-from-crds.adoc @@ -4,7 +4,7 @@ include::modules/common-attributes.adoc[] :context: crd-managing-resources-from-crds toc::[] -{nbsp} + + This guide describes how developers can manage Custom Resources (CRs) that come from Custom Resource Definitions (CRDs). diff --git a/applications/deployments/deployment-strategies.adoc b/applications/deployments/deployment-strategies.adoc index fedf2890d2..9423699fcb 100644 --- a/applications/deployments/deployment-strategies.adoc +++ b/applications/deployments/deployment-strategies.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + A _deployment strategy_ is a way to change or upgrade an application. The aim is to make the change without downtime in a way that the user barely notices the improvements. diff --git a/applications/deployments/managing-deployment-processes.adoc b/applications/deployments/managing-deployment-processes.adoc index 9a3b47ec6b..5a356a9cae 100644 --- a/applications/deployments/managing-deployment-processes.adoc +++ b/applications/deployments/managing-deployment-processes.adoc @@ -4,7 +4,6 @@ include::modules/common-attributes.adoc[] :context: deployment-operations toc::[] -{nbsp} + [id='deploymentconfig-operations'] == Managing DeploymentConfigs diff --git a/applications/deployments/route-based-deployment-strategies.adoc b/applications/deployments/route-based-deployment-strategies.adoc index 54fcde4273..7df3de811f 100644 --- a/applications/deployments/route-based-deployment-strategies.adoc +++ b/applications/deployments/route-based-deployment-strategies.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + Deployment strategies provide a way for the application to evolve. Some strategies use DeploymentConfigs to make changes that are seen by users of all routes that resolve to the application. Other advanced strategies, such as the diff --git a/applications/deployments/what-deployments-are.adoc b/applications/deployments/what-deployments-are.adoc index 9ed83bbc01..f5d0d3692c 100644 --- a/applications/deployments/what-deployments-are.adoc +++ b/applications/deployments/what-deployments-are.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + _Deployments_ and _DeploymentConfigs_ in {product-title} are API objects that provide two similar but different methods for fine-grained management over common user applications. They are comprised of the following separate API diff --git a/applications/idling-applications.adoc b/applications/idling-applications.adoc index 6fbe209d1c..c66cd4999f 100644 --- a/applications/idling-applications.adoc +++ b/applications/idling-applications.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + Cluster administrators can idle applications to reduce resource consumption. This is useful when the cluster is deployed on a public cloud where cost is related to resource consumption. diff --git a/applications/operator_sdk/osdk-ansible.adoc b/applications/operator_sdk/osdk-ansible.adoc index fe988f7511..e478284bd2 100644 --- a/applications/operator_sdk/osdk-ansible.adoc +++ b/applications/operator_sdk/osdk-ansible.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + This guide outlines Ansible support in the Operator SDK and walks Operator authors through examples building and running Ansible-based Operators with the `operator-sdk` CLI tool that use Ansible playbooks and modules. diff --git a/applications/operator_sdk/osdk-cli-reference.adoc b/applications/operator_sdk/osdk-cli-reference.adoc index b409c6a495..09297635fa 100644 --- a/applications/operator_sdk/osdk-cli-reference.adoc +++ b/applications/operator_sdk/osdk-cli-reference.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + This guide documents the Operator SDK CLI commands and their syntax: ---- diff --git a/applications/operator_sdk/osdk-generating-csvs.adoc b/applications/operator_sdk/osdk-generating-csvs.adoc index e4d3f63a79..757fb33c99 100644 --- a/applications/operator_sdk/osdk-generating-csvs.adoc +++ b/applications/operator_sdk/osdk-generating-csvs.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + A _ClusterServiceVersion_ (CSV) is a YAML manifest created from Operator metadata that assists the Operator Lifecycle Manager (OLM) in running the Operator in a cluster. It is the metadata that accompanies an Operator container diff --git a/applications/operator_sdk/osdk-getting-started.adoc b/applications/operator_sdk/osdk-getting-started.adoc index 86daf6272a..238d12bfeb 100644 --- a/applications/operator_sdk/osdk-getting-started.adoc +++ b/applications/operator_sdk/osdk-getting-started.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + This guide outlines the basics of the Operator SDK and walks Operator authors with cluster administrator access to a Kubernetes-based cluster (such as {product-title}) through an example of building a simple Go-based Memcached diff --git a/applications/operator_sdk/osdk-helm.adoc b/applications/operator_sdk/osdk-helm.adoc index c264b2930a..78ec075512 100644 --- a/applications/operator_sdk/osdk-helm.adoc +++ b/applications/operator_sdk/osdk-helm.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + This guide outlines Helm chart support in the Operator SDK and walks Operator authors through an example of building and running an Nginx Operator with the `operator-sdk` CLI tool that uses an existing Helm chart. diff --git a/applications/operator_sdk/osdk-migrating-to-v0-1-0.adoc b/applications/operator_sdk/osdk-migrating-to-v0-1-0.adoc index d2bfe76a79..3b5b561c59 100644 --- a/applications/operator_sdk/osdk-migrating-to-v0-1-0.adoc +++ b/applications/operator_sdk/osdk-migrating-to-v0-1-0.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + This guide describes how to migrate an Operator project built using Operator SDK v0.0.x to the project structure required by link:https://github.com/operator-framework/operator-sdk/releases[Operator SDK v0.1.0]. diff --git a/applications/operator_sdk/osdk-monitoring-prometheus.adoc b/applications/operator_sdk/osdk-monitoring-prometheus.adoc index 336b55cf86..c00b795a81 100644 --- a/applications/operator_sdk/osdk-monitoring-prometheus.adoc +++ b/applications/operator_sdk/osdk-monitoring-prometheus.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + This guide describes the built-in monitoring support provided by the Operator SDK using the Prometheus Operator and details usage for Operator authors. diff --git a/applications/operators/olm-adding-operators-to-cluster.adoc b/applications/operators/olm-adding-operators-to-cluster.adoc index f1e5a20d57..773d76bd8f 100644 --- a/applications/operators/olm-adding-operators-to-cluster.adoc +++ b/applications/operators/olm-adding-operators-to-cluster.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + This guide outlines the architecture of the Operator Lifecycle Manager (OLM) and OperatorHub and walks cluster administrators through an example of installing and subscribing a cluster to Operators from the OperatorHub. diff --git a/applications/operators/olm-creating-apps-from-installed-operators.adoc b/applications/operators/olm-creating-apps-from-installed-operators.adoc index 062fc71dd9..53aa4baa11 100644 --- a/applications/operators/olm-creating-apps-from-installed-operators.adoc +++ b/applications/operators/olm-creating-apps-from-installed-operators.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + This guide walks developers through an example of creating applications from an installed Operator using the {product-title} 4.0 web console. diff --git a/applications/operators/olm-what-operators-are.adoc b/applications/operators/olm-what-operators-are.adoc index d99d984b76..474eebbd5e 100644 --- a/applications/operators/olm-what-operators-are.adoc +++ b/applications/operators/olm-what-operators-are.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + [.lead] Conceptually, _Operators_ take human operational knowledge and encode it into software that is more easily shared with consumers. diff --git a/applications/pruning-objects.adoc b/applications/pruning-objects.adoc index eccdd98de1..27f98a4be0 100644 --- a/applications/pruning-objects.adoc +++ b/applications/pruning-objects.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + Over time, API objects created in {product-title} can accumulate in the cluster's etcd data store through normal user operations, such as when building and deploying applications. diff --git a/applications/quotas/quotas-setting-across-multiple-projects.adoc b/applications/quotas/quotas-setting-across-multiple-projects.adoc index 5c85a7106c..6cc50d3f02 100644 --- a/applications/quotas/quotas-setting-across-multiple-projects.adoc +++ b/applications/quotas/quotas-setting-across-multiple-projects.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + A multi-project quota, defined by a ClusterResourceQuota object, allows quotas to be shared across multiple projects. Resources used in each selected project are aggregated and that aggregate is used to limit resources across all the diff --git a/applications/quotas/quotas-setting-per-project.adoc b/applications/quotas/quotas-setting-per-project.adoc index e87914a0ea..cac09303df 100644 --- a/applications/quotas/quotas-setting-per-project.adoc +++ b/applications/quotas/quotas-setting-per-project.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + A _resource quota_, defined by a ResourceQuota object, provides constraints that limit aggregate resource consumption per project. It can limit the quantity of objects that can be created in a project by type, as well as the total amount of diff --git a/applications/working-with-quotas.adoc b/applications/working-with-quotas.adoc index 7087ad71ea..a1cae38bcb 100644 --- a/applications/working-with-quotas.adoc +++ b/applications/working-with-quotas.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + A _resource quota_, defined by a ResourceQuota object, provides constraints that limit aggregate resource consumption per project. It can limit the quantity of objects that can be created in a project by type, as well as the total amount of diff --git a/architecture/architecture.adoc b/architecture/architecture.adoc index 461c556121..a80814e7d7 100644 --- a/architecture/architecture.adoc +++ b/architecture/architecture.adoc @@ -8,8 +8,6 @@ include::modules/common-attributes.adoc[] :context: architecture toc::[] -{nbsp} + - [IMPORTANT] ==== This assembly is a temporary placeholder to port the valid information from diff --git a/architecture/web-console.adoc b/architecture/web-console.adoc index 8d95129521..f96ea4032d 100644 --- a/architecture/web-console.adoc +++ b/architecture/web-console.adoc @@ -5,8 +5,6 @@ include::modules/common-attributes.adoc[] :context: web-console toc::[] -{nbsp} - The {product-title} web console is a user interface accessible from a web browser. Developers can use the web console to visualize, browse, and manage the contents of projects. diff --git a/authentication/configuring-internal-oauth.adoc b/authentication/configuring-internal-oauth.adoc index 8b4308aae8..df446b23ad 100644 --- a/authentication/configuring-internal-oauth.adoc +++ b/authentication/configuring-internal-oauth.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-internal-oauth toc::[] -{nbsp} + - [IMPORTANT] ==== Configuring these options will need to change because they're set in the master diff --git a/authentication/configuring-ldap-failover.adoc b/authentication/configuring-ldap-failover.adoc index ef3bad52af..41c1491970 100644 --- a/authentication/configuring-ldap-failover.adoc +++ b/authentication/configuring-ldap-failover.adoc @@ -5,8 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - include::modules/ldap-failover-overview.adoc[] include::modules/ldap-failover-prereqs.adoc[leveloffset=+1] diff --git a/authentication/configuring-user-agent.adoc b/authentication/configuring-user-agent.adoc index b1089bf195..559bf62443 100644 --- a/authentication/configuring-user-agent.adoc +++ b/authentication/configuring-user-agent.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-user-agent toc::[] -{nbsp} + - include::modules/user-agent-overview.adoc[leveloffset=+1] include::modules/user-agent-configuring.adoc[leveloffset=+1] diff --git a/authentication/identity_providers/configuring-basic-authentication-identity-provider.adoc b/authentication/identity_providers/configuring-basic-authentication-identity-provider.adoc index 0f1879c2f4..833f32f897 100644 --- a/authentication/identity_providers/configuring-basic-authentication-identity-provider.adoc +++ b/authentication/identity_providers/configuring-basic-authentication-identity-provider.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-basic-authentication-identity-provider toc::[] -{nbsp} + - Configure a `basic-authentication` identity provider for users to log in to {product-title} with credentials validated against a remote identity provider. Basic authentication is a generic backend integration mechanism. diff --git a/authentication/identity_providers/configuring-github-identity-provider.adoc b/authentication/identity_providers/configuring-github-identity-provider.adoc index 65f21dd775..cd2e23b494 100644 --- a/authentication/identity_providers/configuring-github-identity-provider.adoc +++ b/authentication/identity_providers/configuring-github-identity-provider.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-github-identity-provider toc::[] -{nbsp} + - Configure a `github` identity provider to validate user names and passwords against GitHub or GitHub Enterprise's OAuth authentication server. OAuth facilitates a token exchange flow between diff --git a/authentication/identity_providers/configuring-gitlab-identity-provider.adoc b/authentication/identity_providers/configuring-gitlab-identity-provider.adoc index d2ca019b69..66bb3adf8b 100644 --- a/authentication/identity_providers/configuring-gitlab-identity-provider.adoc +++ b/authentication/identity_providers/configuring-gitlab-identity-provider.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-gitlab-identity-provider toc::[] -{nbsp} + - Configure a `gitlab` identity provider to use link:https://gitlab.com/[GitLab.com] or any other GitLab instance as an identity provider. If you use GitLab version 7.7.0 to 11.0, you connect using the diff --git a/authentication/identity_providers/configuring-google-identity-provider.adoc b/authentication/identity_providers/configuring-google-identity-provider.adoc index 4e3f529433..5212420f3d 100644 --- a/authentication/identity_providers/configuring-google-identity-provider.adoc +++ b/authentication/identity_providers/configuring-google-identity-provider.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-google-identity-provider toc::[] -{nbsp} + - Configure a `google` identity provider using link:https://developers.google.com/identity/protocols/OpenIDConnect[Google's OpenID Connect integration]. diff --git a/authentication/identity_providers/configuring-htpasswd-identity-provider.adoc b/authentication/identity_providers/configuring-htpasswd-identity-provider.adoc index 00b2ce7c5a..4cc1a393fa 100644 --- a/authentication/identity_providers/configuring-htpasswd-identity-provider.adoc +++ b/authentication/identity_providers/configuring-htpasswd-identity-provider.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-htpasswd-identity-provider toc::[] -{nbsp} + - Configure the `htpasswd` identity provider to validate user names and passwords against a flat file generated using link:http://httpd.apache.org/docs/2.4/programs/htpasswd.html[`htpasswd`]. diff --git a/authentication/identity_providers/configuring-keystone-identity-provider.adoc b/authentication/identity_providers/configuring-keystone-identity-provider.adoc index f5fc052c95..e61cb2ae03 100644 --- a/authentication/identity_providers/configuring-keystone-identity-provider.adoc +++ b/authentication/identity_providers/configuring-keystone-identity-provider.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-keystone-identity-provider toc::[] -{nbsp} + - Configure the `keystone` identity provider to integrate your {product-title} cluster with Keystone to enable shared authentication with an OpenStack Keystone v3 server configured to store users in an internal diff --git a/authentication/identity_providers/configuring-ldap-identity-provider.adoc b/authentication/identity_providers/configuring-ldap-identity-provider.adoc index 69258981ce..5821793b18 100644 --- a/authentication/identity_providers/configuring-ldap-identity-provider.adoc +++ b/authentication/identity_providers/configuring-ldap-identity-provider.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-ldap-identity-provider toc::[] -{nbsp} + - Configure the `ldap` identity provider to validate user names and passwords against an LDAPv3 server, using simple bind authentication. diff --git a/authentication/identity_providers/configuring-oidc-identity-provider.adoc b/authentication/identity_providers/configuring-oidc-identity-provider.adoc index e0c0aa3b90..3ff2b1246d 100644 --- a/authentication/identity_providers/configuring-oidc-identity-provider.adoc +++ b/authentication/identity_providers/configuring-oidc-identity-provider.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-oidc-identity-provider toc::[] -{nbsp} + - Configure an `oidc` identity provider to integrate with an OpenID Connect identity provider using an link:http://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth[Authorization Code Flow]. diff --git a/authentication/identity_providers/configuring-request-header-identity-provider.adoc b/authentication/identity_providers/configuring-request-header-identity-provider.adoc index f61d0dab94..6a7acb9758 100644 --- a/authentication/identity_providers/configuring-request-header-identity-provider.adoc +++ b/authentication/identity_providers/configuring-request-header-identity-provider.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-request-header-identity-provider toc::[] -{nbsp} + - Configure a `request-header` identity provider to identify users from request header values, such as `X-Remote-User`. It is typically used in combination with an authenticating proxy, which sets the request header value. diff --git a/authentication/managing-security-context-constraints.adoc b/authentication/managing-security-context-constraints.adoc index dd7f217918..1ae4e7d699 100644 --- a/authentication/managing-security-context-constraints.adoc +++ b/authentication/managing-security-context-constraints.adoc @@ -4,9 +4,6 @@ include::modules/common-attributes.adoc[] :context: configuring-internal-oauth toc::[] -{nbsp} + - - include::modules/security-context-constraints-about.adoc[leveloffset=+1] // I should add a module about installing the OC command line. diff --git a/authentication/tokens-scoping.adoc b/authentication/tokens-scoping.adoc index 845596310b..9459ce5e68 100644 --- a/authentication/tokens-scoping.adoc +++ b/authentication/tokens-scoping.adoc @@ -4,6 +4,4 @@ include::modules/common-attributes.adoc[] :context: configuring-internal-oauth toc::[] -{nbsp} + - include::modules/tokens-scoping-about.adoc[leveloffset=+1] diff --git a/authentication/understanding-and-creating-service-accounts.adoc b/authentication/understanding-and-creating-service-accounts.adoc index 9d14e2c73f..2cad4dd895 100644 --- a/authentication/understanding-and-creating-service-accounts.adoc +++ b/authentication/understanding-and-creating-service-accounts.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: understanding-service-accounts toc::[] -{nbsp} + - include::modules/service-accounts-overview.adoc[leveloffset=+1] include::modules/service-accounts-dedicated-admin-role.adoc[leveloffset=+1] diff --git a/authentication/understanding-authentication.adoc b/authentication/understanding-authentication.adoc index 372fdb3f88..685e4ba7a4 100644 --- a/authentication/understanding-authentication.adoc +++ b/authentication/understanding-authentication.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: understanding-authentication toc::[] -{nbsp} + - For users to interact with {product-title}, they must first authenticate to the cluster. The authentication layer identifies the user associated with requests to the {product-title} API. The authorization layer then uses information about the diff --git a/authentication/understanding-identity-provider.adoc b/authentication/understanding-identity-provider.adoc index f56e1d5e4e..fed852eb95 100644 --- a/authentication/understanding-identity-provider.adoc +++ b/authentication/understanding-identity-provider.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: understanding-identity-provider toc::[] -{nbsp} + - The {product-title} master includes a built-in OAuth server. Developers and administrators obtain OAuth access tokens to authenticate themselves to the API. diff --git a/authentication/using-rbac.adoc b/authentication/using-rbac.adoc index 542018e28b..94d10b1a9b 100644 --- a/authentication/using-rbac.adoc +++ b/authentication/using-rbac.adoc @@ -5,8 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - include::modules/rbac-overview.adoc[leveloffset=+1] include::modules/rbac-projects-namespaces.adoc[leveloffset=+1] diff --git a/authentication/using-service-accounts-as-oauth-client.adoc b/authentication/using-service-accounts-as-oauth-client.adoc index 5f41f50cf5..f35774e3ea 100644 --- a/authentication/using-service-accounts-as-oauth-client.adoc +++ b/authentication/using-service-accounts-as-oauth-client.adoc @@ -4,6 +4,4 @@ include::modules/common-attributes.adoc[] :context: using-service-accounts-as-oauth-client toc::[] -{nbsp} + - -include::modules/service-accounts-as-oauth-clients.adoc[leveloffset=+1] +include::modules/service-accounts-as-oauth-clients.adoc[leveloffset=+1] \ No newline at end of file diff --git a/authentication/using-service-accounts-in-applications.adoc b/authentication/using-service-accounts-in-applications.adoc index e4f842c988..fd08ee13a6 100644 --- a/authentication/using-service-accounts-in-applications.adoc +++ b/authentication/using-service-accounts-in-applications.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: using-service-accounts toc::[] -{nbsp} + - include::modules/service-accounts-overview.adoc[leveloffset=+1] include::modules/service-accounts-default.adoc[leveloffset=+1] diff --git a/installing-aws/installing-aws-account.adoc b/installing-aws/installing-aws-account.adoc index 9a9761e976..224e9f8018 100644 --- a/installing-aws/installing-aws-account.adoc +++ b/installing-aws/installing-aws-account.adoc @@ -5,8 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - Before you can install {product-title}, you must configure an Amazon Web Services (AWS) account. diff --git a/installing-aws/installing-customizations-cloud.adoc b/installing-aws/installing-customizations-cloud.adoc index 4524a4d2a4..e00f3e2cdd 100644 --- a/installing-aws/installing-customizations-cloud.adoc +++ b/installing-aws/installing-customizations-cloud.adoc @@ -5,9 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - - In {product-title} version {product-version}, you can install a customized cluster on Amazon Web Services (AWS). diff --git a/installing-aws/installing-quickly-cloud.adoc b/installing-aws/installing-quickly-cloud.adoc index 6628da8cdb..940cafe929 100644 --- a/installing-aws/installing-quickly-cloud.adoc +++ b/installing-aws/installing-quickly-cloud.adoc @@ -5,8 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - In {product-title} version {product-version}, you can install a cluster on Amazon Web Services (AWS) that uses the default configuration options. diff --git a/installing-aws/uninstalling-cluster-aws.adoc b/installing-aws/uninstalling-cluster-aws.adoc index 03448cff3c..cba53a7e1f 100644 --- a/installing-aws/uninstalling-cluster-aws.adoc +++ b/installing-aws/uninstalling-cluster-aws.adoc @@ -5,8 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - You can remove a cluster that you deployed to Amazon Web Services (AWS). include::modules/installation-uninstall-aws.adoc[leveloffset=+1] diff --git a/installing-byoh/installing-existing-hosts.adoc b/installing-byoh/installing-existing-hosts.adoc index a704aa819c..66244531aa 100644 --- a/installing-byoh/installing-existing-hosts.adoc +++ b/installing-byoh/installing-existing-hosts.adoc @@ -5,8 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - You can install {product-title} version {product-version} on existing Red Hat Enterprise Linux (RHEL) hosts. This is a BYO, or bring-your-own hosts, installation. diff --git a/installing-byoh/uninstalling-existing-hosts.adoc b/installing-byoh/uninstalling-existing-hosts.adoc index 704f183082..d05e5e9302 100644 --- a/installing-byoh/uninstalling-existing-hosts.adoc +++ b/installing-byoh/uninstalling-existing-hosts.adoc @@ -5,7 +5,5 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - We don't know how this will be managed at release of 4.0, but this topic -will need to say something. +will need to say something. \ No newline at end of file diff --git a/machine_management/applying-autoscaling.adoc b/machine_management/applying-autoscaling.adoc index 39c0f2e83f..c48e50f4c6 100644 --- a/machine_management/applying-autoscaling.adoc +++ b/machine_management/applying-autoscaling.adoc @@ -5,8 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - Applying autoscaling to a {product-title} cluster involves deploying a ClusterAutoscaler and then deploying MachineAutoscalers for each Machine type in your cluster. diff --git a/machine_management/creating-infrastructure-machinesets.adoc b/machine_management/creating-infrastructure-machinesets.adoc index 269c01e92a..14b36bfbb7 100644 --- a/machine_management/creating-infrastructure-machinesets.adoc +++ b/machine_management/creating-infrastructure-machinesets.adoc @@ -5,8 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - You can create a MachineSet to host only infrastructure components. You apply specific Kubernetes labels to these Machines and then update the infrastructure components to run on only those Machines.These diff --git a/machine_management/creating-machineset.adoc b/machine_management/creating-machineset.adoc index fc1ca1d20e..36a99134d8 100644 --- a/machine_management/creating-machineset.adoc +++ b/machine_management/creating-machineset.adoc @@ -5,7 +5,4 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - -include::modules/machineset-creating.adoc[leveloffset=+1] - +include::modules/machineset-creating.adoc[leveloffset=+1] \ No newline at end of file diff --git a/machine_management/manually-scaling-machineset.adoc b/machine_management/manually-scaling-machineset.adoc index a10db7737c..6f7a1b8d6c 100644 --- a/machine_management/manually-scaling-machineset.adoc +++ b/machine_management/manually-scaling-machineset.adoc @@ -5,7 +5,4 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + - -include::modules/machineset-manually-scaling.adoc[leveloffset=+1] - +include::modules/machineset-manually-scaling.adoc[leveloffset=+1] \ No newline at end of file diff --git a/nodes/nodes/nodes-node-tuning-operator.adoc b/nodes/nodes/nodes-node-tuning-operator.adoc index 99af103f35..53824eb183 100644 --- a/nodes/nodes/nodes-node-tuning-operator.adoc +++ b/nodes/nodes/nodes-node-tuning-operator.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} Learn about the Node Tuning Operator and how you can use it to manage node-level tuning by orchestrating the tuned daemon. diff --git a/release_notes/comparing_3_4.adoc b/release_notes/comparing_3_4.adoc index b2b546c833..0be322ca0d 100644 --- a/release_notes/comparing_3_4.adoc +++ b/release_notes/comparing_3_4.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: comparing_v3_v4 toc::[] -{nbsp} + - [IMPORTANT] ==== This is a placeholder for the high-level information about {product-title} 4 that is diff --git a/scalability_and_performance/network-optimization.adoc b/scalability_and_performance/network-optimization.adoc index 1538ff9792..a7b4286dc3 100644 --- a/scalability_and_performance/network-optimization.adoc +++ b/scalability_and_performance/network-optimization.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + The OpenShift SDN uses Open vSwitch, Virtual Extensible LAN (VXLAN) tunnels, OpenFlow rules, and iptables. This network can be tuned by using jumbo frames, network interface cards (NIC) offloads, multi-queue, and ethtool settings. diff --git a/scalability_and_performance/optimizing-compute-resources.adoc b/scalability_and_performance/optimizing-compute-resources.adoc index 71eb28bd12..d73f75dd0e 100644 --- a/scalability_and_performance/optimizing-compute-resources.adoc +++ b/scalability_and_performance/optimizing-compute-resources.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + Containers can specify compute resource requests and limits. Requests are used for scheduling your container and provide a minimum service guarantee. Limits constrain the amount of compute resource that may be consumed on your node. diff --git a/scalability_and_performance/optimizing-storage.adoc b/scalability_and_performance/optimizing-storage.adoc index 470752a626..3839423155 100644 --- a/scalability_and_performance/optimizing-storage.adoc +++ b/scalability_and_performance/optimizing-storage.adoc @@ -18,7 +18,6 @@ ifdef::openshift-enterprise[] toc::[] -{nbsp} + Optimizing storage helps to minimize storage use across all resources. By optimizing storage, administrators help ensure that existing storage resources are working in an efficient manner. diff --git a/scalability_and_performance/planning-your-environment-according-to-object-limits.adoc b/scalability_and_performance/planning-your-environment-according-to-object-limits.adoc index 9ae7974a0d..ef03403d42 100644 --- a/scalability_and_performance/planning-your-environment-according-to-object-limits.adoc +++ b/scalability_and_performance/planning-your-environment-according-to-object-limits.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + Consider the following object limits when you plan your {product-title} cluster. These limits are based on on the the largest possible cluster. For smaller diff --git a/scalability_and_performance/recommended-host-practices.adoc b/scalability_and_performance/recommended-host-practices.adoc index 7f06f69411..355101a901 100644 --- a/scalability_and_performance/recommended-host-practices.adoc +++ b/scalability_and_performance/recommended-host-practices.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + This topic provides recommended host practices for {product-title}. include::modules/create-a-kubeletconfig-crd-to-edit-kubelet-parameters.adoc[leveloffset=+1] diff --git a/scalability_and_performance/scaling-cluster-monitoring-operator.adoc b/scalability_and_performance/scaling-cluster-monitoring-operator.adoc index 6a46d083a2..18831cc860 100644 --- a/scalability_and_performance/scaling-cluster-monitoring-operator.adoc +++ b/scalability_and_performance/scaling-cluster-monitoring-operator.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + {product-title} exposes metrics that can be collected and stored in back-ends by the link:https://github.com/openshift/cluster-monitoring-operator[*cluster-monitoring-operator*]. diff --git a/scalability_and_performance/using-cluster-loader.adoc b/scalability_and_performance/using-cluster-loader.adoc index 4d1da26790..698fad18c4 100644 --- a/scalability_and_performance/using-cluster-loader.adoc +++ b/scalability_and_performance/using-cluster-loader.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + Cluster Loader is a tool that deploys large numbers of various objects to a cluster, which creates user-defined cluster objects. Build, configure, and run Cluster Loader to measure performance metrics of your {product-title} deployment diff --git a/scalability_and_performance/using-node-tuning-operator.adoc b/scalability_and_performance/using-node-tuning-operator.adoc index e8ffd72494..abe6e26205 100644 --- a/scalability_and_performance/using-node-tuning-operator.adoc +++ b/scalability_and_performance/using-node-tuning-operator.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + Learn about the Node Tuning Operator and how you can use it to manage node-level tuning by orchestrating the tuned daemon. @@ -13,7 +12,7 @@ include::modules/node-tuning-operator.adoc[leveloffset=+1] include::modules/accessing-an-example-cluster-node-tuning-operator-specification.adoc[leveloffset=+1] -:FeatureName: Custom profiles for custom tuning specification +:FeatureName: Custom profiles for custom tuning specification include::modules/technology-preview.adoc[leveloffset=+1] include::modules/custom-tuning-specification.adoc[leveloffset=+1] diff --git a/users_and_roles/creating-project-other-user.adoc b/users_and_roles/creating-project-other-user.adoc index bc39fb4ce6..77f5480fec 100644 --- a/users_and_roles/creating-project-other-user.adoc +++ b/users_and_roles/creating-project-other-user.adoc @@ -4,10 +4,8 @@ include::modules/common-attributes.adoc[] :context: creating-project-other-user toc::[] -{nbsp} + - Impersonation allows you to create a project as a different user. include::modules/authentication-api-impersonation.adoc[leveloffset=+1] -include::modules/impersonation-project-creation.adoc[leveloffset=+1] +include::modules/impersonation-project-creation.adoc[leveloffset=+1] \ No newline at end of file diff --git a/users_and_roles/impersonating-system-admin.adoc b/users_and_roles/impersonating-system-admin.adoc index 33f072636d..ea712a987c 100644 --- a/users_and_roles/impersonating-system-admin.adoc +++ b/users_and_roles/impersonating-system-admin.adoc @@ -4,8 +4,6 @@ include::modules/common-attributes.adoc[] :context: impersonating-system-admin toc::[] -{nbsp} + - include::modules/authentication-api-impersonation.adoc[leveloffset=+1] include::modules/impersonation-system-admin-user.adoc[leveloffset=+1] diff --git a/web-console/working-with-projects.adoc b/web-console/working-with-projects.adoc index 3f4f505a31..a3d2ef4e9b 100644 --- a/web-console/working-with-projects.adoc +++ b/web-console/working-with-projects.adoc @@ -5,7 +5,6 @@ include::modules/common-attributes.adoc[] toc::[] -{nbsp} + A _project_ allows a community of users to organize and manage their content in isolation from other communities.