<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>4. Troubleshooting on OpenShift Operations Training</title><link>/docs/04/</link><description>Recent content in 4. Troubleshooting on OpenShift Operations Training</description><generator>Hugo</generator><language>en-us</language><atom:link href="/docs/04/index.xml" rel="self" type="application/rss+xml"/><item><title>4.1 Troubleshooting basics</title><link>/docs/04/01_basics/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/04/01_basics/</guid><description>&lt;p&gt;In chapter 3 you got to know the monitoring components, its rules and more.
Now, imagine you get an alert.
&amp;ldquo;Where to begin?&amp;rdquo;, you ask.
How do you find out what&amp;rsquo;s amiss and led to the alert?&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s what we are going to look at in this first lab.&lt;/p&gt;
&lt;h2 id="task-411-cluster-operators"&gt;Task 4.1.1: Cluster operators&lt;/h2&gt;
&lt;p&gt;As you already know, OpenShift 4 usually consists of about 30 different operators.
Each operator is responsible that the actual state of the cluster matches the desired, configured state.
If this is not the case, the operator tells us.&lt;/p&gt;</description></item><item><title>4.2 Evictions</title><link>/docs/04/02_evictions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/04/02_evictions/</guid><description>&lt;p&gt;This second troubleshooting lab will go into detail on what evictions are, how to analyze and how to avoid them.&lt;/p&gt;
&lt;h2 id="task-421-setup"&gt;Task 4.2.1: Setup&lt;/h2&gt;
&lt;p&gt;First, let&amp;rsquo;s get set up.
Create a new namespace using the following command:&lt;/p&gt;


&lt;div class="alert alert-secondary" role="alert"&gt;
&lt;h4 class="alert-heading"&gt;Warning&lt;/h4&gt;

It is essential that you use this command or else this lab won&amp;rsquo;t work!

&lt;/div&gt;

&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;oc create namespace &amp;lt;namespace&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Now, deploy a test pod into the freshly created namespace using the provided definition:&lt;/p&gt;</description></item></channel></rss>