eshepelyuk / cmak-operator

CMAK (prev. Kafka Manager) for Kubernetes
MIT License
59 stars 27 forks source link

Additional property ui is not allowed #26

Closed ohdearaugustin closed 3 years ago

ohdearaugustin commented 3 years ago

First off all great work (=

I'm currently trying to debug the connection from cmake-operator to zookeeper.

Version: 1.4.2

First my values config looked like this:

  21     cmak:
  22       clusters:
  23         - name: "stage"
  24           kafkaVersion: "2.7.0"
  25           curatorConfig:
  26             zkConnect: "stage-zookeeper-client:2181"

For debugging I tried to add some extraArgs to the ui like:

  21     cmak:
  22       clusters:
  23         - name: "stage"
  24           kafkaVersion: "2.7.0"
  25           curatorConfig:
  26             zkConnect: "stage-zookeeper-client:2181"
  27       ui:
  28         extraArgs:
  29           - "-Djavax.net.debug=ssl,handshake"

As I try to update the helm chart I get following message:

Helm upgrade failed: values don't meet the specifications of the schema(s) in the following chart(s):\ncmak-operator:\n- cmak: Additional property ui is not allowed

eshepelyuk commented 3 years ago

Hello

  1. jfyi, CMAK doesn't support Kafka greater than 2.4.x
  2. your values file has incorrect format, plz double check
eshepelyuk commented 3 years ago

Actually HERE pplz are telling that 2.6 is supported, even if it's unavailable in UI.

eshepelyuk commented 3 years ago

Closing, since caused by incorrect configuration.

ohdearaugustin commented 3 years ago

Thanks a lot. Probably starred to long at the same values again.

Oh thank you for that info with the version.

eshepelyuk commented 3 years ago

@ohdearaugustin urw !

eshepelyuk commented 3 years ago

@ohdearaugustin I'd recommend to take a look at https://akhq.io/ maybe it could be more suitable for your needs

ohdearaugustin commented 3 years ago

@eshepelyuk That looks great,. Thank you for the hint (=