#!/bin/bash set -euo pipefail RUNTIME_ENDPOINT="${RUNTIME_ENDPOINT:-unix:///var/run/crio/crio.sock}" # 1. Get pause image PAUSE_IMAGE="$(kubeadm config images list | grep pause)" echo "Using pause image: $PAUSE_IMAGE" # 2. Create pod sandbox config cat > pod.json < container.json <