Просмотр исходного кода

Deployed adeb26a92 to main with MkDocs 1.6.1 and mike 1.2.0.dev0

Skarlso 10 месяцев назад
Родитель
Сommit
0f350b8af0

+ 1 - 1
main/guides/using-latest-image/index.html

@@ -3957,7 +3957,7 @@
 <div class="highlight"><pre><span></span><code>docker<span class="w"> </span>build<span class="w"> </span>-f<span class="w"> </span>Dockerfile.standalone<span class="w"> </span>-t<span class="w"> </span>my-org/external-secrets:latest<span class="w"> </span>.
 </code></pre></div></li>
 <li>Apply the <code>bundle.yaml</code>
-<div class="highlight"><pre><span></span><code>kubectl<span class="w"> </span>apply<span class="w"> </span>-f<span class="w"> </span>deploy/crds/bundle.yaml
+<div class="highlight"><pre><span></span><code>kubectl<span class="w"> </span>apply<span class="w"> </span>-f<span class="w"> </span>deploy/crds/bundle.yaml<span class="w"> </span>--server-side
 </code></pre></div></li>
 <li>Modify your configs to use the image
 <div class="highlight"><pre><span></span><code><span class="nt">kind</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">Deployment</span>

+ 2 - 1
main/introduction/getting-started/index.html

@@ -4073,11 +4073,12 @@ and manages Kubernetes secret resources with ExternalSecret resources.</p>
 <blockquote>
 <p>Note: The minimum supported version of Kubernetes is <code>1.16.0</code>. Users still running Kubernetes v1.15 or below should upgrade
 to a supported version before installing external-secrets.</p>
+<p>Note: Our CRDs have reached the 256KB limit! You have to use <a href="https://kubernetes.io/docs/reference/using-api/server-side-apply/">server-side-apply</a> in all locations to install them correctly.</p>
 </blockquote>
 <h2 id="installing-with-helm">Installing with Helm</h2>
 <p>The default install options will automatically install and manage the CRDs as part of your helm release. If you do not want the CRDs to be automatically upgraded and managed, you must set the <code>installCRDs</code> option to <code>false</code>. (e.g. <code>--set installCRDs=false</code>)</p>
 <p>You can install those CRDs outside of <code>helm</code> using:
-<div class="highlight"><pre><span></span><code>kubectl<span class="w"> </span>apply<span class="w"> </span>-k<span class="w"> </span><span class="s2">&quot;https://raw.githubusercontent.com/external-secrets/external-secrets/&lt;replace_with_your_version&gt;/deploy/crds/bundle.yaml&quot;</span>
+<div class="highlight"><pre><span></span><code>kubectl<span class="w"> </span>apply<span class="w"> </span>-k<span class="w"> </span><span class="s2">&quot;https://raw.githubusercontent.com/external-secrets/external-secrets/&lt;replace_with_your_version&gt;/deploy/crds/bundle.yaml&quot;</span><span class="w"> </span>--server-side
 </code></pre></div></p>
 <p>Uncomment the relevant line in the next steps to disable the automatic install of CRDs.</p>
 <h3 id="option-1-install-from-chart-repository">Option 1: Install from chart repository</h3>

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
main/search/search_index.json


Некоторые файлы не были показаны из-за большого количества измененных файлов