Mathew Wicks
d4affd429f
feat: update notebook server images ( kubeflow/kubeflow#7687 )
...
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2025-02-17 08:03:38 +00:00
Mathew Wicks
95f002b99f
feat: use rootless base image for nb-controller and pod-default ( kubeflow/kubeflow#7686 )
...
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2025-02-17 08:00:40 +00:00
Kimonas Sotirchos
579d3eb10c
fix: stop using gcr.io registry for kube-rbac-proxy ( kubeflow/kubeflow#7678 )
...
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
2025-02-07 20:32:42 +00:00
Tariq Hasan
4451765b12
chore: update node in crud-web-apps from 12 to 16 ( kubeflow/kubeflow#7637 )
...
* upgrade node from 12 to 16
Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com>
* replace cypress with playwright for e2e tests in jupyter
Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com>
* update base image for node
Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com>
* update build scripts for tensorboard
Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com>
* update build scripts for jupyter
Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com>
---------
Signed-off-by: tariq-hasan <mmtariquehsn@gmail.com>
2024-11-26 17:15:52 +00:00
Mathew Wicks
b50f734211
fix: running code-server notebook behind proxy ( kubeflow/kubeflow#7658 )
...
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-11-25 18:44:29 +00:00
gigabyte132
c5354ab4f5
fix: return notebook events error message ( kubeflow/kubeflow#7649 )
...
Signed-off-by: Raulian-Ionut Chiorescu <raulian-ionut.chiorescu@cern.ch>
2024-10-23 00:00:30 +00:00
Mathew Wicks
ea8968f470
feat: update notebook server images ( kubeflow/kubeflow#7647 )
...
* feat: update example notebook images
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Remove incorrect flow-chart png
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Update `kfp` python package to `2.9.0`
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Allow RStudio image to start outside Kubernetes
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Put note about why RStudio has WARN log-level
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Allow users to specify their own Reticulate python
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Fix installing packages on RStudio
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* Add `r-shiny` to base RStudio image
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
---------
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-10-02 07:24:02 +00:00
Tuomas Katila
8a3247a326
feat: add Intel Gaudi example notebook images ( kubeflow/kubeflow#7635 )
...
* feat(dashboard): add Habana Gaudi as an option for GPUs
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
* feat(notebooks): add Intel Gaudi pytorch containers
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
* feat(notebooks): add gaudi jupyter containers to be built and published
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
* feat(notebooks): add a note about hugepages with Gaudi workloads
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
---------
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-09-26 15:18:35 +00:00
Robert Gildein
5abca012ed
feat(crud-web-apps): Add Prometheus metrics ( kubeflow/kubeflow#7634 )
...
* Add Prometheus metrics to CRUD backend
Use prometheus_flask_exporter library to add Prometheus metrics to
CRUD backend. With this approach all CRUD backens will be able to
enable metrics.
Signed-off-by: Robert Gildein <gildeinrobert@gmail.com>
Signed-off-by: Robert Gildein <robert.gildein@canonical.com>
* KF-6122 Add short doc about metrics a improve code
Add note to README.md about metrics and link the source code for more
information. Fix small issue and missing dependency for Python < 3.8.
Signed-off-by: Robert Gildein <robert.gildein@canonical.com>
* fix getting backend version from Python < 3.8
Signed-off-by: Robert Gildein <robert.gildein@canonical.com>
* Enable metrics by default and increase backend version to 1.2
Signed-off-by: Robert Gildein <robert.gildein@canonical.com>
* switch to group by rule instead of path
Signed-off-by: Robert Gildein <robert.gildein@canonical.com>
* fix yaml files
Signed-off-by: Robert Gildein <robert.gildein@canonical.com>
---------
Signed-off-by: Robert Gildein <gildeinrobert@gmail.com>
Signed-off-by: Robert Gildein <robert.gildein@canonical.com>
2024-09-05 12:01:15 +00:00
Mathew Wicks
5fef82961d
fix: notebook server images with non-root SecurityContext ( kubeflow/kubeflow#7622 )
...
* fix: notebook server images with non-root SecurityContext
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* fix: set `S6_BEHAVIOUR_IF_STAGE2_FAILS` to `2`
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* fix: permissions for gid 0
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* fix: rstudio with random uid
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* fix: capture STDERR in jupyter and code-server
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
---------
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-07-04 20:11:47 +00:00
Prafful Mishra
c8705985b2
fix: specify envtest version to avoid golang version format ( kubeflow/kubeflow#7589 )
...
Signed-off-by: mishraprafful <mishraprafful@gmail.com>
2024-05-28 06:42:40 +00:00
Mathew Wicks
7975f225b4
feat: update notebook server images ( kubeflow/kubeflow#7590 )
...
* feat: update example notebook server images
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* feat: move `01-copy-tmp-home` to base image
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* fix: rstudio HOME_TMP copy permissions
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* feat: update `torch` and `tensorflow`
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* feat: manually install `tensorrt`
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
---------
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-05-27 21:09:58 +00:00
Kimonas Sotirchos
37e63c679a
fix(notebooks): correctly handle `status.containerState` messages ( kubeflow/kubeflow#7585 )
...
* common: Unpin gevent dependency
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* jwa(back): Better handling of message
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* jwa(back): Add unittests
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* fixup: Fix linting
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* fix typos
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
* fix tests
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
---------
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-05-24 02:37:28 +00:00
Hyeonki Hong
181d270a10
fix: remove incorrect space in `TWA_APP_SECURE_COOKIES` config ( kubeflow/kubeflow#7274 )
2024-05-24 00:26:27 +00:00
Tobias Goerke
d4f0f18a70
fix: return waiting on no pvcviewer status ( kubeflow/kubeflow#7350 )
...
In some cases, a PVCViewer object has no status as it was just created or is having issues starting a pod. In those cases, we should rather return waiting than uninitialized, which would appear to the users as if no viewer was started.
2024-05-24 00:25:27 +00:00
Prafful Mishra
c032359463
fix(notebooks): add CRD validation for empty image and container ( kubeflow/kubeflow#7495 )
...
Signed-off-by: mishraprafful <mishraprafful@gmail.com>
2024-05-24 00:22:27 +00:00
Gleb
80211fb468
feat: allow setting `ISTIO_HOST` in notebook/tensorboard controller for Istio VirtualServices ( kubeflow/kubeflow#6902 )
...
* Added ISTIO_HOSTS env variables for tensorboard and notebook controllers
* ISTIO_HOSTS -> ISTIO_HOST rename
* istioHosts -> istioHost rename
2024-05-24 00:11:27 +00:00
Prafful Mishra
800dd72938
fix: increase S6_CMD_WAIT_FOR_SERVICES_MAXTI… ( kubeflow/kubeflow#7496 )
...
Signed-off-by: mishraprafful <mishraprafful@gmail.com>
2024-05-24 00:01:27 +00:00
Tobias Goerke
fd9c880e1d
chore: update pvcviewer dependencies ( kubeflow/kubeflow#7561 )
...
* build(deps): bump golang.org/x/net in /components/pvcviewer-controller
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update controller-gen to v0.14.0
Signed-off-by: Tobias Goerke <tobias.goerke@gmail.com>
* chore: update go version and dependencies
Signed-off-by: Tobias Goerke <tobias.goerke@gmail.com>
* chore: update GitHub actions go version
Signed-off-by: Tobias Goerke <tobias.goerke@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tobias Goerke <tobias.goerke@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 17:21:24 +00:00
Jeremy Lewi
e4f8b8d766
docs: update example notebooks spec ( kubeflow/kubeflow#7107 )
...
It looks like the notebook images no longer rely on start.sh.
It looks like the Docker images now use the init system to run jupyterlab with the correct arguments
https://github.com/kubeflow/kubeflow/blob/master/components/example-notebook-servers/jupyter/Dockerfile
I could find no start.sh script in the repo
2024-05-13 20:13:19 +00:00
Prafful Mishra
a249b1c99e
fix(crud-web-apps/jupyter): dict variable reference for `node.status.capacity` ( kubeflow/kubeflow#7485 )
...
Signed-off-by: mishraprafful <mishraprafful@gmail.com>
2024-03-14 15:30:00 +00:00
Julius von Kohout
7eb0e637d9
Prevent S6 timeouts on container start by setting S6_CMD_WAIT_FOR_SER… ( kubeflow/kubeflow#7421 )
...
Might be needed for slow storage see https://github.com/pi-hole/docker-pi-hole/pull/1192
2024-01-27 17:22:15 +00:00
dependabot[bot]
d0a4089ede
build(deps): bump urllib3 from 1.25.7 to 1.26.18 in /components/crud-web-apps/common/backend/kubeflow/kubeflow/crud_backend ( kubeflow/kubeflow#7363 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.25.7 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.7...1.26.18 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-27 17:21:15 +00:00
dependabot[bot]
fae16acc61
build(deps): bump @babel/traverse from 7.14.7 to 7.23.2 in /components/crud-web-apps/jupyter/frontend ( kubeflow/kubeflow#7358 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.14.7 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-27 17:19:15 +00:00
dependabot[bot]
189e99edff
build(deps): bump debug from 4.1.1 to 4.3.4 in /components/crud-web-apps/jupyter/frontend ( kubeflow/kubeflow#7309 )
...
Bumps [debug](https://github.com/debug-js/debug ) from 4.1.1 to 4.3.4.
- [Release notes](https://github.com/debug-js/debug/releases )
- [Commits](https://github.com/debug-js/debug/compare/4.1.1...4.3.4 )
---
updated-dependencies:
- dependency-name: debug
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-27 17:16:15 +00:00
dependabot[bot]
f116cc5c70
build(deps): bump debug from 4.1.1 to 4.3.4 in /components/crud-web-apps/volumes/frontend ( kubeflow/kubeflow#7308 )
...
Bumps [debug](https://github.com/debug-js/debug ) from 4.1.1 to 4.3.4.
- [Release notes](https://github.com/debug-js/debug/releases )
- [Commits](https://github.com/debug-js/debug/compare/4.1.1...4.3.4 )
---
updated-dependencies:
- dependency-name: debug
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-27 17:15:16 +00:00
dependabot[bot]
8c970d2e62
build(deps): bump debug from 4.1.1 to 4.3.4 in /components/crud-web-apps/tensorboards/frontend ( kubeflow/kubeflow#7307 )
...
Bumps [debug](https://github.com/debug-js/debug ) from 4.1.1 to 4.3.4.
- [Release notes](https://github.com/debug-js/debug/releases )
- [Commits](https://github.com/debug-js/debug/compare/4.1.1...4.3.4 )
---
updated-dependencies:
- dependency-name: debug
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-27 17:14:16 +00:00
dependabot[bot]
2902c14e3a
build(deps): bump golang.org/x/net from 0.0.0-20210825183410-e898025ed96a to 0.17.0 in /components/tensorboard-controller ( kubeflow/kubeflow#7329 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.0.0-20210825183410-e898025ed96a to 0.17.0.
- [Commits](https://github.com/golang/net/commits/v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-27 17:13:16 +00:00
dependabot[bot]
14b519252e
build(deps): bump @babel/traverse from 7.14.7 to 7.23.2 in /components/crud-web-apps/volumes/frontend ( kubeflow/kubeflow#7356 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.14.7 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-27 17:12:16 +00:00
dependabot[bot]
81f0277f73
build(deps): bump @babel/traverse from 7.14.7 to 7.23.2 in /components/crud-web-apps/tensorboards/frontend ( kubeflow/kubeflow#7355 )
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.14.7 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-27 17:11:15 +00:00
Pavel Klyuev
e572eb9dd4
fix: 🏷️ Ensure username is returned by `get_username` as a string ( kubeflow/kubeflow#7457 )
...
In order to maintain consistency and compatibility, explicitly convert the 'username' variable to a string using the str() function before returning it. This ensures that the function consistently provides a string representation of the username, addressing potential variations in the original data type.
https://github.com/kubeflow/kubeflow/issues/7456
Update authn.py
Update notebook_template.yaml
2024-01-27 17:04:16 +00:00
Mathew Wicks
e7f468d924
chore: cleanup inactive owners ( kubeflow/kubeflow#7402 )
2024-01-24 18:47:53 +00:00
dependabot[bot]
35a869696d
build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /components/pvcviewer-controller ( kubeflow/kubeflow#7427 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 06:37:38 +00:00
Xin Hao
e3548a56d2
Trim the custom Jupyter image string ( kubeflow/kubeflow#6529 )
2023-12-07 16:11:56 +00:00
boarder7395
dfe131a537
Handle edge case when node capacity is undefined gracefully. Closes #7280 . ( kubeflow/kubeflow#7281 )
...
* Handle edge case when node capacity is undefined gracefully
* Change log message to capacity
* No need to make the message a warning
* Resolve flake8 issue
* ensure closing bracket matches indentation of opening bracket
* Fix flake8 issues from other files
2023-12-06 07:37:06 +00:00
Mathew Wicks
bead8d49b7
fix: jupyterlab runtime volume permissions ( kubeflow/kubeflow#7407 )
2023-12-06 07:24:06 +00:00
Mathew Wicks
37e146a0a1
fix: downgrade jupyterlab to 3.6.6 ( kubeflow/kubeflow#7398 )
2023-10-31 21:04:56 +00:00
LiaoSirui
f9af6f9c18
fix(notebook-controller): fix typo ( kubeflow/kubeflow#7305 )
...
namesace -> namespace in file components/notebook-controller/controllers/notebook_controller.go
2023-10-26 14:46:10 +00:00
Tobias Goerke
01ccb69dd2
chore: update default filebrowser version ( kubeflow/kubeflow#7390 )
...
Filebrowser recently release v2.25.0.
Until now, we couldn't use v2.24.0, which brings chunked uploads, due to an issue with Cloudflare environments.
This got fixed in v2.25.0, so that chunked uploads should now work for every user: https://github.com/filebrowser/filebrowser/releases/tag/v2.25.0
2023-10-26 14:12:12 +00:00
Mathew Wicks
15b1068a40
feat: update notebook server images + support ARM64 ( kubeflow/kubeflow#7357 )
...
* feat: update example notebook servers
* docs: update example notebook servers readme
* feat: update code-server notebook image start args
* docs: update links to use kubeflow/kubeflow repo
2023-10-24 21:34:07 +00:00
Tobias Goerke
0e787960f5
fix: local var shadowing import ( kubeflow/kubeflow#7375 )
...
resolves #7373
2023-10-23 18:05:08 +00:00
Tobias Goerke
8a4d0efe6e
feat: make pvcviewer istio gateway configurable ( kubeflow/kubeflow#7351 )
2023-10-19 00:31:56 +00:00
Kimonas Sotirchos
78effb1c9d
wa(front): Make the background white of all webapps ( kubeflow/kubeflow#7341 )
...
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
2023-10-13 12:22:51 +00:00
Tobias Goerke
7286a41656
fix: KeyError on KF 1.8 ( kubeflow/kubeflow#7335 )
...
This change fixes an error 500 on notebook creation
2023-10-13 08:45:52 +00:00
dependabot[bot]
4a75c9b330
build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /components/pvcviewer-controller ( kubeflow/kubeflow#7331 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12 16:05:22 +00:00
Daniela Plascencia
b38794b7c6
fix: set default GPU vendors list ( kubeflow/kubeflow#7320 )
...
The change introduced by kubeflow/kubeflow#6736 removed the default GPU vendors
list, which causes an issue when trying to select a vendor from the dropdown menu
if the vendors list is not configured.
This commit can be reverted if proper documentation is provided for users/distributions
to configure the dropdown menu.
Fixes #7273
2023-10-09 08:28:18 +00:00
Kimonas Sotirchos
b9ff781a21
ci: Build ARM images for core components ( kubeflow/kubeflow#7220 )
...
* ci: Build ARM images for core components
Extend the GH Actions to also build the images on ARM architectures.
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* crud-web-apps: Update python and gevent versions
In order to successfully build on linux/arm64/v8 we'll need to:
* Update to Python 3.10
* Bump the gevent version
https://github.com/gevent/gevent/issues/1721#issuecomment-1223751954
* Update the workflows for JWA
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* Update workflows for centraldb
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* Update workflows for kfam
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* Update workflows for notebook-controller
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* Update workflows for PodDefaults
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* Update workflows for Profile Controller
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* Update workflows for pvcviewer controller
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* Update workflows for TensorBoard Controller
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* Update workflows for TWA
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* Update workflows for VWA
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
* Update releasing script to include PVCViewers
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
---------
Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
2023-10-04 22:17:15 +00:00
boarder7395
5213455aa3
Only load spawner_ui_config.yaml once every 10 minutes. closes #7259 ( kubeflow/kubeflow#7260 )
...
* Only load spawner_ui_config.yaml once every 10 minutes.
* Update cache to 60 seconds
2023-10-04 16:24:16 +00:00
Tobias Goerke
e462c28b64
fix: pvcviewer tests ( kubeflow/kubeflow#7292 )
...
Changes filepaths on master caused the download of CRDs to fail.
Instead, we now add the CRDs statically, to prevent issues like these.
See for more info:
https://github.com/kubeflow/kubeflow/pull/7286#issuecomment-1728151521
2023-09-21 09:04:37 +00:00
dependabot[bot]
390da620bb
build(deps): bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /components/notebook-controller ( kubeflow/kubeflow#7256 )
...
Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0.
---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 18:42:29 +00:00