Fix long validator name for polygonzkevmtestnet #2832
Merged
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
controller-revision-hash
label, see StatefulSet with long name can not create pods kubernetes/kubernetes#64023-validator
suffix in the name, but truncates the earlier bit - in practice this results in validator pods likepolygonzkevmtestnet-validator-hyperlane-ag-validator-0
. This felt like the most backward compatible change -- of course we could consider trying to get a name likepolygonzkevmtestnet-hyperlane-agent-validator-0
but this would break backward compatibility more dramatically because we'd need to change all the other validator pods. Imo we should just really avoid long chain names or consider a more breaking change to our infraDrive-by changes
n/a
Related issues
n/a
Backward compatibility
Mostly
Testing
Deployed