codeamp / panel

CodeAmp Web Application. Built with React.js, GraphQL and Material-UI.
12 stars 7 forks source link

Upper Case Service Names Breaks Kubernetes Deployments #328

Closed aballman closed 5 years ago

aballman commented 5 years ago

Describe the bug Service/Deployment names must be in DNS format which means that K8s will reject deployment names with uppercases or non-standard symbols.

Enable front end validation when the service name is entered to prevent causing misleading errors.