matrixone-operator
matrixone-operator copied to clipboard
[Bug]: The service names are using the name from the MatrixOneCluster CRD, which could cause problems for creation.
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Environment
- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:
Actual Behavior
During the mo-cluster creation, the service names will use the name from the MatrixOneCluster CRD. There is no violation check for the name, so the user could send a name that is not valid for RFC 1035 label name. This could cause the failure of the creation of the services.
Expected Behavior
No response
Steps to Reproduce
No response
Additional information
No response