Skip to content

Commit

Permalink
Add update hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Feb 25, 2024
1 parent c6c6bea commit 4bf9d6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ <h3>By <a href="https://github.com/mnlipp">Michael N. Lipp</a></h3>
<li><p class="part-entry"><a href="controller.html">The Controller</a></p></li>
<li><p class="part-entry"><a href="webgui.html">The Web-GUI</a></p></li>
</ul>
<p class="part-list-title"><a href="upgrading.html">Upgrading</a></p>
<p class="part-list-title"><a href="latest-release/javadoc/index.html">Javadoc</a></p>

</header>
Expand Down
14 changes: 14 additions & 0 deletions upgrading.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: default
title: Upgrading
---

# Upgrading

## To version 2.2.0

Version 2.2.0 sets the stateful set's `.spec.updateStrategy.type` to
"OnDelete". This fails for no apparent reason if a definition of
the stateful set with the default value "RollingUpdate" already exists.
In order to fix this, either the stateful set or the complete VM definition
must be deleted and the manager must be restarted.

0 comments on commit 4bf9d6c

Please sign in to comment.