Skip to content

Commit 8d91517

Browse files
author
bienko
committed
Deployed 04f6822 with MkDocs version: 1.3.1
1 parent 113b75b commit 8d91517

File tree

5 files changed

+49
-49
lines changed

5 files changed

+49
-49
lines changed

on-premises/3/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,8 @@ <h2 id="iii-podman-install"><strong>iii. Podman install </strong></h2>
611611
<p>Using the connected Terminal console, <strong>execute</strong> the following instruction to install Podman:</p>
612612
<div class="highlight"><pre><span></span><code><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a>sudo yum install -y podman
613613
</code></pre></div>
614-
<p>After a successful operation, the console will return the message <code>Complete!</code> alongside a summary of the installed components. </p>
615614
<div class="admonition warning">
616-
<p>The operation will take approximately <strong>2 minutes</strong> to complete.</p>
615+
<p>The operation will take approximately <strong>2 minutes</strong> to complete. After a successful operation, the console will return the message <code>Complete!</code> alongside a summary of the installed components.</p>
617616
</div>
618617
<p><a class="glightbox" href="../_attachments/onprem-3.5.png" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img alt="" src="../_attachments/onprem-3.5.png" /></a></p>
619618
</li>

on-premises/5/index.html

+23-22
Original file line numberDiff line numberDiff line change
@@ -548,18 +548,15 @@ <h2 id="i-install-the-red-hat-openshift-cert-manager"><strong>i. Install the Red
548548
</ol>
549549
<hr />
550550
<ol start="3">
551-
<li>
552-
<p>Into the filter box<sup>[B]</sup>, type <code>cert-manager Operator for Red Hat OpenShift</code> and hit <span class="keys"><kbd class="key-enter">Enter</kbd></span>.</p>
553-
<p><strong>Click</strong><sup>[C]</sup> the filtered result with the same name.</p>
554-
</li>
551+
<li>Into the filter box<sup>[B]</sup>, type <code>cert-manager Operator for Red Hat OpenShift</code> and <strong>click</strong><sup>[C]</sup> the filtered result with the same name.</li>
555552
</ol>
556553
<hr />
557554
<ol start="4">
558555
<li>
559556
<p>From the configuration screen, select the following options:</p>
560557
<ul>
561-
<li><em>Channel</em><sup>[A]</sup>: <code>stable-v1.13</code></li>
562-
<li><em>Version</em><sup>[B]</sup>: <code>1.13.0</code></li>
558+
<li><em>Channel</em><sup>[A]</sup> : <code>stable-v1.13</code></li>
559+
<li><em>Version</em><sup>[B]</sup> : <code>1.13.0</code></li>
563560
<li>When ready, click the blue <strong>Install</strong><sup>[C]</sup> button</li>
564561
</ul>
565562
<p></br>
@@ -571,11 +568,11 @@ <h2 id="i-install-the-red-hat-openshift-cert-manager"><strong>i. Install the Red
571568
<li>
572569
<p>A new page will load, summarizing the settings of the proposed Operator. Verify that the details are correct:</p>
573570
<ul>
574-
<li><em>Update channel</em><sup>[A]</sup>: <code>stable-v1.13</code></li>
575-
<li><em>Version</em><sup>[B]</sup>: <code>1.13.0</code></li>
576-
<li><em>Installation mode</em><sup>[C]</sup>: <code>A specific namespace on the cluster</code></li>
577-
<li><em>Installed namespace</em><sup>[D]</sup>: <code>Operator recommended Namespace: cert-manager-operator</code></li>
578-
<li><em>Update approval</em><sup>[E]</sup>: <code>Manual</code></li>
571+
<li><em>Update channel</em><sup>[A]</sup> : <code>stable-v1.13</code></li>
572+
<li><em>Version</em><sup>[B]</sup> : <code>1.13.0</code></li>
573+
<li><em>Installation mode</em><sup>[C]</sup> : <code>A specific namespace on the cluster</code></li>
574+
<li><em>Installed namespace</em><sup>[D]</sup> : <code>Operator recommended Namespace: cert-manager-operator</code></li>
575+
<li><em>Update approval</em><sup>[E]</sup> : <code>Manual</code></li>
579576
</ul>
580577
<p></br>
581578
When ready, scroll down to the bottom of the page and click the blue <strong>Install</strong><sup>[F]</sup> button. The page will refresh periodically as the Operator is installed on the cluster. This may take several minutes to complete.</p>
@@ -681,7 +678,7 @@ <h2 id="iii-install-the-node-feature-discovery-operator"><strong>iii. Install th
681678
<ol start="11">
682679
<li>
683680
<p>First, you will use the Terminal console to programmatically create a namespace <code>openshift-nfd</code> for the Node Feature Discovery (NDF) Operator. The following instruction set will create a namespace <strong>Custom Resource</strong> (CR) that defines the <code>openshift-ndf</code> namespace and then saves the YAML file to <code>nfd-namespace.yaml</code>.</p>
684-
<p>Copy and paste the following code block into the Terminal console, then hit <span class="keys"><kbd class="key-enter">Enter</kbd></span>:</p>
681+
<p>Copy and paste the following code block into the Terminal console, then hit <span class="keys"><kbd class="key-enter">Enter</kbd></span> :</p>
685682
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a>oc apply -f - <span class="s">&lt;&lt;EOF </span>
686683
<a id="__codelineno-3-2" name="__codelineno-3-2" href="#__codelineno-3-2"></a><span class="s">apiVersion: v1</span>
687684
<a id="__codelineno-3-3" name="__codelineno-3-3" href="#__codelineno-3-3"></a><span class="s">kind: Namespace</span>
@@ -699,7 +696,7 @@ <h2 id="iii-install-the-node-feature-discovery-operator"><strong>iii. Install th
699696
<ol start="12">
700697
<li>
701698
<p>Install the <strong>NDF Operator</strong> within the <code>openshift-nfd</code> namespace that was created in Step 11 by first defining the following objects. This will create an OperatorGroup CR and subsequently save the YAML file to <code>operatorgroup.yaml</code>.</p>
702-
<p>Copy and paste the following code block into the Terminal console, then hit <span class="keys"><kbd class="key-enter">Enter</kbd></span>:</p>
699+
<p>Copy and paste the following code block into the Terminal console, then hit <span class="keys"><kbd class="key-enter">Enter</kbd></span> :</p>
703700
<div class="highlight"><pre><span></span><code><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a>oc apply -f - <span class="s">&lt;&lt;EOF</span>
704701
<a id="__codelineno-4-2" name="__codelineno-4-2" href="#__codelineno-4-2"></a><span class="s">apiVersion: operators.coreos.com/v1</span>
705702
<a id="__codelineno-4-3" name="__codelineno-4-3" href="#__codelineno-4-3"></a><span class="s">kind: OperatorGroup</span>
@@ -718,7 +715,7 @@ <h2 id="iii-install-the-node-feature-discovery-operator"><strong>iii. Install th
718715
<ol start="13">
719716
<li>
720717
<p>Create a <strong>Subscription CR</strong> and save the YAML file to <code>nfd-sub.yaml</code>.</p>
721-
<p>Copy and paste the following code block into the Terminal console, then hit <span class="keys"><kbd class="key-enter">Enter</kbd></span>:</p>
718+
<p>Copy and paste the following code block into the Terminal console, then hit <span class="keys"><kbd class="key-enter">Enter</kbd></span> :</p>
722719
<div class="highlight"><pre><span></span><code><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a>oc apply -f - <span class="s">&lt;&lt;EOF</span>
723720
<a id="__codelineno-5-2" name="__codelineno-5-2" href="#__codelineno-5-2"></a><span class="s">apiVersion: operators.coreos.com/v1alpha1</span>
724721
<a id="__codelineno-5-3" name="__codelineno-5-3" href="#__codelineno-5-3"></a><span class="s">kind: Subscription</span>
@@ -765,7 +762,7 @@ <h2 id="iii-install-the-node-feature-discovery-operator"><strong>iii. Install th
765762
<ol start="15">
766763
<li>
767764
<p>Create a <strong>NodeFeatureDiscovery CR</strong> and save the YAML file to <code>NodeFeatureDiscovery.yaml</code>.</p>
768-
<p>Copy and paste the following code block into the Terminal console, then hit <span class="keys"><kbd class="key-enter">Enter</kbd></span>:</p>
765+
<p>Copy and paste the following code block into the Terminal console, then hit <span class="keys"><kbd class="key-enter">Enter</kbd></span> :</p>
769766
<div class="highlight"><pre><span></span><code><a id="__codelineno-8-1" name="__codelineno-8-1" href="#__codelineno-8-1"></a>oc apply -f - <span class="s">&lt;&lt;EOF</span>
770767
<a id="__codelineno-8-2" name="__codelineno-8-2" href="#__codelineno-8-2"></a><span class="s">apiVersion: nfd.openshift.io/v1</span>
771768
<a id="__codelineno-8-3" name="__codelineno-8-3" href="#__codelineno-8-3"></a><span class="s">kind: NodeFeatureDiscovery</span>
@@ -928,17 +925,19 @@ <h2 id="iv-install-the-nvidia-gpu-operator"><strong>iv. Install the NVIDIA GPU O
928925
<p class="admonition-title">No resources found in nvidia-gpu-operator namespace.</p>
929926
<p><strong>Troubleshooting:</strong> The <code>nvidia-gpu-operator</code> namespace is still being deployed. Wait for 1 minute and then try executing Step 20 again.</p>
930927
</div>
931-
<p>The console will return a statement that Operator's <em>APPROVAL</em> status is currently set to <code>Manual</code> and incomplete (<em>APPROVED</em> state is set to <code>false</code>).</p>
928+
<p></br>
929+
The console will return a statement that Operator's <em>APPROVAL</em> status is currently set to <code>Manual</code> and incomplete (<em>APPROVED</em> state is set to <code>false</code>).</p>
932930
<div class="highlight"><pre><span></span><code><a id="__codelineno-14-1" name="__codelineno-14-1" href="#__codelineno-14-1"></a>NAME CSV APPROVAL APPROVED
933931
<a id="__codelineno-14-2" name="__codelineno-14-2" href="#__codelineno-14-2"></a>install-4rq4j gpu-operator-certified.v24.9.2 Manual <span class="nb">false</span>
934932
</code></pre></div>
935-
<p>Therefore, you will need to approve the install plan by <strong>executing</strong> the following command:</p>
933+
<p></br>
934+
Therefore, you will need to approve the install plan by <strong>executing</strong> the following command:</p>
936935
<div class="highlight"><pre><span></span><code><a id="__codelineno-15-1" name="__codelineno-15-1" href="#__codelineno-15-1"></a><span class="nb">export</span> <span class="nv">INSTALL_PLAN</span><span class="o">=</span><span class="k">$(</span>oc get installplan -n nvidia-gpu-operator -oname<span class="k">)</span>
937936
<a id="__codelineno-15-2" name="__codelineno-15-2" href="#__codelineno-15-2"></a>oc patch <span class="nv">$INSTALL_PLAN</span> -n nvidia-gpu-operator --type merge --patch <span class="s1">&#39;{&quot;spec&quot;:{&quot;approved&quot;:true }}&#39;</span>
938937
</code></pre></div>
938+
<p><a class="glightbox" href="../_attachments/onprem-5.20a.png" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img alt="" src="../_attachments/onprem-5.20a.png" /></a></p>
939939
<p></br>
940-
<a class="glightbox" href="../_attachments/onprem-5.20a.png" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img alt="" src="../_attachments/onprem-5.20a.png" /></a></p>
941-
<p>Return to the OCP Dashboard and drill down into <strong>Operators</strong> &gt; <strong>Installed Operators</strong> to monitor the progress of the update. Wait until the <code>NVIDIA GPU Operator</code><sup>[A]</sup> appears in the table with <em>Status</em> set to <code>Succeeded</code> before continuing.</p>
940+
Return to the OCP Dashboard and drill down into <strong>Operators</strong> &gt; <strong>Installed Operators</strong> to monitor the progress of the update. Wait until the <code>NVIDIA GPU Operator</code><sup>[A]</sup> appears in the table with <em>Status</em> set to <code>Succeeded</code> before continuing.</p>
942941
<p></br>
943942
<a class="glightbox" href="../_attachments/onprem-5.20b.png" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img alt="" src="../_attachments/onprem-5.20b.png" /></a></p>
944943
</li>
@@ -1048,7 +1047,8 @@ <h2 id="v-install-red-hat-openshift-ai"><strong>v. Install Red Hat OpenShift AI<
10481047
<a id="__codelineno-21-15" name="__codelineno-21-15" href="#__codelineno-21-15"></a><span class="s"> customCABundle: &quot;&quot;</span>
10491048
<a id="__codelineno-21-16" name="__codelineno-21-16" href="#__codelineno-21-16"></a><span class="s">EOF</span>
10501049
</code></pre></div>
1051-
<p><strong>Monitor</strong> the progress of the <em>DSCInitialization</em> object by executing the following command:</p>
1050+
<p></br>
1051+
<strong>Monitor</strong> the progress of the <em>DSCInitialization</em> object by executing the following command:</p>
10521052
<div class="highlight"><pre><span></span><code><a id="__codelineno-22-1" name="__codelineno-22-1" href="#__codelineno-22-1"></a>oc get dscinitialization
10531053
</code></pre></div>
10541054
<div class="admonition warning">
@@ -1093,7 +1093,8 @@ <h2 id="v-install-red-hat-openshift-ai"><strong>v. Install Red Hat OpenShift AI<
10931093
<a id="__codelineno-23-31" name="__codelineno-23-31" href="#__codelineno-23-31"></a><span class="s"> managementState: Removed</span>
10941094
<a id="__codelineno-23-32" name="__codelineno-23-32" href="#__codelineno-23-32"></a><span class="s">EOF</span>
10951095
</code></pre></div>
1096-
<p>The <em>Red Hat OpenShift AI Operator</em> automatically installs and manages services that are listed as <code>Managed</code>. Services with a status of <code>Removed</code> are ignored and will not be installed.</p>
1096+
<p></br>
1097+
The <em>Red Hat OpenShift AI Operator</em> automatically installs and manages services that are listed as <code>Managed</code>. Services with a status of <code>Removed</code> are ignored and will not be installed.</p>
10971098
<div class="admonition warning">
10981099
<p>This operation will take approximately <strong>2-3 minutes</strong> to complete.</p>
10991100
</div>
@@ -1148,7 +1149,7 @@ <h2 id="v-install-red-hat-openshift-ai"><strong>v. Install Red Hat OpenShift AI<
11481149
<hr />
11491150
<ol start="30">
11501151
<li>
1151-
<p>Within the same YAML file, look for Line 379<sup>[A]</sup> under the <em>ingress</em> section:</p>
1152+
<p>Within the same YAML file, look for Line 379 under the <em>ingress</em> section<sup>[A]</sup>:</p>
11521153
<div class="highlight"><pre><span></span><code><a id="__codelineno-27-1" name="__codelineno-27-1" href="#__codelineno-27-1"></a><span class="s">&quot;domainTemplate&quot;</span><span class="p p-Indicator">:</span><span class="w"> </span><span class="s">&quot;{</span><span class="nv"> </span><span class="s">.Name</span><span class="nv"> </span><span class="s">}-{</span><span class="nv"> </span><span class="s">.Namespace</span><span class="nv"> </span><span class="s">}.{</span><span class="nv"> </span><span class="s">.IngressDomain</span><span class="nv"> </span><span class="s">}&quot;</span><span class="err">,</span><span class="w"></span>
11531154
</code></pre></div>
11541155
<p><strong>Replace</strong> Line 379 with the following (be sure to include the last <code>,</code> character)<sup>[B]</sup>:</p>

0 commit comments

Comments
 (0)