Skip to content

Commit

Permalink
Add readme and schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kreeuwijk committed Feb 5, 2025
1 parent 06e1897 commit 53cde7d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
46 changes: 46 additions & 0 deletions stable/piraeus-operator-addon-2.7.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Piraeus-Operator-Addon

The Piraeus Operator manages
[LINSTOR](https://github.com/LINBIT/linstor-server) clusters in Kubernetes.

All components of the LINSTOR software stack can be managed by the operator:
* DRBD
* LINSTOR
* LINSTOR CSI driver
* LINSTOR High-Availability Controller

# Kubernetes versions supported:
Above 1.21

# Constraints:
The kernel headers need to be installed on the OS prior to installing Piraeus

# Documentation

## [Tutorials](https://piraeus.io/docs/stable/tutorial/)

Tutorials help you get started with Piraeus Operator.

## [How-To Guides](https://piraeus.io/docs/stable/how-to/)

How-To Guides show you how to configure a specific aspect or achieve a specific task with Piraeus Operator.

## [API Reference](https://piraeus.io/docs/stable/reference/)

The API Reference for the Piraeus Operator. Contains documentation of the LINSTOR related resources that the user can
modify or observe.

## [Understanding Piraeus Datastore](https://piraeus.io/docs/stable/explanation/)

These documents explain how Piraeus Datastore works, and why it works the way it does.

## [Upgrades](https://piraeus.io/docs/stable/upgrade/)

Details on the upgrade procedure for Piraeus Datastore.

# Cloud types supported:
Edge Native in Appliance Mode or Agent Mode

# References:
- https://piraeus.io/
- https://github.com/piraeusdatastore/piraeus-operator/
2 changes: 2 additions & 0 deletions stable/piraeus-operator-addon-2.7.1/schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
charts.piraeus-cluster.cluster.cluster:
schema: '{{ format "${password}" | hints "To override the master passphrase, enter one here" }}'
2 changes: 1 addition & 1 deletion stable/piraeus-operator-addon-2.7.1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pack:
content:
images:
- image: quay.io/piraeusdatastore/piraeus-operator:2.7.1
- image: quay.io/piraeusdatastore/piraeus-operator:v2.7.1
- image: quay.io/piraeusdatastore/piraeus-server:v1.29.2
- image: quay.io/piraeusdatastore/piraeus-csi:v1.6.4
- image: quay.io/piraeusdatastore/drbd-reactor:v1.6.0
Expand Down

0 comments on commit 53cde7d

Please sign in to comment.