diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-02-14 21:43:28 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-02-17 08:56:56 +0000 |
| commit | cee0e5332a67a82fbade95307599ff448acbe604 (patch) | |
| tree | 30061bbce9b644d096f453a46835f8b3c9eaa3fe /syz-cluster/run-local.sh | |
| parent | 4121cf9df313ee111c01fde1f255d010c8d941cd (diff) | |
syz-cluster: configure network policies
Enable egress traffic for all nodes.
Configure ingress traffic on the per-need basis.
Diffstat (limited to 'syz-cluster/run-local.sh')
| -rwxr-xr-x | syz-cluster/run-local.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syz-cluster/run-local.sh b/syz-cluster/run-local.sh index 6d5d8f629..75e7867bc 100755 --- a/syz-cluster/run-local.sh +++ b/syz-cluster/run-local.sh @@ -21,4 +21,5 @@ kubectl run run-local --image="$name-local" \ --env="SPANNER_DATABASE_URI=projects/my-project/instances/my-instance/databases/db" \ --env="LOCAL_BLOB_STORAGE_PATH=/tmp/blobs/" \ --rm \ + --labels="app=db-mgmt" \ --attach -- "$@" |
