You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>To change the heap size of Elasticsearch, set the <codeclass="literal">ES_JAVA_OPTS</code> environment variable in the <codeclass="literal">podTemplate</code>. It is also highly recommended to set the resource <codeclass="literal">requests</code> and <codeclass="literal">limits</code> at the same time to ensure that the pod gets enough resources allocated within the Kubernetes cluster. See <aclass="xref" href="k8s-managing-compute-resources.html#k8s-compute-resources-elasticsearch" title="Set compute resources for Elasticsearch">Set compute resources for Elasticsearch</a> for an example and more information.</p>
133
133
<p>If <codeclass="literal">ES_JAVA_OPTS</code> is not defined, the Elasticsearch default heap size of 1Gi will be in effect.</p>
134
-
<p>For more information, see the entry for <codeclass="literal">heap size</code> in the <ahref="/guide/en/elasticsearch/reference/8.14/important-settings.html" class="ulink" target="_top">Important Elasticsearch configuration</a> documentation.</p>
134
+
<p>For more information, see the entry for <codeclass="literal">heap size</code> in the <ahref="/guide/en/elasticsearch/reference/8.15/important-settings.html" class="ulink" target="_top">Important Elasticsearch configuration</a> documentation.</p>
Copy file name to clipboardExpand all lines: html/en/cloud-on-k8s/1.0-beta/k8s-quickstart.html
+6-6
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ <h3><a id="k8s-deploy-eck"></a>Deploy ECK in your Kubernetes cluster<a class="ed
210
210
</ol>
211
211
</div>
212
212
<h3><aid="k8s-deploy-elasticsearch"></a>Deploy an Elasticsearch cluster<aclass="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/cloud-on-k8s/edit/1.0-beta/docs/quickstart.asciidoc">edit</a></h3>
213
-
<p>Apply a simple <ahref="/guide/en/elasticsearch/reference/8.14/getting-started.html" class="ulink" target="_top">Elasticsearch</a> cluster specification, with one Elasticsearch node:</p>
213
+
<p>Apply a simple <ahref="/guide/en/elasticsearch/reference/8.15/getting-started.html" class="ulink" target="_top">Elasticsearch</a> cluster specification, with one Elasticsearch node:</p>
214
214
<divclass="note admon">
215
215
<divclass="icon"></div>
216
216
<divclass="admon_content">
@@ -225,7 +225,7 @@ <h3><a id="k8s-deploy-elasticsearch"></a>Deploy an Elasticsearch cluster<a class
<divclass="console_code_copy" title="Copy to clipboard"></div>
254
254
<preclass="programlisting prettyprint lang-sh">NAME HEALTH NODES VERSION PHASE AGE
255
-
quickstart green 1 8.14.3 Ready 1m</pre>
255
+
quickstart green 1 8.15.0 Ready 1m</pre>
256
256
</div>
257
257
<p>When you create the cluster, there is no <codeclass="literal">HEALTH</code> status and the <codeclass="literal">PHASE</code> is empty. After a while, the <codeclass="literal">PHASE</code> turns into <codeclass="literal">Ready</code>, and <codeclass="literal">HEALTH</code> becomes <codeclass="literal">green</code>.</p>
258
258
<p>You can see that one Pod is in the process of being started:</p>
<h3><aid="k8s-deploy-kibana"></a>Deploy a Kibana instance<aclass="edit_me" rel="nofollow" title="Edit this page on GitHub" href="https://github.com/elastic/cloud-on-k8s/edit/1.0-beta/docs/quickstart.asciidoc">edit</a></h3>
331
-
<p>To deploy your <ahref="/guide/en/kibana/8.14/introduction.html#introduction" class="ulink" target="_top">Kibana</a> instance go through the following steps.</p>
331
+
<p>To deploy your <ahref="/guide/en/kibana/8.15/introduction.html#introduction" class="ulink" target="_top">Kibana</a> instance go through the following steps.</p>
0 commit comments