-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
bfe8aa9
commit 3b1027a
Showing
2 changed files
with
14 additions
and
0 deletions.
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,14 @@ | ||
# Operator Overview | ||
The operator watches `Metabase resources`. See the default operator behavior in the diagram below. | ||
<br></br> | ||
<p align="center" width="100%"> | ||
<img src="./overview.png" width="500"> | ||
</p> | ||
|
||
|
||
## **Pro Tips :bulb:** | ||
1. Deleting the `Metabase resource` deletes the Metabase deployment, the PostgreSQL Statefulset and all other associated resources (secret, persistantVolumeClaim, ...). | ||
2. You can create as much `Metabase resources` as you want. The limit is your cluster infrastructure. | ||
3. The operator is a `Deployment`. You can debug by checking his pod logs. | ||
4. Check status.ready of the `Metabase resource` to know when the Metabase is ready to accept connections. | ||
5. Check status.host of the `Metabase resource` to establish a connection. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.