Skip to content

Instantly share code, notes, and snippets.

@briskgopesh
Created September 20, 2024 16:50
Show Gist options
  • Save briskgopesh/79a6623f1fde29df1444bd12d3ccbda5 to your computer and use it in GitHub Desktop.
Save briskgopesh/79a6623f1fde29df1444bd12d3ccbda5 to your computer and use it in GitHub Desktop.

Revisions

  1. briskgopesh created this gist Sep 20, 2024.
    15 changes: 15 additions & 0 deletions ubunut.debugpod.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    apiVersion: v1
    kind: Pod
    metadata:
    name: ubuntu
    labels:
    app: ubuntu
    spec:
    containers:
    - image: ubuntu
    command:
    - "sleep"
    - "604800"
    imagePullPolicy: IfNotPresent
    name: ubuntu
    restartPolicy: Always