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
This issue summarizes feature requests on operators for the Altinity Dashboard. The goal is to make operators easier to understand.
The current UI shows a list of operators in the ClickHouse Operators tab. For each of the operators listed it should be possible to perform the following operations.
Show the operator components and their health. (clickhouse-operator and metrics-exporter).
Tail logs of each component, equivalent to the following command: kubectl logs -f -n kube-system pod/clickhouse-operator-6fd75cbd68-gw5sg clickhouse-operator (tails one of the operator components)
Remove, upgrade, or restart the operator.
The text was updated successfully, but these errors were encountered:
One more feature. It would be incredibly helpful if it were possible to show just errors in the operator log, so you could quickly figure out why a ClickHouse cluster is not working.
I believe everything in this issue is complete, except for tailing the logs, which I think is post-MVP. I have opened #59 to track that feature. Closing this issue. (Reopen or submit a new issue if you think I've missed something.)
This issue summarizes feature requests on operators for the Altinity Dashboard. The goal is to make operators easier to understand.
The current UI shows a list of operators in the ClickHouse Operators tab. For each of the operators listed it should be possible to perform the following operations.
Show the operator components and their health. (clickhouse-operator and metrics-exporter).
Tail logs of each component, equivalent to the following command:
kubectl logs -f -n kube-system pod/clickhouse-operator-6fd75cbd68-gw5sg clickhouse-operator
(tails one of the operator components)Remove, upgrade, or restart the operator.
The text was updated successfully, but these errors were encountered: