chaoyoung commented on issue #141: URL: https://github.com/apache/rocketmq-operator/issues/141#issuecomment-1309788272
> > > > > name-server and broker are running after redeploy, but console pod not found, rocketmq-operator contains error log: > > Are there any error messages about rocketmq-console? It should be `rocketmq-operator` unable to recognize the option `affinity` I added. ```bash [root@dev-k8s-master1 rocketmq-operator]# k apply -f rocketmq_v1alpha1_rocketmq_cluster.yaml configmap/broker-config created broker.rocketmq.apache.org/broker created nameservice.rocketmq.apache.org/name-service created error: error validating "rocketmq_v1alpha1_rocketmq_cluster.yaml": error validating data: ValidationError(Console.spec): unknown field "affinity" in org.apache.rocketmq.v1alpha1.Console.spec; if you choose to ignore these errors, turn validation off with --validate=false [root@dev-k8s-master1 rocketmq-operator]# You have new mail in /var/spool/mail/root [root@dev-k8s-master1 rocketmq-operator]# k apply -f rocketmq_v1alpha1_rocketmq_cluster.yaml configmap/broker-config unchanged broker.rocketmq.apache.org/broker unchanged nameservice.rocketmq.apache.org/name-service unchanged console.rocketmq.apache.org/console created ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
