zwischenstand

This commit is contained in:
nutzer26
2022-12-14 14:37:30 +01:00
parent bed22c6720
commit 441f2b2999
11 changed files with 158 additions and 2 deletions

6
k3d/registries.yml Normal file
View 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
View 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
View 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: {}