zwischenstand
This commit is contained in:
6
k3d/registries.yml
Normal file
6
k3d/registries.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
mirrors:
|
||||
docker.io:
|
||||
endpoint:
|
||||
- "http://192.168.1.246:5001"
|
||||
- "https://mirror.gcr.io"
|
||||
- "https://docker.io"
|
||||
15
k3d/whoami-pod.yaml
Normal file
15
k3d/whoami-pod.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
run: whoami
|
||||
name: whoami2
|
||||
spec:
|
||||
containers:
|
||||
- image: bee42/whoami:2.2.0
|
||||
name: whoami2
|
||||
resources: {}
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
status: {}
|
||||
20
k3d/whoami4-pod.yaml
Normal file
20
k3d/whoami4-pod.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
run: whoami
|
||||
name: whoami-box
|
||||
spec:
|
||||
containers:
|
||||
- image: bee42/whoami:2.2.0
|
||||
name: whoami
|
||||
resources: {}
|
||||
- image: busybox
|
||||
name: box
|
||||
args:
|
||||
- sleep
|
||||
- "45"
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Never
|
||||
status: {}
|
||||
Reference in New Issue
Block a user