Skip to content
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

Adding SQL and Milvus services #83

Open
wants to merge 45 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
fd0b6d0
First Commit
GiladShapira94 Sep 20, 2023
562d14e
add if condition to workflow PriorityClass
GiladShapira94 Sep 20, 2023
8a9a39b
fix mlrun ce minio url when using namespace != mlrun
GiladShapira94 Sep 24, 2023
8b98d40
fix jupyter s3 and minio credentials and adding key value env for jup…
GiladShapira94 Sep 24, 2023
1211ce3
fix jupyter configmaps
GiladShapira94 Sep 26, 2023
62747d9
fix
GiladShapira94 Sep 26, 2023
1f4c68e
fix
GiladShapira94 Sep 26, 2023
9373ae7
adding values files
GiladShapira94 Sep 27, 2023
e783f74
fix mpi operator
GiladShapira94 Sep 27, 2023
9c3d806
adding pipeline nodePort value
GiladShapira94 Sep 28, 2023
d2daef3
fix remove nuclio platform in cluster install
GiladShapira94 Sep 28, 2023
77f9f1a
fix
GiladShapira94 Sep 28, 2023
34d1292
fix ml pipeline config map
GiladShapira94 Sep 28, 2023
a0b1440
fix pipeline minio endpoint
GiladShapira94 Sep 28, 2023
38fa104
fix pipeline
GiladShapira94 Sep 28, 2023
a966f4b
fix pipeline
GiladShapira94 Sep 28, 2023
f079324
test
GiladShapira94 Sep 28, 2023
c6721a9
fix
GiladShapira94 Oct 1, 2023
7bd2b70
fix
GiladShapira94 Oct 1, 2023
4991c41
fix pipeline ui in note.txt
GiladShapira94 Oct 1, 2023
34677d0
fix Prometheus and Grafana nodeports in note.txt
GiladShapira94 Oct 1, 2023
c12b536
remove mpi operator condition and upgrade mlrun version
GiladShapira94 Oct 1, 2023
72976ff
adding cluster_ip values for test
GiladShapira94 Oct 2, 2023
72b0c38
adding limit to my sql deployments
GiladShapira94 Oct 3, 2023
34b5a90
fix
GiladShapira94 Oct 4, 2023
bdee05e
fix
GiladShapira94 Oct 4, 2023
afa3ac0
Update ml-pipeline-visualizationserver.yaml
eliyahu77 Oct 17, 2023
a5b4968
Update ml-pipeline-ui.yaml
eliyahu77 Oct 17, 2023
cc75d86
Update deployment.yaml
eliyahu77 Oct 18, 2023
173b0e3
change values files
GiladShapira94 Oct 18, 2023
6537916
fix mlrun ui node port
GiladShapira94 Oct 18, 2023
e79ddc4
fix mlrun ui node port
GiladShapira94 Oct 18, 2023
cd4b250
fix
GiladShapira94 Oct 18, 2023
8e4c2ab
add sql service
GiladShapira94 Oct 19, 2023
a75664d
fix
GiladShapira94 Oct 19, 2023
eb2991c
fix
GiladShapira94 Oct 19, 2023
c8a2a0a
fix
GiladShapira94 Oct 19, 2023
4123228
fix
GiladShapira94 Oct 19, 2023
e57b2bf
fix
GiladShapira94 Oct 19, 2023
b12e1e1
fix
GiladShapira94 Oct 19, 2023
f00759e
fix
GiladShapira94 Oct 19, 2023
333bcf5
Merge remote-tracking branch 'origin/development' into adding_sql_milvus
GiladShapira94 Nov 21, 2023
b1e600b
fix after merge
GiladShapira94 Nov 21, 2023
4d46536
fix after merge
GiladShapira94 Nov 21, 2023
973e767
fix after merge
GiladShapira94 Nov 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.6.3-rc4
version: 0.6.3-rc5
name: mlrun-ce
description: MLRUn Open Source Stack
home: https://iguazio.com
Expand Down
7 changes: 5 additions & 2 deletions charts/mlrun-ce/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ dependencies:
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 41.7.2
digest: sha256:1fe93cb969f5c1e6676a58feb4c8b18210158a12cfe6fc8a6acf58ad1b2c4327
generated: "2023-10-04T11:56:24.400537+03:00"
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.12.3
digest: sha256:85bac9cfe658db598e9f235f7c580f08020c1fda9436e4e562ceae22045c5711
generated: "2023-10-19T19:14:44.641759+03:00"
4 changes: 4 additions & 0 deletions charts/mlrun-ce/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ dependencies:
repository: "https://prometheus-community.github.io/helm-charts"
version: "41.7.2"
condition: kube-prometheus-stack.enabled
- name: mysql
version: "9.12.3"
repository: "https://charts.bitnami.com/bitnami"
condition: mysql.enabled
4 changes: 4 additions & 0 deletions charts/mlrun-ce/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ You're up and running !

{{- end }}

{{- if .Values.mysql.enabled }}
10. SQL service is available at:
mysql+pymysql://root:{{.Values.mysql.auth.rootPassword}}@{{.Release.Name}}-mysql.{{.Release.Namespace}}.svc.cluster.local:{{.Values.mysql.primary.service.ports.mysql}}/{{.Values.mysql.auth.database}}
{{- end}}

Happy MLOPSing !!! :]
{{- end}}
10 changes: 10 additions & 0 deletions charts/mlrun-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,3 +404,13 @@ kube-prometheus-stack:
fullnameOverride: state-metrics
prometheus-node-exporter:
fullnameOverride: node-exporter

mysql:
enabled: true
auth:
rootPassword: sql1234
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴

database: mlrun_sql
primary:
service:
ports:
mysql: 3000