Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Last active November 21, 2018 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvalif/0fc72e88179765086093ec5d9bcfff81 to your computer and use it in GitHub Desktop.
Save yuvalif/0fc72e88179765086093ec5d9bcfff81 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: cirros-multinet
annotations:
k8s.v1.cni.cncf.io/networks: net-a-conf
spec:
containers:
- name: cirros
image: cirros
resources:
limits:
memory: "128Mi"
command: ["sleep", "1000"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment