Skip to content

Instantly share code, notes, and snippets.

@hermannolafs
Last active February 2, 2022 15:02
Show Gist options
  • Save hermannolafs/d0f7e98a0160a21f25c8d2510534ec80 to your computer and use it in GitHub Desktop.
Save hermannolafs/d0f7e98a0160a21f25c8d2510534ec80 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: azcli-delete-me
spec:
containers:
- name: azcli
image: mcr.microsoft.com/azure-cli
# Just spin & wait forever
command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]
@ecray
Copy link

ecray commented Feb 2, 2022

apiVersion: v1
kind: Pod
metadata:
  name: debug
  namespace: corti
spec:
  containers:
  - name: debug
    image: corti.azurecr.io/operations/azure-cli:27-08-21
    command: ["sleep"]
    args: ["infinity"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment