This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1d08089e [auto] Generated docs from Apache Ozone master
1f716eae7da2e74a9c49a6b71886ad967d0e8f31
1d08089e is described below
commit 1d08089e3b05e6afd5fe9bbc3e7cc40dd6a9a5c2
Author: Github Actions <[email protected]>
AuthorDate: Fri Apr 4 12:46:15 2025 +0000
[auto] Generated docs from Apache Ozone master
1f716eae7da2e74a9c49a6b71886ad967d0e8f31
---
docs/edge/en/sitemap.xml | 2 +-
docs/edge/sitemap.xml | 2 +-
docs/edge/start/kubernetes.html | 25 +++++++++++++++++++++++--
3 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/docs/edge/en/sitemap.xml b/docs/edge/en/sitemap.xml
index 9e8eb033..d783a41d 100644
--- a/docs/edge/en/sitemap.xml
+++ b/docs/edge/en/sitemap.xml
@@ -569,7 +569,7 @@
/>
</url><url>
<loc>/start/kubernetes.html</loc>
- <lastmod>2021-03-09T18:59:26+10:00</lastmod>
+ <lastmod>2025-04-03T11:39:45-07:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
diff --git a/docs/edge/sitemap.xml b/docs/edge/sitemap.xml
index 1daf56de..bd4a8360 100644
--- a/docs/edge/sitemap.xml
+++ b/docs/edge/sitemap.xml
@@ -4,7 +4,7 @@
<sitemap>
<loc>/en/sitemap.xml</loc>
- <lastmod>2025-04-03T04:52:21-07:00</lastmod>
+ <lastmod>2025-04-03T11:39:45-07:00</lastmod>
</sitemap>
diff --git a/docs/edge/start/kubernetes.html b/docs/edge/start/kubernetes.html
index 189a2997..bf7635ab 100644
--- a/docs/edge/start/kubernetes.html
+++ b/docs/edge/start/kubernetes.html
@@ -532,7 +532,28 @@ Access the services
</code></pre><p>Now you can access any of the services. By default the
services are not published but you can access them with port-forward rules.</p>
<pre tabindex="0"><code>kubectl port-forward s3g-0 9878:9878
kubectl port-forward scm-0 9876:9876
-</code></pre>
+</code></pre><h2 id="apache-ozone-helm-chart">Apache Ozone Helm Chart</h2>
+<p>For a streamlined deployment of Apache Ozone on Kubernetes, consider using
the <a href="https://apache.github.io/ozone-helm-charts/">Apache Ozone Helm
Chart</a>. This Helm Chart simplifies the installation and management of an
Ozone cluster by packaging best practices into a set of configurable Kubernetes
resources.</p>
+<ol>
+<li>
+<p><strong>Add the Ozone Helm Repository</strong></p>
+<p>First, add the Apache Ozone Helm repository and update your local Helm repo
cache:</p>
+<div class="highlight"><pre tabindex="0"
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span style="display:flex;"><span>helm
repo add ozone-helm https://apache.github.io/ozone-helm-charts/
+</span></span><span style="display:flex;"><span>helm repo update
+</span></span></code></pre></div></li>
+<li>
+<p>Install the Chart</p>
+<p>Install the Ozone Helm Chart using the following command. This command
deploys a default Ozone cluster:</p>
+<div class="highlight"><pre tabindex="0"
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span style="display:flex;"><span>helm
install my-ozone-cluster ozone-helm/ozone
+</span></span></code></pre></div></li>
+<li>
+<p>Customize Your Deployment</p>
+<p>To customize the configuration, create or modify a values.yaml file with
your desired settings and install the chart as follows:</p>
+<div class="highlight"><pre tabindex="0"
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-bash" data-lang="bash"><span style="display:flex;"><span>helm
install my-ozone-cluster -f values.yaml ozone-helm/ozone
+</span></span></code></pre></div></li>
+</ol>
+<p>For more detailed documentation and advanced configuration options, please
refer to the <a href="https://apache.github.io/ozone-helm-charts/">Apache Ozone
Helm Chart</a> documentation.</p>
+
<a class="btn btn-success btn-lg"
href="../start/runningviadocker.html">Next >></a>
@@ -551,7 +572,7 @@ kubectl port-forward scm-0 9876:9876
<footer class="footer">
<div class="container">
<span class="small text-muted">
- Version: 2.1.0-SNAPSHOT, Last Modified: March 9, 2021 <a
class="hide-child link primary-color"
href="https://github.com/apache/ozone/commit/45eee3fa5d29f49eaed0758d1703d446d56e70fb">45eee3fa5d</a>
+ Version: 2.1.0-SNAPSHOT, Last Modified: April 3, 2025 <a
class="hide-child link primary-color"
href="https://github.com/apache/ozone/commit/ebcece42720d34b5979f4b43b1f365d3231c3ac8">ebcece4272</a>
</span>
</div>
</footer>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]