-
Notifications
You must be signed in to change notification settings - Fork 57
integrate fdb-operator charts #388
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
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,26 @@ | ||
apiVersion: v2 | ||
name: doris-foundationdb | ||
description: A Helm chart for FoundationDB | ||
home: https://www.foundationdb.org/ | ||
sources: | ||
- https://github.com/FoundationDB/fdb-kubernetes-operator/tree/main/charts/fdb-operator | ||
# A chart can be either an 'application' or a 'library' chart. | ||
# | ||
# Application charts are a collection of templates that can be packaged into versioned archives | ||
# to be deployed. | ||
# | ||
# Library charts provide useful utilities or functions for the chart developer. They're included as | ||
# a dependency of application charts to inject those utilities and functions into the rendering | ||
# pipeline. Library charts do not define any templates and therefore cannot be deployed. | ||
type: application | ||
# This is the chart version. This version number should be incremented each time you make changes | ||
# to the chart and its templates, including the app version. | ||
version: 0.2.0 | ||
dependencies: | ||
- name: fdb-operator | ||
version: v2.3.0 | ||
# This is the version number of the application being deployed. This version number should be | ||
# incremented each time you make changes to the application. | ||
appVersion: 7.1.38 | ||
maintainers: | ||
- name: "doris" |
This file contains hidden or 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,25 @@ | ||
# Deploy FoundationDb Cluster by Helm | ||
This chart will deploy foundationdb operator and a foundationdb cluster. The foundationdb operator chart clone from [foundationdb operator repo](https://github.com/FoundationDB/fdb-kubernetes-operator/tree/main/charts/fdb-operator). | ||
The foundationdb cluster is a practice for doris. | ||
|
||
## Install foundationdb and operator | ||
1. Add the selectdb repository | ||
```Bash | ||
$ helm repo add selectdb https://charts.selectdb.com | ||
``` | ||
2. Update the Helm Chart Repo to the latest version | ||
```Bash | ||
$ helm repo update selectdb | ||
``` | ||
3. Check the Helm Chart Repo is the latest version | ||
```Bash | ||
$ helm search repo selectdb | ||
NAME CHART VERSION APP VERSION DESCRIPTION | ||
selectdb/doris-operator 1.3.1 1.3.1 Doris-operator for doris creat ... | ||
selectdb/doris 1.3.1 2.0.3 Apache Doris is an easy-to-use ... | ||
selectdb/doris-foundationdb 0.2.0 7.1.38 A Helm chart for FoundationDB | ||
``` | ||
4. Install doris-foundationdb | ||
```Bash | ||
$ helm install doris-foundationdb selectdb/doris-foundationdb | ||
``` |
23 changes: 23 additions & 0 deletions
23
helm-charts/doris-foundationdb/charts/fdb-operator/Chart.yaml
This file contains hidden or 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,23 @@ | ||
apiVersion: v2 | ||
name: fdb-operator | ||
description: A Helm chart for foundationDB operator | ||
home: https://www.foundationdb.org/ | ||
sources: | ||
- https://github.com/FoundationDB/fdb-kubernetes-operator/tree/main/charts/fdb-operator | ||
# A chart can be either an 'application' or a 'library' chart. | ||
# | ||
# Application charts are a collection of templates that can be packaged into versioned archives | ||
# to be deployed. | ||
# | ||
# Library charts provide useful utilities or functions for the chart developer. They're included as | ||
# a dependency of application charts to inject those utilities and functions into the rendering | ||
# pipeline. Library charts do not define any templates and therefore cannot be deployed. | ||
type: application | ||
# This is the chart version. This version number should be incremented each time you make changes | ||
# to the chart and its templates, including the app version. | ||
version: 0.2.0 | ||
# This is the version number of the application being deployed. This version number should be | ||
# incremented each time you make changes to the application. | ||
appVersion: v2.3.0 | ||
maintainers: | ||
- name: "foundationdb-ci" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.