Skip to content

Commit

Permalink
deploy: fc48e50
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov committed Apr 4, 2024
1 parent ceb9b19 commit 06c39f8
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 67 deletions.
4 changes: 2 additions & 2 deletions installation/helm.html
Original file line number Diff line number Diff line change
Expand Up @@ -1797,8 +1797,8 @@ <h3 id="installing-the-operator">Installing the Operator<a class="headerlink" hr
</code></pre></div>
<div class="admonition note">
<p class="admonition-title">Note</p>
</div>
<p>Installation will fail if webhooks are enabled and the CRDs for the cert-manager are not installed.</p>
</div>
<p>Verify the installation:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a>helm<span class="w"> </span>status<span class="w"> </span>aiven-operator
</code></pre></div>
Expand All @@ -1820,8 +1820,8 @@ <h4 id="installing-without-full-cluster-administrator-access">Installing without
<h2 id="uninstalling">Uninstalling<a class="headerlink" href="#uninstalling" title="Permanent link">&para;</a></h2>
<div class="admonition important">
<p class="admonition-title">Important</p>
</div>
<p>Please see <a href="uninstalling.html">this page</a> for more information.</p>
</div>
<p>Find out the name of your deployment:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-8-1" name="__codelineno-8-1" href="#__codelineno-8-1"></a>helm<span class="w"> </span>list
</code></pre></div>
Expand Down
10 changes: 5 additions & 5 deletions installation/prerequisites.html
Original file line number Diff line number Diff line change
Expand Up @@ -1672,12 +1672,12 @@ <h2 id="cert-manager"><a href="https://cert-manager.io/">Cert Manager</a><a clas
<p>Please follow the <a href="https://cert-manager.io/docs/installation/helm/">installation instructions</a> on their website.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
</div>
<p>This is not required in the Helm installation if you select to <a href="helm.html">disable webhooks</a>,
but that is not recommended outside of playground use.
The Aiven Operator for Kubernetes uses webhooks for setting defaults
and enforcing invariants that are expected by the aiven API and will lead to errors if ignored.
In the future webhooks will also be used for conversion and supporting multiple CRD versions.</p>
but that is not recommended outside of playground use.</p>
<p>The Aiven Operator for Kubernetes uses webhooks for setting defaults
and enforcing invariants that are expected by the aiven API and will lead to errors if ignored.</p>
<p>In the future webhooks will also be used for conversion and supporting multiple CRD versions.</p>
</div>



