Nocode: How do you run this on nullbernetes ?

Created on 4 Feb 2019  路  2Comments  路  Source: kelseyhightower/nocode

It'd be nice for somebody to write manifests to support nullbernetes and the brand new null kernel namespace.

Most helpful comment

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"]

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rdev picture rdev  路  3Comments

Proto-Plastik picture Proto-Plastik  路  3Comments

MarHoff picture MarHoff  路  3Comments

JohnAllen picture JohnAllen  路  3Comments

kdexd picture kdexd  路  3Comments