Kimonas Sotirchos

Results 252 comments of Kimonas Sotirchos

A little bit late to the party here, @cody-yancey thank you for raising this issue in the Notebook WG meeting! Getting up to speed with this, so I'll post some...

@jacobmalmberg can you run the `npm run format:write` npm script we have? This should fix your formatting issues. https://github.com/kubeflow/kubeflow/blob/master/components/crud-web-apps/jupyter/frontend/package.json#L14

Hi @timcharper! Apologies for the huge delay on this one. We also have an effort inflight to rework the app's whole logic for handling volumes https://github.com/kubeflow/kubeflow/pull/6321, to allow more advanced...

Regarding moving to a different image registry, it will be really tricky to do this without breaking people's overlays. Changing the images to a new registry means that it will...

@thesuperzapper let's actually go with both registries. We've raised in the past the proposal of pushing images to more than one registries https://github.com/kubeflow/kubeflow/issues/5922. If `ghcr.io` doesn't provide such limits as...

I don't mind pushing images to as many registries as possible either. Regarding the point of trusting `ghcr.io` more than `docker.io/kubeflownotebookswg`, I think it's fine. We've seen other projects in...

@thesuperzapper have you also setup the repo to use the credentials for GH registry? Can we push images there right now with the GH actions?

@thesuperzapper then we switch to GHCR for this release, and if in the future they change their pricing plans then lets consider ECR. What's the ETA for a PR for...

> @kimwnasptd I am not sure what you mean by a PR? In order to push to a new registry we need to: 1. Update the GH Actions to use...