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
@@ -607,7 +608,8 @@ <h2 id="ii-accessing-the-cluster"><strong>ii. Accessing the cluster</strong></h2
607
608
<olstart="5">
608
609
<li>
609
610
<p>Confirm that the ITZ email states that <strong>Status Update: Ready</strong><sup>[A]</sup>. Follow the link provided in the email, or access the <strong><ahref="https://techzone.ibm.com/my/reservations" target="_blank">My Reservations</a></strong> tab on ITZ to access your reservation.</p>
<p>The setup should only take a moment to complete. Once finished, try typing <code>oc</code> into the console window and hit <spanclass="keys"><kbdclass="key-enter">Enter</kbd></span>. The console output should verify that <code>oc</code> (the OpenShift CLI) has been successfully installed on the bastion host.</p>
<p>The command line should return back with a prompt describing <code>You have access to ... projects</code> which indicates that <code>oc</code> and the environment variables have been correctly configured.</p>
847
+
<p>The command line should return back with a prompt describing <code>You have access to ... projects</code> which indicates that <code>oc</code> and the environment variables have been configured.</p>
@@ -540,17 +541,16 @@ <h2 id="ii-update-cluster-global-pull-secret"><strong>ii. Update cluster global
540
541
<hr/>
541
542
<olstart="4">
542
543
<li>
543
-
<p>Now you must update all nodes across the cluster using OpenShift command line (<code>oc</code>).</p>
544
-
<p></br>
545
-
<strong>Execute</strong> the following instructions via the Terminal console:</p>
544
+
<p>Now you must update all nodes across the cluster using OpenShift command line (<code>oc</code>). <strong>Execute</strong> the following instructions via the Terminal console:</p>
<aid="__codelineno-4-2" name="__codelineno-4-2" href="#__codelineno-4-2"></a>oc get mcp
548
547
</code></pre></div>
549
548
<p>Once completed, <strong>execute</strong> the following statement to check the status of the cluster nodes (this can be performed periodically to track the progress of the node updates):</p>
550
549
<divclass="highlight"><pre><span></span><code><aid="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a>cpd-cli manage oc get nodes
551
550
</code></pre></div>
552
551
<p>Wait until the <code>STATUS</code> returns for all nodes (3 master nodes, 3 storage nodes, and 3 worker nodes) all report as <code>Ready</code>.</p>
Copy file name to clipboardexpand all lines: on-premises/5/index.html
+12-8
Original file line number
Diff line number
Diff line change
@@ -541,9 +541,9 @@ <h2 id="i-install-the-red-hat-openshift-cert-manager"><strong>i. Install the Red
541
541
<olstart="2">
542
542
<li>
543
543
<p>Afterwards, return to your web browser and open the <strong>OCP Dashboard</strong> (<ahref="https://ibm.github.io/wca-l4/on-premises/2/#ii-accessing-the-cluster" target="_blank"><strong>Step 8 of Module 2</strong></a>).</p>
544
+
<p>From the left-hand navigation menu, navigate to <strong>Operators</strong> > <strong>OperatorHub</strong>.</p>
544
545
<p></br>
545
-
From the left-hand navigation menu, navigate to <strong>Operators</strong> > <strong>OperatorHub</strong>.</p>
@@ -582,7 +583,8 @@ <h2 id="i-install-the-red-hat-openshift-cert-manager"><strong>i. Install the Red
582
583
<li>When prompted with a <em>Manual approval required</em> splashscreen, click <strong>Approve</strong></li>
583
584
<li>Wait until the page refreshes with the message <em>Installed operator: ready for use</em> and then click <strong>View Operator</strong> to view the finalized Operator</li>
@@ -607,7 +609,8 @@ <h2 id="i-install-the-red-hat-openshift-cert-manager"><strong>i. Install the Red
607
609
<li>Under the <em>Subscription details</em> header, there are three panels: <em>Update channel</em>, <em>Update approval</em>, and <em>Update status</em>*</li>
608
610
<li>Click the hyperlinked <strong>1 requires approval</strong> text next to the <em>Update Status</em> panel</li>
<li>Wait a few moments (and refresh the page if you wish) until the <code>nfd</code> resource is replaced by <code>Node Feature Discovery Operator</code>, which should then belong to the <code>openshift-nfd</code><em>Managed Namespace</em> and have a <code>Succeeded</code><em>Status</em></li>
733
737
<li>Try executing the instruction from Step 14 a second time within the Terminal console and observe the updated pod status</li>
<p>Return to the OCP Dashboard and drill down into <strong>Operators</strong> > <strong>Installed Operators</strong> to monitor the progress of the update. Wait until the <code>NVIDIA GPU Operator</code> appears in the table with <em>Status</em> set to <code>Succeeded</code> before continuing.</p>
0 commit comments