hazelcast / hazelcast-platform-operator-docs

Source content for the Kubernetes Operator of Hazelcast Platform (Enterprise)
3 stars 13 forks source link

Documentation: Inconsistent example between OSS and EE deployments #8

Closed jerrinot closed 2 years ago

jerrinot commented 2 years ago

The Getting Started guide has tabs for deploying OSS and EE versions. They look like this: image

image

As you can see there are other differences than OSS vs EE. For example the EE tab set clusterSize and version explicitly while OSS relies on defaults. I find this confusing, as a user I would expect OSS vs EE to be the only difference.

I think the OSS should have at least the clusterSize and version added. Currently the CR definition does not have the spec section at all. So when I wanted to add an explicit Hazelcast I ended-up with this:

apiVersion: hazelcast.com/v1alpha1
kind: Hazelcast
metadata:
  name: hazelcast-sample
  clusterSize: 3

Obviously this did not work, because the clusterSize does not belong to the metadata section.

mtyazici commented 2 years ago

Hi @jerrinot, could you move the issue into https://github.com/hazelcast/hazelcast-platform-operator-docs?