hazelcast / hazelcast-platform-operator-docs

Source content for the Kubernetes Operator of Hazelcast Platform (Enterprise)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation: Misleading check

jerrinot opened this issue · comments

I could not validate this due to hazelcast/hazelcast-platform-operator#98, but I believe the Getting Started guide has a wrong step. It looks like this:
image

See the 3rd step: kubectl logs pod/hazelcast-sample-0. I don't know where is the pod name coming from. Given the CR has

metadata:
  name: hazelcast

I guess it should have been kubectl logs pod/hazelcast-0 ?

Related issue: https://github.com/hazelcast/hazelcast-platform-operator/issues/99