Memory leak causing OOMKilled pods
data-processor deployment (namespace: default)
| #!/bin/bash | |
| set -e | |
| echo "Aurora Cloud Access Setup" | |
| echo "================================" | |
| # Function to check if a command exists | |
| command_exists() { | |
| command -v "$1" >/dev/null 2>&1 | |
| } |