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
Copy file name to clipboardExpand all lines: modules/install-sno-generating-the-install-iso-manually.adoc
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,13 +109,6 @@ bootstrapInPlace:
109
109
pullSecret: '<pull_secret>' <8>
110
110
sshKey: |
111
111
<ssh_key> <9>
112
-
capabilities:
113
-
baselineCapabilitySet: v4.12 <10>
114
-
additionalEnabledCapabilities: <11>
115
-
- CSISnapshot
116
-
- Insights
117
-
- Storage
118
-
119
112
----
120
113
<1> Add the cluster domain name.
121
114
<2> Set the `compute` replicas to `0`. This makes the control plane node schedulable.
@@ -126,13 +119,6 @@ capabilities:
126
119
<7> Set the path to the installation disk drive, for example, `/dev/disk/by-id/wwn-0x64cd98f04fde100024684cf3034da5c2`.
127
120
<8> Copy the {cluster-manager-url-pull} and add the contents to this configuration setting.
128
121
<9> Add the public SSH key from the administration host so that you can log in to the cluster after installation.
129
-
<10> Activate a predefined set of cluster capabilities.
130
-
<11> Add the additional cluster capabilities you want to enable here.
131
-
+
132
-
[IMPORTANT]
133
-
====
134
-
Removing a capability from a cluster alters the behavior of that cluster and could require you to provide alternative methods to perform the functions associated with that capability. For example, if you remove the storage capability, you need to provide your own storage to, for example, support metrics persistence.
135
-
====
136
122
137
123
. Generate {product-title} assets by running the following commands:
<1> The base domain of the cluster. All DNS records must be sub-domains of this base and include the cluster name.
215
205
<2> The `controlPlane` section is a single mapping, but the `compute` section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`, and the first line of the `controlPlane` section must not. Only one control plane pool is used.
@@ -302,17 +292,6 @@ endif::openshift-origin[]
302
292
====
303
293
For production {product-title} clusters on which you want to perform installation debugging or disaster recovery, specify an SSH key that your `ssh-agent` process uses.
304
294
====
305
-
ifndef::ibm-z,ibm-z-kvm,ibm-power,agnostic,rhv[]
306
-
ifndef::restricted[]
307
-
<15> Activate a predefined set of cluster capabilities.
308
-
<16> Add the additional cluster capabilities you want to enable here.
309
-
+
310
-
[IMPORTANT]
311
-
====
312
-
Removing a capability from a cluster alters the behavior of that cluster and could require you to provide alternative methods to perform the functions associated with that capability. For example, if you remove the storage capability, you need to provide your own storage to, for example, support metrics persistence.
313
-
====
314
-
endif::restricted[]
315
-
endif::ibm-z,ibm-z-kvm,ibm-power,agnostic,rhv[]
316
295
ifdef::openshift-origin[]
317
296
<13> The SSH public key for the `core` user in {op-system-first}.
0 commit comments