Expand Down
2 changes: 1 addition & 1 deletion resources/cassandra.html
Original file line number Diff line number Diff line change
Expand Up @@ -1694,8 +1694,8 @@ <h1>Cassandra</h1>
<p>Aiven for Apache Cassandra® is a distributed database designed to handle large volumes of writes.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Before going through this guide, make sure you have a <a href="../installation/prerequisites.html">Kubernetes cluster</a> with the operator installed (see instructions for <a href="../installation/helm.html">helm</a> or <a href="../installation/kubectl.html">kubectl</a>), and a <a href="../authentication.html">Kubernetes Secret with an Aiven authentication token</a>.</p>
</div>
<p>Before going through this guide, make sure you have a <a href="../installation/prerequisites.html">Kubernetes cluster</a> with the operator installed (see instructions for <a href="../installation/helm.html">helm</a> or <a href="../installation/kubectl.html">kubectl</a>) and a <a href="../authentication.html">Kubernetes Secret with an Aiven authentication token</a>.</p>
<h2 id="creating-a-cassandra-instance">Creating a Cassandra instance<a class="headerlink" href="#creating-a-cassandra-instance" title="Permanent link">&para;</a></h2>
<p>1. Create a file named <code>cassandra-sample.yaml</code>, and add the following content:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">aiven.io/v1alpha1</span>
Expand Down
4 changes: 2 additions & 2 deletions resources/kafka/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1733,10 +1733,10 @@ <h1>Kafka</h1>
you can get up and running with a suitably sized Apache Kafka service in a few minutes.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
</div>
<p>Before going through this guide, make sure you have a <a href="../../installation/prerequisites.html">Kubernetes cluster</a> with the
operator installed (see instructions for <a href="../../installation/helm.html">helm</a> or <a href="../../installation/kubectl.html">kubectl</a>)
operator installed (see instructions for <a href="../../installation/helm.html">helm</a> or <a href="../../installation/kubectl.html">kubectl</a>),
and a <a href="../../authentication.html">Kubernetes Secret with an Aiven authentication token</a>.</p>
</div>
<h2 id="creating-a-kafka-instance">Creating a Kafka instance<a class="headerlink" href="#creating-a-kafka-instance" title="Permanent link">&para;</a></h2>
<p>1. Create a file named <code>kafka-sample.yaml</code>, and add the following content:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">aiven.io/v1alpha1</span>
Expand Down
4 changes: 2 additions & 2 deletions resources/opensearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -1694,9 +1694,9 @@ <h1>OpenSearch</h1>
<p>OpenSearch® is an open source search and analytics suite including search engine, NoSQL document database, and visualization interface. OpenSearch offers a distributed, full-text search engine based on Apache Lucene® with a RESTful API interface and support for JSON documents.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
</div>
<p>Before going through this guide, make sure you have a <a href="../installation/prerequisites.html">Kubernetes cluster</a> with the operator installed (see instructions for <a href="../installation/helm.html">helm</a> or <a href="../installation/kubectl.html">kubectl</a>)
<p>Before going through this guide, make sure you have a <a href="../installation/prerequisites.html">Kubernetes cluster</a> with the operator installed (see instructions for <a href="../installation/helm.html">helm</a> or <a href="../installation/kubectl.html">kubectl</a>),
and a <a href="../authentication.html">Kubernetes Secret with an Aiven authentication token</a>.</p>
</div>
<h2 id="creating-an-opensearch-instance">Creating an OpenSearch instance<a class="headerlink" href="#creating-an-opensearch-instance" title="Permanent link">&para;</a></h2>
<p>1. Create a file named <code>os-sample.yaml</code>, and add the following content:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">aiven.io/v1alpha1</span>
Expand Down
4 changes: 2 additions & 2 deletions resources/postgresql.html
Original file line number Diff line number Diff line change
Expand Up @@ -1770,9 +1770,9 @@ <h1>PostgreSQL</h1>
<p>With Aiven Kubernetes Operator, you can manage Aiven for PostgreSQL through the well defined Kubernetes API.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
</div>
<p>Before going through this guide, make sure you have a <a href="../installation/prerequisites.html">Kubernetes cluster</a> with the operator installed (see instructions for <a href="../installation/helm.html">helm</a> or <a href="../installation/kubectl.html">kubectl</a>),
and a <a href="../authentication.html">Kubernetes Secret with an Aiven authentication token</a>.</p>
</div>
<h2 id="creating-a-postgresql-instance">Creating a PostgreSQL instance<a class="headerlink" href="#creating-a-postgresql-instance" title="Permanent link">&para;</a></h2>
<p>1. Create a file named <code>pg-sample.yaml</code> with the following content:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">aiven.io/v1alpha1</span>
Expand Down Expand Up @@ -2040,8 +2040,8 @@ <h2 id="creating-a-postgresql-read-only-replica">Creating a PostgreSQL read-only
</code></pre></div>
<div class="admonition note">
<p class="admonition-title">Note</p>
</div>
<p>You can create the replica service in a different region or on a different cloud provider.</p>
</div>
<p>2. Apply the configuration with the following command:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-20-1" name="__codelineno-20-1" href="#__codelineno-20-1"></a>kubectl<span class="w"> </span>apply<span class="w"> </span>-f<span class="w"> </span>pg-read-replica.yaml
</code></pre></div>
Expand Down
2 changes: 1 addition & 1 deletion resources/project-vpc.html
Original file line number Diff line number Diff line change
Expand Up @@ -1679,9 +1679,9 @@ <h1>Aiven Project VPC</h1>
<p>Within the Aiven Kubernetes Operator, you can create a <code>ProjectVPC</code> on Aiven's side to connect to your cloud provider.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
</div>
<p>Before going through this guide, make sure you have a <a href="../installation/prerequisites.html">Kubernetes cluster</a> with the operator installed (see instructions for <a href="../installation/helm.html">helm</a> or <a href="../installation/kubectl.html">kubectl</a>),
and a <a href="../authentication.html">Kubernetes Secret with an Aiven authentication token</a>.</p>
</div>
<h2 id="creating-an-aiven-vpc">Creating an Aiven VPC<a class="headerlink" href="#creating-an-aiven-vpc" title="Permanent link">&para;</a></h2>
<p>1. Create a file named <code>vpc-sample.yaml</code> with the following content:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">aiven.io/v1alpha1</span>
Expand Down
4 changes: 2 additions & 2 deletions resources/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -1598,9 +1598,9 @@ <h1>Aiven Project</h1>

