-
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
f967241
commit 5304d6e
Showing
26 changed files
with
289 additions
and
311 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
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
File renamed without changes.
15 changes: 15 additions & 0 deletions
15
kubernetes/persistent-volumes/airflow-local-dags-folder-pv.yml
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,15 @@ | ||
apiVersion: v1 | ||
kind: PersistentVolume | ||
metadata: | ||
name: airflow-local-dags-folder-pv | ||
spec: | ||
capacity: | ||
storage: 5Gi | ||
accessModes: | ||
- ReadWriteOnce | ||
storageClassName: local-path | ||
claimRef: | ||
namespace: airflow | ||
name: airflow-local-dags-folder-pvc | ||
hostPath: | ||
path: "/host/kubernetes/airflow/dags" |
12 changes: 12 additions & 0 deletions
12
kubernetes/persistent-volumes/airflow-local-dags-folder-pvc.yml
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,12 @@ | ||
apiVersion: v1 | ||
kind: PersistentVolumeClaim | ||
metadata: | ||
name: airflow-local-dags-folder-pvc | ||
namespace: airflow | ||
spec: | ||
accessModes: | ||
- ReadWriteOnce | ||
resources: | ||
requests: | ||
storage: 5Gi | ||
storageClassName: local-path |
29 changes: 0 additions & 29 deletions
29
kubernetes/persistent-volumes/airflow-local-dags-folder.yml
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
kubernetes/persistent-volumes/airflow-local-logs-folder-pv.yml
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,15 @@ | ||
apiVersion: v1 | ||
kind: PersistentVolume | ||
metadata: | ||
name: airflow-local-logs-folder-pv | ||
spec: | ||
capacity: | ||
storage: 2Gi # Capacité du PV | ||
accessModes: | ||
- ReadWriteOnce # Mode d'accès | ||
storageClassName: local-path | ||
claimRef: | ||
namespace: airflow # Namespace pour le PVC qui utilise ce PV | ||
name: airflow-local-logs-folder-pvc | ||
hostPath: | ||
path: "/host/kubernetes/airflow/logs" |
13 changes: 13 additions & 0 deletions
13
kubernetes/persistent-volumes/airflow-local-logs-folder-pvc.yml
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,13 @@ | ||
# Persistent Volume Claims | ||
apiVersion: v1 | ||
kind: PersistentVolumeClaim | ||
metadata: | ||
name: airflow-local-logs-folder-pvc | ||
namespace: airflow # Namespace où le PVC sera créé | ||
spec: | ||
accessModes: | ||
- ReadWriteOnce # Mode d'accès requis pour le PVC | ||
storageClassName: local-path | ||
resources: | ||
requests: | ||
storage: 2Gi # Capacité demandée par le PVC |
30 changes: 0 additions & 30 deletions
30
kubernetes/persistent-volumes/airflow-local-logs-folder.yml
This file was deleted.
Oops, something went wrong.
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,15 @@ | ||
apiVersion: v1 | ||
kind: PersistentVolume | ||
metadata: | ||
name: models-pv | ||
spec: | ||
capacity: | ||
storage: 5Gi | ||
accessModes: | ||
- ReadWriteOnce | ||
storageClassName: local-path | ||
claimRef: | ||
namespace: airflow | ||
name: models-pvc | ||
hostPath: | ||
path: "/host/kubernetes/mlflow/models" |
2 changes: 1 addition & 1 deletion
2
...etes/persistent-volumes/mlfow_storage.yml → .../persistent-volumes/mlfow-storage-pvc.yml
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
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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,6 @@ | ||
artifact_location: file:///home/antoine/jul24_cmlops_reco_film/ml/notebooks/mlruns/0 | ||
creation_time: 1733157425809 | ||
experiment_id: '0' | ||
last_update_time: 1733157425809 | ||
lifecycle_stage: active | ||
name: Default |
15 changes: 15 additions & 0 deletions
15
ml/notebooks/mlruns/357506974039482680/065fd872829c4333a024fc21923bf380/meta.yaml
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,15 @@ | ||
artifact_uri: file:///home/antoine/jul24_cmlops_reco_film/ml/notebooks/mlruns/357506974039482680/065fd872829c4333a024fc21923bf380/artifacts | ||
end_time: 1733158213697 | ||
entry_point_name: '' | ||
experiment_id: '357506974039482680' | ||
lifecycle_stage: active | ||
run_id: 065fd872829c4333a024fc21923bf380 | ||
run_name: default-params | ||
run_uuid: 065fd872829c4333a024fc21923bf380 | ||
source_name: '' | ||
source_type: 4 | ||
source_version: '' | ||
start_time: 1733157833329 | ||
status: 3 | ||
tags: [] | ||
user_id: antoine |
1 change: 1 addition & 0 deletions
1
ml/notebooks/mlruns/357506974039482680/065fd872829c4333a024fc21923bf380/tags/mlflow.runName
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 @@ | ||
default-params |
1 change: 1 addition & 0 deletions
1
...ebooks/mlruns/357506974039482680/065fd872829c4333a024fc21923bf380/tags/mlflow.source.name
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 @@ | ||
/home/antoine/miniconda3/envs/reco_movies/lib/python3.8/site-packages/ipykernel_launcher.py |
1 change: 1 addition & 0 deletions
1
...ebooks/mlruns/357506974039482680/065fd872829c4333a024fc21923bf380/tags/mlflow.source.type
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 @@ | ||
LOCAL |
1 change: 1 addition & 0 deletions
1
ml/notebooks/mlruns/357506974039482680/065fd872829c4333a024fc21923bf380/tags/mlflow.user
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 @@ | ||
antoine |
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,6 @@ | ||
artifact_location: file:///home/antoine/jul24_cmlops_reco_film/ml/notebooks/mlruns/357506974039482680 | ||
creation_time: 1733157425828 | ||
experiment_id: '357506974039482680' | ||
last_update_time: 1733157425828 | ||
lifecycle_stage: active | ||
name: reco_movies |
Oops, something went wrong.