You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to do exercise 2.4
I did the following
bartoszbinda@MBP-Bartosz dev % docker container ls -q --filter label=io.kubernetes.container.name=hello-kiamol
28e974b049f8
bartoszbinda@MBP-Bartosz dev % docker container rm -f $(docker container ls -q --filter label=io.kubernetes.container.name=hello-kiamol)
28e974b049f8
bartoszbinda@MBP-Bartosz dev % kubectl get pod hello-kiamol
NAME READY STATUS RESTARTS AGE
hello-kiamol 0/1 ContainerStatusUnknown 1 4h17m
bartoszbinda@MBP-Bartosz dev % kubectl get pod hello-kiamol
NAME READY STATUS RESTARTS AGE
hello-kiamol 0/1 ContainerStatusUnknown 1 4h18m
bartoszbinda@MBP-Bartosz dev % docker container ls -q --filter label=io.kubernetes.container.name=hello-kiamol
bartoszbinda@MBP-Bartosz dev % kubectl get pod hello-kiamol
NAME READY STATUS RESTARTS AGE
hello-kiamol 0/1 ContainerStatusUnknown 1 4h18m
as you can see container is in status unknown and replacement was not automatically created as written in a book
The text was updated successfully, but these errors were encountered:
Hi, I am trying to do exercise 2.4
I did the following
bartoszbinda@MBP-Bartosz dev % docker container ls -q --filter label=io.kubernetes.container.name=hello-kiamol
28e974b049f8
bartoszbinda@MBP-Bartosz dev % docker container rm -f $(docker container ls -q --filter label=io.kubernetes.container.name=hello-kiamol)
28e974b049f8
bartoszbinda@MBP-Bartosz dev % kubectl get pod hello-kiamol
NAME READY STATUS RESTARTS AGE
hello-kiamol 0/1 ContainerStatusUnknown 1 4h17m
bartoszbinda@MBP-Bartosz dev % kubectl get pod hello-kiamol
NAME READY STATUS RESTARTS AGE
hello-kiamol 0/1 ContainerStatusUnknown 1 4h18m
bartoszbinda@MBP-Bartosz dev % docker container ls -q --filter label=io.kubernetes.container.name=hello-kiamol
bartoszbinda@MBP-Bartosz dev % kubectl get pod hello-kiamol
NAME READY STATUS RESTARTS AGE
hello-kiamol 0/1 ContainerStatusUnknown 1 4h18m
as you can see container is in status unknown and replacement was not automatically created as written in a book
The text was updated successfully, but these errors were encountered: