Skip to content
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

Need a meaningful error message when schedule names are too long #353

Closed
cppwfs opened this issue Dec 12, 2019 · 0 comments
Closed

Need a meaningful error message when schedule names are too long #353

cppwfs opened this issue Dec 12, 2019 · 0 comments
Assignees

Comments

@cppwfs
Copy link
Contributor

cppwfs commented Dec 12, 2019

Currently the deployer returns the following exceptions if your schedule name exceeds the maximum char size for the field.
When creating a container the constraint reports must be between 0 and 63.
In the last version a KubernetesClientException was fired. In this case reported that the Schedule was not created but no reason why.
We need to let the user know that their schedule name exceeded maximum allowed characters.

This issue is a child of spring-cloud/spring-cloud-dataflow#3682

@cppwfs cppwfs self-assigned this Dec 12, 2019
cppwfs pushed a commit to cppwfs/spring-cloud-deployer-kubernetes that referenced this issue Dec 12, 2019
cppwfs pushed a commit to cppwfs/spring-cloud-deployer-kubernetes that referenced this issue Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant