Skip to content

Conversation

@mpryc
Copy link
Contributor

@mpryc mpryc commented Dec 8, 2025

Ensure plugin init container names satisfy DNS-1123 label constraints (max 63 chars). Long names are truncated with an 8-char hash suffix to maintain uniqueness.

Fixes: #9444

Ensure plugin init container names satisfy DNS-1123 label constraints
(max 63 chars). Long names are truncated with an 8-char hash suffix to
maintain uniqueness.

Fixes: vmware-tanzu#9444

Signed-off-by: Michal Pryc <[email protected]>
@mpryc mpryc force-pushed the fix-initcontainer-name branch from 1092b7c to 11cf772 Compare December 8, 2025 17:03
@shubham-pampattiwar
Copy link
Collaborator

cc: @Lyndon-Li @blackpiglet @ywk253100

@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.13%. Comparing base (6a03071) to head (11cf772).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9445   +/-   ##
=======================================
  Coverage   60.13%   60.13%           
=======================================
  Files         386      386           
  Lines       35865    35865           
=======================================
  Hits        21567    21567           
  Misses      12717    12717           
  Partials     1581     1581           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@weshayutin
Copy link
Contributor

thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Velero install fails on the initContainers with container images over 63 chars

4 participants