-
Notifications
You must be signed in to change notification settings - Fork 10
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
#157 finalize v2 spark infrastructure #321
Conversation
|S3 Local | `s3local-deploy-v2` |https://github.com/boozallen/aissemble/blob/{git-tree}/extensions/extensions-helm/aissemble-localstack-chart/README.md[S3 Local,role=external,window=_blank] | ||
|Configuration Store | `configuration-store-deploy-v2` |https://github.com/boozallen/aissemble/blob/{git-tree}/extensions/extensions-helm/aissemble-configuration-store-chart/README.md[Configuration Store,role=external,window=_blank] | ||
|Spark Operator | `aissemble-spark-operator-deploy-v2` |https://github.com/boozallen/aissemble/blob/{git-tree}/extensions/extensions-helm/aissemble-spark-operator-chart/README.md[Spark Operator,role=external,window=_blank] | ||
|Application | Fermenter Profile | ReadMe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i: Only code format changes
@@ -11,61 +11,61 @@ helm install mlflow oci://ghcr.io/boozallen/aissemble-mlflow-chart --version <AI | |||
# Properties | |||
The following properties are inherited from the base [MLflow chart](https://github.com/bitnami/charts/blob/main/bitnami/mlflow/README.md), but with updated default values. | |||
|
|||
| Property | Description | Default | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i: Only code format changes
@@ -21,6 +30,9 @@ sparkApp: | |||
- name: ivy-cache | |||
persistentVolumeClaim: | |||
claimName: ivy-cache | |||
- name: spark-events |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: Spark events were previously saved to s3. Changed to save to a PVC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we include this new property in the README properties section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. There is a section on the shared Ivy cache which is similarly a pvc. I can add a section to the readme for Spark-events
@@ -37,17 +37,17 @@ aissemble-spark-operator-chart: | |||
webhook.enable: false | |||
``` | |||
|
|||
| Property | Description | Required Override | Default | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i: Only code format changes
supplementalVolumeMounts: | ||
- name: configurations | ||
mountPath: "/configurations" | ||
readOnly: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i: resolved issue where the configuration-store PVC was not read only
...extensions-helm/extensions-helm-spark-infrastructure/aissemble-spark-history-chart/README.md
Outdated
Show resolved
Hide resolved
...extensions-helm/extensions-helm-spark-infrastructure/aissemble-spark-history-chart/README.md
Outdated
Show resolved
Hide resolved
3f6ef81
to
a173fd1
Compare
Default all new applications to use spark-infrastructure to the V2 charts. Mark any V1 users with a depreciation warning. Provide migration instructions for going from V1 -> V2. Update spark-events to be saved to a more dynamic PVC instead of a S3 bucket. Signed-off-by: Peter McClonski <mcclonski_peter@bah.com> #300 Resolve several issues with the V2 charts Correct the Spark-event PV host node mount point. Update the spark configmap name to be in line with our documentaion (-conf -> -config). Corrected a bug in the Configuration-store PVC being writable instead of read only.
42ec405
to
20ecf37
Compare
Default all new applications to use spark-infrastructure to the V2 charts. Mark any V1 users with a depreciation warning. Provide migration instructions for going from V1 -> V2.
Update spark-events to be saved to a more dynamic PVC instead of a S3 bucket.
Signed-off-by: Peter McClonski mcclonski_peter@bah.com
#300 Resolve several issues with the V2 charts
Correct the Spark-event PV host node mount point. Update the spark configmap name to be in line with our documentaion (-conf -> -config).
Corrected a bug in the Configuration-store PVC being writable instead of read only.