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
Warning FailedCreate 4m49s (x17 over 10m) statefulset-controller create Pod inlong-zookeeper-0 in StatefulSet inlong-zookeeper failed error: Pod "inlong-zookeeper-0" is invalid: [spec.containers[0].ports[0].name: Invalid value: "zookeeper-client-port": must be no more than 15 characters, spec.containers[0].ports[1].name: Invalid value: "zookeeper-follower-port": must be no more than 15 characters, spec.containers[0].ports[2].name: Invalid value: "zookeeper-leader-election-port": must be no more than 15 characters]
tubemq master:
Warning FailedCreate 101s (x17 over 7m10s) statefulset-controller create Pod inlong-tubemq-master-0 in StatefulSet inlong-tubemq-master failed error: Pod "inlong-tubemq-master-0" is invalid: [spec.containers[0].ports[0].name: Invalid value: "tubemq-master-web-port": must be no more than 15 characters, spec.containers[0].ports[1].name: Invalid value: "tubemq-master-help-port": must be no more than 15 characters, spec.containers[0].ports[2].name: Invalid value: "tubemq-master-rpc-port": must be no more than 15 characters]
tubemq broker:
Warning FailedCreate 5m8s (x17 over 10m) statefulset-controller create Pod inlong-tubemq-broker-0 in StatefulSet inlong-tubemq-broker failed error: Pod "inlong-tubemq-broker-0" is invalid: [spec.containers[0].ports[0].name: Invalid value: "tubemq-broker-web-port": must be no more than 15 characters, spec.containers[0].ports[1].name: Invalid value: "tubemq-broker-rpc-port": must be no more than 15 characters]
tubemq manager:
Warning FailedCreate 5m22s (x17 over 10m) statefulset-controller create Pod inlong-tubemq-manager-0 in StatefulSet inlong-tubemq-manager failed error: Pod "inlong-tubemq-manager-0" is invalid: spec.containers[0].ports[0].name: Invalid value: "tubemq-manager-port": must be no more than 15 characters
The reason is that the port name should be no more than 15 characters.
What happened
The tubemq pod is invalid.
zookeeper:
tubemq master:
tubemq broker:
tubemq manager:
The reason is that the port name should be no more than 15 characters.
What you expected to happen
The pods can be started correctly.
How to reproduce
Environment
No response
InLong version
master
InLong Component
InLong TubeMQ
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: