Stanislaus Tebid:
I think the grading for lab3 has an issue. It says my beta command is wrong. I asked the container to sleep for 4800 second and this seems fine to me.,
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: multi-pod
name: multi-pod
spec:
containers:
- args:
- sleep
- "4800"
image: nginx
name: beta
env:
- name: name
value: beta
- name: alpha
image: nginx
env:
- name: name
value: alpha
dnsPolicy: ClusterFirst
restartPolicy: Always
status: {}
~
~