-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move capacity note to app description
- Loading branch information
sd109
committed
Jan 24, 2024
1 parent
50dbe74
commit 37b9957
Showing
1 changed file
with
1 addition
and
3 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 |
---|---|---|
|
@@ -37,7 +37,7 @@ def make_helm_chart_template(chart_path, chart_yml, values_yml): | |
name: kubeflow-azimuth | ||
version: 0.0.2 | ||
icon: https://raw.githubusercontent.com/stackhpc/azimuth-charts/main/kubeflow-azimuth/logo.svg | ||
description: A KubeFlow machine learning environment | ||
description: A KubeFlow machine learning environment. (NOTE: The target Kubernetes cluster must have 12+ CPUs and 16GB+ of RAM available for successful app deployment.) | ||
dependencies: | ||
- name: kubeflow-crds | ||
version: ">=0-0" | ||
|
@@ -64,8 +64,6 @@ def make_helm_chart_template(chart_path, chart_yml, values_yml): | |
notes_txt = """ | ||
For more information on using KubeFlow see the [official documentation](https://www.kubeflow.org/docs/started/introduction/). | ||
NOTE: A KubeFlow deployment consists of a large number of components. The target cluster must have sufficient capacity (12+ CPUs & 16+ GB of RAM) otherwise the application will remain in the 'Installing' phase indefinitely. | ||
DISCLAIMER: This app is currently at a proof-of-concept stage and does not yet provide full integration with Azimuth's standard authentication and access management features. The default login credentials for this platform are | ||
- username: [email protected] | ||
- password: 12341234 | ||
|