Skip to content

Commit 9e56f6a

Browse files
committed
chore: rename watch_k8s_logs.py to print_gcp_k8s_log_links.py
1 parent f03e402 commit 9e56f6a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

spartan/scripts/deploy_network.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ if [[ "${CLUSTER}" != "kind" && "${K8S_CLUSTER_CONTEXT}" == gke_* ]]; then
222222
# Convert epoch start time to ISO format for log filtering
223223
DEPLOY_START_ISO=$(date -u -d "@${DEPLOY_START_TIME}" +"%Y-%m-%dT%H:%M:%SZ")
224224
log "Starting K8s log watcher for namespace ${NAMESPACE}"
225-
python3 "${SCRIPT_DIR}/watch_k8s_logs.py" "${NAMESPACE}" \
225+
python3 "${SCRIPT_DIR}/print_gcp_k8s_log_links.py" "${NAMESPACE}" \
226226
--project "${GCP_PROJECT_ID}" \
227227
--cluster "${GKE_CLUSTER_NAME}" \
228228
--location "${GKE_LOCATION}" \
File renamed without changes.

0 commit comments

Comments
 (0)