You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(DOCSP-18122) ImagePullSecret is synchronized across all watched namespaces (#730)
* (DOCSP-18122) imagePullSecret is syncrhonized to all watched namespaces
* Fixing the build warnings
* Edits, and fixing build warnings due to bad links
* Fixing rst
* Edits
* Include first batch of comments from copy review. To be continued
* Finished adding copy review
* Fixing the build
* Fixing the build 2
* One edit, and fixing a warning in the build. Ready for a second copy review
* Second round of copy review by John W
* fixing the build
* Fixing the link, minor edits. Ready for the next round of reviews
* edits
* Addressed the last copy review comment. Ready for a tech review
Copy file name to clipboardExpand all lines: source/includes/steps-install-prereqs.yaml
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ content: |
68
68
the |onprem| host's clock falls out of sync, that host can't
69
69
communicate with the |k8s-op-short|.
70
70
71
-
To learn how to check your |ntp| service for your Ops Manager
71
+
To learn how to check your |ntp| service for your |onprem|
72
72
host, see the documentation for
73
73
`Ubuntu <https://help.ubuntu.com/lts/serverguide/NTP.html>`__ or
74
74
`RHEL
@@ -78,9 +78,17 @@ content: |
78
78
stepnum: 5
79
79
level: 4
80
80
ref: create-k8s-secret
81
-
title: "**Required for OpenShift Installs:** Create a |k8s-secret| that contains credentials authorized to pull images from the ``registry.connect.redhat.com`` repository."
81
+
title: "**Required for OpenShift Installs:** Create a |k8s-secret| that
82
+
contains credentials authorized to pull images from the
83
+
``registry.connect.redhat.com`` repository."
82
84
content: |
83
85
86
+
If you use the |k8s-op-short| to deploy MongoDB
87
+
resources to :ref:`multiple namespaces <ns-scope-different-ns>` or with
88
+
a :ref:`cluster-wide scope <cluster-wide-scope>`, create the secret
89
+
only in the namespace where you intend to deploy the |k8s-op-short|. The
90
+
|k8s-op-short| synchronizes the secret across all watched namespaces.
91
+
84
92
a. If you have not already, obtain a Red Hat subscription.
85
93
86
94
#. Create a `Registry Service Account <https://access.redhat.com/terms-based-registry/>`__.
@@ -92,8 +100,8 @@ content: |
92
100
text editor.
93
101
94
102
#. Copy the ``registry.redhat.io`` object, and paste another instance
95
-
of this object into the file. Remember to add a comma after the
96
-
first object. Rename the second object
103
+
of this object into the file. Remember to add a comma after the
104
+
first object. Rename the second object
97
105
``registry.connect.redhat.com``, then save the file:
98
106
99
107
.. code-block:: json
@@ -110,9 +118,10 @@ content: |
110
118
}
111
119
}
112
120
113
-
#. Create a ``openshift-pull-secret.yaml`` file with the contents of
114
-
the modified ``<account-name>-auth.json`` file as ``stringData``
115
-
named ``.dockerconfigjson``:
121
+
#. Create an ``openshift-pull-secret.yaml`` file and add the contents
122
+
of the modified ``<account-name>-auth.json`` file as
123
+
``stringData`` named ``.dockerconfigjson`` to the
124
+
``openshift-pull-secret.yaml`` secret file.
116
125
117
126
.. code-block:: yaml
118
127
:emphasize-lines: 4-16
@@ -136,11 +145,11 @@ content: |
136
145
type: kubernetes.io/dockerconfigjson
137
146
138
147
The value you provide in the ``metadata.name`` field contains
139
-
the secret name. Provide this value when asked for the
148
+
the secret name. Provide this value when asked for the
140
149
``<openshift-pull-secret>``.
141
150
142
151
#. Create a |k8s-secret| from the ``openshift-pull-secret.yaml``
143
-
file:
152
+
file in the same namespace in which you will deploy the |k8s-op-short|.
0 commit comments