2 Open Issues Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Improve the `formatKeyName` function in the ODH Kubeflow project to handle all invalid Kubernetes ConfigMap key characters using a regular expression, ensuring compliance with Kubernetes naming conventions. This involves replacing the existing character-by-character replacement with a regex-based approach and adding unit tests for edge cases.

Complexity: 2/5
good first issue

Machine Learning Toolkit for Kubernetes

Go

AI Summary: This task requires replacing 15 instances of local `context.Background()` calls with a global context in Go test files within a Kubernetes-based machine learning project. The goal is to improve consistency, enable proper cancellation, and enhance resource management in the tests. This involves modifying existing test functions to utilize a pre-defined global context variable.

Complexity: 2/5
good first issue

Machine Learning Toolkit for Kubernetes

Go