You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is your environment(Kubernetes version, Fluid version, etc.)
Kubernetes version: 1.18
Fluid version: 0.6.0
Describe the bug
Label name and values in Kubernetes has a maximum length limit of 63 characters as request by RFC-1123. However, Fluid adds labels to nodes with long prefix (see below examples), which limits the total length of namespace and name of datasets to 63 - 41 = 22.
What is your environment(Kubernetes version, Fluid version, etc.)
Kubernetes version: 1.18
Fluid version: 0.6.0
Describe the bug
Label name and values in Kubernetes has a maximum length limit of 63 characters as request by RFC-1123. However, Fluid adds labels to nodes with long prefix (see below examples), which limits the total length of namespace and name of datasets to 63 - 41 = 22.
What you expect to happen:
Reduce length of node label prefix.
How to reproduce it
Create a dataset with namespace and name that exceeds 22 characters.
Additional Information
None.
The text was updated successfully, but these errors were encountered: