Skip to content
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

fix kubeflow docker image not available error for Mac M1(ARM 64) #18765

Merged
merged 1 commit into from
May 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
38 changes: 19 additions & 19 deletions deploy/addons/kubeflow/kubeflow.yaml
Expand Up @@ -117341,23 +117341,23 @@ data:
spawnerFormDefaults:
image:
# The container Image for the user's Jupyter Notebook
value: kubeflownotebookswg/jupyter-scipy:v1.7.0-rc.0
value: kubeflownotebookswg/jupyter-scipy:v1.8.0
# The list of available standard container Images
options:
- kubeflownotebookswg/jupyter-scipy:v1.7.0-rc.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.7.0-rc.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.7.0-rc.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.7.0-rc.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.7.0-rc.0
- kubeflownotebookswg/jupyter-scipy:v1.8.0
- kubeflownotebookswg/jupyter-pytorch-full:v1.8.0
- kubeflownotebookswg/jupyter-pytorch-cuda-full:v1.8.0
- kubeflownotebookswg/jupyter-tensorflow-full:v1.8.0
- kubeflownotebookswg/jupyter-tensorflow-cuda-full:v1.8.0
imageGroupOne:
# The container Image for the user's Group One Server
# The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`
# is applied to notebook in this group, configuring
# the Istio rewrite for containers that host their web UI at `/`
value: kubeflownotebookswg/codeserver-python:v1.7.0-rc.0
value: kubeflownotebookswg/codeserver-python:v1.8.0
# The list of available standard container Images
options:
- kubeflownotebookswg/codeserver-python:v1.7.0-rc.0
- kubeflownotebookswg/codeserver-python:v1.8.0
imageGroupTwo:
# The container Image for the user's Group Two Server
# The annotation `notebooks.kubeflow.org/http-rewrite-uri: /`
Expand All @@ -117366,10 +117366,10 @@ data:
# The annotation `notebooks.kubeflow.org/http-headers-request-set`
# is applied to notebook in this group, configuring Istio
# to add the `X-RStudio-Root-Path` header to requests
value: kubeflownotebookswg/rstudio-tidyverse:v1.7.0-rc.0
value: kubeflownotebookswg/rstudio-tidyverse:v1.8.0
# The list of available standard container Images
options:
- kubeflownotebookswg/rstudio-tidyverse:v1.7.0-rc.0
- kubeflownotebookswg/rstudio-tidyverse:v1.8.0
# If true, hide registry and/or tag name in the image selection dropdown
hideRegistry: true
hideTag: false
Expand Down Expand Up @@ -121556,7 +121556,7 @@ spec:
- args:
- --tlsCertFile=/etc/webhook/certs/tls.crt
- --tlsKeyFile=/etc/webhook/certs/tls.key
image: docker.io/kubeflownotebookswg/poddefaults-webhook:v1.7.0-rc.0
image: docker.io/kubeflownotebookswg/poddefaults-webhook:v1.8.0
name: admission-webhook
ports:
- containerPort: 4443
Expand Down Expand Up @@ -121714,7 +121714,7 @@ spec:
value: "false"
- name: DASHBOARD_LINKS_CONFIGMAP
value: centraldashboard-config
image: docker.io/kubeflownotebookswg/centraldashboard:v1.7.0-rc.0
image: docker.io/kubeflownotebookswg/centraldashboard:v1.8.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -121760,7 +121760,7 @@ spec:
value: ""
- name: APP_SECURE_COOKIES
value: "true"
image: docker.io/kubeflownotebookswg/jupyter-web-app:v1.7.0-rc.0
image: docker.io/kubeflownotebookswg/jupyter-web-app:v1.8.0
name: jupyter-web-app
ports:
- containerPort: 5000
Expand Down Expand Up @@ -122951,7 +122951,7 @@ spec:
configMapKeyRef:
key: IDLENESS_CHECK_PERIOD
name: notebook-controller-config-dm5b6dd458
image: docker.io/kubeflownotebookswg/notebook-controller:v1.7.0-rc.0
image: docker.io/kubeflownotebookswg/notebook-controller:v1.8.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -122999,7 +122999,7 @@ spec:
envFrom:
- configMapRef:
name: profiles-config-46c7tgh6fd
image: docker.io/kubeflownotebookswg/kfam:v1.7.0-rc.0
image: docker.io/kubeflownotebookswg/kfam:v1.8.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand All @@ -123023,7 +123023,7 @@ spec:
envFrom:
- configMapRef:
name: profiles-config-46c7tgh6fd
image: docker.io/kubeflownotebookswg/profile-controller:v1.7.0-rc.0
image: docker.io/kubeflownotebookswg/profile-controller:v1.8.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -123084,7 +123084,7 @@ spec:
envFrom:
- configMapRef:
name: tensorboard-controller-config-b98cb9gk9k
image: docker.io/kubeflownotebookswg/tensorboard-controller:v1.7.0-rc.0
image: docker.io/kubeflownotebookswg/tensorboard-controller:v1.8.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -123161,7 +123161,7 @@ spec:
value: ""
- name: APP_SECURE_COOKIES
value: 'true '
image: docker.io/kubeflownotebookswg/tensorboards-web-app:v1.7.0-rc.0
image: docker.io/kubeflownotebookswg/tensorboards-web-app:v1.8.0
name: tensorboards-web-app
ports:
- containerPort: 5000
Expand Down Expand Up @@ -123251,7 +123251,7 @@ spec:
value: ""
- name: APP_SECURE_COOKIES
value: "true"
image: docker.io/kubeflownotebookswg/volumes-web-app:v1.7.0-rc.0
image: docker.io/kubeflownotebookswg/volumes-web-app:v1.8.0
name: volumes-web-app
ports:
- containerPort: 5000
Expand Down