<div class="admonition note">
<p class="admonition-title">Note</p>
</div>
<p>Before going through this guide, make sure you have a <a href="../installation/prerequisites.html">Kubernetes cluster</a> with the operator installed (see instructions for <a href="../installation/helm.html">helm</a> or <a href="../installation/kubectl.html">kubectl</a>)
<p>Before going through this guide, make sure you have a <a href="../installation/prerequisites.html">Kubernetes cluster</a> with the operator installed (see instructions for <a href="../installation/helm.html">helm</a> or <a href="../installation/kubectl.html">kubectl</a>),
and a <a href="../authentication.html">Kubernetes Secret with an Aiven authentication token</a>.</p>
</div>
<p>The <code>Project</code> CRD allows you to create Aiven Projects, where your resources can be located.</p>
<p>To create a fully working Aiven Project with the Aiven Operator you need a source Aiven Project already created with a working billing configuration, like a credit card.</p>
<p>Create a file named <code>project-sample.yaml</code> with the following content:</p>
Expand Down
4 changes: 2 additions & 2 deletions resources/redis.html
Original file line number Diff line number Diff line change
Expand Up @@ -1676,9 +1676,9 @@ <h1>Redis</h1>
<p>Aiven for Redis®* is a fully managed in-memory NoSQL database that you can deploy in the cloud of your choice to store and access data quickly and efficiently.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
</div>
<p>Before going through this guide, make sure you have a <a href="../installation/prerequisites.html">Kubernetes cluster</a> with the operator installed (see instructions for <a href="../installation/helm.html">helm</a> or <a href="../installation/kubectl.html">kubectl</a>)
<p>Before going through this guide, make sure you have a <a href="../installation/prerequisites.html">Kubernetes cluster</a> with the operator installed (see instructions for <a href="../installation/helm.html">helm</a> or <a href="../installation/kubectl.html">kubectl</a>),
and a <a href="../authentication.html">Kubernetes Secret with an Aiven authentication token</a>.</p>
</div>
<h2 id="creating-a-redis-instance">Creating a Redis instance<a class="headerlink" href="#creating-a-redis-instance" title="Permanent link">&para;</a></h2>
<p>1. Create a file named <code>redis-sample.yaml</code>, and add the following content:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">aiven.io/v1alpha1</span>
Expand Down
2 changes: 1 addition & 1 deletion resources/service-integrations.html
Original file line number Diff line number Diff line change
Expand Up @@ -1661,9 +1661,9 @@ <h1>Service Integrations</h1>
for more information.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
</div>
<p>Before going through this guide, make sure you have a <a href="../installation/prerequisites.html">Kubernetes cluster</a> with the operator installed (see instructions for <a href="../installation/helm.html">helm</a> or <a href="../installation/kubectl.html">kubectl</a>),
and a <a href="../authentication.html">Kubernetes Secret with an Aiven authentication token</a>.</p>
</div>
<h2 id="send-kafka-logs-to-a-kafka-topic">Send Kafka logs to a Kafka Topic<a class="headerlink" href="#send-kafka-logs-to-a-kafka-topic" title="Permanent link">&para;</a></h2>
<p>This integration allows you to send Kafka service logs to a specific Kafka Topic.</p>
<p>First, let's create a Kafka service and a topic.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 06c39f8

Please sign in to comment.