Skip to content

Instantly share code, notes, and snippets.

@skaegi
Created November 21, 2019 18:47
Show Gist options
  • Save skaegi/be6174013911d982455a8b7eda78bf06 to your computer and use it in GitHub Desktop.
Save skaegi/be6174013911d982455a8b7eda78bf06 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: hello20
spec:
restartPolicy: Never
containers:
- name: echo1
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo2
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo3
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo4
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo5
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo6
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo7
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo8
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo9
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo10
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo11
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo12
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo13
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo14
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo15
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo16
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo17
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo18
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo19
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo20
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment