Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Jul 24, 2024
1 parent d752f68 commit db2d791
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1804,6 +1804,7 @@ <h2 id="non-goals"><a class="header" href="#non-goals">Non-goals</a></h2>
<ul>
<li><a href="reconcile.html#statefulset">StatefulSet</a></li>
<li><a href="reconcile.html#when-the-statefulset-is-not-updated">When the StatefulSet is <em>not</em> updated</a></li>
<li><a href="reconcile.html#status-about-statefulset">Status about StatefulSet</a></li>
<li><a href="reconcile.html#secrets">Secrets</a></li>
<li><a href="reconcile.html#certificate">Certificate</a></li>
<li><a href="reconcile.html#service">Service</a></li>
Expand All @@ -1818,6 +1819,7 @@ <h2 id="non-goals"><a class="header" href="#non-goals">Non-goals</a></h2>
<li><a href="reconcile.html#job">Job</a></li>
</ul>
</li>
<li><a href="reconcile.html#status-of-reconcliation">Status of Reconcliation</a></li>
</ul>
<h2 id="reconciler-versions"><a class="header" href="#reconciler-versions">Reconciler versions</a></h2>
<p>MOCO's reconciliation routine should be consistent to avoid frequent updates.</p>
Expand Down Expand Up @@ -1878,9 +1880,10 @@ <h3 id="service"><a class="header" href="#service">Service</a></h3>
<p>The following fields in Service <code>spec</code> may not be customized, though.</p>
<ul>
<li><code>clusterIP</code></li>
<li><code>ports</code></li>
<li><code>selector</code></li>
</ul>
<p>The <code>ports</code> field in the Service <code>spec</code> is also customizable.
However, for the <code>mysql</code> and <code>mysqlx</code> ports, MOCO overwrites the fixed value to the <code>port</code>, <code>protocol</code> and <code>targetPort</code> fields.</p>
<h3 id="configmap"><a class="header" href="#configmap">ConfigMap</a></h3>
<p>MOCO creates and updates a ConfigMap for <code>my.cnf</code>.
The name of this ConfigMap is calculated from the contents of <code>my.cnf</code> that may be changed by users.</p>
Expand Down
5 changes: 4 additions & 1 deletion reconcile.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ <h1 id="how-moco-reconciles-mysqlcluster"><a class="header" href="#how-moco-reco
<ul>
<li><a href="#statefulset">StatefulSet</a></li>
<li><a href="#when-the-statefulset-is-not-updated">When the StatefulSet is <em>not</em> updated</a></li>
<li><a href="#status-about-statefulset">Status about StatefulSet</a></li>
<li><a href="#secrets">Secrets</a></li>
<li><a href="#certificate">Certificate</a></li>
<li><a href="#service">Service</a></li>
Expand All @@ -203,6 +204,7 @@ <h1 id="how-moco-reconciles-mysqlcluster"><a class="header" href="#how-moco-reco
<li><a href="#job">Job</a></li>
</ul>
</li>
<li><a href="#status-of-reconcliation">Status of Reconcliation</a></li>
</ul>
<h2 id="reconciler-versions"><a class="header" href="#reconciler-versions">Reconciler versions</a></h2>
<p>MOCO's reconciliation routine should be consistent to avoid frequent updates.</p>
Expand Down Expand Up @@ -263,9 +265,10 @@ <h3 id="service"><a class="header" href="#service">Service</a></h3>
<p>The following fields in Service <code>spec</code> may not be customized, though.</p>
<ul>
<li><code>clusterIP</code></li>
<li><code>ports</code></li>
<li><code>selector</code></li>
</ul>
<p>The <code>ports</code> field in the Service <code>spec</code> is also customizable.
However, for the <code>mysql</code> and <code>mysqlx</code> ports, MOCO overwrites the fixed value to the <code>port</code>, <code>protocol</code> and <code>targetPort</code> fields.</p>
<h3 id="configmap"><a class="header" href="#configmap">ConfigMap</a></h3>
<p>MOCO creates and updates a ConfigMap for <code>my.cnf</code>.
The name of this ConfigMap is calculated from the contents of <code>my.cnf</code> that may be changed by users.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit db2d791

Please sign in to comment.