You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following examples suppose that you have installed the etcd cluster in the etcd namespace with the service endpoint etcd.etcd-cluster.svc.cluster.local:2379
If the namespace is etcd, the endpoint is expected to have a DNS suffix of etcd.svc.cluster.local instead
Note the etcd endpoint, which comes out to be etcd-greptime.meta.svc.cluster.local:2379 etcd-greptime comes from the helm name and meta comes from the specified namespace
Step-2
Deploy greptimeDB in the namespace called greptime-basic
There seems to be an issue with the documentation
https://github.com/GreptimeTeam/greptimedb-operator/blob/main/examples/README.md
says
If the namespace is etcd, the endpoint is expected to have a DNS suffix of
etcd.svc.cluster.local
insteadThus by extension, the example in https://github.com/GreptimeTeam/greptimedb-operator/blob/main/examples/cluster/basic/cluster.yaml is a bit incorrect.
Here is an example that worked better for me
Step-1
Create an etcd cluster in namespace called
meta
Note the etcd endpoint, which comes out to be
etcd-greptime.meta.svc.cluster.local:2379
etcd-greptime
comes from the helm name andmeta
comes from the specified namespaceStep-2
Deploy greptimeDB in the namespace called
greptime-basic
The text was updated successfully, but these errors were encountered: