apiVersion: v1 kind: Pod metadata: name: tmp-shell spec: containers: - name: shell image: nicolaka/netshoot command: [ "sleep", "infinity" ] stdin: true tty: true tolerations: - key: "node-role.kubernetes.io/control-plane" operator: "Exists" effect: "NoSchedule"