Closed frits-v closed 4 years ago
Because of pod name length limitations (max 63) --fork cannot be used since it adds a 44 character string (- + GUID + -debug)
https://github.com/aylei/kubectl-debug/blob/914f3d3e06eb6e6b087388ba810436ef6f1c2785/pkg/plugin/cmd.go#L863 This should be truncated to 63 characters max
Because of pod name length limitations (max 63) --fork cannot be used since it adds a 44 character string (- + GUID + -debug)
https://github.com/aylei/kubectl-debug/blob/914f3d3e06eb6e6b087388ba810436ef6f1c2785/pkg/plugin/cmd.go#L863 This should be truncated to 63 characters max