-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" }}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters