Skip to content

Commit

Permalink
Move capacity note to app description
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Jan 24, 2024
1 parent 50dbe74 commit 37b9957
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kubeflow-azimuth/to-helm-chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 37b9957

Please sign in to comment.