hazelcast / hazelcast-platform-operator-docs

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

Wrong metdata:name for Open Source documentation #16

Closed cheels closed 2 years ago

cheels commented 2 years ago

STR:

  1. Open https://docs.hazelcast.com/operator/latest/get-started#:~:text=apiVersion%3A%20hazelcast.com/v1alpha1%0Akind%3A%20Hazelcast%0Ametadata%3A%0A%20%20name%3A%20hazelcast
  2. Check the metadata name

metadata: name: hazelcast

  1. Verify the command to read the logs https://docs.hazelcast.com/operator/latest/get-started#:~:text=kubectl%20logs%20pod/hazelcast%2Dsample%2D0

ER: There metadata-name should be hazelcast-sample because reading the logs is performed by the next command kubectl logs pod/hazelcast-sample-0 AR: The example is using the name hazelcast. Hence reading the logs doesn't works metadata: name: hazelcast