Skip to content

Commit

Permalink
deploy: 590aebb
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Jan 27, 2025
1 parent 5495c87 commit be99bc0
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 14 deletions.
2 changes: 1 addition & 1 deletion search-index.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,46 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://crc.dev/docs/administrative-tasks/</loc>
<lastmod>2025-01-14T04:22:51.705Z</lastmod>
<lastmod>2025-01-27T07:23:28.489Z</lastmod>
</url>
<url>
<loc>https://crc.dev/docs/configuring/</loc>
<lastmod>2025-01-14T04:22:51.705Z</lastmod>
<lastmod>2025-01-27T07:23:28.489Z</lastmod>
</url>
<url>
<loc>https://crc.dev/docs/getting-started-scenarios/microshift/</loc>
<lastmod>2025-01-14T04:22:51.705Z</lastmod>
<lastmod>2025-01-27T07:23:28.489Z</lastmod>
</url>
<url>
<loc>https://crc.dev/docs/getting-started-scenarios/okd/</loc>
<lastmod>2025-01-14T04:22:51.705Z</lastmod>
<lastmod>2025-01-27T07:23:28.489Z</lastmod>
</url>
<url>
<loc>https://crc.dev/docs/getting-started-scenarios/openshift/</loc>
<lastmod>2025-01-14T04:22:51.705Z</lastmod>
<lastmod>2025-01-27T07:23:28.489Z</lastmod>
</url>
<url>
<loc>https://crc.dev/docs/getting-started/</loc>
<lastmod>2025-01-14T04:22:51.705Z</lastmod>
<lastmod>2025-01-27T07:23:28.489Z</lastmod>
</url>
<url>
<loc>https://crc.dev/docs/installing/</loc>
<lastmod>2025-01-14T04:22:51.705Z</lastmod>
<lastmod>2025-01-27T07:23:28.489Z</lastmod>
</url>
<url>
<loc>https://crc.dev/docs/introducing/</loc>
<lastmod>2025-01-14T04:22:51.705Z</lastmod>
<lastmod>2025-01-27T07:23:28.489Z</lastmod>
</url>
<url>
<loc>https://crc.dev/docs/networking/</loc>
<lastmod>2025-01-14T04:22:51.705Z</lastmod>
<lastmod>2025-01-27T07:23:28.489Z</lastmod>
</url>
<url>
<loc>https://crc.dev/docs/troubleshooting/</loc>
<lastmod>2025-01-14T04:22:51.705Z</lastmod>
<lastmod>2025-01-27T07:23:28.489Z</lastmod>
</url>
<url>
<loc>https://crc.dev/docs/using/</loc>
<lastmod>2025-01-14T04:22:51.705Z</lastmod>
<lastmod>2025-01-27T07:23:28.489Z</lastmod>
</url>
</urlset>
28 changes: 26 additions & 2 deletions using/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,18 @@ <h2 id="accessing-the-openshift-cluster"><a class="anchor" href="#accessing-the-
</div>
<div class="sect2">
<h3 id="accessing-the-openshift-web-console"><a class="anchor" href="#accessing-the-openshift-web-console"></a>Accessing the OpenShift web console</h3>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
This feature is only available for clusters configured with OpenShift or OKD presets.
</td>
</tr>
</table>
</div>
<div class="paragraph">
<p>Access the OpenShift Container Platform web console by using your web browser.</p>
</div>
Expand All @@ -436,7 +448,7 @@ <h3 id="accessing-the-openshift-web-console"><a class="anchor" href="#accessing-
<div class="title">Prerequisites</div>
<ul>
<li>
<p>CRC is configured to use the OpenShift preset.
<p>CRC is configured to use the OpenShift or OKD preset.
See: <a href="../configuring/#changing-the-selected-preset" class="xref page">Changing the selected preset</a>.</p>
</li>
<li>
Expand Down Expand Up @@ -481,14 +493,26 @@ <h3 id="accessing-the-openshift-web-console"><a class="anchor" href="#accessing-
</div>
<div class="sect2">
<h3 id="accessing-the-openshift-cluster-with-the-openshift-cli"><a class="anchor" href="#accessing-the-openshift-cluster-with-the-openshift-cli"></a>Accessing the OpenShift cluster with the OpenShift CLI</h3>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
This feature is only available for clusters configured with OpenShift or OKD presets.
</td>
</tr>
</table>
</div>
<div class="paragraph">
<p>Access the OpenShift Container Platform cluster managed by CRC by using the OpenShift CLI (<code class="command">oc</code>).</p>
</div>
<div class="ulist">
<div class="title">Prerequisites</div>
<ul>
<li>
<p>CRC is configured to use the OpenShift preset.
<p>CRC is configured to use the OpenShift or OKD preset.
See: <a href="../configuring/#changing-the-selected-preset" class="xref page">Changing the selected preset</a>.</p>
</li>
<li>
Expand Down

0 comments on commit be99bc0

Please sign in to comment.