Skip to content

Commit

Permalink
Update doc architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 8, 2024
1 parent 1486230 commit 117b3c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ helm install immudb-operator immudb-operator-charts/immudb-operator
```
kubectl apply -f https://raw.githubusercontent.com/unagex/immudb-operator/main/config/samples/v1_immudb.yaml
```
⬇ See documentation below for more options ⬇

## Documentation

* [Installation](./docs/installation.md)
* [Configuration](./docs/configuration.md)
* [Operator Installation](./docs/installation.md)
* [Immudb Configuration](./docs/configuration.md)
* [Contribution](./docs/contribution.md)
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Configuration
# Immudb Configuration
3 changes: 2 additions & 1 deletion docs/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
Thanks for taking the time to contribute to immudb-operator.

## How to make PR

You can create a PR into `main` when your feature is ready. We will review it within 2 days.

## Local development with minikube

1. To try a new feature, first create a minikube cluster.
```bash
minikube start
Expand All @@ -22,7 +24,6 @@ make install run
```
You should see the following log:
![image](./local-dev.png)

5. The operator is now running on minikube, you can create the custom resource and see how the operator handles it.
```bash
kubectl apply -f config/samples/v1_immudb.yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installation
# Operator Installation

- [Install on Minikube](#install-on-minikube)
- [Install on Amazon Elastic Kubernetes Service (EKS)](#install-on-amazon-elastic-kubernetes-service-eks)
Expand Down

0 comments on commit 117b3c9

Please sign in to comment.