Skip to content

Commit

Permalink
Postsubmit site update from 7e2ffc8
Browse files Browse the repository at this point in the history
Signed-off-by: kubevirt-bot <[email protected]>
  • Loading branch information
kubevirt-bot committed Jun 21, 2024
1 parent 729a72f commit f8840a6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions compute/node_assignment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1867,6 +1867,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#live-update" class="md-nav__link">
<span class="md-ellipsis">
Live update
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -2714,6 +2723,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#live-update" class="md-nav__link">
<span class="md-ellipsis">
Live update
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -2890,6 +2908,13 @@ <h2 id="node-balancing-with-descheduler">Node balancing with Descheduler<a class
<p>This annotation will cause, that the descheduler will be able to evict the VM's pod which can then be
scheduled by scheduler on different nodes. A VirtualMachine will never restart or re-create a
VirtualMachineInstance until the current instance of the VirtualMachineInstance is deleted from the cluster.</p>
<h2 id="live-update">Live update<a class="headerlink" href="#live-update" title="Permanent link">&para;</a></h2>
<p>When the <a href="../../user_workloads/vm_rollout_strategies/">VM rollout strategy</a> is set to <code>LiveUpdate</code>, changes to a VM's
node selector or affinities will dynamically propagate to the VMI (unless the <code>RestartRequired</code> condition is set).
Changes to tolerations will not dynamically propagate, and will trigger a <code>RestartRequired</code> condition if changed on a
running VM.</p>
<p>Modifications of the node selector / affinities will only take effect on next <a href="../live_migration/">migration</a>, the change
alone will not trigger one.</p>



Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit f8840a6

Please sign in to comment.