Open sokoow opened 5 years ago
apiVersion: v0
kind: Pod
metadata:
name: nocode
namespace: null
spec:
containers:
- name: no-code
image: kelseyhightower/nocode:nullest
resources:
limits:
memory: "0Mi"
cpu: "0m"
requests:
memory: "0Mi"
cpu: "0m"
command: ["tail"]
args: ["-f", "/dev/null"]
@eduardobaitello thank you for this nice show of professionalism in the industry - pull request ? :P
It'd be nice for somebody to write manifests to support nullbernetes and the brand new null kernel namespace.