Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Description
Hello
the documentation of Cloud Native Gateway is incomplete and has errors.
https://docs.couchbase.com/operator/current/concept-cloud-native-gateway.html
The error is in the description of the CouchbaseCluster object:
networking:
|
cloudNativeGateway:
|
image: cloud-native-gateway:1.0.0 |
tls:
|
serverSecretName: secret-for-cng |
That way, the image will never be found.
It should be
networking:
|
cloudNativeGateway:
|
image: couchbase/cloud-native-gateway:1.0.0 |
tls:
|
serverSecretName: secret-for-cng |
Now, the suggested AWS load balancer gets created, but it won't pass the check with the grpcurl (failed to dial, EOF).
telnet gets connected to the port 443, but the connection is ended right awat.
In other words, it's not working.
This documentation is not complete, has errors and is not usable as-is.
Kind regards
Michael