Skip to content

Commit

Permalink
fix: remove troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Oct 28, 2024
1 parent eee4185 commit 8c22b7c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 67 deletions.
5 changes: 0 additions & 5 deletions spartan/chaos-mesh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ chaos-mesh:
privileged: true
runtime: "containerd"
socketPath: "/run/containerd/containerd.sock"
# capabilities:
# - SYS_PTRACE
# - NET_ADMIN
# - IPC_LOCK
# - SYS_ADMIN

dnsServer:
create: true
Expand Down
59 changes: 0 additions & 59 deletions spartan/network-shaping/scripts/troubleshoot.sh

This file was deleted.

4 changes: 1 addition & 3 deletions yarn-project/end-to-end/scripts/network_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# NAMESPACE
# Optional environment variables:
# VALUES_FILE (default: "default.yaml")
# INSTALL_CHAOS_MESH (default: "")
# CHAOS_VALUES (default: "")
# FRESH_INSTALL (default: "false")
# AZTEC_DOCKER_TAG (default: current git commit)
# NETWORK_SHAPING_CONFIG (default: "")

set -eux

Expand Down Expand Up @@ -126,8 +126,6 @@ FREE_PORTS=$(comm -23 <(seq 9000 10000 | sort) <(ss -Htan | awk '{print $4}' | c
PXE_PORT=$(echo $FREE_PORTS | awk '{print $1}')
ANVIL_PORT=$(echo $FREE_PORTS | awk '{print $2}')

## TODO: why is namespace down here???

# Namespace variable (assuming it's set)
NAMESPACE=${NAMESPACE:-default}

Expand Down

0 comments on commit 8c22b7c

Please sign in to comment.