fix kubeflow docker image not available error for Mac M1(ARM 64)
parent
96fc83d4ca
commit
0509939731
|
@ -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: /`
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue