Closed michaelpnash closed 4 years ago
Raymond Roestenburg commented in Jira:
HeyChaoran YuThis:
"<name>" is invalid: metadata.labels: Invalid value: "<name>": must be no more than 63 characters),Some(Invalid),Some({"name":"<name>",
Might have been confusing. We redacted the value of label to **metadata.labels**
, which is set in
labels = labels(savepoint.name) + ("strimzi.io/cluster" -> clusterName)
Here:
One of these values is too big.
It seems labels are only allowed 63 chars, so we should actually truncate all labels that we set to that, add a function toName, likeName.ofLabeland use that appropriately, also inCloudflowLabels
User reported:
Just ran into another problem with the deployment after I changed the name of some of our Streamlets, Inlets and Outlets. Thecloudflow-operatorcrashes because the name is too long for the kafka topic.
Seehttps://github.com/lightbend/cloudflow/issues/205