Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
kubernetes: fix CSS rendering
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Tortuyaux <[email protected]>
  • Loading branch information
tormath1 committed Oct 4, 2023
1 parent a33a02b commit 1a79ba1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/container-runtimes/getting-started-with-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ Here are two examples to setup a control plane with [Butane][butane]. The first

<div>
<ul class="nav nav-tabs">
<li class="active"><a href="#sysext" data-toggle="tab">With systemd-sysext and updates</a></li>
<li class="active"><a href="#sysext" class="active" data-toggle="tab">With systemd-sysext and updates</a></li>
<li><a href="#no-sysext" data-toggle="tab">With plain binaries and no updates</a></li>
</ul>
<div class="tab-content coreos-docs-image-table">
<div class="tab-pane" id="sysext">
<div class="tab-pane active" id="sysext">
<div class="channel-info">
This is an example using systemd-sysext and systemd-sysupdate. NOTE: We are using [`Kured`][kured] to coordinate nodes reboot when there is a new Kubernetes sysext image available (or if Flatcar has been updated), hence the `/run/reboot-required` file.
This is an example using systemd-sysext and systemd-sysupdate. NOTE: We are using <a href="https://kured.dev/docs/">Kured</a> to coordinate nodes reboot when there is a new Kubernetes sysext image available (or if Flatcar has been updated), hence the /run/reboot-required file.
<pre>
---
version: 1.0.0
Expand Down Expand Up @@ -213,13 +213,13 @@ Here's are two examples for a [butane][butane] configuration to setup the nodes.

<div>
<ul class="nav nav-tabs">
<li><a href="#sysext" data-toggle="tab">With systemd-sysext and updates</a></li>
<li class="active"><a href="#no-sysext" data-toggle="tab">With plain binaries and no updates</a></li>
<li class="active"><a class="active" href="#sysext-nodes" data-toggle="tab">With systemd-sysext and updates</a></li>
<li><a href="#no-sysext-nodes" data-toggle="tab">With plain binaries and no updates</a></li>
</ul>
<div class="tab-content coreos-docs-image-table">
<div class="tab-pane" id="sysext">
<div class="tab-pane active" id="sysext-nodes">
<div class="channel-info">
This is an example using systemd-sysext and systemd-sysupdate. NOTE: We are using [`Kured`][kured] to coordinate nodes reboot when there is a new Kubernetes sysext image available (or if Flatcar has been updated), hence the `/run/reboot-required` file.
This is an example using systemd-sysext and systemd-sysupdate. NOTE: We are using <a href="https://kured.dev/docs/">Kured</a> to coordinate nodes reboot when there is a new Kubernetes sysext image available (or if Flatcar has been updated), hence the /run/reboot-required file.
<pre>
---
version: 1.0.0
Expand Down Expand Up @@ -266,7 +266,7 @@ systemd:
</pre>
</div>
</div>
<div class="tab-pane" id="no-sysext">
<div class="tab-pane" id="no-sysext-nodes">
<div class="channel-info">
:warning: To ease the reading, we voluntarily omitted the checksums of the downloaded artifacts.
<pre>
Expand Down

0 comments on commit 1a79ba1

Please sign in to comment.