-
Notifications
You must be signed in to change notification settings - Fork 15
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/ handle long pvc names #248
Conversation
Signed-off-by: Clément Nussbaumer <[email protected]>
Signed-off-by: Clément Nussbaumer <[email protected]>
Signed-off-by: Clément Nussbaumer <[email protected]>
also, I noticed that the also, here's a log of a migration for a PVC with a 253 chars long name: pvmigrate_log.txt
|
I'm sorry for leaving this open for so long! I'm taking a look now |
Thank you for the PR @clementnuss ! |
annotation
long (DNS name)
migrate-
andtruncated to a max total length of 63 chars (as pod name should typically
not be longer than 63 chars)
closes #155 #171