hazelcast / hazelcast-platform-operator-docs

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

Documentation: Misleading check #10

Closed jerrinot closed 2 years ago

jerrinot commented 2 years ago

I could not validate this due to https://github.com/hazelcast/hazelcast-platform-operator/issues/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