Skip to content

Instantly share code, notes, and snippets.

@egernst
Created May 10, 2018 23:46
Show Gist options
  • Select an option

  • Save egernst/c9fc7b6204d05a6a72a1e619eb59bd28 to your computer and use it in GitHub Desktop.

Select an option

Save egernst/c9fc7b6204d05a6a72a1e619eb59bd28 to your computer and use it in GitHub Desktop.
test yaml - untrusted
apiVersion: v1
kind: Pod
metadata:
annotations:
io.kubernetes.cri-o.TrustedSandbox: "false"
name: ubuntu-pod-untrusted
spec:
containers:
- name: ubuntu
image: "ubuntu:14.04"
command: ["top"]
stdin: true
tty: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment