...
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'\'';'; " |
...