Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Kfuse-provisioned dashboard has been cleaned up. Run the following command:

Code Block
kubectl -n tracekfuse exec -it kfuse-configdb-0 -- bash -c "PGDATABASE=alertsdb PGPASSWORD=\$POSTGRES_PASSWORD psql -U postgres -c 'delete from dashboard_provisioning where name='\''hawkeye-outliers-resources'\'';'; "

...