Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug in violating Kubernetes naming rules #244

Merged
merged 4 commits into from
Oct 9, 2024

Conversation

TaekyungHeo
Copy link
Member

@TaekyungHeo TaekyungHeo commented Oct 8, 2024

Summary

Using the section name as the job name in Kubernetes can lead to a bug due to noncompliance with Kubernetes naming rules. Resource names must be lowercase, can only include alphanumeric characters, hyphens, and periods, and must start and end with an alphanumeric character. This pull request fixes the bug.

Test Plan

  1. CI passes
  2. Ran on a server

@TaekyungHeo TaekyungHeo added bug Something isn't working Oct24 Oct'24 release feature labels Oct 8, 2024
@TaekyungHeo TaekyungHeo changed the title K8s bug fix Fix bug in violating Kubernetes naming rules Oct 8, 2024
@TaekyungHeo TaekyungHeo force-pushed the k8s-bug-fix branch 2 times, most recently from 95f719d to 4e52300 Compare October 8, 2024 16:48
amaslenn
amaslenn previously approved these changes Oct 8, 2024
@amaslenn amaslenn self-requested a review October 8, 2024 17:43
Copy link
Contributor

@srivatsankrishnan srivatsankrishnan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TaekyungHeo TaekyungHeo merged commit a5562b5 into NVIDIA:main Oct 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Oct24 Oct'24 release feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants