We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, CassandraDatacenterStatus.NodeStatuses only contains host ids. We could add other information such as the node's IP and rack.
CassandraDatacenterStatus.NodeStatuses
This is useful for external tools that need to track the topology of the cluster.
The text was updated successfully, but these errors were encountered:
Expand nodeStatuses to include IPs and racks (fixes k8ssandra#637)
595acc6
e673a75
Expand nodeStatuses to include IPs and racks (fixes #637) (#638)
e003e97
* Expand nodeStatuses to include IPs and racks (fixes #637) * Rename IP
olim7t
Successfully merging a pull request may close this issue.
What is missing?
Currently,
CassandraDatacenterStatus.NodeStatuses
only contains host ids. We could add other information such as the node's IP and rack.Why is this needed?
This is useful for external tools that need to track the topology of the cluster.
The text was updated successfully, but these errors were encountered: