-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update kubeflow-pipeline and jupyter-web-app helm charts (#390)
**Which issue is resolved by this Pull Request:** Resolves # **Description of your changes:** - Regenerate pipeline helm chart based on these two PR changes #335 #363 - update installation path dict for kubeflow-pipeline in vanilla and cognito **Testing:** - [ ] Unit tests pass - [x] e2e tests pass - Details about new tests (If this PR adds a new feature) - Details about any manual tests performed By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information
Showing
11 changed files
with
397 additions
and
346 deletions.
There are no files selected for viewing
193 changes: 0 additions & 193 deletions
193
...ter-web-app/templates/ConfigMap/jupyter-web-app-config-7kfh8t85t5-kubeflow-ConfigMap.yaml
This file was deleted.
Oops, something went wrong.
96 changes: 96 additions & 0 deletions
96
...ter-web-app/templates/ConfigMap/jupyter-web-app-config-tgcbb2gdkd-kubeflow-ConfigMap.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,96 @@ | ||
apiVersion: v1 | ||
data: | ||
spawner_ui_config.yaml: "# Configuration file for the Jupyter UI.\n#\n# Each Jupyter\ | ||
\ UI option is configured by two keys: 'value' and 'readOnly'\n# - The 'value'\ | ||
\ key contains the default value\n# - The 'readOnly' key determines if the option\ | ||
\ will be available to users\n#\n# If the 'readOnly' key is present and set to\ | ||
\ 'true', the respective option\n# will be disabled for users and only set by\ | ||
\ the admin. Also when a\n# Notebook is POSTED to the API if a necessary field\ | ||
\ is not present then\n# the value from the config will be used.\n#\n# If the\ | ||
\ 'readOnly' key is missing (defaults to 'false'), the respective option\n# will\ | ||
\ be available for users to edit.\n#\n# Note that some values can be templated.\ | ||
\ Such values are the names of the\n# Volumes as well as their StorageClass\n\ | ||
spawnerFormDefaults:\n image:\n # The container Image for the user's Jupyter\ | ||
\ Notebook\n value: public.ecr.aws/c9e4w0g3/notebook-servers/jupyter-tensorflow:2.9.1-cpu-py39-ubuntu20.04-e3-v1.2\n\ | ||
\ # The list of available standard container Images\n options:\n - kubeflownotebookswg/jupyter-scipy:v1.6.0\n\ | ||
\ - public.ecr.aws/c9e4w0g3/notebook-servers/jupyter-tensorflow:2.9.1-gpu-py39-cu112-ubuntu20.04-e3-v1.2\n\ | ||
\ - public.ecr.aws/c9e4w0g3/notebook-servers/jupyter-tensorflow:2.9.1-cpu-py39-ubuntu20.04-e3-v1.2\n\ | ||
\ - public.ecr.aws/c9e4w0g3/notebook-servers/jupyter-pytorch:1.12.0-gpu-py38-cu116-ubuntu20.04-ec2\n\ | ||
\ - public.ecr.aws/c9e4w0g3/notebook-servers/jupyter-pytorch:1.12.0-cpu-py38-ubuntu20.04-ec2\n\ | ||
\ imageGroupOne:\n # The container Image for the user's Group One Server\n\ | ||
\ # The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`\n # is applied\ | ||
\ to notebook in this group, configuring\n # the Istio rewrite for containers\ | ||
\ that host their web UI at `/`\n value: kubeflownotebookswg/codeserver-python:v1.6.0\n\ | ||
\ # The list of available standard container Images\n options:\n - kubeflownotebookswg/codeserver-python:v1.6.0\n\ | ||
\ imageGroupTwo:\n # The container Image for the user's Group Two Server\n\ | ||
\ # The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`\n # is applied\ | ||
\ to notebook in this group, configuring\n # the Istio rewrite for containers\ | ||
\ that host their web UI at `/`\n # The annotation `notebooks.kubeflow.org/http-headers-request-set`\n\ | ||
\ # is applied to notebook in this group, configuring Istio\n # to add the\ | ||
\ `X-RStudio-Root-Path` header to requests\n value: kubeflownotebookswg/rstudio-tidyverse:v1.6.0\n\ | ||
\ # The list of available standard container Images\n options:\n - kubeflownotebookswg/rstudio-tidyverse:v1.6.0\n\ | ||
\ # If true, hide registry and/or tag name in the image selection dropdown\n\ | ||
\ hideRegistry: true\n hideTag: false\n allowCustomImage: true\n # If true,\ | ||
\ users can input custom images\n # If false, users can only select from the\ | ||
\ images in this config\n imagePullPolicy:\n # Supported values: Always, IfNotPresent,\ | ||
\ Never\n value: IfNotPresent\n readOnly: false\n cpu:\n # CPU for user's\ | ||
\ Notebook\n value: '0.5'\n # Factor by with to multiply request to calculate\ | ||
\ limit\n # if no limit is set, to disable set \"none\"\n limitFactor: \"\ | ||
1.2\"\n readOnly: false\n memory:\n # Memory for user's Notebook\n value:\ | ||
\ 1.0Gi\n # Factor by with to multiply request to calculate limit\n # if\ | ||
\ no limit is set, to disable set \"none\"\n limitFactor: \"1.2\"\n readOnly:\ | ||
\ false\n environment:\n value: {}\n readOnly: false\n workspaceVolume:\n\ | ||
\ # Workspace Volume to be attached to user's Notebook\n # If you don't\ | ||
\ want a workspace volume then delete the 'value' key\n value:\n mount:\ | ||
\ /home/jovyan\n newPvc:\n metadata:\n name: '{notebook-name}-workspace'\n\ | ||
\ spec:\n resources:\n requests:\n storage:\ | ||
\ 10Gi\n accessModes:\n - ReadWriteOnce\n readOnly: false\n\ | ||
\ dataVolumes:\n # List of additional Data Volumes to be attached to the user's\ | ||
\ Notebook\n value: []\n # For example, a list with 2 Data Volumes:\n \ | ||
\ # value:\n # - mount: /home/jovyan/datavol-1\n # newPvc:\n #\ | ||
\ metadata:\n # name: '{notebook-name}-datavol-1'\n # \ | ||
\ spec:\n # resources:\n # requests:\n # \ | ||
\ storage: 5Gi\n # accessModes:\n # - ReadWriteOnce\n\ | ||
\ # - mount: /home/jovyan/datavol-1\n # existingSource:\n # \ | ||
\ persistentVolumeClaim:\n # claimName: test-pvc\n readOnly:\ | ||
\ false\n gpus:\n # Number of GPUs to be assigned to the Notebook Container\n\ | ||
\ value:\n # values: \"none\", \"1\", \"2\", \"4\", \"8\"\n num:\ | ||
\ \"none\"\n # Determines what the UI will show and send to the backend\n\ | ||
\ vendors:\n - limitsKey: \"nvidia.com/gpu\"\n uiName: \"NVIDIA\"\ | ||
\n - limitsKey: \"amd.com/gpu\"\n uiName: \"AMD\"\n # Values:\ | ||
\ \"\" or a `limits-key` from the vendors list\n vendor: \"\"\n readOnly:\ | ||
\ false\n affinityConfig:\n # If readonly, the default value will be the only\ | ||
\ option\n # value is a list of `configKey`s that we want to be selected by\ | ||
\ default\n value: \"\"\n # The list of available affinity configs\n \ | ||
\ options: []\n #options:\n # - configKey: \"exclusive__n1-standard-2\"\ | ||
\n # displayName: \"Exclusive: n1-standard-2\"\n # affinity:\n \ | ||
\ # # (Require) Node having label: `node_pool=notebook-n1-standard-2`\n \ | ||
\ # nodeAffinity:\n # requiredDuringSchedulingIgnoredDuringExecution:\n\ | ||
\ # nodeSelectorTerms:\n # - matchExpressions:\n \ | ||
\ # - key: \"node_pool\"\n # operator: \"In\"\ | ||
\n # values:\n # - \"notebook-n1-standard-2\"\ | ||
\n # # (Require) Node WITHOUT existing Pod having label: `notebook-name`\n\ | ||
\ # podAntiAffinity:\n # requiredDuringSchedulingIgnoredDuringExecution:\n\ | ||
\ # - labelSelector:\n # matchExpressions:\n #\ | ||
\ - key: \"notebook-name\"\n # operator: \"\ | ||
Exists\"\n # namespaces: []\n # topologyKey: \"kubernetes.io/hostname\"\ | ||
\n #readOnly: false\n tolerationGroup:\n # The default `groupKey` from\ | ||
\ the options list\n # If readonly, the default value will be the only option\n\ | ||
\ value: \"\"\n # The list of available tolerationGroup configs\n options:\ | ||
\ []\n #options:\n # - groupKey: \"group_1\"\n # displayName: \"\ | ||
Group 1: description\"\n # tolerations:\n # - key: \"key1\"\n \ | ||
\ # operator: \"Equal\"\n # value: \"value1\"\n # \ | ||
\ effect: \"NoSchedule\"\n # - key: \"key2\"\n # operator: \"\ | ||
Equal\"\n # value: \"value2\"\n # effect: \"NoSchedule\"\n\ | ||
\ readOnly: false\n shm:\n value: true\n readOnly: false\n configurations:\n\ | ||
\ # List of labels to be selected, these are the labels from PodDefaults\n\ | ||
\ # value:\n # - add-aws-secret\n # - default-editor\n value:\ | ||
\ []\n readOnly: false\n" | ||
kind: ConfigMap | ||
metadata: | ||
annotations: {} | ||
labels: | ||
app: jupyter-web-app | ||
kustomize.component: jupyter-web-app | ||
name: jupyter-web-app-config-tgcbb2gdkd | ||
namespace: kubeflow |
Oops, something went wrong.