Skip to content

Fix the deployment via Helm #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .readme/README.md.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{%- set title="Stackable Operator for OpenSearch" -%}
{%- set operator_name="opensearch" -%}
{%- set operator_docs_slug="opensearch" -%}
{%- set related_reading_links=[] -%}

{% filter trim %}
{%- include "partials/borrowed/header.md.j2" -%}
{% endfilter %}

{% filter trim %}
{%- include "partials/borrowed/links.md.j2" -%}
{% endfilter %}

{% filter trim %}
{%- include "partials/main.md.j2" -%}
{% endfilter %}

{% filter trim %}
{%- include "partials/borrowed/footer.md.j2" -%}
{% endfilter %}

{% filter trim %}
{%- include "partials/borrowed/related_reading.md.j2" -%}
{% endfilter %}
19 changes: 19 additions & 0 deletions .readme/partials/main.md.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
This is a Kubernetes operator to manage [OpenSearch](https://opensearch.org/) clusters.

{% filter trim %}
{%- include "partials/borrowed/overview_blurb.md.j2" -%}
{% endfilter %}

## Installation

You can install the operator using [stackablectl or helm](https://docs.stackable.tech/home/stable/{{operator_name}}/getting_started/installation).

Read on to get started with it, or see it in action in one of our [demos](https://stackable.tech/en/demos/).

## Getting Started

You can follow this [tutorial](https://docs.stackable.tech/home/stable/{{operator_name}}/getting_started/first_steps).

{% filter trim %}
{%- include "partials/borrowed/documentation.md.j2" -%}
{% endfilter %}
Binary file added .readme/static/borrowed/sdp_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading