fix: shorten cluster name to fit into 32 chars limit#1669
Merged
jvanz merged 1 commit intokubewarden:mainfrom Apr 16, 2026
Merged
fix: shorten cluster name to fit into 32 chars limit#1669jvanz merged 1 commit intokubewarden:mainfrom
jvanz merged 1 commit intokubewarden:mainfrom
Conversation
FATA[0000] Failed Cluster Configuration Validation: provided cluster name 'kubewarden-kubewarden-controller-private' does not match requirements: Cluster name must be <= 32 characters, but has 40 Signed-off-by: Martin Kravec <kravciak@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adjusts the k3d cluster name used by the E2E GitHub Actions workflow to avoid k3d’s 32-character cluster name limit, preventing cluster creation failures in CI.
Changes:
- Update
K3D_CLUSTER_NAMEto use${{ github.run_id }}instead of the repository name component to shorten the generated cluster name.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jvanz
approved these changes
Apr 16, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1669 +/- ##
==========================================
- Coverage 80.43% 80.40% -0.03%
==========================================
Files 127 127
Lines 16411 16411
==========================================
- Hits 13200 13196 -4
- Misses 3211 3215 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
k3d has limit of 32 characters for cluster name.
This variable is not used for debugging, we can switch to shorter / less readable name.