#!/usr/bin/env bash set -e SCRIPT_DIR="$(dirname "${BASH_SOURCE[0]}")" # shellcheck disable=SC1091 if ! source "${SCRIPT_DIR}/common.sh"; then echo "Error: failed to source common.sh" exit 1 fi echo -e "${MAG}Using env:${NC}" env | grep -E "CLUSTER_|GCP" verify_environment lift apply config/pallets/o11y/fluentbit-restrictions echo -e "Check logs for this cluster at:\n${GREEN}https://console.cloud.google.com/logs/query;query=labels.cluster_edge_id%3D${CLUSTER_UUID};duration=PT1H?project=ret-edge-dev1-foreman${NC}"