<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CRC | Luis Cacho</title><link>https://luiscachog.io/tag/crc/</link><atom:link href="https://luiscachog.io/tag/crc/index.xml" rel="self" type="application/rss+xml"/><description>CRC</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Tue, 20 Jul 2021 00:00:00 +0000</lastBuildDate><image><url>https://luiscachog.io/media/icon_hu4fa4dbbaafd6f1b45a88958b9b4a0dd0_11007_512x512_fill_lanczos_center_3.png</url><title>CRC</title><link>https://luiscachog.io/tag/crc/</link></image><item><title>CodeReady Containers commands</title><link>https://luiscachog.io/garden/codeready-containers/</link><pubDate>Tue, 20 Jul 2021 00:00:00 +0000</pubDate><guid>https://luiscachog.io/garden/codeready-containers/</guid><description>&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-shell" data-lang="shell">&lt;span class="line">&lt;span class="cl">crc config view &lt;span class="c1"># View Actual config&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">crc config &lt;span class="nb">set&lt;/span> autostart-tray &lt;span class="nb">false&lt;/span> &lt;span class="c1"># Disable autostart&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">crc config &lt;span class="nb">set&lt;/span> consent-telemetry &lt;span class="nb">false&lt;/span> &lt;span class="c1"># Disable telemetry&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">crc config &lt;span class="nb">set&lt;/span> enable-cluster-monitoring &lt;span class="nb">true&lt;/span> &lt;span class="c1"># Enable Monitoring, needs more memory&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">crc config &lt;span class="nb">set&lt;/span> host-network-access &lt;span class="nb">true&lt;/span> &lt;span class="c1"># Enable TCP/IP connections&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">crc config &lt;span class="nb">set&lt;/span> kubeadmin-password &lt;span class="nv">$MY_PASSW0RD&lt;/span> &lt;span class="c1"># Define my own kubeadmin-password&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">crc config &lt;span class="nb">set&lt;/span> memory 14336 &lt;span class="c1"># Increase Memory to 14GB&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">crc config &lt;span class="nb">set&lt;/span> pull-secret-file &lt;span class="nv">$PATH_TO_PULL_SECRET_FILE&lt;/span> &lt;span class="c1"># Path to a pull-secret file (download from https://cloud.redhat.com/openshift/create/local)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">crc setup
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">crc start
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">crc ip
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">crc stop
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item></channel></rss>