Yannis Zarkadas
Yannis Zarkadas
@kjmrknsn thanks for the prompt response! Yes, the PR is ready for review. I have updated the PR description in order to better reflect what changes were made. Please let...
@kjmrknsn kind ping on this! The CI tests are not passing because they need a newer go version, but it seems that a box is not available. Not very familiar...
/remove-lifecyle stale /lifecycle frozen
I would classify this as a feature, not a bug. Yes, manifests are structured in an older way that uses vars and we want to move away from that. But...
@hightoxicity when you say "import" it into Kubeflow, do you mean have it show up in CentralDashboard? If yes, then we aim to make that simpler in 1.3. The issue...
Hi @Byron, Thanks a lot for the quick response! > It returns the original time and inverts the offset, so that original_time + offset yields the UTC time. I am...
To make my case more clear, here is a minimum reproducer: ```python import os import git import tempfile from pathlib import Path from email import utils as email_utils tmp_dir =...
Just for clarification :smile: When a Pod is deleted, the PV attached to that pod should not be deleted. That means there are two types of failure: 1. The Pod...
I got too busy with the details and forgot to ask the actual question :smile: So in this issue, you are talking about a type 2 failure using local storage?
I am interested in both :smile: For my thesis, I am looking at developing a cloud-native solution for C* to run on K8s. This project is very interesting and I...