Kimonas Sotirchos
Kimonas Sotirchos
/kind bug **What steps did you take and what happened:** Deployed the latest notebook controller. @athamark and I noticed that in some cases the Notebook's state will keep on transitioning...
This should allow users to add imagePullSecrets to their Pods. This can also work handy with the https://github.com/kubeflow/kubeflow/pull/6542 /cc @alembiewski
/kind bug **What steps did you take and what happened:** Right now the Notebooks controller will be appending new Pod conditions to the Notebook's status https://github.com/kubeflow/kubeflow/blob/master/components/notebook-controller/controllers/notebook_controller.go#L247. This means that a...
Spined up from https://github.com/kubeflow/kubeflow/pull/6530#issuecomment-1164125447 We'll need to have some scripts for tests we run via the GH actions. I thought that it could be a good chance to cleanup the...
Currently all AWS CI/CD tests have been disabled https://github.com/kubeflow/testing/pull/1003. This means that: 1. All tests we had are not running 2. We can't push images to the AWS registry, which...
/kind feature **Describe the solution you'd like** Created during the review process of #1421 We should extend the current UI to have support/expose more fields from the Experiment.Status, like [TrialsEarlyStopped](https://github.com/kubeflow/katib/blob/master/pkg/apis/controller/experiments/v1beta1/experiment_types.go#L121)...
/kind feature **Describe the solution you'd like** As part of https://github.com/kubeflow/katib/issues/1763, and https://github.com/kubeflow/katib/issues/1745, lets us this issue to discuss how to expose the logs for a Trial. Looking at the...
/kind feature **Describe the solution you'd like** Right now the backend for both the new and old UIs does not perform any authorization checks and only relies on the permissions...
/kind feature **Problem statement** Right now all the TrialTemplates reside in the `kubeflow` namespace. This has the following drawbacks: 1. Every team or user will need to be using the...
/kind feature **Describe the solution you'd like** Create a new Katib UI, as we've discussed in the [shared doc](https://docs.google.com/document/d/14cfGYJiTl32GWBUTbYQHzXC4UWA7r_ysgWYSWsxcDvU/edit). We can use this as a tracking issue to track the...